| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13588
|
|
|
|
|
| |
Conflicts:
phpBB/feed.php
|
|
|
|
| |
PHPBB3-13569
|
| |
|
| |
|
|
|
|
| |
PHPBB3-13553
|
|
|
|
| |
PHPBB3-13553
|
|
|
|
| |
PHPBB3-13553
|
|
|
|
| |
PHPBB3-13557
|
|
|
|
| |
PHPBB3-13556
|
|\
| |
| |
| | |
[ticket/13544] Fixing wrong SQL query for permission_unset() for roles
|
| |
| |
| |
| | |
PHPBB3-13544
|
| |
| |
| |
| | |
PHPBB3-13544
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* prep-release-3.0.13:
[prep-release-3.0.13] Correct changelog link to 3.0.13 changes.
[prep-release-3.0.13] Also update version in references to files.
[prep-release-3.0.13] Add changelog for 3.0.13-PL1 release.
[prep-release-3.0.13] Get rid of roman numbers in CHANGELOG.html.
[prep-release-3.0.13] Bump version numbers for 3.0.13-PL1 release.
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
[ticket/12933] Handle case when * is last character of word
[ticket/13554] Show feature release upgrades in blue rather than red.
Conflicts:
build/build.xml
phpBB/adm/style/acp_update.html
phpBB/docs/CHANGELOG.html
phpBB/docs/INSTALL.html
phpBB/includes/constants.php
phpBB/includes/startup.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
tests/security/trailing_path_test.php
|
| |
| |
| |
| | |
PHPBB3-13553
|
|/ |
|
|\
| |
| |
| | |
[ticket/13282] Use 0 as default for integer type columns in postgresql
|
| |
| |
| |
| | |
PHPBB3-13282
|
| |
| |
| |
| | |
PHPBB3-13282
|
|\ \
| |/
|/| |
[ticket/13361] Improve the exception listener
|
| |
| |
| |
| | |
PHPBB3-13361
|
| |
| |
| |
| | |
PHPBB3-13361
|
| |
| |
| |
| | |
PHPBB3-13361
|
| |
| |
| |
| | |
PHPBB3-13361
|
| |
| |
| |
| | |
PHPBB3-13361
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[develop-olympus] Increment version number to 3.0.14-dev.
[develop-olympus] Add changelog for 3.0.13 release.
[develop-olympus] Bump version numbers for 3.0.13-RC1 release.
[develop-olympus] Bumping version numbers to final for 3.0.13 releases.
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/docs/INSTALL.html
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/imageset/imageset.cfg
phpBB/styles/prosilver/style.cfg
phpBB/styles/prosilver/template/template.cfg
phpBB/styles/prosilver/theme/theme.cfg
phpBB/styles/subsilver2/imageset/imageset.cfg
phpBB/styles/subsilver2/style.cfg
phpBB/styles/subsilver2/template/template.cfg
phpBB/styles/subsilver2/theme/theme.cfg
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13133] Fix variable name in set_custom_style()
* VSEphpbb/ticket/13133:
[ticket/13133] Fix variable name in set_custom_style()
|
| | |
| | |
| | |
| | | |
PHPBB3-13133
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13530] Fix undefined variables
* nickvergessen/ticket/13530:
[ticket/13530] Fix undefined variables
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13530
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13528] Return correct translation instead of is_set()
* nickvergessen/ticket/13528:
[ticket/13528] Return correct translation instead of is_set()
|
| |/ /
| | |
| | |
| | | |
PHPBB3-13528
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/13489] Disable the event dispatcher in the migrator
|
| | |
| | |
| | |
| | | |
PHPBB3-13489
|
| | |
| | |
| | |
| | | |
PHPBB3-13489
|
| | |
| | |
| | |
| | | |
PHPBB3-13489
|
|\ \ \
| | | |
| | | |
| | | | |
[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
|