Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3317 from Wolfsblvt/ticket/13532 | Joas Schilling | 2015-02-02 | 1 | -0/+19 |
|\ | | | | | | | Add core event to get_unread_topics() in functions.php | ||||
| * | [ticket/13532] Add core event to get_unread_topics() in functions.php | Wolfsblvt | 2015-01-23 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | Adding core event core.get_unread_topics_modify_sql to to funtion get_unread_topics() in functions.php, so that you now are able to modify the sql query that retrieves the unread topics. PHPBB3-13532 | ||||
* | | Merge pull request #3305 from Wolfsblvt/ticket/13518 | Joas Schilling | 2015-02-02 | 1 | -1/+34 |
|\ \ | | | | | | | | | | Add core event to markread() in functions.php | ||||
| * | | [ticket/13518] Add core event to markread() in functions.php | Wolfsblvt | 2015-01-23 | 1 | -1/+34 |
| |/ | | | | | | | | | | | | | | | | | Adding core event core.markread_before to to funtion markread() in functions.php, so that you now are able to add additional stuff inside the markread process, for example notifications designed in extensions. PHPBB3-13518 | ||||
* | | Merge pull request #3055 from marc1706/ticket/13192 | Tristan Darricau | 2015-01-19 | 1 | -23/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13192] Add method for generating valid user page links based on mod_rewrite * marc1706/ticket/13192: [ticket/13192] Add test for app.php in external subfolder [ticket/13192] Use ltrim() instead of preg_replace() [ticket/13192] Order test cases consistently [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root [ticket/13192] Pass correct parameters and rename method to get_valid_page [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals [ticket/13192] Use get_valid_user_page method in build_url function [ticket/13192] Add method for generating valid user page links | ||||
| * | | [ticket/13192] Pass correct parameters and rename method to get_valid_page | Marc Alexander | 2014-10-21 | 1 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-13192 | ||||
| * | | [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals | Marc Alexander | 2014-10-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | The $request global existed twice and the $phpEx global is not being used in confirm_box(). PHPBB3-13192 | ||||
| * | | [ticket/13192] Use get_valid_user_page method in build_url function | Marc Alexander | 2014-10-21 | 1 | -20/+1 |
| | | | | | | | | | | | | PHPBB3-13192 | ||||
* | | | Merge pull request #3189 from rxu/ticket/12926 | Joas Schilling | 2015-01-10 | 1 | -8/+18 |
|\ \ \ | | | | | | | | | | | | | [ticket/12926] Support for IDN (IRI) | ||||
| * | | | [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.php | rxu | 2015-01-10 | 1 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of the $scheme and $inline vars, fix regex_idn.php to generate both common and inline mode regexes all at once. PHPBB3-12926 | ||||
| * | | | [ticket/12926] Support for IDN (IRI) | rxu | 2014-11-27 | 1 | -4/+4 |
| | |/ | |/| | | | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926 | ||||
* | | | [ticket/13440] Update event version to 3.1.3-RC1 | Matt Friedman | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13440 | ||||
* | | | [ticket/13440] Add event core.login_box_failed | Matt Friedman | 2015-01-03 | 1 | -0/+13 |
|/ / | | | | | | | PHPBB3-13440 | ||||
* | | [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 |