aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/User.php
AgeCommit message (Expand)Author
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