| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/13730] Add core.delete_post_end event
|
| |
| |
| |
| | |
PHPBB3-13730
|
|/
|
|
| |
PHPBB3-13429
|
|
|
|
|
|
| |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
|
|
|
| |
PHPBB3-14819
|
|
|
|
| |
PHPBB3-14654
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-7362
|
|\
| |
| |
| | |
[ticket/13759] Take post_time into account
|
| |
| |
| |
| | |
PHPBB3-13759
|
|\ \
| | |
| | |
| | | |
[ticket/13598] Allow topic lock on topic creation
|
| |/
| |
| |
| | |
PHPBB3-13598
|
|/
|
|
| |
PHPBB3-13685
|
|
|
|
| |
PHPBB3-13595
|
|
|
|
| |
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-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
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-nickvergessen/ticket/12273: (55 commits)
[ticket/12273] Move $extension to constructor so the path is always set
[ticket/12273] Find events.md relative from the path not the phpbb root
[ticket/12273] Do not look in extensions docs/ and tests/ directory
[ticket/12273] Also check file for adm "Location:" events
[ticket/12273] Do not allow template events in non-html files
[ticket/12273] Fix return description
[ticket/12273] Update exporter to allow specifying an extension
[ticket/12273] Allow to filter events for extensions
[ticket/12273] Remove old parameter from function call
[ticket/12273] Fix table header for adm events
[ticket/12273] Add root path to recursive_event_filter_iterator
[ticket/12273] Fix missing classes in export_events_for_wiki.php
[ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter
[ticket/12273] Use RecursiveDirectoryIterator in md_exporter
[ticket/12273] Fix doc blocks
[ticket/12273] Do not allow 3.1-A1 for template events
[ticket/12273] Sort arguments alphabetically before exporting
[ticket/12273] Do not allow 3.1-A1 version
[ticket/12273] Update since version to 3.1.0-a* style
[ticket/12273] Update existing events
...
|
| |
| |
| |
| | |
PHPBB3-12273
|
| |
| |
| |
| | |
PHPBB3-12273
|