aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | [feature/add_events] Rename override to overwrite, made docs 79 chars/lineDavid King2012-08-211-17/+18
| | * | | | [feature/add_events] Rename core.append_sid_override to just core.append_sidDavid King2012-08-201-2/+14
| | * | | | [feature/add_events] Globalize the event dispatcher objectDavid King2012-08-201-0/+1
| | * | | | [feature/add_events] Return the correct variableDavid King2012-08-201-1/+1
| | * | | | [feature/add_events] Replaced current append_sid() hook with new eventDavid King2012-08-201-7/+27
| | | |_|/ | | |/| |
| * | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-011-1/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-011-1/+1
* | | | [feature/soft-delete] Simplification part2: user can see all item visibilitiesJoas Schilling2012-08-291-1/+2
|/ / /
* | | [feature/php-events] Remove double space in commentsJoas Schilling2012-08-051-2/+2
* | | [feature/php-events] Add docs for core.garbage_collectionJoas Schilling2012-08-051-0/+6
* | | [feature/php-events] Add docs for core.page_footerJoas Schilling2012-08-051-2/+10
* | | [feature/php-events] Add docs for core.page_headerJoas Schilling2012-08-051-0/+14
* | | [feature/php-events] Remove duplicated event and name the events properlyJoas Schilling2012-08-011-5/+2
* | | [feature/events] Add blank lineErik Frèrejean2012-08-011-0/+1
* | | [feature/events] Adding core.garbage_collection eventErik Frèrejean2012-08-011-0/+3
* | | [feature/events] Fixing events issuesMichael Cullum2012-08-011-0/+1
* | | [feature/events] Add `core.page_footer_override`Erik Frèrejean2012-08-011-0/+11
* | | [feature/events] Add `core.page_header_override`Erik Frèrejean2012-08-011-0/+10
* | | [feature/events] Fixing issues with eventsMichael Cullum2012-08-011-1/+0
* | | [feature/events] Remove unnecessary ledge common_template_varsJoas Schilling2012-08-011-9/+2
* | | [feature/events] Add core.common_template_vars ledgeMichael Cullum2012-08-011-2/+10
| |/ |/|
* | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-191-13/+195
|\ \
| * | [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-191-4/+5
| * | [feature/new-tz-handling] Add previous selected value to validation if validJoas Schilling2012-07-191-4/+38
| * | [feature/new-tz-handling] Display suggestion when a different value is selectedJoas Schilling2012-07-191-2/+2
| * | [feature/new-tz-handling] Remove additional marking of selected itemsJoas Schilling2012-07-181-2/+2
| * | [feature/new-tz-handling] Delete old variable which is not used anymoreJoas Schilling2012-07-181-3/+0
| * | [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-2/+2
| * | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-9/+21
| |\ \
| * | | [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
* | | | | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-4/+5
* | | | | [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-100/+7
* | | | | [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-2/+2
* | | | | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-37/+162
* | | | | [ticket/10968] Render pagination within the templateDrae2012-07-181-42/+56
| |_|/ / |/| | |
* | | | [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
|/ / /