| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/14695] Add posting_editor_subject_prepend/append template events
|
| |
| |
| |
| |
| | |
As per request in PR.
PHPBB3-14695
|
|\ \
| | |
| | |
| | | |
[ticket/14755] Fix max length in mcp topic html file
|
| | |
| | |
| | |
| | | |
PHPBB3-14755
|
|\ \ \
| | | |
| | | |
| | | | |
Add viewforum_body_topicrow_before template event
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14469
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/14715] Add template events in posting_topic_review & mcp_topic
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The events will allow adding content before and after the post details
in topic review and topic moderation.
PHPBB3-14715
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/14516] Add memberlist_email_before event
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14516
|
|\ \ \
| |_|/
|/| |
| | | |
Add mcp_move_before template event
|
| |/
| |
| |
| | |
PHPBB3-14506
|
|/
|
|
| |
PHPBB3-14672
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14272] Use html5 valid input elements
* marc1706/ticket/14272:
[ticket/14272] Allow input of floats for filesize
[ticket/14272] Use input type number instead of text in avatars
[ticket/14272] Assign min and max values for avatar driver settings
[ticket/14272] Define min and max values for avatar width and height
[ticket/14272] Disable not toggled form elements
[ticket/14272] Make sure phpbb_avatar_manager was defined
[ticket/14272] Remove useless check
[ticket/14272] Fix invalid or missing min/max settings
[ticket/14272] Assign min/max for all allowed types
[ticket/14272] Only use maxlength and size for allowed input elements
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was previously removed without needing to. Adding it back to force
users to not emulate the page for previous versions of IE. The
imagetoolbar http-equiv tag was not restored as IE does not contain that
anymore since IE7. Also, the chome=1 has been removed from the
X-UA-Compatible content as ChromeFrame does not receive any further
updates since 2014 and is potentially broken.
PHPBB3-14136
|
|\ \
| | |
| | |
| | | |
[ticket/14316] Add events before/after the custom/zebra fields in pfile view
|
| | |
| | |
| | |
| | | |
PHPBB3-14316
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14356] Add template events to viewtopic around back2top link
|
| |/ /
| | |
| | |
| | | |
PHPBB3-14356
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/14046] Jabber message incorrect
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When making a Jabber message, the page says the message has been sent
when loading the page for the first time, This message should only be
shown after the message has actually been sent
PHPBB3-14046
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14283] Add a Manage Group link on a group page
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14283
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/14146] Add viewtopic_body_post_subject_before event
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14146
|
| |_|/
|/| |
| | |
| | | |
PHPBB3-14066
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13799] Do not rawurlencode category in gallery avatar
* marc1706/ticket/13799:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13799
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13799
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13799
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10343
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14144] Add quickreply_editor_subject_before event
* Senky/ticket/14144:
[ticket/14144] Add quickreply_editor_subject_before event
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-14144
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14080] Add template events around the topic row in viewforum_body.html
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14080
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14089] Add posting_topic_title_after template event
Conflicts:
phpBB/docs/events.md
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows to add some information after the topic title in the posting form
PHPBB3-14089
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/7362] Add alt attribute on topic icons
* Zoddo/ticket/7362:
[ticket/7362] Add alt attribute on topic icons
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-7362
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14075] Add template event after poll preview panel
* marc1706/ticket/14075:
[ticket/14075] Update version to 3.1.7-RC1
[ticket/14075] Add template event after poll preview panel
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14075
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14126] Add viewtopic_topic_title_after template event
* kinerity/ticket/14126:
[ticket/14126] Add viewtopic_topic_title_after template event
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add content directly after the topic title link on the View topic screen
(outside of the h2 HTML tag).
PHPBB3-14126
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14058] Contact us form missing email subject field in subsilver2
* Oyabun1/ticket/14058:
[ticket/14058] Contact us form missing email subject field in subsilver2
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-14058
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14068] Add template events before and after poll panel in viewtopic
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
In viewtopic.
PHPBB3-14068
|