| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| | |
| | |
| | |
| | | |
PHPBB3-11148
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As @event core.modify_submit_post_data can modify any of the
function submit_post parameters, they may be needed to perform
actions directly after a post or topic has been submitted in
@event core.submit_post_end (includes/functions_posting.php).
PHPBB3-12913
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed name to core.load_drafts_draft_list_result as requested
Changed @since to 3.1.0-RC3 because RC2 is already out.
PHPBB3-12801
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12801
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding event core.functions_posting.load_drafts_draft_list_results
PHPBB3-12801
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12801
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add core event to the function upload_attachment()
in functions_posting.php to provide ability for extensions
to perform additional actions on uploaded files, like resizing etc.
PHPBB3-12884
|
| | |
| | |
| | |
| | | |
PHPBB3-12612
|
|/ /
| |
| |
| | |
PHPBB3-12612
|
|/
|
|
| |
PHPBB3-12612
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11942] Delete post/topic reason should be added to logs
* Nicofuma/ticket/11942:
[ticket/11942] Don't change the reason to '' when hard deleting
[ticket/11942] Don't show the checkbox if the post is already soft-deleted
[ticket/11942] Remove useless IF in templates
[ticket/11942] Apply the modifications to subsilver
[ticket/11942] Always display delete reason
[ticket/11942] Edits messages
[ticket/11942] Change the formulation
[ticket/11942] Adding the reason to hard deleted topic/post
[ticket/11942] Delete post/topic reason should be added to logs
|
| |
| |
| |
| | |
PHPBB3-11942
|
| |
| |
| |
| | |
PHPBB3-12594
|
|/
|
|
| |
PHPBB3-12357
|