index
:
semanticscuttle
develop
feature/cache
hotfix/api
hotfix/mod_rewrite
master
production
Self-hosted and web-based social bookmark manager
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SemanticScuttle
/
Service
/
Bookmark2Tag.php
Age
Commit message (
Expand
)
Author
2011-03-25
do not generate invalid SQL when called with a not-so valid array
Christian Weiske
2011-03-25
beginsWith-parameter for getPopulartags, getContactTags and getAdminTags
Christian Weiske
2011-03-24
docblock for deleteAll
Christian Weiske
2011-03-24
fix privacy protection issue when fetching tags of several users
Christian Weiske
2011-03-24
make getPopularTags a tiny bit easier
Christian Weiske
2011-03-24
fix docblock
Christian Weiske
2011-03-24
unittest for Bookmark2Tag::getContactTags, CS and docblock
Christian Weiske
2011-03-23
unittest for getAdminTags as well as CS and docblock fixes on it
Christian Weiske
2011-03-23
format getPopularTags and add docblock
Christian Weiske
2010-07-09
Fix bug getTagsForBookmarks() that fetched all tags, see http://sourceforge.n...
cweiske
2010-02-20
sql optimization: fetch all tags at once
cweiske
2010-02-20
add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks()
cweiske
2010-02-20
reformat and CS
cweiske
2010-01-16
fix several sql injection possibilities
cweiske
2009-10-26
add docblocks to service classes
cweiske
2009-10-25
document attachtags
cweiske
2009-10-24
convert tabs to spaces
cweiske
2009-10-24
use dbservice in all services that need a db
cweiske
2009-10-23
rename ServiceFactory::getServiceInstance() to get() - much easier to write
cweiske
2009-10-03
make the application work again
cweiske