| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-15941
|
| |
|
|
|
|
|
|
|
| |
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
|
| |
|
|
|
|
|
|
|
| |
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
|
| |
|
|
| |
SECURITY-227
|
| |
|
|
| |
SECURITY-227
|
| |\
| |
| |
| | |
[ticket/15819] Add core event to functions_posting to modify notifications
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Events added to allow modifying notification data before in the database.
Useful to change variables in the notification message, such as usernames.
Includes some other residual data to allow this event to be versatile.
PHPBB3-15819
|
| |/
|
|
| |
PHPBB3-15420
|
| |
|
|
|
|
|
| |
The attachrow_template_vars array needs to be defined once in front of the
foreach instead of resetting the array on every iteration of the foreach.
PHPBB3-15506
|
| |
|
|
| |
PHPBB3-14972
|
| |
|
|
| |
PHPBB3-15324
|
| |\ |
|
| | |\
| | |
| | |
| | | |
[ticket/15186] Fully implement the force_delete_allowed feature
|
| | | |
| | |
| | |
| | | |
PHPBB3-15186
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/
| |/|
| | | |
[ticket/13730] Add core.delete_post_end event
|
| | | |
| | |
| | |
| | | |
PHPBB3-13730
|
| | | |
| | |
| | |
| | | |
PHPBB3-15137
|
| |\ \ \
| |/ / |
|
| | |/
| |
| |
| | |
PHPBB3-13429
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| | |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-14819
|
| |\ \
| |/
| |
| |
| |
| | |
Conflicts:
phpBB/install/install_install.php
phpBB/language/en/install.php
|
| | |
| |
| |
| | |
PHPBB3-14654
|
| | |
| |
| |
| |
| |
| | |
The previous PR broke 3.2 because of different variable names
PHPBB3-13264
|
| |\ \
| |/
| |
| |
| |
| | |
* 3.1.x:
[ticket/13264] Link to post if user can view it
[ticket/13264] Do not force approved state if post visibility is known
|
| | |
| |
| |
| | |
PHPBB3-13264
|
| | |
| |
| |
| |
| |
| | |
Post visibility is used if it is set to a valid value.
PHPBB3-13264
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-14365
|
| | |
| |
| |
| |
| |
| |
| | |
Add core event to the function topic_review() in includes/functions_posting.php
to allow modifying posts list to review.
PHPBB3-14365
|
| | |
| |
| |
| |
| |
| | |
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
|
| | |
| |
| |
| |
| |
| | |
This is part 5 and there is more to come.
PHPBB3-13454
|
| | |
| |
| |
| |
| |
| | |
Part 4
PHPBB3-13454
|
| | |
| |
| |
| |
| |
| | |
This is part 2 of the pr.
PHPBB3-13454
|
| | |
| |
| |
| | |
PHPBB3-14325
|
| | |
| |
| |
| | |
PHPBB3-14325
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
|
| | | |
| | |
| | |
| | | |
PHPBB3-14234
|
| | | |
| | |
| | |
| | | |
PHPBB3-14234
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14168] Refactor attachment management functions into classes
* marc1706/ticket/14168: (36 commits)
[ticket/14168] Correctly state return type of upload and upload_attachment
[ticket/14168] Use attachment manager instead of separate classes
[ticket/14168] Fix docblock in manager
[ticket/14168] Add more test cases for attachment manager
[ticket/14168] Add new test method and more tests
[ticket/14168] Fix tabs in manager and add test file
[ticket/14168] Fix tests after rebase
[ticket/14168] Add attachment manager service
[ticket/14168] Use correct docblock
[ticket/14168] Add services_attachment.yml to services.yml
[ticket/14168] Minor coding style fixes
[ticket/14168] Move attachment service definitions to services_attachment
[ticket/14168] Improve code coverage in upload class
[ticket/14168] Move image check and don't use trigger_error()
[ticket/14168] Add tests for init_error() during upload
[ticket/14168] Add basic test file for attachments upload
[ticket/14168] Fix CS issue
[ticket/14168] No longer use deprecated functions in core files
[ticket/14168] Move phpbb_unlink() into attachment delete class
[ticket/14168] Reset sequence before tests in delete tests
...
|
| | | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | | |
| | |
| | |
| | | |
PHPBB3-14168
|
| |\ \ \
| |/ /
|/| |
| | | |
[ticket/14157] Allow to set the alt/title attribute on post icons
|
| | | |
| | |
| | |
| | | |
PHPBB3-14157
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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()
...
|