summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* index file is not necessary anymoreGravatar cweiske2009-11-101-10/+0
* tell people how to debug database queriesGravatar cweiske2009-11-051-0/+13
* fix php-gettext on 64 bitGravatar cweiske2009-11-042-2/+10
* use data dir for localesGravatar cweiske2009-11-041-2/+2
* add new "votes" field in bookmarks database with the tota...Gravatar cweiske2009-11-031-4/+15
* hide bookmarks below a configurable thresholdGravatar cweiske2009-11-021-1/+9
* allow changing of votesGravatar cweiske2009-11-021-3/+38
* fix unfreed sql resultGravatar cweiske2009-10-311-1/+3
* test getObjectUsers() and fix a bug found by the testsGravatar cweiske2009-10-311-0/+1
* move template object to own file and rename it to Semanti...Gravatar cweiske2009-10-302-26/+128
* move user class into own fileGravatar cweiske2009-10-303-119/+275
* unification test was unstable, tooGravatar cweiske2009-10-281-18/+25
* loosen strictness of sorting xss fix a bit - did not work...Gravatar cweiske2009-10-281-1/+1
* fix XSS vulnerabilityGravatar cweiske2009-10-281-1/+1
* explain deleteAll() in bookmarksGravatar cweiske2009-10-281-1/+7
* fix unfreed sql result and add deleteAll() for usersGravatar cweiske2009-10-281-2/+19
* test previously fixed bug: voting was updated for all boo...Gravatar cweiske2009-10-282-21/+108
* implement rewriteVotings() and unittest the methodGravatar cweiske2009-10-281-4/+5
* update only one bookmark when voting;Gravatar cweiske2009-10-281-2/+6
* basic ajax voting support. has a bad counting bug somewhereGravatar cweiske2009-10-281-7/+39
* csGravatar cweiske2009-10-281-6/+20
* prevent js file to get stored in lastUrlGravatar cweiske2009-10-271-1/+8
* fix user-specific tagsGravatar cweiske2009-10-271-10/+12
* Move URL redirection from URL to session parameterGravatar cweiske2009-10-272-13/+16
* basic voting system works; but layout is missingGravatar cweiske2009-10-261-0/+24
* introduce voting config value and provide current user vo...Gravatar cweiske2009-10-262-1/+19
* add docblocks to service classesGravatar cweiske2009-10-2612-0/+299
* remove unreachable codeGravatar cweiske2009-10-251-17/+4
* document attachtagsGravatar cweiske2009-10-251-39/+70
* clarificationGravatar cweiske2009-10-251-2/+2
* document attachlinkedtagGravatar cweiske2009-10-251-9/+34
* Rename categories to tags, because that is what they areGravatar cweiske2009-10-251-3/+3
* test if deleting bookmarks works. to do this, we need a n...Gravatar cweiske2009-10-252-15/+39
* correct indentation and visibility modifierGravatar cweiske2009-10-251-11/+13
* 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
* 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
* document getBookmarks()Gravatar cweiske2009-10-241-12/+44
* clear votes table before testing votesGravatar cweiske2009-10-241-2/+16
* Implement voting service and unit tests for itGravatar cweiske2009-10-241-16/+121
* introduce dbservice, a service base class that has a data...Gravatar cweiske2009-10-243-9/+70
* print full backtrace on errorGravatar cweiske2009-10-241-0/+2
* tabs to spaces, document and format addBookmark()Gravatar cweiske2009-10-241-540/+668
* rename ServiceFactory::getServiceInstance() to get() - mu...Gravatar cweiske2009-10-238-48/+48
* make the file PEAR CS compliantGravatar cweiske2009-10-231-6/+30