Age | Commit message (Expand) | Author |
2011-05-03 | do not add bookmarks with an invalid URL | Christian Weiske |
2011-03-15 | Implement request #3054906: Show user's full name instead of nickname | Christian Weiske |
2011-02-09 | rename $range to $status as it is used in all other methods; add privacy to t... | Christian Weiske |
2010-09-28 | rewrite api/posts/delete to be more secure and add unit tests for it | cweiske |
2010-09-23 | Fix CS, fix docblocks | cweiske |
2010-09-23 | Move user IP resolution into own class method | cweiske |
2010-09-23 | Fix bug #3073215: Updating bookmark time does not work | cweiske |
2010-03-18 | fix bad bug that was introduced due to performance optimizations | cweiske |
2010-03-18 | unify hashing code in a separate method | cweiske |
2010-03-17 | fix bug #2953732 and make corresponding test work. | cweiske |
2010-02-20 | re-fix isAdmin() sql optimization | cweiske |
2010-02-20 | add SemanticScuttle_Service_Bookmark::bookmarksExist() method to check for ex... | cweiske |
2010-02-20 | reformat query | cweiske |
2010-02-20 | fix tests after last commit | cweiske |
2010-02-20 | save another query | cweiske |
2010-02-20 | sql optimization: fetch all tags at once | cweiske |
2010-02-20 | make countOthers() accept an array of addresses | cweiske |
2010-02-16 | reformat countOthers() | cweiske |
2010-02-16 | do not return numbers < 0 | cweiske |
2010-02-16 | do not return numbers < 0 | cweiske |
2010-02-07 | fix countBookmarks() for mysqli | cweiske |
2010-02-07 | fix bookmarkExists() for mysqli | cweiske |
2010-01-16 | Part of request #2928950: Add config option to allow sorting by bookmark crea... | cweiske |
2010-01-16 | tell people about privacy settings and a TOOD | cweiske |
2009-11-26 | add documentation for _getbookmark() and dependent methods | cweiske |
2009-11-23 | part of request #2830224: prepare API for short url service | cweiske |
2009-11-20 | test deleteBookmarksForUser | cweiske |
2009-11-20 | remove superfluous returns after die messages | cweiske |
2009-11-19 | test bookmarkExists() in all variations | cweiske |
2009-11-19 | fix notice when passing an invalid array to editAllowed() | cweiske |
2009-11-02 | hide bookmarks below a configurable threshold | cweiske |
2009-10-31 | fix unfreed sql result | cweiske |
2009-10-30 | move user class into own file | cweiske |
2009-10-28 | unification test was unstable, too | cweiske |
2009-10-28 | explain deleteAll() in bookmarks | cweiske |
2009-10-28 | test previously fixed bug: voting was updated for all bookmarks, not only the... | cweiske |
2009-10-28 | basic ajax voting support. has a bad counting bug somewhere | cweiske |
2009-10-27 | fix user-specific tags | cweiske |
2009-10-26 | introduce voting config value and provide current user voting status in getBo... | cweiske |
2009-10-26 | add docblocks to service classes | cweiske |
2009-10-25 | clarification | cweiske |
2009-10-25 | Rename categories to tags, because that is what they are | cweiske |
2009-10-25 | test if deleting bookmarks works. to do this, we need a new testbase method t... | cweiske |
2009-10-25 | delete votes when deleting bookmark | cweiske |
2009-10-25 | delete votes when deleting bookmark | cweiske |
2009-10-24 | convert tabs to spaces | cweiske |
2009-10-24 | document getBookmarks() | cweiske |
2009-10-24 | introduce dbservice, a service base class that has a database variable, table... | cweiske |
2009-10-24 | tabs to spaces, document and format addBookmark() | cweiske |
2009-10-23 | rename ServiceFactory::getServiceInstance() to get() - much easier to write | cweiske |