summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* test previously fixed bug: voting was updated for all boo...Gravatar cweiske2009-10-283-21/+199
* implement rewriteVotings() and unittest the methodGravatar cweiske2009-10-282-4/+33
* test that voting for other bookmarks does not change when...Gravatar cweiske2009-10-281-1/+8
* update only one bookmark when voting;Gravatar cweiske2009-10-281-2/+6
* basic ajax voting support. has a bad counting bug somewhereGravatar cweiske2009-10-285-14/+105
* csGravatar cweiske2009-10-281-6/+20
* do not use new css3 values since nobody understands them yetGravatar cweiske2009-10-281-5/+5
* prevent js file to get stored in lastUrlGravatar cweiske2009-10-272-1/+9
* search engines should not follow voting links (not that t...Gravatar cweiske2009-10-271-2/+2
* style voting badgeGravatar cweiske2009-10-271-0/+40
* do not error out when user is not logged inGravatar cweiske2009-10-271-3/+6
* fix jsScuttle includeGravatar cweiske2009-10-271-1/+1
* img.thumbnail is defined later onGravatar cweiske2009-10-271-7/+2
* move bookmark thumbnail code in separate template fileGravatar cweiske2009-10-272-12/+18
* fix user-specific tagsGravatar cweiske2009-10-271-10/+12
* move thumbnail code in own fileGravatar cweiske2009-10-271-0/+18
* Move URL redirection from URL to session parameterGravatar cweiske2009-10-273-20/+23
* basic voting system works; but layout is missingGravatar cweiske2009-10-264-0/+120
* introduce voting config value and provide current user vo...Gravatar cweiske2009-10-263-1/+25
* add docblocks to service classesGravatar cweiske2009-10-2612-0/+299
* add eric and ben as authorsGravatar cweiske2009-10-269-17/+78
* rename config.inc.php to config.php throughout the codeGravatar cweiske2009-10-266-9/+8
* add bVoting to table definition fileGravatar cweiske2009-10-261-1/+2
* remove unreachable codeGravatar cweiske2009-10-252-18/+5
* document attachtagsGravatar cweiske2009-10-251-39/+70
* clarificationGravatar cweiske2009-10-251-2/+2
* document attachlinkedtagGravatar cweiske2009-10-251-9/+34
* fix tagtestGravatar cweiske2009-10-251-8/+9
* Rename categories to tags, because that is what they areGravatar cweiske2009-10-251-3/+3
* fix one tag2tag test and make the other one report the re...Gravatar cweiske2009-10-251-4/+18
* tab 2 spaces in test filesGravatar cweiske2009-10-256-793/+793
* fix testRename() tag2tag testGravatar cweiske2009-10-251-8/+25
* test if deleting bookmarks works. to do this, we need a n...Gravatar cweiske2009-10-255-72/+172
* correct indentation and visibility modifierGravatar cweiske2009-10-251-11/+13
* make bookmark tests work againGravatar cweiske2009-10-251-7/+25
* Fix *all* unfreed results in unit tests - this was a hard...Gravatar cweiske2009-10-255-20/+53
* fix unit test runs for direct phpunit callsGravatar cweiske2009-10-251-0/+9
* no braces neededGravatar cweiske2009-10-251-2/+2
* free some results in commondescription serviceGravatar cweiske2009-10-251-2/+6
* introduce testbase class and make all tests runnable stan...Gravatar cweiske2009-10-2510-97/+358
* delete votes when deleting bookmarkGravatar cweiske2009-10-251-3/+6
* delete votes when deleting bookmarkGravatar cweiske2009-10-251-8/+34
* convert tabs to spacesGravatar cweiske2009-10-2413-2403/+2403
* use dbservice in all services that need a dbGravatar cweiske2009-10-248-51/+9
* fix noticeGravatar cweiske2009-10-241-1/+1
* document getBookmarks()Gravatar cweiske2009-10-241-12/+44
* clear votes table before testing votesGravatar cweiske2009-10-242-2/+17
* Add VoteTest to AllTestsGravatar cweiske2009-10-241-0/+1
* Implement voting service and unit tests for itGravatar cweiske2009-10-242-16/+474
* introduce dbservice, a service base class that has a data...Gravatar cweiske2009-10-243-9/+70