Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13232] Use a cache var with _ to force TTL and shuffle cron tasks | Nils Adermann | 2014-10-27 | 1 | -2/+2 |
| | | | | PHPBB3-13232 | ||||
* | Merge pull request #3000 from rxu/ticket/13110 | Joas Schilling | 2014-10-02 | 1 | -0/+12 |
|\ | | | | | | | [ticket/13110] Add core event to the page_footer() function | ||||
| * | [ticket/13110] Add core event to the page_footer() function | rxu | 2014-09-28 | 1 | -0/+12 |
| | | | | | | | | | | | | | | Add core event to the page_footer() in includes/functions.php to allow extensions handling overall page output before its displaying. PHPBB3-13110 | ||||
* | | Merge branch 'ticket/12985' into develop-ascraeus | Joas Schilling | 2014-10-01 | 1 | -1/+13 |
|\ \ | |||||
| * | | [ticket/12985] Add core.login_box_redirect | david63 | 2014-10-01 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | Add core.login_box_redirect core event to allow extensions to redirect a user to a specific page when logging in. PHPBB3-12985 | ||||
* | | | [ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloaders | Tristan Darricau | 2014-09-30 | 1 | -1/+1 |
| |/ |/| | | | | | PHPBB3-13120 | ||||
* | | Merge pull request #2844 from marc1706/ticket/12858 | Joas Schilling | 2014-09-24 | 1 | -18/+38 |
|\ \ | | | | | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC | ||||
| * | | [ticket/12858] Properly format UTC offset in footer | Marc Alexander | 2014-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12858 | ||||
| * | | [ticket/12858] Directly return and use timezone selects | Marc Alexander | 2014-09-17 | 1 | -3/+1 |
| | | | | | | | | | | | | PHPBB3-12858 | ||||
| * | | [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefix | Marc Alexander | 2014-09-17 | 1 | -5/+5 |
| | | | | | | | | | | | | PHPBB3-12858 | ||||
| * | | [ticket/12858] Remove hardcoded language entries from timezone selects | Marc Alexander | 2014-09-17 | 1 | -14/+16 |
| | | | | | | | | | | | | PHPBB3-12858 | ||||
| * | | [ticket/12858] Use UTC for time info in footer and hide offset if it's 0 | Marc Alexander | 2014-09-17 | 1 | -1/+6 |
| | | | | | | | | | | | | PHPBB3-12858 | ||||
| * | | [ticket/12858] Generate timezone selects with template loop | Marc Alexander | 2014-09-17 | 1 | -5/+20 |
| | | | | | | | | | | | | PHPBB3-12858 | ||||
* | | | Merge pull request #2963 from Senky/ticket/13045 | Dhruv Goel | 2014-09-21 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | [ticket/13045] Remove Pragma headers | ||||
| * | | | [ticket/13045] Remove Pragma headers | Jakub Senko | 2014-09-17 | 1 | -1/+0 |
| | |/ | |/| | | | | | | | PHPBB3-13045 | ||||
* | | | [ticket/13073] Add path regex to get_preg_expression() and add unit tests | Marc Alexander | 2014-09-19 | 1 | -0/+5 |
|/ / | | | | | | | | | | | | | We're now calling get_preg_expression() instead of hardcoding the regex into the helper route method. PHPBB3-13073 | ||||
* | | [ticket/13044] Move GMT out of gmdate() | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13044 | ||||
* | | [ticket/13044] move GMT string out of gmdate() | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13044 | ||||
* | | [ticket/13044] Correct Expires headers | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
|/ | | | | PHPBB3-13044 | ||||
* | Merge pull request #2921 from Nicofuma/ticket/13034 | Marc Alexander | 2014-09-16 | 1 | -3/+7 |
|\ | | | | | | | [ticket/13034] Fix the route generated for the frontend not in the phpbb root path | ||||
| * | [ticket/13034] Fix the route generated for the frontend not in the phpbb root | Tristan Darricau | 2014-09-04 | 1 | -3/+7 |
| | | | | | | | | PHPBB3-13034 | ||||
* | | [ticket/13042] Remove unused variables | Jakub Senko | 2014-09-10 | 1 | -2/+0 |
| | | | | | | | | PHPBB3-13042 | ||||
* | | [ticket/13052] Restore timespan parameter for check_form_key() | Joas Schilling | 2014-09-10 | 1 | -4/+9 |
| | | | | | | | | PHPBB3-13052 | ||||
* | | [ticket/13052] Use request class instead of $_POST and request_var() | Joas Schilling | 2014-09-09 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-13052 | ||||
* | | [ticket/13052] Remove additional parameter from check_form_key() | Joas Schilling | 2014-09-09 | 1 | -17/+9 |
|/ | | | | PHPBB3-13052 | ||||
* | Merge pull request #2865 from marc1706/ticket/12966 | Dhruv Goel | 2014-08-29 | 1 | -1/+1 |
|\ | | | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time | ||||
| * | [ticket/12966] Sort by post_time and post_id where applicable | Marc Alexander | 2014-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966 | ||||
* | | [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock | Marc Alexander | 2014-08-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13010 | ||||
* | | Merge pull request #2894 from Nicofuma/ticket/12999 | Andreas Fischer | 2014-08-21 | 1 | -10/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | [ticket/12999] Remove @author tags * Nicofuma/ticket/12999: [ticket/12999] Remove @author tags | ||||
| * | | [ticket/12999] Remove @author tags | Tristan Darricau | 2014-08-19 | 1 | -10/+0 |
| | | | | | | | | | | | | PHPBB3-12999 | ||||
* | | | [ticket/12990] Use the full services name for the notification's types | Tristan Darricau | 2014-08-16 | 1 | -18/+18 |
|/ / | | | | | | | PHPBB3-12990 | ||||
* | | Merge pull request #2842 from Nicofuma/ticket/11854 | Marc Alexander | 2014-08-11 | 1 | -6/+1 |
|\ \ | | | | | | | | | | [ticket/11854] Move captchas to phpbb/ and use DI for plugins | ||||
| * | | [ticket/11854] Rename captchas.factory service to captcha.factory | Tristan Darricau | 2014-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11854 | ||||
| * | | [ticket/11854] Move captcha stuff to phpbb/ and use DI for plugins | Tristan Darricau | 2014-08-11 | 1 | -6/+1 |
| | | | | | | | | | | | | PHPBB3-11854 | ||||
* | | | Merge pull request #2845 from rxu/ticket/12942 | Marc Alexander | 2014-08-11 | 1 | -1/+22 |
|\ \ \ | | | | | | | | | | | | | [ticket/12942] Add core.add_form_key core event | ||||
| * | | | [ticket/12942] Add core.add_form_key core event | rxu | 2014-08-11 | 1 | -1/+22 |
| | |/ | |/| | | | | | | | | | | | | | | | | Add core.add_form_key core event to allow extensions modifying form key. PHPBB3-12942 | ||||
* | | | Merge pull request #2863 from rxu/ticket/12944 | Marc Alexander | 2014-08-11 | 1 | -1/+12 |
|\ \ \ | |_|/ |/| | | | | | [ticket/12944] Add core.login_forum_box core event | ||||
| * | | [ticket/12944] Add core.login_forum_box core event | rxu | 2014-08-11 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | Add core.login_forum_box core event to allow extensions performing additional actions on forum login. PHPBB3-12944 | ||||
* | | | Merge pull request #2862 from marc1706/ticket/12932 | Joas Schilling | 2014-08-10 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12932] Add method for allowing override of \phpbb\datetime class * marc1706/ticket/12932: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding | ||||
| * | | | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-12932 | ||||
| * | | | [ticket/12932] Add method for getting the datetime class and allow overriding | Marc Alexander | 2014-08-10 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | An extension can now override the datetime class by overwriting the datetime.class parameter in their own yml file. PHPBB3-12932 | ||||
* | | | Merge pull request #2730 from omniError/ticket/12831 | Dhruv Goel | 2014-08-10 | 1 | -11/+18 |
|\ \ \ | |/ / |/| | | [ticket/12831] Allow events in page_header functions to prevent the setting of HTTP headers | ||||
| * | | [ticket/12831] fix CS | omniError | 2014-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831 | ||||
| * | | [ticket/12831] simplified code, upd event block | omniError | 2014-08-09 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831 | ||||
| * | | [ticket/12831] reimplemented headers as array | omniError | 2014-08-09 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831 | ||||
| * | | [ticket/12831] Optn to prevent setting HTTP headers | omniError | 2014-08-01 | 1 | -10/+19 |
| | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831 | ||||
* | | | [ticket/12943] Add core.phpbb_generate_debug_output core event | rxu | 2014-08-09 | 1 | -2/+14 |
| |/ |/| | | | | | | | | | | | Add core.phpbb_generate_debug_output core event to allow extensions outputting additional debug info. PHPBB3-12943 | ||||
* | | [ticket/12826] Add optional root namespace indicator for consistency. | Andreas Fischer | 2014-08-07 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12826 | ||||
* | | Merge pull request #2717 from Nicofuma/ticket/12836 | Joas Schilling | 2014-08-07 | 1 | -6/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | [ticket/12836] Add event core.functions.redirect * Nicofuma/ticket/12836: [ticket/12836] Add event core.functions.redirect | ||||
| * | | [ticket/12836] Add event core.functions.redirect | Tristan Darricau | 2014-08-04 | 1 | -6/+17 |
| | | | | | | | | | | | | PHPBB3-12836 |