aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/user.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/php-events] Add core.user_setup eventJoas Schilling2012-08-011-7/+29
* [feature/new-tz-handling] Fall back to UTC, if the timezone is invalidJoas Schilling2012-07-191-1/+9
* [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-5/+5
* [feature/new-tz-handling] Remove "timezone might be numeric"Joas Schilling2012-07-181-6/+0
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-12/+9
|\
| * [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-9/+9
| * [ticket/10743] Changing obtain_cfg_itemsVjacheslav Trushkin2012-06-111-3/+0
* | [feature/new-tz-handling] Use tmp variable for user timezoneJoas Schilling2012-07-161-5/+5
* | [feature/new-tz-handling] Require user argument on phpbb_datetimeJoas Schilling2012-07-161-2/+2
* | [feature/new-tz-handling] Fix docs in phpbb_user classJoas Schilling2012-06-201-1/+5
* | [feature/new-tz-handling] Add a function to get the timestamp of a dateJoas Schilling2012-06-181-0/+15
* | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-1/+1
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-64/+30
|/
* [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-031-2/+2
* [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-0/+851