| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-12551
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/12519] Restore m_approve language description
* n-aleha/ticket/12519:
[ticket/12519] Restore m_approve language description
|
| | |
| |
| |
| |
| |
| |
| | |
Restore acl_m_approve language description to:
"Can approve and restore posts"
PHPBB3-12519
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/12534:
[ticket/12534] Fix filter for functional tests
[ticket/12534] Do not use errorbox for multi steps
[ticket/12534] Do not abuse errorbox for en/disable confirmation of extensions
|
| | | |
| | |
| | |
| | | |
PHPBB3-12534
|
| | | |
| | |
| | |
| | | |
PHPBB3-12534
|
| | | |
| | |
| | |
| | | |
PHPBB3-12534
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12518] Apply De Morgan to make the conditions easier reasable
* nickvergessen/ticket/12518:
[ticket/12518] Apply De Morgan to make the conditions easier to read
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12518
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
* nickvergessen/ticket/12518:
[ticket/12518] Add event to overwrite the cannot edit condition in posting.php
[ticket/12518] Add event to overwrite the allow edit and delete conditions
|
| | | |
| | |
| | |
| | | |
PHPBB3-12518
|
| |/ /
| |
| |
| | |
PHPBB3-12518
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12451] Fix whitespace in posting.php lang file
* Elsensee/ticket/12451-2:
[ticket/12451] Fix whitespace in posting.php lang file
|
| |/ /
| |
| |
| | |
PHPBB3-12451
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12517] Correctly call $log->add in prune shadow topics
* marc1706/ticket/12517:
[ticket/12517] Correctly call $log->add in prune shadow topics
|
| | | |
| | |
| | |
| | | |
PHPBB3-12517
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
[ticket/12526] Fix undefined index: filesize when editing PM with attachments.
* prototech/ticket/12526:
[ticket/12526] Fix undefined index: filesize when editing PM with attachments.
|
| | | |
| | |
| | |
| | | |
PHPBB3-12526
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
[ticket/12529] Use root_path in controller\resolver to check the template dir
* Nicofuma/ticket/12529:
[ticket/12529] Move $phpbb_root_path to the end of the constructor
[ticket/12529] Use root_path in controller\resolver to check the template dir
|
| | | |
| | |
| | |
| | | |
PHPBB3-12529
|
| | | |
| | |
| | |
| | | |
PHPBB3-12529
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12501] Fix improper display of inline attachments in post report page
* prototech/ticket/12501:
[ticket/12501] Only select attachments uploaded before the post was reported.
[ticket/12501] Parse the reported post message before its attachments.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The post text displayed to the user is the same as when it was reported, even if
the post was edited afterwards, thus it follows that the attachments would be
the same. This also addresses an issue where the index in the attachment bbcode
no longer matches that of its corresponding attachment when new attachments
are uploaded after the post is reported.
PHPBB3-12501
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This ensures that the empty lines from attachment.html aren't converted into
<br />.
PHPBB3-12501
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/9388] Only display the settings for the selected method in the auth and search ACP pages.
* prototech/ticket/9388:
[ticket/9388] Use "togglable" instead of "toggable"
[ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.
[ticket/9388] Reopen <fieldset> after auth templates.
[ticket/9388] Fix unit tests.
[ticket/9388] Use the new toggle function for the avatar type <select>.
[ticket/9388] Display only the settings for the selected search backend.
[ticket/9388] Display only the settings for the auth method that's selected.
[ticket/9388] Add support for making <select> options able to toggle settings.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9388
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-9388
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12524] Add search.php core event to modify search results rowset
* rxu/ticket/12524:
[ticket/12524] Add search.php core event to modify search results rowset
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Currently it is possible to change search results within the search row scope,
but it should be possible to modify/unset every individual row
within the rowset.
PHPBB3-12524
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12431] Add has_poll icon to topiclists
* PayBas/ticket/12431:
[ticket/12431] Lang full sentence
[ticket/12431] Add topic poll icon.
[ticket/12431] Add has_poll icon to topiclists
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12431
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/12431] Add topic poll icon.
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12431
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12431
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12523] Add template events search_results_topic_(before/after)
* rxu/ticket/12523:
[ticket/12523] Add template events search_results_topic_(before/after)
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add template events search_results_topic_(before/after)
to search_results.html.
PHPBB3-12523
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12407] Allow changing of post_data, etc. at end of posting.php
* marc1706/ticket/12407:
[ticket/12407] Remove merge marker from posting.php
[ticket/12407] Fix incorrect @since line in event
[ticket/12407] Merge @change in doc block of event
[ticket/12407] Assign template variables again after merging develop-ascraeus
[ticket/12407] Add message_parser as passed variable to event
[ticket/12407] Allow changing of post_data, etc. at end of posting.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12407
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12407
|
| | |\ \ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 'develop-ascraeus' of github.com:phpbb/phpbb: (424 commits)
[ticket/12428] Use the database to store the original version number
[ticket/12493] Add functional test
[ticket/12493] Fix sql query for selection of users that have disabled PM
[ticket/12513] Add asset include support to simple header/footer in ACP
[ticket/12513] Add simple_header head event with support for CSS assets calls
[ticket/12511] Add missing titles for profile fields in members group view
[ticket/12428] Incorrect from version in database update log entry
[ticket/12510] Convert & to & in build_url() when no params are stripped.
[ticket/12402] CAPTCHA plugin migration fails to detect missing plugins
[ticket/12440] Use a more generic approach for replacing the URL.
[ticket/12507] Move the 'require' statement
[ticket/12507] Add console command to purge the cache
[ticket/12421] Rebase and enable tests
[ticket/12421] Don't parse [attachment] tags if user can't view them
[ticket/12325] Use \RecursiveDirectoryIterator
[ticket/12325] Doc blocks
[ticket/12440] Set browser URL to point to specific post when using view=unread
[ticket/12357] Support routes in generate_smilies() function.
[ticket/12459] Change language strings
[ticket/12504] Use local variables where possible
...
Conflicts:
phpBB/posting.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12407
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12407
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ticket/12407
Conflicts:
phpBB/posting.php
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12407
|