aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/user.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/new-tz-handling] Fall back to UTC, if the timezone is invalidJoas Schilling2012-07-191-1/+9
| | | | | | This should avoid problems, when the board files are updated but database isn't. PHPBB3-9558
* [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-5/+5
| | | | PHPBB3-9558
* [feature/new-tz-handling] Remove "timezone might be numeric"Joas Schilling2012-07-181-6/+0
| | | | | | As we updated all of the used values, there really shouldn't be one anymore. PHPBB3-9558
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-181-12/+9
|\ | | | | | | feature/new-tz-handling
| * [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-9/+9
| | | | | | | | | | | | Renaming user->theme to user->style PHPBB3-10743
| * [ticket/10743] Changing obtain_cfg_itemsVjacheslav Trushkin2012-06-111-3/+0
| | | | | | | | | | | | | | Changing obtain_cfg_items to work only with style because other components no longer exist PHPBB3-10743
* | [feature/new-tz-handling] Use tmp variable for user timezoneJoas Schilling2012-07-161-5/+5
| | | | | | | | PHPBB3-9558
* | [feature/new-tz-handling] Require user argument on phpbb_datetimeJoas Schilling2012-07-161-2/+2
| | | | | | | | PHPBB3-9558
* | [feature/new-tz-handling] Fix docs in phpbb_user classJoas Schilling2012-06-201-1/+5
| | | | | | | | PHPBB3-9558
* | [feature/new-tz-handling] Add a function to get the timestamp of a dateJoas Schilling2012-06-181-0/+15
| | | | | | | | | | | | The function uses the given timezone and returns the correct UNIX timestamp of it. PHPBB3-9558
* | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-1/+1
| | | | | | | | PHPBB3-9558
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-041-64/+30
|/ | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
* [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-031-2/+2
| | | | | | Renaming global variable $style to $phpbb_style PHPBB3-10754
* [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-0/+851
PHPBB-10609