aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12487] Update PHP codeGaëtan Muller2015-01-111-36/+4
* Merge pull request #3189 from rxu/ticket/12926Joas Schilling2015-01-101-8/+18
|\
| * [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.phprxu2015-01-101-7/+17
| * [ticket/12926] Support for IDN (IRI)rxu2014-11-271-4/+4
* | [ticket/13440] Update event version to 3.1.3-RC1Matt Friedman2015-01-041-1/+1
* | [ticket/13440] Add event core.login_box_failedMatt Friedman2015-01-031-0/+13
|/
* [ticket/13232] Use a cache var with _ to force TTL and shuffle cron tasksNils Adermann2014-10-271-2/+2
* Merge pull request #3000 from rxu/ticket/13110Joas Schilling2014-10-021-0/+12
|\
| * [ticket/13110] Add core event to the page_footer() functionrxu2014-09-281-0/+12
* | Merge branch 'ticket/12985' into develop-ascraeusJoas Schilling2014-10-011-1/+13
|\ \
| * | [ticket/12985] Add core.login_box_redirectdavid632014-10-011-1/+13
* | | [ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloadersTristan Darricau2014-09-301-1/+1
| |/ |/|
* | Merge pull request #2844 from marc1706/ticket/12858Joas Schilling2014-09-241-18/+38
|\ \
| * | [ticket/12858] Properly format UTC offset in footerMarc Alexander2014-09-191-1/+1
| * | [ticket/12858] Directly return and use timezone selectsMarc Alexander2014-09-171-3/+1
| * | [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefixMarc Alexander2014-09-171-5/+5
| * | [ticket/12858] Remove hardcoded language entries from timezone selectsMarc Alexander2014-09-171-14/+16
| * | [ticket/12858] Use UTC for time info in footer and hide offset if it's 0Marc Alexander2014-09-171-1/+6
| * | [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-171-5/+20
* | | Merge pull request #2963 from Senky/ticket/13045Dhruv Goel2014-09-211-1/+0
|\ \ \
| * | | [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-1/+0
| | |/ | |/|
* | | [ticket/13073] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-191-0/+5
|/ /
* | [ticket/13044] Move GMT out of gmdate()Jakub Senko2014-09-171-1/+1
* | [ticket/13044] move GMT string out of gmdate()Jakub Senko2014-09-171-1/+1
* | [ticket/13044] Correct Expires headersJakub Senko2014-09-171-1/+1
|/
* Merge pull request #2921 from Nicofuma/ticket/13034Marc Alexander2014-09-161-3/+7
|\
| * [ticket/13034] Fix the route generated for the frontend not in the phpbb rootTristan Darricau2014-09-041-3/+7
* | [ticket/13042] Remove unused variablesJakub Senko2014-09-101-2/+0
* | [ticket/13052] Restore timespan parameter for check_form_key()Joas Schilling2014-09-101-4/+9
* | [ticket/13052] Use request class instead of $_POST and request_var()Joas Schilling2014-09-091-4/+4
* | [ticket/13052] Remove additional parameter from check_form_key()Joas Schilling2014-09-091-17/+9
|/
* Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-291-1/+1
|\
| * [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-1/+1
* | [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblockMarc Alexander2014-08-241-1/+1
* | Merge pull request #2894 from Nicofuma/ticket/12999Andreas Fischer2014-08-211-10/+0
|\ \
| * | [ticket/12999] Remove @author tagsTristan Darricau2014-08-191-10/+0
* | | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-18/+18
|/ /
* | Merge pull request #2842 from Nicofuma/ticket/11854Marc Alexander2014-08-111-6/+1
|\ \
| * | [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
| * | [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-6/+1
* | | Merge pull request #2845 from rxu/ticket/12942Marc Alexander2014-08-111-1/+22
|\ \ \
| * | | [ticket/12942] Add core.add_form_key core eventrxu2014-08-111-1/+22
| | |/ | |/|
* | | Merge pull request #2863 from rxu/ticket/12944Marc Alexander2014-08-111-1/+12
|\ \ \ | |_|/ |/| |
| * | [ticket/12944] Add core.login_forum_box core eventrxu2014-08-111-1/+12
* | | Merge pull request #2862 from marc1706/ticket/12932Joas Schilling2014-08-101-2/+2
|\ \ \
| * | | [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-2/+2
| * | | [ticket/12932] Add method for getting the datetime class and allow overridingMarc Alexander2014-08-101-2/+2
| |/ /
* | | Merge pull request #2730 from omniError/ticket/12831Dhruv Goel2014-08-101-11/+18
|\ \ \ | |/ / |/| |
| * | [ticket/12831] fix CSomniError2014-08-091-2/+2
| * | [ticket/12831] simplified code, upd event blockomniError2014-08-091-6/+3