| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
LOGIN_ERROR_PASSWORD may be returned as the message if the password is invalid
while hitting the LOGIN_ERROR_ATTEMPTS error.
PHPBB3-13698
|
|\ \
| | |
| | |
| | | |
[ticket/13647] Move FAQ page to a controller
|
| | |
| | |
| | |
| | | |
PHPBB3-13647
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |\
| | |
| | |
| | | |
[ticket/13591] Add core events to the function obtain_users_online_string()
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add functions.php core events to the function obtain_users_online_string()
to allow extensions adding/modifying online users data.
PHPBB3-13591
|
|\ \ \
| |/ / |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Currently email addresses are parsed incorrectly due to the regex structure.
Namely, if localpart consists of several dot separated parts, only the last
part with the trailing dot will be captured.
The patch change this behavior to capture the whole localpart.
PHPBB3-13433
|
| |
| |
| |
| | |
PHPBB3-13455
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13496] Change set_config_count() calls with $config->increment()
* MGaetan89/ticket/13496:
[ticket/13496] Update calls to `set_config_count()`
|
| | |
| | |
| | |
| | | |
PHPBB3-13496
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | | |
Add core event to get_unread_topics() in functions.php
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| |\ \
| | | |
| | | |
| | | | |
Add core event to markread() in functions.php
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
PHPBB3-13494
|
| | |
| | |
| | |
| | | |
PHPBB3-13468
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-ascraeus:
[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] 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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13192
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The $request global existed twice and the $phpEx global is not being used
in confirm_box().
PHPBB3-13192
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13192
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12487] Update PHP code
* MGaetan89/ticket/12487:
[ticket/12487] Update PHP code
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-12487
|
|/ / /
| | |
| | |
| | | |
PHPBB3-13450
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/12926] Support for IDN (IRI)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Add international domain name support for URLs.
PHPBB3-12926
|
| | |
| | |
| | |
| | | |
PHPBB3-13440
|
|/ /
| |
| |
| | |
PHPBB3-13440
|
|/
|
|
| |
PHPBB3-13232
|
|\
| |
| |
| | |
[ticket/13110] Add core event to the page_footer() function
|
| |
| |
| |
| |
| |
| |
| | |
Add core event to the page_footer() in includes/functions.php to allow
extensions handling overall page output before its displaying.
PHPBB3-13110
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add core.login_box_redirect core event to allow extensions to redirect a
user to a specific page when logging in.
PHPBB3-12985
|
| |/
|/|
| |
| | |
PHPBB3-13120
|
|\ \
| | |
| | |
| | | |
[ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC
|
| | |
| | |
| | |
| | | |
PHPBB3-12858
|
| | |
| | |
| | |
| | | |
PHPBB3-12858
|
| | |
| | |
| | |
| | | |
PHPBB3-12858
|
| | |
| | |
| | |
| | | |
PHPBB3-12858
|
| | |
| | |
| | |
| | | |
PHPBB3-12858
|
| | |
| | |
| | |
| | | |
PHPBB3-12858
|
|\ \ \
| | | |
| | | | |
[ticket/13045] Remove Pragma headers
|
| | |/
| |/|
| | |
| | | |
PHPBB3-13045
|
|/ /
| |
| |
| |
| |
| |
| | |
We're now calling get_preg_expression() instead of hardcoding the regex into
the helper route method.
PHPBB3-13073
|
| |
| |
| |
| | |
PHPBB3-13044
|