Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/new-tz-handling] Fall back to UTC, if the timezone is invalid | Joas Schilling | 2012-07-19 | 1 | -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->timezone | Joas Schilling | 2012-07-18 | 1 | -5/+5 |
| | | | | PHPBB3-9558 | ||||
* | [feature/new-tz-handling] Remove "timezone might be numeric" | Joas Schilling | 2012-07-18 | 1 | -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 Schilling | 2012-07-18 | 1 | -12/+9 |
|\ | | | | | | | feature/new-tz-handling | ||||
| * | [ticket/10743] Renaming user->theme | Vjacheslav Trushkin | 2012-06-11 | 1 | -9/+9 |
| | | | | | | | | | | | | Renaming user->theme to user->style PHPBB3-10743 | ||||
| * | [ticket/10743] Changing obtain_cfg_items | Vjacheslav Trushkin | 2012-06-11 | 1 | -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 timezone | Joas Schilling | 2012-07-16 | 1 | -5/+5 |
| | | | | | | | | PHPBB3-9558 | ||||
* | | [feature/new-tz-handling] Require user argument on phpbb_datetime | Joas Schilling | 2012-07-16 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-9558 | ||||
* | | [feature/new-tz-handling] Fix docs in phpbb_user class | Joas Schilling | 2012-06-20 | 1 | -1/+5 |
| | | | | | | | | PHPBB3-9558 | ||||
* | | [feature/new-tz-handling] Add a function to get the timestamp of a date | Joas Schilling | 2012-06-18 | 1 | -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_dst | Joas Schilling | 2012-06-18 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9558 | ||||
* | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵ | Joas Schilling | 2012-06-04 | 1 | -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_style | Vjacheslav Trushkin | 2012-04-03 | 1 | -2/+2 |
| | | | | | | Renaming global variable $style to $phpbb_style PHPBB3-10754 | ||||
* | [feature/class-prefix] Rename user and session to phpbb_* | Igor Wiedler | 2012-03-31 | 1 | -0/+851 |
PHPBB-10609 |