aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-02allow changing of votescweiske
2009-10-31fix unfreed sql resultcweiske
2009-10-31test getObjectUsers() and fix a bug found by the testscweiske
2009-10-30move template object to own file and rename it to SemanticScuttle_Model_Templatecweiske
2009-10-30move user class into own filecweiske
2009-10-28unification test was unstable, toocweiske
2009-10-28loosen strictness of sorting xss fix a bit - did not work anymorecweiske
2009-10-28fix XSS vulnerabilitycweiske
2009-10-28explain deleteAll() in bookmarkscweiske
2009-10-28fix unfreed sql result and add deleteAll() for userscweiske
2009-10-28test previously fixed bug: voting was updated for all bookmarks, not only the...cweiske
2009-10-28implement rewriteVotings() and unittest the methodcweiske
2009-10-28update only one bookmark when voting;cweiske
2009-10-28basic ajax voting support. has a bad counting bug somewherecweiske
2009-10-28cscweiske
2009-10-27prevent js file to get stored in lastUrlcweiske
2009-10-27fix user-specific tagscweiske
2009-10-27Move URL redirection from URL to session parametercweiske
2009-10-26basic voting system works; but layout is missingcweiske
2009-10-26introduce voting config value and provide current user voting status in getBo...cweiske
2009-10-26add docblocks to service classescweiske
2009-10-25remove unreachable codecweiske
2009-10-25document attachtagscweiske
2009-10-25clarificationcweiske
2009-10-25document attachlinkedtagcweiske
2009-10-25Rename categories to tags, because that is what they arecweiske
2009-10-25test if deleting bookmarks works. to do this, we need a new testbase method t...cweiske
2009-10-25correct indentation and visibility modifiercweiske
2009-10-25Fix *all* unfreed results in unit tests - this was a hard task, but worth itcweiske
2009-10-25fix unit test runs for direct phpunit callscweiske
2009-10-25no braces neededcweiske
2009-10-25free some results in commondescription servicecweiske
2009-10-25delete votes when deleting bookmarkcweiske
2009-10-25delete votes when deleting bookmarkcweiske
2009-10-24convert tabs to spacescweiske
2009-10-24use dbservice in all services that need a dbcweiske
2009-10-24document getBookmarks()cweiske
2009-10-24clear votes table before testing votescweiske
2009-10-24Implement voting service and unit tests for itcweiske
2009-10-24introduce dbservice, a service base class that has a database variable, table...cweiske
2009-10-24print full backtrace on errorcweiske
2009-10-24tabs to spaces, document and format addBookmark()cweiske
2009-10-23rename ServiceFactory::getServiceInstance() to get() - much easier to writecweiske
2009-10-23make the file PEAR CS compliantcweiske
2009-10-23revamp service factorycweiske
2009-10-23Begin work on voting systemcweiske
2009-10-03get rid of headers-already-sent-errors when running unit tests on clicweiske
2009-10-03make tests run again (though they do not pass)cweiske
2009-10-03make the application work againcweiske
2009-10-03more file renamingscweiske