| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2013-02-24 | 1 | -1/+1 |
* | [feature/new-tz-handling] Rename $user->tz back to $user->timezone | Joas Schilling | 2012-07-18 | 1 | -2/+2 |
* | [feature/new-tz-handling] Require user argument on phpbb_datetime | Joas Schilling | 2012-07-16 | 1 | -4/+3 |
* | [feature/new-tz-handling] Fix code and doc layout | Joas Schilling | 2012-06-20 | 1 | -2/+4 |
* | [feature/new-tz-handling] Trim comment length and remove leading underscores | Joas Schilling | 2012-06-19 | 1 | -4/+5 |
* | [feature/new-tz-handling] Remove function getTimestamp() as we require php 5.3 | Joas Schilling | 2012-06-18 | 1 | -18/+0 |
* | [feature/new-tz-handling] Fix documentation in includes/datetime.php | Joas Schilling | 2012-06-18 | 1 | -7/+8 |
* | [feature/new-tz-handling] Do not use underscore as prefix for user | Joas Schilling | 2012-06-18 | 1 | -9/+9 |
* | [feature/new-tz-handling] Correct a bug preventing multiple formats working. | Chris Smith | 2012-03-14 | 1 | -14/+14 |
* | [feature/new-tz-handling] Removed line that was missed in cc312d8. | Chris Smith | 2012-03-14 | 1 | -2/+0 |
* | [feature/new-tz-handling] Fix bug from 3.0 formatting future dates. | Chris Smith | 2012-03-14 | 1 | -1/+2 |
* | [feature/new-tz-handling] Check the is_short flag stored inside the format ar... | Chris Smith | 2012-03-14 | 1 | -3/+2 |
* | [feature/new-tz-handling] Fix undefined variable. | Chris Smith | 2012-03-14 | 1 | -0/+2 |
* | [feature/new-tz-handling] Explained name of phpbb_datetime::getTimestamp() | Chris Smith | 2012-03-14 | 1 | -0/+1 |
* | [feature/new-tz-handling] Added phpbb_datetime::__toString(). | Chris Smith | 2012-03-14 | 1 | -0/+10 |
* | [feature/new-tz-handling] Comment and optimise phpbb_datetime::format(). | Chris Smith | 2012-03-14 | 1 | -3/+10 |
* | [feature/new-tz-handling] Correct typo in member comment. | Chris Smith | 2012-03-14 | 1 | -1/+1 |
* | [feature/new-tz-handling] Renamed old variables and removed extra conditional. | Chris Smith | 2012-03-14 | 1 | -24/+19 |
* | [feature/new-tz-handling] Use phpbb_datetime rather than phpbb_DateTime. | Chris Smith | 2012-03-14 | 1 | -2/+2 |
* | [feature/new-tz-handling] Wrapper around DateTime for new date time handling. | Chris Smith | 2012-03-14 | 1 | -0/+160 |