| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/13904] Refactor attachments functions into service
* marc1706/ticket/13904: (66 commits)
[ticket/13904] Use filespec's get_filesize instead of calling filesize()
[ticket/13904] Set properties to protected where possible in filespec
[ticket/13904] Fix tests after changes to factory
[ticket/13904] Minor coding style fixes
[ticket/13904] Add language entries for error messages in upload class
[ticket/13904] Modify files for updated fast-image-size library
[ticket/13904] Update composer.lock
[ticket/13904] Improve code coverage
[ticket/13904] Add unit tests for local upload type
[ticket/13904] Minor coding style fixes
[ticket/13904] Improve test coverage of base upload type class
[ticket/13904] Improve test coverage of remote upload type
[ticket/13904] Improve test coverage of form upload type
[ticket/13904] Improve test coverage of filespec class
[ticket/13904] Add back tests for retrieving floats
[ticket/13904] Use ini_get() wrapper in file upload types
[ticket/13904] Modify files for changes in ini wrapper
[ticket/13904] Add bantu/ini-get-wrapper to composer.json
[ticket/13904] Switch around constructor arguments
[ticket/13904] Use \phpbb\php\ini class for ini_get()
...
|
| |
| |
| |
| | |
PHPBB3-13904
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/9485] Add a "View post" link in the moderation logs
* Zoddo/ticket/9485:
[ticket/9485] Fix tests
[ticket/9485] Add post_id to relevant $phpbb_log->add()
[ticket/9485] Add a "View post" link in the moderation logs
|
| | |
| | |
| | |
| | | |
PHPBB3-9485
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
[ticket/14138] Use span tags instead of abbr
* VSEphpbb/ticket/14138:
[ticket/14138] Use span tags instead of abbr
|
| |/
| |
| |
| | |
PHPBB3-14138
|
|\ \
| |/
|/|
| |
| |
| |
| | |
* 3.1.x:
[ticket/14123] Fix typo
[ticket/14123] Remove redundant help messages
[ticket/14123] Add descriptive help to the CLI help output
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14123] Add descriptive help to the CLI help output
* VSEphpbb/ticket/14123:
[ticket/14123] Fix typo
[ticket/14123] Remove redundant help messages
[ticket/14123] Add descriptive help to the CLI help output
|
| | |
| | |
| | |
| | | |
PHPBB3-14123
|
| | |
| | |
| | |
| | | |
PHPBB3-14123
|
| | |
| | |
| | |
| | | |
PHPBB3-14123
|
|\ \ \
| | | |
| | | | |
[ticket/14125] Add --env option to all CLI commands
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14125
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/13645] Move the feeds to controllers
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13645
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13645
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* 3.1.x:
[ticket/14127] Fix the BBCode FAQ about auto-linking w/o protocol
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
This error was accidentally introduced in the patch
for PHPBB3-13967 (PR #3729)
PHPBB3-14127
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove outdated media handling from acp
PHPBB3-12505
|
| |/
|/|
| |
| |
| |
| |
| | |
Remove code for handling media in RealPlayer, QuickTime, and Windows Media
Player.
PHPBB3-12505
|
|\ \ |
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-12692
|
| | |
| | |
| | |
| | | |
PHPBB3-14052
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13740] Refactoring installer
* CHItA/ticket/13740: (75 commits)
[ticket/13740] Reduce number of references in nav provider
[ticket/13740] Move handle_language_select calls to the controllers
[ticket/13740] Fix infinite config.php check loop
[ticket/13740] Move default data settings out of constructors
[ticket/13740] Deduplicate container builder's checks
[ticket/13740] Use JSON for installer config
[ticket/13740] Fix comment
[ticket/13740] Use language service in console application
[ticket/13740] Fix CS in compatibilty_globals.php
[ticket/13740] Fix message element creation in JS
[ticket/13740] Replace more spaces with tabs
[ticket/13740] Fix CS
[ticket/13740] Filter basic directory change attempts in lang change
[ticket/13740] Use tabs instead of spaces in JS file
[ticket/13740] Add success message when install finished
[ticket/13740] Fix $script_path in obtain_data
[ticket/13740] Fix is_phpbb_installed() method
[ticket/13740] Login admin when install finished
[ticket/13740] Enhance server output buffer bypass
[ticket/13740] Secure installer config against corrupted config data
...
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13740
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13740
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13740
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also added various UI elements and texts.
[ci skip]
PHPBB3-13740
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13740
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13740
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
[ci skip]
PHPBB3-13740
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/8708] Add extra permission for posting global announcements
* Elsensee/ticket/8708-2:
[ticket/8708] Apply permission 'f_announce_global'
[ticket/8708] Add f_announce_global permission
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-8708
|
|/ / /
| | |
| | |
| | | |
PHPBB3-13986
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
| |
| |
| |
| | |
PHPBB3-13987
|
| |
| |
| |
| | |
PHPBB3-13891
|
| |
| |
| |
| | |
PHPBB3-13891
|
| |
| |
| |
| |
| |
| | |
Does not count #0 as a potential record
PHPBB3-13891
|
| |
| |
| |
| | |
PHPBB3-13891
|
| |
| |
| |
| | |
PHPBB3-13891
|
| |
| |
| |
| | |
PHPBB3-13891
|
|\ \
| |/ |
|