| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
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()
...
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
|\ \ \
| | |/
| |/|
| | |
| | | |
* 3.1.x:
[ticket/7362] Add alt attribute on topic icons
|
| | |
| | |
| | |
| | | |
PHPBB3-7362
|
| |/
|/|
| |
| | |
PHPBB3-9485
|
| |
| |
| |
| | |
PHPBB3-8708
|
| |
| |
| |
| |
| |
| |
| | |
Added support for enhanced quotes in topic_review's quote button.
NOTE: the UI doesn't appear to be testable via PhantomJS.
PHPBB3-10620
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
[ticket/13759] Take post_time into account
|
| | |
| | |
| | |
| | | |
PHPBB3-13759
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/13598] Allow topic lock on topic creation
|
| | |/
| | |
| | |
| | | |
PHPBB3-13598
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/includes/mcp/mcp_main.php
|
| |/
| |
| |
| | |
PHPBB3-13685
|
| |
| |
| |
| | |
PHPBB3-13825
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13595
|
| |
| |
| |
| | |
PHPBB3-13455
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13496] Change set_config_count() calls with $config->increment()
* MGaetan89/ticket/13496:
[ticket/13496] Update calls to `set_config_count()`
|
| | |
| | |
| | |
| | | |
PHPBB3-13496
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13540
|
| |
| |
| |
| | |
PHPBB3-13540
|
| |
| |
| |
| |
| |
| |
| | |
Added event core.topic_review_modify_row in function topic_review() in
functions_posting for modifying template data blocks for topic reviews.
PHPBB3-13540
|
| |
| |
| |
| | |
PHPBB3-13468
|
|/
|
|
| |
PHPBB3-13450
|
|
|
|
| |
PHPBB3-13435
|
|
|
|
| |
PHPBB3-13164
|
|
|
|
| |
PHPBB3-13164
|
|
|
|
| |
PHPBB3-13164
|
|
|
|
| |
PHPBB3-13019
|
|\
| |
| | |
[ticket/12966] Sort posts by post_id in addition to sorting by post_time
|
| |
| |
| |
| |
| |
| |
| | |
This change was not applied to the search as this would require a larger
rewrite of the search methods.
PHPBB3-12966
|
|/
|
|
| |
PHPBB3-12990
|
|
|
|
| |
PHPBB3-12718
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12738] Move related code from functions_posting to function
* dhruvgoel92/ticket/12738:
[ticket/12738] Update constructor docblock
[ticket/12738] Add $config to constructor in notification test
[ticket/12738] Fix tests with new config object injection
[ticket/12738] Inject config object into content_visibility class
[ticket/11528] Move related code from functions_posting to function
|
| |
| |
| |
| |
| |
| |
| | |
Move related code from functions_posting to
remove_post_from_statistic() in content_visibility.php
PHPBB3-11528
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-ascraeus
* github-marc1706/ticket/11148:
[ticket/11148] Remove unneeded variable mimetype and use type octet-stream
[ticket/11148] Change expected output with disallowed content in test
[ticket/11148] Always use the output of the mimetype guesser in get_mimetype
[ticket/11148] Get rid of extra line in mimetype guesser setter doc block
[ticket/11148] Add missing parts to docblock of get_mimetype() method
[ticket/11148] Default to application/octet-stream if no mimetype given
[ticket/11148] Use mimetype guesser for uploaded avatars
[ticket/11148] Pass mimetype guesser to upload_attachment() function
[ticket/11148] Add mimetype guesser to filespec and fileupload class
|