summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/Bookmark2Tag.php
Commit message (Expand)AuthorAgeFilesLines
* bug fixGravatar buckaroo-labs2023-12-201-1/+1
* PHP 7.3 compat, bug fixesGravatar querwurzelt2019-01-211-3/+7
* The hasTag was always returning false, which probably is ...Gravatar Christian Weiske2013-03-211-1/+2
* fix some CS, remove unneeded include - file is included i...Gravatar Christian Weiske2013-03-211-5/+3
* The method attachTags was raising a Notice error, fix it ...Gravatar Ricardo Soares de Lima2013-03-211-6/+7
* Using a foreach loop avoids Notice warnings when the arra...Gravatar Ricardo Soares de Lima2013-03-211-1/+1
* remove php4-style object reference passingGravatar Christian Weiske2013-03-171-12/+12
* we can retrieve system tags nowGravatar Christian Weiske2011-08-051-4/+7
* Fix bug #3376618: Broken tag completion for private bookm...Gravatar Christian Weiske2011-08-011-13/+16
* Reverted changes of date() to gdate(), added tests to con...Gravatar Mark Pemberton2011-06-041-1/+1
* Updated PrivateKey to include Tag searchesGravatar Mark Pemberton2011-05-171-1/+1
* do not generate invalid SQL when called with a not-so val...Gravatar Christian Weiske2011-03-251-2/+4
* beginsWith-parameter for getPopulartags, getContactTags a...Gravatar Christian Weiske2011-03-251-5/+20
* docblock for deleteAllGravatar Christian Weiske2011-03-241-1/+9
* fix privacy protection issue when fetching tags of severa...Gravatar Christian Weiske2011-03-241-1/+1
* make getPopularTags a tiny bit easierGravatar Christian Weiske2011-03-241-9/+7
* fix docblockGravatar Christian Weiske2011-03-241-3/+3
* unittest for Bookmark2Tag::getContactTags, CS and docblockGravatar Christian Weiske2011-03-241-4/+27
* unittest for getAdminTags as well as CS and docblock fixe...Gravatar Christian Weiske2011-03-231-3/+27
* format getPopularTags and add docblockGravatar Christian Weiske2011-03-231-19/+56
* Fix bug getTagsForBookmarks() that fetched all tags, see ...Gravatar cweiske2010-07-091-6/+1
* sql optimization: fetch all tags at onceGravatar cweiske2010-02-201-0/+2
* add new method for better sql performance: Bookmark2Tag::...Gravatar cweiske2010-02-201-0/+48
* reformat and CSGravatar cweiske2010-02-201-6/+24
* fix several sql injection possibilitiesGravatar cweiske2010-01-161-1/+1
* add docblocks to service classesGravatar cweiske2009-10-261-0/+25
* document attachtagsGravatar cweiske2009-10-251-39/+70
* convert tabs to spacesGravatar cweiske2009-10-241-462/+462
* use dbservice in all services that need a dbGravatar cweiske2009-10-241-8/+1
* rename ServiceFactory::getServiceInstance() to get() - mu...Gravatar cweiske2009-10-231-10/+10
* make the application work againGravatar cweiske2009-10-031-0/+489