| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11361] Make sure that array passed to strtr() has the proper format.
Conflicts:
phpBB/includes/session.php
|
| | |\
| | |
| | |
| | |
| | | |
* github-bantu/ticket/11361:
[ticket/11361] Make sure that array passed to strtr() has the proper format.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The array $date_cache[$format]['lang'] passed to strtr() contains a sub-array
which results in an E_NOTICE being thrown for 'Array to string conversion' on
PHP 5.4.
Ensure that the array passed to strtr() is one-dimensional by filtering out
non-string values.
PHPBB3-11361
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix incomplete merge, by adding a piece of code moved to another file in
olympus back.
PHPBB3-10896
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10896] Move EMAIL_INVALID_EMAIL to common, replace EMAIL_INVALID
[ticket/10896] Adds email validation to email settings in ACP
Conflicts:
phpBB/adm/index.php
phpBB/language/en/common.php
phpBB/language/en/ucp.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* github-exreaction/ticket/10896:
[ticket/10896] Move EMAIL_INVALID_EMAIL to common, replace EMAIL_INVALID
[ticket/10896] Adds email validation to email settings in ACP
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a new validation type to the ACP validate_config_vars function
and implements it on the board_contact and board_email settings.
PHPBB3-10896
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/7262] Add note about set_config() not updating is_dynamic.
[ticket/7262] Add $is_dynamic example to set_config() and set_config_count().
[ticket/7262] Backport set_config() and set_config_count() docs from develop.
Conflicts:
phpBB/includes/functions.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-7262
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The logic is the other way around here in comparison to develop's
phpbb_config_db class, so add examples to make things more clear.
PHPBB3-7262
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-7262
|
| | | |
| | |
| | |
| | | |
PHPBB3-11298
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
# By Nathaniel Guse (6) and Nathan Guse (3)
# Via Nathan Guse (1) and Nathaniel Guse (1)
* EXreaction/feature/migrations-extensions:
[feature/migrations] Use getLocalisedMessage() function to get error message
[feature/migrations] Fix failing tests (again)
[feature/migrations] Fix failing tests
[feature/migrations] Catch and display errors from the migrator
[feature/migrations] Call revert correctly when purging an extension
[feature/migrations] Inject Migrator instead of using the container to fetch
[feature/migrations] Fix path to extension migrations
[feature/migrations] Automatically install/revert migrations for extensions
[feature/migrations] Make the container available to extension installers
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11318
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11318
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11318
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11318
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
feature/migrations-extensions
# Via Igor Wiedler (1) and Nathaniel Guse (1)
* 'develop' of https://github.com/phpbb/phpbb3:
[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11318
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Migrations from ext/ext_name/migrations/ are automatically installed
when enabling the extension and automatically reverted when the
extension is purged.
PHPBB3-11318
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This allows extensions to load and install migrations easily as per their
needs.
PHPBB3-11318
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# By Nathaniel Guse (4) and Nathan Guse (1)
# Via Nathan Guse
* EXreaction/ticket/11351:
[feature/migrations] getLocalisedMessage function for migration exception
[feature/migrations] Fix unfulfillable function
[feature/migrations] getParameters function for migration exception
[feature/migrations] Add explanatory language string for migration errors
[feature/migrations] Add language strings for migrations errors
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11351
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Returned unfulfillable name in the wrong place previously
PHPBB3-11351
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11351
|
| | | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Unfulfillable returns string of the missing dependency name now if
the migration is unfulfillable (this is significantly more helpful).
PHPBB3-11351
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional query to check start parameter executed only incase of no
results.
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional query to check start parameter executed only incase of no
results.
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Amends comments to start with capitals. Reinsert blank lines which were
not supposed to be removed
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
start parameter is passed by reference so that in case it is not in bounds
the changes made to it are reflected back to the phpBB/search.php file
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Start parameter if not between 0 and the total result count of the cached
search results is changed accordingly
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
changes the start parameter according to the total search results and
executes the search query again to get the results.
PHPBB3-11179
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11359
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11359
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11359
|
| |\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
* develop-olympus:
[ticket/11196] Changed 401 response message in session.php.
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
In session.php 401 response message was "Not Authorized".
I changed it to "Unauthorized".
PHPBB3-11196
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
* exreaction/ticket/11350:
[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
|
| | | |
| | |
| | |
| | | |
PHPBB3-11350
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* EXreaction/feature/migrations: (48 commits)
[feature/migrations] Remove default values from necessary parameters
[feature/migrations] Revert unrelated changes to functions.php
[ticket/9737] Fix some comments
[ticket/9737] Fix a few minor things in migrations
[feature/migrations] Make sure migration data not done before running data step
[feature/migrations] Function to populate the migrations table (for install)
[feature/migrations] Function effectively_installed() in migrations
[feature/migrations] Make load_migrations recursive (optionally)
[feature/migrations] Make the test depends_on methods static
[feature/migrations] Make depends_on static to call it without dependencies
[feature/migrations] install/database_update_migrations.php
[feature/migrations] Move test.php -> install/database_update_migrations.php
[feature/migrations] Store depends on in the database (serialized)
[feature/migrations] Revert method completed
[feature/migrations] Basic reverting test
[feature/migrations] Test for calling a step multiple times
[feature/migrations] Creating revert method to attempt reverting a migration
[feature/migrations] Some comments in db_tools
[feature/migrations] Reverse data functionality
[feature/migrations] Comment
...
Conflicts:
phpBB/install/schemas/firebird_schema.sql
phpBB/install/schemas/mssql_schema.sql
phpBB/install/schemas/mysql_40_schema.sql
phpBB/install/schemas/mysql_41_schema.sql
phpBB/install/schemas/oracle_schema.sql
phpBB/install/schemas/postgres_schema.sql
phpBB/install/schemas/sqlite_schema.sql
|