| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13638
|
|\
| |
| |
| | |
[ticket/13814] Prevent phpbb_is_writable() method from truncating files
|
| |
| |
| |
| |
| |
| |
| | |
phpbb_is_writable() of filesystem class uses 'w' mode to fopen files
which causes checked files to be truncated. Use the 'c' mode instead.
PHPBB3-13814
|
| |
| |
| |
| | |
PHPBB3-13782
|
| |
| |
| |
| | |
PHPBB3-13782
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* 3.1.x:
[prep-release-3.0.14] Add security relevant changes to CHANGELOG.html.
[prep-release-3.0.14] Bump version numbers for 3.0.14 release.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.1.4:
[prep-release-3.0.14] Add security relevant changes to CHANGELOG.html.
[prep-release-3.0.14] Bump version numbers for 3.0.14 release.
Conflicts:
build/build.xml
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.14:
[prep-release-3.0.14] Add security relevant changes to CHANGELOG.html.
[prep-release-3.0.14] Bump version numbers for 3.0.14 release.
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13762
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13762
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13762
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13793
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | | |
* 3.1.x:
[3.0.x] Add changelog for 3.0.14 release.
[3.0.x] Bump version numbers for 3.0.14-RC1 release.
[3.0.x] Bumping version numbers to final for 3.0.14 releases.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.1.4:
[3.0.x] Add changelog for 3.0.14 release.
[3.0.x] Bump version numbers for 3.0.14-RC1 release.
[3.0.x] Bumping version numbers to final for 3.0.14 releases.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.0.14:
[3.0.x] Add changelog for 3.0.14 release.
[3.0.x] Bump version numbers for 3.0.14-RC1 release.
[3.0.x] Bumping version numbers to final for 3.0.14 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
|
| | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
getimagesize() always downloads the complete file before checking
the actual image dimensions. This class will be able to do the same
without having to download possibly large files.
PHPBB3-8672
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
|
| | |
| | |
| | |
| | | |
PHPBB3-13772
|
| | |
| | |
| | |
| | | |
PHPBB3-13768
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/13766] Add style_parent_id in textformater's data_access::get_st...
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13766
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/13654] Moving reporting into controller
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Moving report.php's content into different services and controllers to
better comply with the MVC model.
Also implementing:
* Replacement for reasons_display()
* Adding assign_meta_refresh_var() to \controller\helper
* Adding separate routes for easy configuration
* Updating unit tests to expect to correct results
* Add BC tests
PHPBB3-13654
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/13697] Moving filesystem related functions to filesystem service
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | |/
| |/|
| | |
| | | |
PHPBB3-13756
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/13493] Append page name to base url if it doesn't contain it
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13493
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/12368] Correctly check if avatars migration is installed
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12368
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Try to set the avatar type to string value to check if new avatar
types are supported.
PHPBB3-12368
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13621] Prepend $where_sql and postpend closing bracket on statements with return
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
Prepend $where_sql and postpend closing parentheses on statements with return
PHPBB3-13621
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/phpbb/captcha/plugins/qa.php
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13522] Remove empty answers from possible answers in Q&A
|