Age | Commit message (Expand) | Author |
2011-04-18 | start the session when we are in http unittest mode | Christian Weiske |
2011-04-06 | cherry-pick: | Christian Weiske |
2011-02-09 | rename $range to $status as it is used in all other methods; add privacy to t... | Christian Weiske |
2010-11-19 | Fix bug #3111254: Search in my_watchlist results in error | Christian Weiske |
2010-09-28 | rewrite api/posts/delete to be more secure and add unit tests for it | cweiske |
2010-09-27 | now we have tests for all history all methods | cweiske |
2010-09-26 | explain $sizeSearchHistory | cweiske |
2010-09-26 | fix nasty bug with $withResults in getAllSearches() | cweiske |
2010-09-26 | reformat the code (CS) | cweiske |
2010-09-23 | Fix CS, fix docblocks | cweiske |
2010-09-23 | Move user IP resolution into own class method | cweiske |
2010-09-23 | update description | 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-09-14 | allow debugging of connection errors | cweiske |
2010-08-22 | make test running on installed pear package work: pear run-tests -pu __uri/se... | Christian Weiske |
2010-08-22 | make files use pear directories | Christian Weiske |
2010-07-09 | Fix bug getTagsForBookmarks() that fetched all tags, see http://sourceforge.n... | cweiske |
2010-03-19 | fix notice | 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 #2960663: do not send content-type headers twice for ajax/api scripts | 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 | save another query | cweiske |
2010-02-20 | reformat _getuser and add docblock | cweiske |
2010-02-20 | header docblock | cweiske |
2010-02-20 | 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-08 | Send HTTP status code 500 when site has not been configured yet. | cweiske |
2010-02-08 | allow people to move www/ folder where they want it, now one just has to chan... | 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 | do not use service overrides when running unit tests | 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 |