aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_topic_review.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16150] Make post subject links reliablev12mike2019-09-081-1/+1
| | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
* [ticket/16025] Add 2 template events *_author_username_{append/prepend}Dark❶2019-04-201-89/+89
| | | | PHPBB3-16025
* [ticket/16025] Add 2 template events *_author_username_{append/prepend}Dark❶2019-04-201-89/+89
| | | | PHPBB3-16025
* [ticket/15735] Add posting_topic_review_row_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/13043] Improve HTML5Jakub Senko2018-06-181-3/+1
| | | | PHPBB3-13043
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-0/+4
|\
| * [ticket/14819] Hide soft-deleted posts in topic reviewJakub Senko2016-10-131-0/+4
| | | | | | | | PHPBB3-14819
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-281-0/+3
|\ \ | |/
| * [ticket/14715] Add template events in posting_topic_review & mcp_topickasimi2016-07-211-0/+3
| | | | | | | | | | | | | | The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715
* | Merge pull request #3927 from hanakin/ticket/14199Marc Alexander2015-10-071-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-5/+5
| | | | | | | | | | | | PHPBB3-14199
* | | [ticket/14193]Fix posting buttonsMichael Miday2015-10-031-2/+2
|/ / | | | | | | PHPBB3-14193
* | [ticket/14202]Add missing sr-only classesMichael Miday2015-09-281-2/+2
| | | | | | | | PHPBB3-14202
* | [ticket/12769] Swap icons in postsMichael Miday2015-09-171-10/+19
| |
* | [ticket/14139] Add class of IDs to html tagsMichael Miday2015-09-141-2/+2
| |
* | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-1/+1
|/ | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620
* [ticket/12155] Move icon class directly to <a> and use <span> consistently.Cesar G2014-05-271-4/+4
| | | | PHPBB3-12155
* [ticket/12155] Use the new .button class as the basis for the post buttons.Cesar G2014-05-271-4/+15
| | | | PHPBB3-12155
* [ticket/11552] Move post subject before buttonsVjacheslav Trushkin2013-10-191-1/+4
| | | | PHPBB3-11552
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-1/+1
| | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* [ticket/10734] Removed unwanted span classesShibu Lijack2012-04-021-3/+3
| | | | | | Removed the corner and clear span classes PHPBB-10734
* [feature/save-post-on-report] bbcode_nl2br missing.Bruno Ais2012-03-191-1/+1
| | | | | | | New lines were missing in the reported_post_text. By adding the bbcode_nl2br() became as it is supposed to. PHPBB3-10600
* [feature/save-post-on-report] The complete changes for this featureBruno Ais2012-03-191-1/+1
| | | | | | | This covers all the changes so that when a report is made, the post itself is copied and displayed in the MCP instead of the current post. Unfortunatly, I made all commits in the wrong way and they were lost. Now I have only the final files.
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"Joas Schilling2010-07-111-1/+1
| | | | | | When quoting from the topic-review the statement "Author wrote:" is missing. The fix for this was not complete: Now it's backwards compatibile and uses the LA_ for the language variables. PHPBB3-9531
* [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" ↵Joas Schilling2010-05-161-1/+1
| | | | | | line when quoting from topic-review. PHPBB3-9531
* XHTML fixes by RaimonMeik Sievertsen2009-08-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9982 89ea8834-ac86-4346-8a33-228a782c2dd0
* fall back to bbcode-less quotesHenry Sudhof2009-07-221-0/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9835 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40325 – Friend/foe system displays posts made by foes while ↵Jim Wigginton2009-01-271-0/+7
| | | | | | | | composing Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9305 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)Meik Sievertsen2008-11-301-2/+2
| | | | | | | | | [Change] Changed prosilver date separator from 'on' to '»' [Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB) [Fix] Extend vertical line for last post column if no posts in forum (Bug #37125) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9136 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-1/+1
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* oh my god - what did he do? Adding attachment display to post/topic review, ↵Meik Sievertsen2007-05-191-7/+15
| | | | | | queue, reports, post details, mcp topic view... fixing other tiny things along the line. git-svn-id: file:///svn/phpbb/trunk@7642 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some tiny fixes.Meik Sievertsen2007-05-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7628 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-061-1/+1
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8689David M2007-04-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7282 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+39
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0