aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-1/+1
| | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
* [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-2/+3
| | | | | | Add tests and improve style template PHPBB3-9837
* [ticket/9837] Small fixesMáté Bartus2019-11-211-1/+1
| | | | PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-211-0/+6
| | | | | | Basic functionality mock up. PHPBB3-9837
* Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-261-1/+1
|\ | | | | | | [ticket/16150] Make post subject link an absolute url
| * [ticket/16150] Make post subject link an absolute urlv12mike2019-09-071-1/+1
| | | | | | | | | | | | | | The previous version was relative to a &start= which was sometimes wrong. PHPBB3-16150
* | Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-171-5/+7
|\ \ | |/
| * [ticket/15735] Add viewtopic_body_postrow_content_after template eventZoddo2018-07-301-0/+2
| | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735
| * [ticket/12579] Add "BUTTON_" strings for Post and PM buttonsAkbar2018-02-131-5/+5
| | | | | | | | PHPBB3-12579
* | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-171-1/+1
|/ | | | PHPBB3-16159
* [ticket/15334] Add template event viewtopic_topic_title_beforekasimi2017-08-211-0/+1
| | | | PHPBB3-15334
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-2/+2
|\
| * [ticket/14498] Don't display 'Who is online' members when permission is Nonomind60s2017-03-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | When the user permission 'Can view profiles, memberlist and online list' is set to No (or Never) the user should not be able to see which members are online in the following places, index page, view topic and view forum. Before this change, guests and bots would see the list of members who are online, which doesn't match with the user permission and could create privacy issues where guests or bots could track when a member was online. PHPBB3-14498
* | [ticket/14447] Remove trailing white spaces in ProsilverMatt Friedman2016-02-021-2/+2
| | | | | | | | PHPBB3-14447
* | Merge branch '3.1.x'Marc Alexander2016-01-071-0/+4
|\ \ | |/ | | | | | | | | Conflicts: phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/subsilver2/template/viewtopic_body.html
| * [ticket/14356] Add template events to viewtopic around back2top linkrxu2015-12-171-1/+3
| | | | | | | | PHPBB3-14356
* | Merge pull request #4034 from hanakin/ticket/14295Marc Alexander2015-11-251-1/+2
|\ \ | | | | | | | | | [ticket/14295]Add approval icon
| * | [ticket/14295]fix report icon as wellMichael Miday2015-11-241-1/+1
| | | | | | | | | | | | PHPBB3-14295
| * | [ticket/14295]Add approval iconMichael Miday2015-11-161-0/+1
| | | | | | | | | | | | PHPBB3-14295
* | | Merge pull request #4015 from RMcGirr83/ticket_12649Marc Alexander2015-11-251-14/+6
|\ \ \ | | | | | | | | | | | | [ticket/12649] Change sort & display options in footers to dropdown menu
| * | | Merge remote-tracking branch 'origin/ticket_12649' into ticket_12649RMcGirr832015-11-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12649
| * | | [ticket/12649] Change sort & display options in footers to dropdown menuRMcGirr832015-11-031-14/+6
| | | | | | | | | | | | | | | | PHPBB3-12649
* | | | [ticket/14294]Fix removal of wanted iconsMichael Miday2015-11-161-1/+1
| |/ / |/| | | | | | | | PHPBB3-14294
* | | Merge branch '3.1.x'Marc Alexander2015-11-151-0/+1
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/subsilver2/template/viewtopic_body.html
| * 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/14230] Show unread post icon in different colorMarc Alexander2015-10-111-2/+2
| | | | | | | | | | | | PHPBB3-14230
* | | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-101-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14157] Allow to set the alt/title attribute on post icons
| * | | [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-101-1/+1
| | |/ | |/| | | | | | | PHPBB3-14157
* | | Merge branch '3.1.x'Marc Alexander2015-10-071-1/+3
|\ \ \ | | |/ | |/|
| * | Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-071-1/+3
| |\ \ | | | | | | | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic
| | * | [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
* | | | [ticket/14199] Correctly resolve merge conflictsMarc Alexander2015-10-071-36/+0
| | | | | | | | | | | | | | | | PHPBB3-14199
* | | | Merge branch '3.1.x'Marc Alexander2015-10-071-1/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #3716 from javiexin/ticket/13748Marc Alexander2015-10-071-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | [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-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3927 from hanakin/ticket/14199Marc Alexander2015-10-071-10/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | [ticket/14199]Add aria-hidden to all iconsMichael Miday2015-10-011-18/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-14199
* | | | | [ticket/14193]Fix posting buttonsMichael Miday2015-10-031-9/+9
|/ / / / | | | | | | | | | | | | PHPBB3-14193
* | | | [ticket/14202]Add missing sr-only classesMichael Miday2015-09-281-8/+8
| | | | | | | | | | | | | | | | PHPBB3-14202
* | | | [ticket/12769] Fix dropdown on topicsMichael Miday2015-09-171-2/+2
| | | |
* | | | [ticket/12769] One more dropdown to refactorMichael Miday2015-09-171-1/+1
| | | |
* | | | [ticket/12769] Refacto action barMichael Miday2015-09-171-2/+1
| | | |
* | | | [ticket/12769] Completely refactor btns and pagingMichael Miday2015-09-171-11/+5
| | | |
* | | | [ticket/12769] Fix dropdown stylingMichael Miday2015-09-171-1/+1
| | | |
* | | | [ticket/12769] Swap icons in postsMichael Miday2015-09-171-17/+60
| | | |
* | | | [ticket/14107] Remove template varMichael Miday2015-09-061-1/+1
|/ / /
* | | [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
* | | [ticket/14068] Add template events before and after poll paneljaviexin2015-08-221-0/+4
| | | | | | | | | | | | | | | | | | In viewtopic. PHPBB3-14068