| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/14250] Review/bump dependencies
|
| |
| |
| |
| | |
PHPBB3-14250
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387
|
| |/
|/|
| |
| | |
PHPBB3-14386
|
|\ \
| | |
| | |
| | | |
[ticket/14377] Allow extensions to register compiler pass
|
| | |
| | |
| | |
| | | |
PHPBB3-14377
|
|/ /
| |
| |
| | |
PHPBB3-14378
|
| |
| |
| |
| | |
PHPBB3-14373
|
|\ \
| | |
| | |
| | | |
[ticket/14177] Uses Symfony's Debug ErrorHandler in development environment
|
| | |
| | |
| | |
| | | |
PHPBB3-14177
|
| | |
| | |
| | |
| | | |
PHPBB3-14177
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
build/build.xml
|
| | | |
|
|\ \ \
| |/ /
| | /
| |/
|/|
| |
| |
| |
| |
| |
| | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | |
|
| |
| |
| |
| | |
PHPBB3-14344
|
|\ \
| |/
| |
| |
| |
| | |
* 3.1.x:
[ticket/14261] Fix tests by removing old code.
[ticket/14261] Move the update of session informations to page_footer()
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14261] Move the update of session informations to page_footer()
* Zoddo/ticket/14261:
[ticket/14261] Fix tests by removing old code.
[ticket/14261] Move the update of session informations to page_footer()
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will obselete GH-4007
PHPBB3-14261
PHPBB3-13202
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently, the unique way to disable the update of session_page is to pass
"false" to the parameter of session_begin(). This method is directly
called in app.php, so pages served from the routing system can't disable
the update of session informations.
By moving the update to page_footer, we can allow controllers to tell to
the session manager that we don't want to update the session infos.
PHPBB3-14261
|
| |/
| |
| |
| | |
PHPBB3-14334
|
| |
| |
| |
| | |
PHPBB3-14345
|
| |
| |
| |
| | |
PHPBB3-14345
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14269] Use http_exceptions in the installer instead of die()
* CHItA/ticket/14269:
[ticket/14269] Change HTTP status codes to 403
[ticket/14269] Fix comments and language var names
[ticket/14269] Use http_exceptions in the installer instead of die()
|
| | |
| | |
| | |
| | | |
PHPBB3-14269
|
| | |
| | |
| | |
| | | |
PHPBB3-14269
|
| | |
| | |
| | |
| | | |
PHPBB3-14269
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[feature/sql-bool-builder] New syntax for DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS
[feature/sql-bool-builder] Fixing typos in previous commit
[feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbers
[feature/sql-bool-builder] Changing syntax pt2. Fix tests
[feature/sql-bool-builder] Changing syntax
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13652
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13652
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13652
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changing the syntax used to the one Nicofuma suggested.
PHPBB3-13652
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14257] Reparse after update
* Elsensee/ticket/14257:
[ticket/14257] Add tests for reparser manager
[ticket/14257] Fix CLI reparser and set cron interval
[ticket/14257] Fix CLI error message
[ticket/14257] Fix phpdoc in CLI command
[ticket/14257] Add text_reparser manager
[ticket/14257] Use migrations instead of cron job for some reparsers
[ticket/14257] Fix lock acquire in CLI command
[ticket/14257] Fix if condition
[ticket/14257] Add reparse_lock to CLI command
[ticket/14257] Add cron tasks for reparsing text
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14257
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14326] Decode diffed file's content during update
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-14326
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14320
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14308
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* prep-release-3.2.0-a1:
[prep-release-3.2.0-a1] Add changelog for 3.2.0-a1
[prep-release-3.2.0-a1] Add migration for 3.2.0-a1
[prep-release-3.2.0-a1] Update version to 3.2.0-a1
|