summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* print full backtrace on errorGravatar cweiske2009-10-241-0/+2
* make it possible to run other tests standalone, tooGravatar cweiske2009-10-242-6/+4
* tabs to spaces, document and format addBookmark()Gravatar cweiske2009-10-241-540/+668
* rename ServiceFactory::getServiceInstance() to get() - mu...Gravatar cweiske2009-10-2369-170/+170
* make the file PEAR CS compliantGravatar cweiske2009-10-231-6/+30
* tell what you needGravatar cweiske2009-10-231-0/+10
* revamp service factoryGravatar cweiske2009-10-234-32/+110
* voting tableGravatar cweiske2009-10-231-0/+10
* Begin work on voting systemGravatar cweiske2009-10-232-2/+183
* get rid of headers-already-sent-errors when running unit ...Gravatar cweiske2009-10-034-6/+15
* make tests run again (though they do not pass)Gravatar cweiske2009-10-039-48/+71
* make the application work againGravatar cweiske2009-10-0390-564/+727
* more file renamingsGravatar cweiske2009-10-0317-0/+0
* move files to new locationsGravatar cweiske2009-10-03201-0/+0
* prepare new directory structure (see: http://wiki.php.net...Gravatar cweiske2009-10-030-0/+0
* re-add home link; requested by benjaminGravatar cweiske2009-10-012-2/+3
* write ChangeLog for 0.94, more UPGRADE detailsGravatar cweiske2009-09-292-0/+35
* prepare 0.94Gravatar cweiske2009-09-293-3/+11
* add authors to AUTHORS fileGravatar cweiske2009-09-291-9/+18
* fix problem: "api/posts/all not found"Gravatar cweiske2009-09-292-19/+1
* fix unfreed result on watchlist pageGravatar cweiske2009-09-291-4/+8
* Make german translation prettyGravatar cweiske2009-09-252-141/+141
* move de_AT to de_DE since it is not specific to austria a...Gravatar cweiske2009-09-253-137/+0
* remote de_DE since I will move de_AT over itGravatar cweiske2009-09-252-1484/+0
* do not use path_info when it is not definedGravatar cweiske2009-09-221-1/+2
* use proper html entities - ; was missingGravatar cweiske2009-09-221-2/+2
* use proper php tags, no the short tag syntax that does no...Gravatar cweiske2009-09-223-3/+3
* make login html validGravatar cweiske2009-09-221-1/+1
* make registration page validGravatar cweiske2009-09-221-1/+1
* make about page validGravatar cweiske2009-09-221-1/+1
* Remove "home" link in menu toolbar since the logo/title i...Gravatar cweiske2009-09-221-2/+0
* Fix bug #2674961: editAllowed optimization - make less qu...Gravatar cweiske2009-09-221-1/+1
* Fix bug #2674961: editAllowed optimization - make less qu...Gravatar cweiske2009-09-222-18/+47
* Fix mysqli db class: escaping did not work at allGravatar cweiske2009-09-221-5/+1
* remove dbport from default config because nobody changes ...Gravatar cweiske2009-09-212-11/+7
* Fix bug #2863644: Updated INSTALL.txt - thanks, till!Gravatar cweiske2009-09-211-1/+1
* url and cat are not used in users.phpGravatar cweiske2009-09-201-4/+0