| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |\
| | |
| | |
| | | |
[ticket/13846] Fix softdelete feature workflow in viewtopic
|
| | | |
| | |
| | |
| | | |
PHPBB3-13846
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changes:
- For permanent deletion of softdeleted post, disapprove mode has been changed
to delete mode;
- If post delete and softdelete are allowed, delete button triggers softdelete
mode;
- If a user can't permanently delete posts but can restore softdeleted posts,
delete button won't be displayed for softdeleted posts.
Subsilver2 is unaffected.
PHPBB3-13846
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/10165] Add a "Send test email" feature
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10165
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10165
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14124] Automatically translate exceptions in CLI
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14124
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14124
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14124
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14124
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14199] Correctly resolve merge conflicts
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14199
|
| |\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13748] Wrong tooltip after poll vote change
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Store the "voted" tooltip in an extra attribute in HTML, and use it
with the JS that refreshes after poll vote. Use L_ language string
instead of LA_ language string.
PHPBB3-13748
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Store the "voted" tooltip in an extra attribute in HTML, and use it
with the JS that refreshes after poll vote.
PHPBB3-13748
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14162] Add CLI commands to manage migrations
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This command lists all installed and uninstalled migrations.
Note: The class is named `list_command`, because `list` is a reserved word
and can't be used as class name in PHP.
PHPBB3-14162
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This command allow to revert a migration from the CLI
PHPBB3-14162
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14199] Fix screen reader compatability
Conflicts:
phpBB/styles/prosilver/template/mcp_topic.html
phpBB/styles/prosilver/template/overall_header.html
phpBB/styles/prosilver/template/pagination.html
phpBB/styles/prosilver/template/posting_buttons.html
phpBB/styles/prosilver/template/posting_topic_review.html
phpBB/styles/prosilver/template/search_results.html
phpBB/styles/prosilver/template/ucp_pm_history.html
phpBB/styles/prosilver/template/ucp_pm_message_header.html
phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
phpBB/styles/prosilver/template/viewforum_body.html
phpBB/styles/prosilver/template/viewtopic_body.html
phpBB/styles/prosilver/template/viewtopic_topic_tools.html
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14199
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[Ticket/14206]Fix jumpbox UI consistency
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14206
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14206
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/14193]Fix secondary buttons
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-14193
|
| | | |/ / / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14193
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/14216] Do not run thumbnail test if gd is disabled
* marc1706/ticket/14216:
[ticket/14216] Do not run thumbnail test if gd is disabled
|
| |/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14216
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | | |
[ticket/14205] Bump PHP requirement to PHP 5.4
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14205
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14202]Add missing sr-only classes
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14202
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14202
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | | |
[ticket/14195]Fix pupload & polls hiding
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14195
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/12554] Fix blockquote overflow in lists
* hanakin/ticket/12554:
[ticket/12554]Remove left margin when li
[ticket/12554]Overide blockquote overflow in lists
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12633] Doesn't use DEBUG to debug templates events
* Nicofuma/ticket/12633:
[ticket/12633] Doesn't use DEBUG to debug templates events
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Check the templates events on runtime only when Twig debug is on
PHPBB3-12633
|
| |\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | / / / / /
| | |_|/ / / / /
| |/| | | | | | |
* 3.1.x:
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
* marc1706/ticket/14186:
[ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14186
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14182] Move v310\notifications_board migration to v320\...
|
| |/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14182
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12577] Lazy initialize the password manager
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12577
|