aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/classes/user.php
Commit message (Expand)AuthorAgeFilesLines
* Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-1/+1
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-1/+21
* let us change the time zone and dst setting correctly (related to Bug #38775)Meik Sievertsen2009-01-231-5/+7
* Correctly display future dates (Bug #38755)Meik Sievertsen2009-01-231-1/+1
* make sure user->setup() works even if there is no valid sessionMeik Sievertsen2009-01-221-1/+12
* i am not sure if people will like the config layout i test here... it require...Meik Sievertsen2009-01-201-1/+1
* update user lang tooMeik Sievertsen2009-01-161-1/+7
* bad bad bad... do not init the auth object within the user object. Meik Sievertsen2009-01-131-51/+71
* fix some functionsMeik Sievertsen2008-12-301-8/+4
* implement new phpbb::$acm object, replacing $cache globalMeik Sievertsen2008-12-281-1/+1
* document plugin-supportMeik Sievertsen2008-12-281-19/+9
* replace constants with class constants.Meik Sievertsen2008-12-271-1/+1
* add nils' request and super globals classMeik Sievertsen2008-12-251-1/+1
* comment with intendationMeik Sievertsen2008-12-251-42/+59
* changed documentation for the session abstractMeik Sievertsen2008-12-251-0/+1062