aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Bookmark.php
AgeCommit message (Expand)Author
2011-03-15Implement request #3054906: Show user's full name instead of nicknameChristian Weiske
2011-02-09rename $range to $status as it is used in all other methods; add privacy to t...Christian Weiske
2010-09-28rewrite api/posts/delete to be more secure and add unit tests for itcweiske
2010-09-23Fix CS, fix docblockscweiske
2010-09-23Move user IP resolution into own class methodcweiske
2010-09-23Fix bug #3073215: Updating bookmark time does not workcweiske
2010-03-18fix bad bug that was introduced due to performance optimizationscweiske
2010-03-18unify hashing code in a separate methodcweiske
2010-03-17fix bug #2953732 and make corresponding test work.cweiske
2010-02-20re-fix isAdmin() sql optimizationcweiske
2010-02-20add SemanticScuttle_Service_Bookmark::bookmarksExist() method to check for ex...cweiske
2010-02-20reformat querycweiske
2010-02-20fix tests after last commitcweiske
2010-02-20save another querycweiske
2010-02-20sql optimization: fetch all tags at oncecweiske
2010-02-20make countOthers() accept an array of addressescweiske
2010-02-16reformat countOthers()cweiske
2010-02-16do not return numbers < 0cweiske
2010-02-16do not return numbers < 0cweiske
2010-02-07fix countBookmarks() for mysqlicweiske
2010-02-07fix bookmarkExists() for mysqlicweiske
2010-01-16Part of request #2928950: Add config option to allow sorting by bookmark crea...cweiske
2010-01-16tell people about privacy settings and a TOODcweiske
2009-11-26add documentation for _getbookmark() and dependent methodscweiske
2009-11-23part of request #2830224: prepare API for short url servicecweiske
2009-11-20test deleteBookmarksForUsercweiske
2009-11-20remove superfluous returns after die messagescweiske
2009-11-19test bookmarkExists() in all variationscweiske
2009-11-19fix notice when passing an invalid array to editAllowed()cweiske
2009-11-02hide bookmarks below a configurable thresholdcweiske
2009-10-31fix unfreed sql resultcweiske
2009-10-30move user class into own filecweiske
2009-10-28unification test was unstable, toocweiske
2009-10-28explain deleteAll() in bookmarkscweiske
2009-10-28test previously fixed bug: voting was updated for all bookmarks, not only the...cweiske
2009-10-28basic ajax voting support. has a bad counting bug somewherecweiske
2009-10-27fix user-specific tagscweiske
2009-10-26introduce voting config value and provide current user voting status in getBo...cweiske
2009-10-26add docblocks to service classescweiske
2009-10-25clarificationcweiske
2009-10-25Rename categories to tags, because that is what they arecweiske
2009-10-25test if deleting bookmarks works. to do this, we need a new testbase method t...cweiske
2009-10-25delete votes when deleting bookmarkcweiske
2009-10-25delete votes when deleting bookmarkcweiske
2009-10-24convert tabs to spacescweiske
2009-10-24document getBookmarks()cweiske
2009-10-24introduce dbservice, a service base class that has a database variable, table...cweiske
2009-10-24tabs to spaces, document and format addBookmark()cweiske
2009-10-23rename ServiceFactory::getServiceInstance() to get() - much easier to writecweiske
2009-10-03make the application work againcweiske