aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Bookmark2Tag.php
AgeCommit message (Collapse)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
added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version
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
this situation.
2013-03-21Using a foreach loop avoids Notice warnings when the array doesn't have ↵Ricardo Soares de Lima
sequential indexes, ex: 0, 1, 3...
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 ↵Mark Pemberton
private RSS feed, and finalized changes to the user session usage with rss.php
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 ↵cweiske
http://sourceforge.net/projects/semanticscuttle/forums/forum/759510/topic/3752670 for details git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@715 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-02-20sql optimization: fetch all tags at oncecweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@668 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-02-20add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks()cweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@667 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-02-20reformat and CScweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@666 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-01-16fix several sql injection possibilitiescweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@599 b3834d28-1941-0410-a4f8-b48e95affb8f
2009-10-26add docblocks to service classescweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@430 b3834d28-1941-0410-a4f8-b48e95affb8f
2009-10-25document attachtagscweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@425 b3834d28-1941-0410-a4f8-b48e95affb8f
2009-10-24convert tabs to spacescweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@407 b3834d28-1941-0410-a4f8-b48e95affb8f
2009-10-24use dbservice in all services that need a dbcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@406 b3834d28-1941-0410-a4f8-b48e95affb8f
2009-10-23rename ServiceFactory::getServiceInstance() to get() - much easier to writecweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@396 b3834d28-1941-0410-a4f8-b48e95affb8f
2009-10-03make the application work againcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@388 b3834d28-1941-0410-a4f8-b48e95affb8f