aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4534 from senky/ticket/14522Marc Alexander2016-12-181-2/+2
|\ | | | | | | [ticket/14522] Add ucp_register_buttons_before
| * [ticket/14522] Add ucp_register_buttons_beforeJakub Senko2016-11-211-2/+2
| | | | | | | | PHPBB3-14522
* | Merge pull request #4529 from senky/ticket/14520Marc Alexander2016-12-171-0/+1
|\ \ | | | | | | | | | [ticket/14520] Add ucp_pm_viewmessage_options_before
| * | [ticket/14520] Add ucp_pm_viewmessage_options_beforeJakub Senko2016-11-201-0/+1
| |/ | | | | | | PHPBB3-14520
* | Merge pull request #4527 from senky/ticket/14390Marc Alexander2016-12-171-0/+2
|\ \ | | | | | | | | | [ticket/14390] Add ucp_main_front_user_activity_append/prepend
| * | [ticket/14390] Add ucp_main_front_user_activity_append/prependJakub Senko2016-11-201-0/+2
| |/ | | | | | | PHPBB3-14390
* | Merge pull request #4520 from senky/ticket/14868Marc Alexander2016-12-121-0/+1
|\ \ | | | | | | | | | [ticket/14868] Add mcp_forum_actions_options template event
| * | [ticket/14868] Add mcp_forum_actions_options template eventJakub Senko2016-12-041-0/+1
| |/ | | | | | | PHPBB3-14868
* | [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-102-4/+5
| | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). PHPBB3-14855
* | Merge pull request #4550 from hanakin/ticket/14881Marc Alexander2016-12-021-27/+29
|\ \ | | | | | | | | | [Ticket/14881] Add wrapper to jump actions to clear floats
| * | [ticket/14881] Add action-bar wrap to jump actionshanakin2016-12-011-27/+29
| |/ | | | | | | PHPBB3-14881
* | Merge pull request #4483 from marc1706/ticket/14750Tristan Darricau2016-11-241-1/+1
|\ \ | |/ |/| | | | | | | | | [ticket/14750] Remove html5 invalid attributes from attachment file input * marc1706/ticket/14750: [ticket/14750] Remove html5 invalid attributes from attachment file input
| * [ticket/14750] Remove html5 invalid attributes from attachment file inputMarc Alexander2016-10-151-1/+1
| | | | | | | | PHPBB3-14750
* | Merge pull request #4504 from VSEphpbb/ticket/14855Marc Alexander2016-11-122-9/+9
|\ \ | | | | | | | | | [ticket/14855] Update notification and PM alert bubbles
| * | [ticket/14855] CSS updatesMatt Friedman2016-11-111-2/+2
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Update CSSMatt Friedman2016-11-111-2/+2
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Update the commentsMatt Friedman2016-11-061-1/+1
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Remove notification bubble on mark all readMatt Friedman2016-11-061-1/+1
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Update notification and PM alert bubblesMatt Friedman2016-11-051-7/+7
| | | | | | | | | | | | PHPBB3-14855
* | | Merge pull request #4481 from senky/ticket/14819Marc Alexander2016-11-121-0/+4
|\ \ \ | | | | | | | | | | | | [ticket/14819] Hide soft-deleted posts in topic review
| * | | [ticket/14819] Hide soft-deleted posts in topic reviewJakub Senko2016-10-131-0/+4
| | |/ | |/| | | | | | | PHPBB3-14819
* | | [ticket/14860] Broken link on subscriptions page on mobile deviceslavigor2016-11-081-3/+3
| |/ |/| | | | | PHPBB3-14860
* | [ticket/14808] Add template event overall_header_searchbox_afterrxu2016-10-041-0/+1
|/ | | | PHPBB3-14808
* [ticket/14786] Add mcp_forum_actions_before/after eventsJakub Senko2016-09-261-0/+2
| | | | PHPBB3-14786
* [ticket/14785] Add template event overall_header_headerbar_after/beforeGerB2016-09-241-0/+2
| | | | PHPBB3-14785
* 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] Put posting_editor_subject_append/prepend events on newlinesDavid King2016-08-091-1/+5
| | | | | | | | | | As per request in the PR. PHPBB3-14695
| * [ticket/14695] Add posting_editor_subject_prepend/append template eventsDavid King2016-06-251-1/+1
| | | | | | | | 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 max length in mcp topic html fileRMcGirr832016-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move posts does not accept a topic number greater than 999999 topic_id set in both posts table and topics table accepts 10 digits https://tracker.phpbb.com/browse/PHPBB3-14755 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/+6
|\ \ \ \ | | | | | | | | | | | | | | | [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/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715
* | | | | Merge pull request #4411 from Senky/ticket/12925Marc Alexander2016-08-211-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label
| * | | | [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-12925
* | | | 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-1/+3
|\ \ \ | |_|/ |/| | | | | Add mcp_move_before template event
| * | [ticket/14506] Add mcp_move_before template eventJakub Senko2016-05-291-1/+3
| |/ | | | | | | PHPBB3-14506
* | [ticket/14672] Change event name add to events.mdRichard McGirr2016-06-133-2/+3
| | | | | | | | PHPBB3-14672
* | [ticket/14672] Add template event after topic titleRichard McGirr2016-06-121-1/+1
|/ | | | PHPBB3-14672
* Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-276-10/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-011-2/+2
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Define min and max values for avatar width and heightMarc Alexander2015-12-271-2/+2
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
| | | | | | | | 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