aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/User.php
AgeCommit message (Expand)Author
2011-05-12do not automatically store user id in sessionChristian Weiske
2011-05-12reformat userservice::getWatchNamesChristian Weiske
2010-11-19Fix bug #3111254: Search in my_watchlist results in errorChristian Weiske
2010-10-08tests for getadminlinkedtagsChristian Weiske
2010-09-30remove deprecate split()Christian Weiske
2010-09-23finally fix the problem that watchlist count tests failed every second alltes...cweiske
2010-02-20fix tests after last commitcweiske
2010-02-20reformat _getuser and add docblockcweiske
2010-02-20make isAdmin accept a user name, toocweiske
2010-02-05fix some docblocks in userservicecweiske
2010-01-16cleanup login()cweiske
2009-11-20replace regex email validation with PHP filter function and remove DNS checki...cweiske
2009-10-31test getObjectUsers() and fix a bug found by the testscweiske
2009-10-30move user class into own filecweiske
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-26add docblocks to service classescweiske
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-24convert tabs to spacescweiske
2009-10-24use dbservice in all services that need a dbcweiske
2009-10-23rename ServiceFactory::getServiceInstance() to get() - much easier to writecweiske
2009-10-23Begin work on voting systemcweiske
2009-10-03make the application work againcweiske
2009-10-03more file renamingscweiske