| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-14433
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13733] Allow non-migration files inside migrations folder
* marc1706/ticket/13733:
[ticket/13733] Remove validate_classes method argument
[ticket/13733] Make sure migration classes always have same order in tests
[ticket/13733] Properly test setting validate_classes to false/true
[ticket/13733] Use interface for migratinos
[ticket/13733] Update comment explaining migration class validation
[ticket/13733] Add isInstantiable() check.
[ticket/13733] Braces on their own lines
[ticket/13733] Allow tests the skip class validation
[ticket/13733] Properly handle nonexistent classes as well
[ticket/13733] Handle nonexistent classes as well
[ticket/13733] Only use migration classes that extension the base migration class.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13733
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13733
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13733
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13733] Allow non-migration files inside migrations folder
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13733
|
| |\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14425] Allow setting unix socket in database tests
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14425
|
| | |/ / /
|/| | |
| | | |
| | | | |
PHPBB3-14428
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/phpbb/log/log.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14403
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14323] Added support for truncating long URLs
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Explicitly tests a tag's markup to determine whether a link should be shortened
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Expanded link text shortening to [url] BBCodes with no parameters
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14323
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14405
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14394] Only purge cache in functional tests if necessary
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14394
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14250] Review/bump dependencies
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14250
|
| |\ \ \ \ \ \
| |/ / / / /
|/| / / / /
| |/ / / / |
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-14387
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/10628] http:// prepended to "www." urls
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Tests that the textarea's content is preserved, that no "http://"
is added to the text or to the preview's HTML and that the www
URL is linkified
PHPBB3-10628
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12221
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests
* rxu/ticket/14340:
[ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The fix was introduces with #3826, now the PHP core bug has been fixed:
https://bugs.php.net/bug.php?id=70249
PHPBB3-14340
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/9791] Added regression test
* JoshyPHP/ticket/9791:
[ticket/9791] Added regression test
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9791
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13451
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14270] Purge cache when the installer is finished
* CHItA/ticket/14270:
[ticket/14270] Purge cache when the installer is finished
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14270
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
[ticket/14264] Don't use constants as return values
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14264
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14264
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14044] Deduplicate the installers
* CHItA/ticket/14044:
[ticket/14044] Add config as global in notify user
[ticket/14044] Fix language selection data loss
[ticket/14044] Patch language::set_fallback_array()
[ticket/14044] Fix tests
[ticket/14044] Fix wrong descriptions in install
[ticket/14044] Solve missing email template error
[ticket/14044] global $table_prefix in constants.php
[ticket/14044] Try to fix missing table prefix
[ticket/14044] Use the correct language file version
[ticket/14044] Automatically trigger rollback on insert in transaction
[ticket/14044] Use empty instead of !count
[ticket/14044] Fix Sqlite error in tests
[ticket/14044] Deduplicate the installers
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14044
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14044
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/14237] Use $language class for notifications
|