aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4371 from imkingdavid/ticket/14695Marc Alexander2016-09-111-1/+5
|\ | | | | | | [ticket/14695] Add posting_editor_subject_prepend/append template events
| * [ticket/14695] Added posting_editor_subject_append/prepend events to subsilverDavid King2016-08-091-1/+5
| | | | | | | | | | As per request in PR. PHPBB3-14695
* | Merge pull request #4428 from rmcgirr83/ticket/14755Marc Alexander2016-09-071-1/+1
|\ \ | | | | | | | | | [ticket/14755] Fix max length in mcp topic html file
| * | [ticket/14755] Fix subsilver2Richard McGirr2016-08-311-1/+1
| | | | | | | | | | | | PHPBB3-14755
* | | Merge pull request #4338 from Senky/ticket/14469Marc Alexander2016-08-281-1/+3
|\ \ \ | | | | | | | | | | | | Add viewforum_body_topicrow_before template event
| * | | [ticket/14469] Add viewforum_body_topicrow_before template eventJakub Senko2016-08-111-1/+3
| | | | | | | | | | | | | | | | PHPBB3-14469
* | | | Merge pull request #4389 from kasimi/ticket/14715-3.1.xMarc Alexander2016-08-282-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/14715] Add template events in posting_topic_review & mcp_topic
| * | | [ticket/14715] Add template events in posting_topic_review & mcp_topickasimi2016-07-212-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715
* | | | Merge pull request #4324 from Senky/ticket/14516Marc Alexander2016-08-031-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/14516] Add memberlist_email_before event
| * | | [ticket/14516] Add memberlist_email_before eventJakub Senko2016-07-171-0/+2
| |/ / | | | | | | | | | PHPBB3-14516
* | | Merge pull request #4337 from Senky/ticket/14506Marc Alexander2016-07-161-3/+5
|\ \ \ | |_|/ |/| | | | | Add mcp_move_before template event
| * | [ticket/14506] Add mcp_move_before template eventJakub Senko2016-05-291-3/+5
| |/ | | | | | | PHPBB3-14506
* | [ticket/14672] Change event name add to events.mdRichard McGirr2016-06-133-0/+3
|/ | | | PHPBB3-14672
* Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-276-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * [ticket/14272] Use input type number instead of text in avatarsMarc Alexander2016-01-012-3/+3
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-064-6/+6
| | | | | | | | PHPBB3-14272
* | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-244-0/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #4049 from rxu/ticket/14316Marc Alexander2016-02-271-0/+6
|\ \ | | | | | | | | | [ticket/14316] Add events before/after the custom/zebra fields in pfile view
| * | [ticket/14316] Add events before/after the custom/zebra fields in profile viewrxu2016-02-271-0/+6
| | | | | | | | | | | | PHPBB3-14316
* | | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* | | Merge pull request #4079 from rxu/ticket/14356Marc Alexander2016-01-071-1/+3
|\ \ \ | | | | | | | | | | | | [ticket/14356] Add template events to viewtopic around back2top link
| * | | [ticket/14356] Add template events to viewtopic around back2top linkrxu2015-12-171-1/+3
| |/ / | | | | | | | | | PHPBB3-14356
* | | Merge pull request #4084 from exussum12/ticket/14046Marc Alexander2015-12-231-6/+5
|\ \ \ | |/ / |/| | | | | [ticket/14046] Jabber message incorrect
| * | [ticket/14046] Jabber message incorrectScott Dutton2015-12-161-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #4030 from RMcGirr83/ticket_14283Marc Alexander2015-11-261-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14283] Add a Manage Group link on a group page
| * | | [ticket/14283] Add a Manage Group link on a group pageRichard McGirr2015-11-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14283
* | | | Merge pull request #3888 from Senky/ticket/14146Marc Alexander2015-11-151-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/14146] Add viewtopic_body_post_subject_before event
| * | | [ticket/14146] Add viewtopic_body_post_subject_before eventJakub Senko2015-10-121-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14146
* | | | [ticket/14066] Add template events to search_body.htmlrxu2015-11-121-3/+17
| |_|/ |/| | | | | | | | PHPBB3-14066
* | | Merge pull request #3647 from marc1706/ticket/13799Tristan Darricau2015-10-191-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | [ticket/13799] Split lines in HTML files for better readabilityMarc Alexander2015-06-041-1/+5
| | | | | | | | | | | | | | | | PHPBB3-13799
| * | | [ticket/13799] Add missing space before checked attributeMarc Alexander2015-06-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13799
| * | | [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13799
* | | | [ticket/10343] Add inactive indicator to subsilver2 memberlistDavidIQ2015-10-172-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10343
* | | | Merge pull request #3887 from Senky/ticket/14144Tristan Darricau2015-10-121-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14144] Add quickreply_editor_subject_before event * Senky/ticket/14144: [ticket/14144] Add quickreply_editor_subject_before event
| * | | | [ticket/14144] Add quickreply_editor_subject_before eventJakub Senko2015-10-121-0/+1
| | |/ / | |/| | | | | | | | | | PHPBB3-14144
* | | | Merge pull request #3820 from rxu/ticket/14080Marc Alexander2015-10-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14080] Add template events around the topic row in viewforum_body.html
| * | | | [ticket/14080] Add template events around the topic row in viewforum_body.htmlrxu2015-08-091-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14080
* | | | | Merge pull request #3767 from Zoddo/ticket/14020Marc Alexander2015-09-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14089] Add posting_topic_title_after template event Conflicts: phpBB/docs/events.md
| * | | | | [ticket/14089] Add posting_topic_title_after template eventZoddo2015-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information after the topic title in the posting form PHPBB3-14089
* | | | | | Merge pull request #3868 from Zoddo/ticket/7362Tristan Darricau2015-09-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7362] Add alt attribute on topic icons * Zoddo/ticket/7362: [ticket/7362] Add alt attribute on topic icons
| * | | | | [ticket/7362] Add alt attribute on topic iconsZoddo2015-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7362
* | | | | | Merge pull request #3853 from marc1706/ticket/14075Tristan Darricau2015-09-021-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | | | [ticket/14075] Add template event after poll preview paneljaviexin2015-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14075
* | | | | | | Merge pull request #3860 from kinerity/ticket/14126Tristan Darricau2015-09-021-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14126] Add viewtopic_topic_title_after template event * kinerity/ticket/14126: [ticket/14126] Add viewtopic_topic_title_after template event
| * | | | | | [ticket/14126] Add viewtopic_topic_title_after template eventKailey Truscott2015-08-241-0/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag). PHPBB3-14126
* | | | | | Merge pull request #3802 from Oyabun1/ticket/14058Tristan Darricau2015-08-281-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | | [ticket/14058] Contact us form missing email subject field in subsilver2Oyabun12015-07-311-1/+5
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-14058
* | | | | Merge pull request #3852 from marc1706/ticket/14068Marc Alexander2015-08-221-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14068] Add template events before and after poll panel in viewtopic
| * | | | | [ticket/14068] Add template events before and after poll paneljaviexin2015-08-221-0/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | In viewtopic. PHPBB3-14068