aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-131-0/+46
|\
| * [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 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-17/+101
| |\ \
| * | | [ticket/11015] Include dbms name in exception message.Oleg Pudeyev2012-12-041-1/+1
| * | | [ticket/11015] Make phpbb_convert_30_dbms_to_31 more future proofIgor Wiedler2012-11-171-3/+8
| * | | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-171-0/+16
* | | | [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-6/+16
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-091-2/+101
|\ \ \ \ | | |_|/ | |/| |
| * | | 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 branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-071-2/+2
|\ \ \ \ | |/ / /
| * | | 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 branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-201-15/+99
|\ \ \ \ | |/ / /
| * | | 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
| | * [ticket/11192] Add Tebibyte to get_formatted_filesize().Andreas Fischer2012-11-111-0/+6
* | | [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-18/+18
* | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-111-4/+4
|\ \ \ | |/ /
| * | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-3/+3
| * | [ticket/11189] Always log critical errors when in cron or in image outputNathaniel Guse2012-11-101-1/+1
* | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-9/+47
|\ \ \ | |/ /
| * | Merge PR #971 branch 'nickvergessen/ticket/11018' into developOleg Pudeyev2012-10-221-9/+47
| |\ \
| | * | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-1/+0
| | * | [ticket/11014] Restore template vars for next/previous linksJoas Schilling2012-10-171-0/+39
| | * | [ticket/11018] Swap prev/next links on pagination to the old orderJoas Schilling2012-10-171-8/+8
* | | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-5/+28
* | | | [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-181-1/+0
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-181-18/+78
|\ \ \ \ | |/ / /