aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | [ticket/11103] Output the notifications to the templateNathan Guse2012-09-081-1/+8
| * | | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-02-251-3/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-3/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | / | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | [ticket/7262] Add note about set_config() not updating is_dynamic.Andreas Fischer2013-02-241-0/+3
| | | * | | | | | | | | | | | [ticket/7262] Add $is_dynamic example to set_config() and set_config_count().Andreas Fischer2013-02-241-4/+6
| | | * | | | | | | | | | | | [ticket/7262] Backport set_config() and set_config_count() docs from develop.Andreas Fischer2013-02-241-2/+16
| * | | | | | | | | | | | | | [ticket/10714] Update add_log docs block with @param and @deprecatedJoas Schilling2013-02-251-1/+12
| * | | | | | | | | | | | | | [ticket/10714] Remove fallback code from previous commits and move globalJoas Schilling2013-01-231-10/+2
| * | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2013-01-161-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-291-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-2/+2
| | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2012-12-141-1/+145
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10714Joas Schilling2012-12-071-77/+294
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | [ticket/10714] Rely on global instead of creating an instanceJoas Schilling2012-12-071-6/+0
| * | | | | | | | | | | | | [ticket/10714] Fix some commentsJoas Schilling2012-11-111-1/+1
| * | | | | | | | | | | | | [ticket/10714] Remove dependency injection and use global insteadJoas Schilling2012-08-211-14/+5
| * | | | | | | | | | | | | [ticket/10714] Remove event core.function_add_log, add_log should be used ins...Joas Schilling2012-08-211-12/+0
| * | | | | | | | | | | | | [ticket/10714] Change $phpbb_dispatcher calls to the new layoutJoas Schilling2012-08-211-3/+1
| * | | | | | | | | | | | | [ticket/10714] Use keys for the log data instead of requiring a special orderJoas Schilling2012-08-211-6/+3
| * | | | | | | | | | | | | [ticket/10714] Use new phpbb_log class in add_log functionJoas Schilling2012-08-211-40/+49
* | | | | | | | | | | | | | [ticket/11166] Use provided custom templates on AJAX confirm boxJoas Schilling2012-12-181-3/+5
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | [ticket/11015] Move comment in the right place.Oleg Pudeyev2012-12-131-7/+7
* | | | | | | | | | | | | [ticket/11015] Correctly transform 'mysqli' etc. in phpbb_convert_30_dbms_to_31Andreas Fischer2012-12-131-0/+9
* | | | | | | | | | | | | [ticket/11015] Fix 3.0 to 3.1 dbms conversion for mysqli.Oleg Pudeyev2012-12-131-5/+21
* | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-131-1/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'p/ticket/11095-develop' into developAndreas Fischer2012-12-081-1/+99
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | [ticket/11095] Restore brace on previous line.Oleg Pudeyev2012-11-291-2/+1
| | * | | | | | | | | | | [ticket/11095] Docs and tests for phpbb_build_hidden_fields_for_query_params.Oleg Pudeyev2012-11-291-0/+14
| | * | | | | | | | | | | [ticket/11095] Forward GET parameters into hidden fields for jumpbox.Oleg Pudeyev2012-11-291-2/+40
| | * | | | | | | | | | | [ticket/11095] Python quoteattr port.Oleg Pudeyev2012-11-291-0/+47
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
* | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-17/+101
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | / / / / / / / / | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-291-2/+2
| * | | | | | | | | | Merge remote-tracking branch 'imkingdavid/feature/controller-new' into developIgor Wiedler2012-11-191-3/+62
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [feature/controller] Correctly create Symfony object from globalsDavid King2012-11-191-32/+38
| | * | | | | | | | | | [feature/controller] Add documentation about input being HTML-escapedDavid King2012-11-181-0/+3
| | * | | | | | | | | | [feature/controller] Create Symfony Request in new functionDavid King2012-11-181-0/+39
| | * | | | | | | | | | [feature/controller] Remove now-unused codeDavid King2012-11-181-4/+1
| | * | | | | | | | | | [feature/controller] Use query string, not path info, for controller accessDavid King2012-11-171-15/+1
| | * | | | | | | | | | [feature/controller] Move new functions to their own fileDavid King2012-11-161-49/+0
| | * | | | | | | | | | [feature/controller] Use a dumped url matcher class to improve performanceDavid King2012-11-161-0/+52
| | * | | | | | | | | | [feature/controller] Implement a front controllerDavid King2012-11-161-5/+30
| * | | | | | | | | | | [ticket/11212] Cosmetic surgery done rightIgor Wiedler2012-11-171-1/+1
| * | | | | | | | | | | [ticket/11212] CosmeticsIgor Wiedler2012-11-171-2/+3
| * | | | | | | | | | | [ticket/11212] Rename get_http_version to phpbb_request_http_version()Igor Wiedler2012-11-171-2/+2
| * | | | | | | | | | | [ticket/11212] Allow dispatcher to be absent during garbage_collection()Igor Wiedler2012-11-171-1/+3
| * | | | | | | | | | | [ticket/11212] Do not rely on $request in send_status_line()Igor Wiedler2012-11-171-10/+25
| |/ / / / / / / / / /
| * | | | | | | | | | Merge PR #1074 branch 'develop-olympus' into developOleg Pudeyev2012-11-161-1/+8
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | [ticket/11192] Update $value parameter description to support other types.Andreas Fischer2012-11-161-1/+2
| | * | | | | | | | [ticket/11192] Mark negative byte numbers as unsupported.Andreas Fischer2012-11-161-1/+1