| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12684] Add console command user:add
* VSEphpbb/ticket/12684: (26 commits)
[ticket/12684] Use a switch statement for readability
[ticket/12684] Refactor a test
[ticket/12684] Use interactive method correctly
[ticket/12684] Extract interactivity to a method
[ticket/12684] Update option help
[ticket/12684] Add extended help for the user:add command
[ticket/12684] Add shorthand alternates to the options
[ticket/12684] Remove whitespace
[ticket/12684] Add an error on user creation failure
[ticket/12684] Remove unnecessary null arguments
[ticket/12684] Additional clean up
[ticket/12684] Allowed to use $this in enclosure
[ticket/12684] Move all lang keys to cli
[ticket/12684] Fix a few mistakes and clean it up
[ticket/12684] Some code clean up
[ticket/12684] Another little fix
[ticket/12684] Fix tests
[ticket/12684] Update to use non-deprecated methods
[ticket/12684] Add send email option
[ticket/12684] Add input validation
...
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
| |
| |
| |
| | |
PHPBB3-12684
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14497] Support second app.php script in install folder
* marc1706/ticket/14497:
[ticket/14497] Do not check for doctype on index and use correct return
[ticket/14497] Add test for visiting installer
[ticket/14497] Use nginx sample config in travis tests
[ticket/14497] Support second app.php script in install folder
|
| | |
| | |
| | |
| | | |
PHPBB3-14497
|
| |/
| |
| |
| | |
PHPBB3-14497
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14527] Retrieve link URL from href and not link text
* marc1706/ticket/14527:
[ticket/14527] Decode automatically generated postlink without prefix
[ticket/14527] Add tests for reverted improper fix
[ticket/14527] Retrieve link URL from href and not link text
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The http prefix gets automatically added and should be removed prior
to outputting the post to the user.
PHPBB3-14527
|
| |/
| |
| |
| | |
PHPBB3-14527
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14381] Set the mode in message parser to "reparse"
* JoshyPHP/ticket/14381:
[ticket/14381] Set the mode in message parser to "reparse"
[ticket/14495] Updates the version to 3.3.0-a1-dev
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The default mode is "post". By setting it to something else,
all limits pertaining to posts (min/max length, etc...) should
be disabled.
PHPBB3-14381
|
|/
|
|
| |
PHPBB3-14555
|
|
|
|
| |
PHPBB3-14488
|
|\
| |
| |
| | |
[ticket/14457] Uses a random placeholder to inject css and js
|
| |
| |
| |
| | |
PHPBB3-14457
|
| |
| |
| |
| | |
PHPBB3-14315
|
| |
| |
| |
| | |
PHPBB3-14315
|
| |
| |
| |
| | |
PHPBB3-14315
|
| |
| |
| |
| |
| |
| | |
Without JS the settings were not applied due to duplicate input names.
PHPBB3-14315
|
| |
| |
| |
| | |
PHPBB3-14315
|
|/
|
|
| |
PHPBB3-14315
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14462] Try to prevent timeouts in the installer
* CHItA/ticket/14462:
[ticket/14462] Not show timeout messages in convertors
[ticket/14462] Make timeout error translateable
[ticket/14462] Update ordering in install db config
[ticket/14462] Fix comments
[ticket/14462] Fix tests
[ticket/14462] Fix CS and typo
[ticket/14462] Set instance of db driver for database access using global
[ticket/14462] Fix installation in tests
[ticket/14462] Refactor tasks to be more modular
[ticket/14462] Further speed improvements
|
| |
| |
| |
| | |
PHPBB3-14462
|
| |
| |
| |
| | |
PHPBB3-14462
|
| |
| |
| |
| | |
PHPBB3-14462
|
| |
| |
| |
| | |
PHPBB3-14462
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Cache the secondary container
- Only initialize tasks/modules that are being used
- Add timeout error message in the AJAX UI
PHPBB3-14462
|
| |
| |
| |
| |
| |
| |
| | |
Also updated to latest version and now using proper version in
composer.json.
PHPBB3-14478
|
|\ \
| | |
| | |
| | | |
[ticket/14440] Correctly remove the web root path in update_web_root_path
|
| |/
| |
| |
| | |
PHPBB3-14440
|
| |
| |
| |
| |
| |
| | |
Also fixed some minor issues like coding style.
PHPBB3-14448
|
| |
| |
| |
| | |
PHPBB3-14448
|
|/
|
|
| |
PHPBB3-14448
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14434] Allow non-migration files inside migrations folder (continued)
* VSEphpbb/ticket/14434:
[ticket/14434] Refactored to check migrations when setting them
[ticket/14434] Check migrations in the database updater task
[ticket/14434] Do not include non-migrations in CLI list
[ticket/14434] Remove redundant conditional
[ticket/14434] Fix whitespace mistakes
[ticket/14434] Remove recursion to simplify is_migration method
[ticket/14434] Extract migration check to a reusable method
[ticket/14434] Schema generator should ignore migration helpers
|
| |
| |
| |
| | |
PHPBB3-14434
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14442] Use Goutte 2.0 for functional tests
* marc1706/ticket/14442:
[ticket/14442] Use get_content() in functional test case
[ticket/14442] Properly set plupload header
[ticket/14442] Use get_content() in plupload functional tests
[ticket/14442] Use Goutte 2.0 instead of outdated 1.0
|
| | |
| | |
| | |
| | | |
PHPBB3-14442
|
| | |
| | |
| | |
| | | |
PHPBB3-14442
|
| | |
| | |
| | |
| | | |
PHPBB3-14442
|
| | |
| | |
| | |
| | | |
PHPBB3-14442
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/14432] Adds a method to get raw language values
|
| | |
| | |
| | |
| | | |
PHPBB3-14432
|
|\ \ \
| |_|/
|/| |
| | | |
[ticket/14129] Caches extensions autoloaders
|
| |/
| |
| |
| | |
PHPBB3-14129
|