aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3647 from marc1706/ticket/13799Tristan Darricau2015-10-192-2/+7
|\ | | | | | | | | | | | | | | | | | | [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-042-2/+7
| | | | | | | | PHPBB3-13799
| * [ticket/13799] Add missing space before checked attributeMarc Alexander2015-06-042-2/+2
| | | | | | | | PHPBB3-13799
| * [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-302-2/+2
| | | | | | | | PHPBB3-13799
* | [ticket/10343] Add inactive indicator to subsilver2 memberlistDavidIQ2015-10-172-2/+2
| | | | | | | | PHPBB3-10343
* | [ticket/10343] Show clearer indication an account is inactive in memberlistDavidIQ2015-10-172-2/+2
| | | | | | | | PHPBB3-10343
* | Merge pull request #3935 from Zoddo/ticket/10343Tristan Darricau2015-10-143-3/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/10343] Allows a_user to show inactive accounts in memberlist * Zoddo/ticket/10343: [ticket/10343] Add a distinction for inactive users on memberlist [ticket/10343] Allows a_user to show inactive accounts in memberlist
| * | [ticket/10343] Add a distinction for inactive users on memberlistZoddo2015-10-123-3/+7
| | | | | | | | | | | | PHPBB3-10343
* | | Merge pull request #3959 from marc1706/ticket/13684Cesar G2015-10-141-0/+5
|\ \ \ | | | | | | | | | | | | [ticket/13684] Prevent horizontal resize of attach comment textarea
| * | | [ticket/13684] Prevent horizontal resize of attach comment textareaMarc Alexander2015-10-141-0/+5
| | | | | | | | | | | | | | | | PHPBB3-13684
* | | | Merge pull request #3887 from Senky/ticket/14144Tristan Darricau2015-10-122-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-122-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14144
* | | | | Merge pull request #3908 from marc1706/ticket/14163Tristan Darricau2015-10-121-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/14163] Properly fix select all for code tag in Edge * marc1706/ticket/14163: [ticket/14163] Properly fix select all for code tag in Edge
| * | | | [ticket/14163] Properly fix select all for code tag in EdgeMarc Alexander2015-09-151-1/+4
| | |/ / | |/| | | | | | | | | | PHPBB3-14163
* | | | Merge pull request #3869 from Zoddo/ticket/8800Tristan Darricau2015-10-091-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8800] Add "mark topics read" link to "View unread posts" * Zoddo/ticket/8800: [ticket/8800] Add "mark topics read" link to "View unread posts"
| * | | | [ticket/8800] Add "mark topics read" link to "View unread posts"Zoddo2015-09-041-0/+1
| | |/ / | |/| | | | | | | | | | PHPBB3-8800
* | | | Merge pull request #3733 from javiexin/ticket/13934Tristan Darricau2015-10-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13934] Add enctype clause for profile fields * javiexin/ticket/13934: [ticket/13934] Add enctype clause for profile fields
| * | | | [ticket/13934] Add enctype clause for profile fieldsjaviexin2015-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template variable (the same) in all places where profile fields may need an enctype clause in the corresponding forms. PHPBB3-13934
* | | | | Merge pull request #3820 from rxu/ticket/14080Marc Alexander2015-10-082-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [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-092-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14080
* | | | | | Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-072-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic
| * | | | | | [ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted.rxu2015-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13846
| * | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopicrxu2015-05-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge pull request #3716 from javiexin/ticket/13748Marc Alexander2015-10-072-2/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | [ticket/13748] Wrong tooltip after poll vote change
| * | | | | | [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-06-192-2/+9
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store the "voted" tooltip in an extra attribute in HTML, and use it with the JS that refreshes after poll vote. PHPBB3-13748
* | | | | | Merge pull request #3865 from Zoddo/ticket/13992Marc Alexander2015-09-152-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13992] Fix HTML5 error from w3.org validator
| * | | | | | [ticket/13992] Fix HTML5 error from w3.org validatorMax Pen2015-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13992
* | | | | | | Merge pull request #3767 from Zoddo/ticket/14020Marc Alexander2015-09-122-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14089] Add posting_topic_title_after template event Conflicts: phpBB/docs/events.md
| * | | | | | | [ticket/14089] Add posting_topic_title_after template eventZoddo2015-08-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information after the topic title in the posting form PHPBB3-14089
* | | | | | | | [ticket/14153] Fix floating elements in notifications dropdown headercyberalien2015-09-102-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14153
* | | | | | | | Merge pull request #3868 from Zoddo/ticket/7362Tristan Darricau2015-09-092-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-302-2/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-7362
* | | | | | | Merge pull request #3853 from marc1706/ticket/14075Tristan Darricau2015-09-022-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-222-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14075
* | | | | | | | Merge pull request #3860 from kinerity/ticket/14126Tristan Darricau2015-09-022-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-242-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | [prep-release-3.1.6] Update version to 3.1.6-RC1Joas Schilling2015-08-232-4/+4
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #3852 from marc1706/ticket/14068Marc Alexander2015-08-222-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14068] Add template events before and after poll panel in viewtopic
| * | | | | | [ticket/14068] Add template events before and after poll paneljaviexin2015-08-222-0/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | In viewtopic. PHPBB3-14068
* | | | | | Merge pull request #3771 from Zoddo/ticket/14025Marc Alexander2015-08-222-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14091] Add mcp_topic_subject_* template events Conflicts: phpBB/docs/events.md
| * | | | | [ticket/14091] Add mcp_topic_subject_* template eventsZoddo2015-08-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some options (field, checkbox, ...) before/after the subject field when split a subject PHPBB3-14091
* | | | | | Merge pull request #3803 from rxu/ticket/14064Marc Alexander2015-08-222-2/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14064] Add template events to ucp_pm_history.html
| * | | | | | [ticket/14064] Add template events to ucp_pm_history.htmlrxu2015-08-032-2/+24
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-14064
* | | | | | Merge pull request #3806 from rxu/ticket/14067Marc Alexander2015-08-222-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14067] Add template events to overall_header.html around feeds
| * | | | | | [ticket/14067] Add template events to overall_header.html around feedsrxu2015-08-052-0/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14067
* | | | | | Merge pull request #3804 from rxu/ticket/14065Marc Alexander2015-08-222-3/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14065] Add template events to attachment.html
| * | | | | | [ticket/14065] Add template events to attachment.htmlrxu2015-08-032-3/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally remove some unnecessary empty lines. PHPBB3-14065