aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Bookmark2Tag.php
AgeCommit message (Expand)Author
2019-01-21PHP 7.3 compat, bug fixesquerwurzelt
2013-03-21The hasTag was always returning false, which probably is a bug. Fixed it and ...Christian Weiske
2013-03-21fix some CS, remove unneeded include - file is included in header.phpChristian Weiske
2013-03-21The method attachTags was raising a Notice error, fix it and adds a test for ...Ricardo Soares de Lima
2013-03-21Using a foreach loop avoids Notice warnings when the array doesn't have seque...Ricardo Soares de Lima
2013-03-17remove php4-style object reference passingChristian Weiske
2011-08-05we can retrieve system tags nowChristian Weiske
2011-08-01Fix bug #3376618: Broken tag completion for private bookmarksChristian Weiske
2011-06-04Reverted changes of date() to gdate(), added tests to confirm existence of pr...Mark Pemberton
2011-05-17Updated PrivateKey to include Tag searchesMark Pemberton
2011-03-25do not generate invalid SQL when called with a not-so valid arrayChristian Weiske
2011-03-25beginsWith-parameter for getPopulartags, getContactTags and getAdminTagsChristian Weiske
2011-03-24docblock for deleteAllChristian Weiske
2011-03-24fix privacy protection issue when fetching tags of several usersChristian Weiske
2011-03-24make getPopularTags a tiny bit easierChristian Weiske
2011-03-24fix docblockChristian Weiske
2011-03-24unittest for Bookmark2Tag::getContactTags, CS and docblockChristian Weiske
2011-03-23unittest for getAdminTags as well as CS and docblock fixes on itChristian Weiske
2011-03-23format getPopularTags and add docblockChristian Weiske
2010-07-09Fix bug getTagsForBookmarks() that fetched all tags, see http://sourceforge.n...cweiske
2010-02-20sql optimization: fetch all tags at oncecweiske
2010-02-20add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks()cweiske
2010-02-20reformat and CScweiske
2010-01-16fix several sql injection possibilitiescweiske
2009-10-26add docblocks to service classescweiske
2009-10-25document attachtagscweiske
2009-10-24convert tabs to spacescweiske
2009-10-24use dbservice in all services that need a dbcweiske
2009-10-23rename ServiceFactory::getServiceInstance() to get() - much easier to writecweiske
2009-10-03make the application work againcweiske