aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [ticket/11192] Add Tebibyte to get_formatted_filesize().Andreas Fischer2012-11-111-0/+6
* | [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 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
* | | Merge remote-tracking branch 'EXreaction/ticket/8796' into developAndreas Fischer2012-10-181-18/+47
|\ \ \
| * | | [ticket/8796] Prevent setting post_time greater than time() in markreadNathan Guse2012-09-301-30/+30
| * | | [ticket/8796] Fix a few issues with the previous commitsNathaniel Guse2012-09-031-3/+3
| * | | [ticket/8796] Revert changes to $user->data['lastmark']Nathaniel Guse2012-09-031-6/+2
| * | | [ticket/8796] Make function markread obey the $post_time argumentNathaniel Guse2012-09-031-19/+52
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-181-0/+30
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-171-1/+1
| * | [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-171-0/+30
* | | Merge PR #993 branch 'bantu/ticket/8713' into developOleg Pudeyev2012-10-101-2/+2
|\ \ \
| * | | [ticket/8713] Rename untrimed_variable() to untrimmed_variable().Andreas Fischer2012-09-081-2/+2
| * | | [ticket/8713] Do not trim login inputsNathaniel Guse2012-09-031-2/+2
| | |/ | |/|
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-021-2/+2
|\ \ \ | | |/ | |/|
| * | [ticket/11112] updating links to phpbb.com to use SSLSenky2012-10-011-2/+2
* | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-151-1/+1
|\ \ \
| * | | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-151-1/+1
* | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-151-29/+31
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/11021] Remove unnecessary line spacing in functions.phpNathan Guse2012-09-151-29/+29
| * | [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-151-1/+1
| * | [ticket/11021] Better language strings for site home url/textNathan Guse2012-09-151-1/+1
| * | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-221-0/+2
* | | Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-011-0/+34
|\ \ \
| * | | [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