Age | Commit message (Expand) | Author |
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-09-23 | finally fix the problem that watchlist count tests failed every second alltes... | cweiske |
2010-07-09 | Fix bug getTagsForBookmarks() that fetched all tags, see http://sourceforge.n... | 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 | reformat _getuser and add docblock | cweiske |
2010-02-20 | new config option to disable "SET NAMES UTF8" sql call | cweiske |
2010-02-20 | make isAdmin accept a user name, too | cweiske |
2010-02-20 | sql optimization: fetch all tags at once | cweiske |
2010-02-20 | add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks() | cweiske |
2010-02-20 | reformat and CS | 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-02-05 | fix some docblocks in userservice | cweiske |
2010-02-05 | use configurable password field instead of the hardcoded one | cweiske |
2010-02-05 | make external login work when user changed password externally | cweiske |
2010-02-05 | make external auth login work. one thing left is when the user changes his pa... | cweiske |
2010-02-02 | nearly there with auth integration | cweiske |
2010-02-02 | make serviceoverrides user-configurable | cweiske |
2010-01-16 | fix several sql injection possibilities | cweiske |
2010-01-16 | Fix bug #2887063: Common tag combination description feels broken | cweiske |
2010-01-16 | Part of request #2928950: Add config option to allow sorting by bookmark crea... | cweiske |
2010-01-16 | cleanup login() | 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 | replace regex email validation with PHP filter function and remove DNS checki... | 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-05 | tell people how to debug database queries | cweiske |
2009-11-03 | add new "votes" field in bookmarks database with the total sum of votes | cweiske |
2009-11-02 | hide bookmarks below a configurable threshold | cweiske |
2009-11-02 | allow changing of votes | cweiske |
2009-10-31 | fix unfreed sql result | cweiske |
2009-10-31 | test getObjectUsers() and fix a bug found by the tests | cweiske |
2009-10-30 | move template object to own file and rename it to SemanticScuttle_Model_Template | cweiske |