Age | Commit message (Expand) | Author |
2009-11-23 | part of request #2830224: prepare API for short url service | cweiske |
2009-11-20 | test email validation | cweiske |
2009-11-20 | add base test files to phpunit blacklist | cweiske |
2009-11-20 | test deleteBookmarksForUser | cweiske |
2009-11-20 | test bookmark updating | cweiske |
2009-11-20 | test normalizing an address | cweiske |
2009-11-19 | test bookmarkExists() in all variations | cweiske |
2009-11-19 | fully test editAllowed() | cweiske |
2009-11-19 | fix notice when passing an invalid array to editAllowed() | cweiske |
2009-11-19 | fix notice when passing an invalid array to editAllowed() | cweiske |
2009-11-19 | test getBookmark() a bit more, and test "all" parameter with countBookmarks | cweiske |
2009-11-10 | update unit test instructions | cweiske |
2009-11-03 | add new "votes" field in bookmarks database with the total sum of votes | cweiske |
2009-11-02 | allow vote changes | cweiske |
2009-11-02 | test vote() when voting is deactivated | cweiske |
2009-11-02 | allow changing of votes | cweiske |
2009-11-02 | enable voting in voting tests | cweiske |
2009-10-31 | enable voting when testing voting, test countBookmarks() | cweiske |
2009-10-31 | test getObjectUsers() and fix a bug found by the tests | cweiske |
2009-10-28 | unification test was unstable, too | cweiske |
2009-10-28 | test was unstable and did not work with empty users table | cweiske |
2009-10-28 | fix unfreed sql result and add deleteAll() for users | cweiske |
2009-10-28 | add usertest to alltests | cweiske |
2009-10-28 | add usertest and check if setting a new user id also changes the user array | cweiske |
2009-10-28 | test previously fixed bug: voting was updated for all bookmarks, not only the... | cweiske |
2009-10-28 | implement rewriteVotings() and unittest the method | cweiske |
2009-10-28 | test that voting for other bookmarks does not change when voting for one book... | cweiske |
2009-10-26 | add eric and ben as authors | cweiske |
2009-10-26 | rename config.inc.php to config.php throughout the code | cweiske |
2009-10-25 | remove unreachable code | cweiske |
2009-10-25 | fix tagtest | cweiske |
2009-10-25 | fix one tag2tag test and make the other one report the real error | cweiske |
2009-10-25 | tab 2 spaces in test files | cweiske |
2009-10-25 | fix testRename() tag2tag test | cweiske |
2009-10-25 | test if deleting bookmarks works. to do this, we need a new testbase method t... | cweiske |
2009-10-25 | make bookmark tests work again | cweiske |
2009-10-25 | introduce testbase class and make all tests runnable standalone | cweiske |
2009-10-24 | fix notice | cweiske |
2009-10-24 | clear votes table before testing votes | cweiske |
2009-10-24 | Add VoteTest to AllTests | cweiske |
2009-10-24 | Implement voting service and unit tests for it | cweiske |
2009-10-24 | make it possible to run other tests standalone, too | cweiske |
2009-10-23 | rename ServiceFactory::getServiceInstance() to get() - much easier to write | cweiske |
2009-10-03 | get rid of headers-already-sent-errors when running unit tests on cli | cweiske |
2009-10-03 | make tests run again (though they do not pass) | cweiske |
2009-10-03 | make the application work again | cweiske |
2008-12-18 | Minor Fix: improve cache test | mensonge |
2008-12-18 | Major refactoring: improve tests process. add a main file called allTests.php. | mensonge |
2008-04-21 | New feature: private descriptions for tags | mensonge |
2008-04-21 | Refactoring: rename sc_tags into sc_bookmarks2tags (and services, codes...) | mensonge |