| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/12642] Ensure CPF type specific options are set when editing booleans.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
prepare_hidden_fields is expected to return null if the option is not sent
in the request. The boolean method returns false instead, which results in
the options being set as false in hidden fields when accessing the first edit
step.
When checking the "Default value" option, there is also a failure to check
whether the "Field type" option is set to checkbox, thus resulting in this
option getting lost as well.
PHPBB3-12642
|
|\ \
| | |
| | |
| | | |
[ticket/13492] Fix IDN support for custom BBCode URL tokens
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also fix the $utf8 checking regexp removing the curly braces.
PHPBB3-13492
|
| | |
| | |
| | |
| | | |
PHPBB3-13504
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13192
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13192
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13192
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/13154] Event to edit user list for notification in notifications
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13154
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Not a tab.
PHPBB3-13154
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13154
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13154
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13154
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13147] Change get_global_visibility_sql()'s results
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Renamed content_replaced to get_global_visibility_sql_overwrite in order to
follow the convention in other events' variables that have the same basic
function
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Using globals is NG. Using a parameter instead.
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13147
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13486
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/13238] Do not drop indexes that do not exist from fulltext search
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13238
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/12866] Wrong profile field validation options
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12866
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-12866
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13146] Allow changing the result of calling get_forums_visibility_sql
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merging added content I didn't expect it to add. This fixes back to what it is supposed to be.
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added an extra line after the "if ($contentReplaced)" to help reading the code
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added $phpbb_dispatcher to the globals list for this function.
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13147
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13146
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-13146
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/12926] Support for IDN (IRI)
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add international domain name support for URLs.
PHPBB3-12926
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13306] add error level to collector
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://tracker.phpbb.com/browse/PHPBB3-13306
PHPBB3-13306
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://tracker.phpbb.com/browse/PHPBB3-13306
PHPBB3-13306
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://tracker.phpbb.com/browse/PHPBB3-13306
PHPBB3-13306
|