aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [feature/new-tz-handling] Sort timezones in selector by offset.Oleg Pudeyev2012-03-141-1/+70
* [feature/new-tz-handling] Correct a bug preventing multiple formats working.Chris Smith2012-03-141-14/+14
* [feature/new-tz-handling] Remove case mangling, the identifiers are correct.Chris Smith2012-03-141-2/+2
* [feature/new-tz-handling] Update tz_select() to use the PHP timezone database.Chris Smith2012-03-141-7/+24
* [feature/new-tz-handling] Remove code using legacy timezone properties.Chris Smith2012-03-141-3/+6
* [feature/new-tz-handling] Removed line that was missed in cc312d8.Chris Smith2012-03-141-2/+0
* [feature/new-tz-handling] Fix bug from 3.0 formatting future dates.Chris Smith2012-03-141-1/+2
* [feature/new-tz-handling] Check the is_short flag stored inside the format ar...Chris Smith2012-03-141-3/+2
* [feature/new-tz-handling] Fix undefined variable.Chris Smith2012-03-141-0/+2
* [feature/new-tz-handling] Explained name of phpbb_datetime::getTimestamp()Chris Smith2012-03-141-0/+1
* [feature/new-tz-handling] Added phpbb_datetime::__toString().Chris Smith2012-03-141-0/+10
* [feature/new-tz-handling] Comment and optimise phpbb_datetime::format().Chris Smith2012-03-141-3/+10
* [feature/new-tz-handling] Correct typo in member comment.Chris Smith2012-03-141-1/+1
* [feature/new-tz-handling] Fixed bug with signature of user::create_datetime().Chris Smith2012-03-141-1/+1
* [feature/new-tz-handling] Added a user::create_datetime() method.Chris Smith2012-03-141-0/+15
* [feature/new-tz-handling] Replace user::$timezone with user::$tz.Chris Smith2012-03-141-6/+13
* [feature/new-tz-handling] Remove old user::$dst propertyChris Smith2012-03-141-1/+0
* [feature/new-tz-handling] Correct capitalisation of phpbb_datetime.Chris Smith2012-03-141-1/+1
* [feature/new-tz-handling] Update user methods to use new date processing class.Chris Smith2012-03-141-63/+24
* [feature/new-tz-handling] Renamed old variables and removed extra conditional.Chris Smith2012-03-141-24/+19
* [feature/new-tz-handling] Use phpbb_datetime rather than phpbb_DateTime.Chris Smith2012-03-141-2/+2
* [feature/new-tz-handling] Wrapper around DateTime for new date time handling.Chris Smith2012-03-141-0/+160
* Merge branch 'develop-olympus' into developAndreas Fischer2011-11-271-5/+5
|\
| * Merge branch 'prep-release-3.0.10' into develop-olympusAndreas Fischer2011-11-271-5/+5
| |\
| | * Merge remote-tracking branch 'rxu/ticket/10497' into prep-release-3.0.10Andreas Fischer2011-11-271-5/+5
| | |\
| | | * [ticket/10497] Fix SQL error when guest visits forum with unread topicrxu2011-11-271-5/+5
| | * | [prep-release-3.0.10] Bumping version number for 3.0.10-RC2.Andreas Fischer2011-11-261-1/+1
| | |/
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-251-11/+15
|\ \ \ | |/ /
| * | [ticket/10280] Change the display of user activation settings in the ACP.RMcGirr832011-11-251-11/+15
* | | Merge remote-tracking branch 'nickvergessen/ticket/10484' into developOleg Pudeyev2011-11-244-26/+32
|\ \ \
| * | | [ticket/10484] Use variables for sql_build_query() callsJoas Schilling2011-11-214-26/+32
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-231-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'prep-release-3.0.10' into develop-olympusOleg Pudeyev2011-11-231-1/+5
| |\ \ \ | | | |/ | | |/|
| | * | [ticket/10461] Add a comment explaining the logic here.Oleg Pudeyev2011-11-231-0/+4
| | * | [ticket/10461] Correct $log_count check in view_log() so we show logs again.Andreas Fischer2011-11-231-1/+1
| * | | [develop-olympus] Increment version number to 3.0.11-dev in develop-olympus.Andreas Fischer2011-11-211-1/+1
| |/ /
| * | [develop-olympus] Bump version numbers for 3.0.10-RC1 release.Andreas Fischer2011-11-201-1/+1
* | | Merge remote-tracking branch 'igorw/ticket/10323' into developOleg Pudeyev2011-11-201-4/+9
|\ \ \
| * | | [ticket/10323] slight potential performance improvementIgor Wiedler2011-11-201-4/+4
| * | | [ticket/10323] make finder work with PHP 5.2Igor Wiedler2011-11-191-1/+6
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-11-208-40/+26
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-208-13/+16
| * | | [ticket/10446] Remove leftover $headers parameter from anti_abuse_headers().Andreas Fischer2011-11-201-1/+2
| * | | [ticket/10446] RFC2047 encode user/server names in X-AntiAbuse headers.Oleg Pudeyev2011-11-201-2/+2
| * | | [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-208-42/+24
* | | | Merge remote-tracking branch 'nickvergessen/ticket/10344' into developOleg Pudeyev2011-11-204-12/+18
|\ \ \ \
| * | | | [ticket/10344] Add attachment icons to list of reported and queued posts/topicsJoas Schilling2011-08-274-12/+18
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-201-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'callumacrae/ticket/10402' into develop-olympusOleg Pudeyev2011-11-201-0/+1
| |\ \ \ \
| | * | | | [ticket/10402] Fixed a formatting issue with report details.Callum Macrae2011-10-221-0/+1