aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-9/+21
|\
| * [ticket/10829] Delete T_STYLESHEET_NAME - no longer used.Oleg Pudeyev2012-06-111-1/+0
| * [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-9/+9
| * [ticket/10931] Make to_numeric function globally available.Andreas Fischer2012-06-111-0/+13
* | [feature/new-tz-handling] Properly name new timezone selection functionJoas Schilling2012-07-171-10/+18
* | [feature/new-tz-handling] Require user argument on phpbb_datetimeJoas Schilling2012-07-161-2/+2
* | [feature/new-tz-handling] Fix code and doc layoutJoas Schilling2012-06-201-2/+4
* | [feature/new-tz-handling] Prefix function with phpbb_Joas Schilling2012-06-191-2/+2
* | [feature/new-tz-handling] Update doc blocks for the three timezone functionsJoas Schilling2012-06-181-3/+20
* | [feature/new-tz-handling] Inject $user to avoid the usage of globalJoas Schilling2012-06-181-2/+2
* | [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-181-9/+34
* | [feature/new-tz-handling] Fix displaying of "All times are" stringJoas Schilling2012-06-181-1/+9
* | [feature/new-tz-handling] Fix selecting and validating of timezone in UCPJoas Schilling2012-06-181-10/+14
* | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-7/+93
|\ \ | |/ |/|
| * [feature/new-tz-handling] Sort timezones in selector by offset.Oleg Pudeyev2012-03-141-1/+70
| * [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
* | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-1/+1
|\ \
| * | [ticket/10162] Increase maximum length of email address TLD from 6 to 63.Andreas Fischer2012-05-301-1/+1
* | | Merge PR #812 branch 'develop-olympus' into developOleg Pudeyev2012-05-211-4/+7
|\ \ \ | |/ /
| * | [ticket/10565] Add line breaks to query in order to follow coding guidelines.Andreas Fischer2012-05-221-3/+7
| * | [ticket/10565] update_forum_tracking_info(): Remove unnecessary GROUP BY clauseAndreas Fischer2012-05-221-2/+1
* | | Merge PR #734 branch 'shibulijack/ticket/10688' into developOleg Pudeyev2012-04-191-1/+1
|\ \ \
| * | | [ticket/10688] Updated version to 3.1Shibu Lijack2012-04-111-1/+1
* | | | [ticket/10783] Added ?assets_version to assets.Callum Macrae2012-04-111-3/+4
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-04-041-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/10607] Added 'Powered by' translation string.Fyorl2012-04-041-0/+1
* | | | [ticket/10665] Solution for T_SUPER_TEMPLATE_PATHVjacheslav Trushkin2012-04-011-1/+1
* | | | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-1/+1
* | | | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-311-9/+52
|\ \ \ \
| * | | | [ticket/10328] Renamed the JSON class, also now using autoloading.Callum Macrae2012-03-311-2/+4
| * | | | [ticket/10328] Added a JSON class.Callum Macrae2012-03-311-4/+2
| * | | | [ticket/10271] Changed AJAX functions to $request->is_ajax().Callum Macrae2012-03-311-6/+6
| * | | | [ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.Callum Macrae2012-03-311-7/+46
| * | | | [feature/event-dispatcher] Update core.page_header eventMichael Cullum2012-03-301-3/+1
| * | | | [feature/event-dispatcher] Implement mutation for page_header ledge.Oleg Pudeyev2012-03-181-2/+3
| * | | | Merge branch 'develop' into feature/event-dispatcherIgor Wiedler2012-03-111-2/+19
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | [feature/event-dispatcher] Prefix event name with 'core.'Igor Wiedler2012-01-071-1/+1
| * | | | [feature/event-dispatcher] Support setting data on an eventIgor Wiedler2012-01-071-1/+2
| * | | | [feature/event-dispatcher] Add a sample hook in page_headerIgor Wiedler2012-01-071-0/+4
* | | | | [feature/merging-style-components] Updating PHP filesVjacheslav Trushkin2012-03-141-11/+11
| |/ / / |/| | |
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-111-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/10606] Fix incorrect hidden fields array name in page_header().James King2012-02-091-1/+1
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2012-02-071-0/+5
|\ \ \ \ | |/ / /
| * | | [ticket/10616] Ignore template inheritance that points to selfVjacheslav Trushkin2012-02-031-0/+5
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-01-121-1/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [ticket/9079] Always log backtrace to error log when logging errors.Oleg Pudeyev2011-12-241-4/+9
| * | [ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errorsAndreas Fischer2011-12-241-0/+7
| * | Merge remote-tracking branch 'cyberalien/ticket/10399' into develop-olympusOleg Pudeyev2011-12-221-10/+10
| |\ \
| | * | [ticket/10399] Correctly encoding template component urls (3.0)Vjacheslav Trushkin2011-12-011-10/+10