Marc Alexander
a8feaeafe8
[ticket/17005] Add missing slash to li closing tag
...
PHPBB3-17005
2022-06-27 21:00:58 +02:00
Marc Alexander
97356d9879
[ticket/13821] Remove HTML from PHP files and deduplicate lang variable
...
PHPBB3-13821
2022-01-22 23:50:33 +01:00
Marc Alexander
9f09dec049
[ticket/13821] Support displaying ignored posts on post review page
...
PHPBB3-13821
2022-01-22 22:28:04 +01:00
v12mike
88d94a7c19
[ticket/16150] Make post subject links reliable
...
Change links that were relative to topic page into absolute links.
Update related test cases.
PHPBB3-16150
2019-09-08 14:23:09 -04:00
Dark❶
6098503080
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
...
PHPBB3-16025
2019-04-20 15:35:01 +05:30
Dark❶
00a260dc00
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
...
PHPBB3-16025
2019-04-20 15:30:24 +05:30
Zoddo
614e10888c
[ticket/15735] Add posting_topic_review_row_content_after template event
...
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
2018-07-30 00:17:52 +02:00
Jakub Senko
4c3cb4bc5c
[ticket/13043] Improve HTML5
...
PHPBB3-13043
2018-06-18 13:34:02 +02:00
Marc Alexander
728335820c
Merge branch '3.1.x' into 3.2.x
2016-11-12 16:17:31 +01:00
Jakub Senko
4dfadfc97f
[ticket/14819] Hide soft-deleted posts in topic review
...
PHPBB3-14819
2016-10-13 14:28:29 +02:00
Marc Alexander
7c79e7844c
Merge branch '3.1.x' into 3.2.x
2016-08-28 15:44:49 +02:00
kasimi
da7c41f167
[ticket/14715] Add template events in posting_topic_review & mcp_topic
...
The events will allow adding content before and after the post details
in topic review and topic moderation.
PHPBB3-14715
2016-07-21 17:48:42 +02:00
Marc Alexander
f68d5a59e6
Merge pull request #3927 from hanakin/ticket/14199
...
[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
2015-10-07 12:05:38 +02:00
Michael Miday
6b7fa249f1
[ticket/14193]Fix posting buttons
...
PHPBB3-14193
2015-10-03 05:15:16 +02:00
Michael Miday
9da14c9b24
[ticket/14199]Add aria-hidden to all icons
...
PHPBB3-14199
2015-10-01 20:21:38 +02:00
Michael Miday
d50801a056
[ticket/14202]Add missing sr-only classes
...
PHPBB3-14202
2015-09-28 18:24:24 +02:00
Michael Miday
b0025896e2
[ticket/12769] Swap icons in posts
2015-09-17 18:37:27 +02:00
Michael Miday
70f1b08c69
[ticket/14139] Add class of IDs to html tags
2015-09-14 16:25:36 +02:00
JoshyPHP
06936bda05
[ticket/10620] Added enhanced quotes in topic review
...
Added support for enhanced quotes in topic_review's quote button.
NOTE: the UI doesn't appear to be testable via PhantomJS.
PHPBB3-10620
2015-06-25 03:11:58 +02:00
Cesar G
70f9d4a54a
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
d3b9c87b42
[ticket/12155] Use the new .button class as the basis for the post buttons.
...
PHPBB3-12155
2014-05-27 07:17:46 -07:00
Vjacheslav Trushkin
68a4c6acbf
[ticket/11552] Move post subject before buttons
...
PHPBB3-11552
2013-10-19 13:22:47 +03:00
Nathan Guse
6e7e70a18a
[ticket/10780] Replace colon usage in template output with {L_COLON}
...
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
2012-11-10 00:23:03 +01:00
Shibu Lijack
03f5fde747
[ticket/10734] Removed unwanted span classes
...
Removed the corner and clear span classes
PHPBB-10734
2012-04-02 00:42:11 +05:30
Bruno Ais
28c6b95100
[feature/save-post-on-report] bbcode_nl2br missing.
...
New lines were missing in the reported_post_text.
By adding the bbcode_nl2br() became as it is supposed to.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
95b5109c62
[feature/save-post-on-report] The complete changes for this feature
...
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.
2012-03-19 08:27:31 -04:00
Igor Wiedler
af5b9a9640
[ticket/9556] Drop php closing tags, add trailing newline
...
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
2010-11-11 19:10:55 +01:00
Joas Schilling
5d9948e39c
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
...
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
2010-07-11 10:18:45 +02:00
Joas Schilling
fe9c5019b6
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
...
PHPBB3-9531
2010-05-16 19:13:22 +02:00
Meik Sievertsen
b3eb3543bb
XHTML fixes by Raimon
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9982 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 14:14:59 +00:00
Henry Sudhof
be51bbe42b
fall back to bbcode-less quotes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9835 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 16:39:26 +00:00
Jim Wigginton
49f0ab0ccd
Fixed bug #40325 – Friend/foe system displays posts made by foes while composing
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9305 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-01-27 00:01:48 +00:00
Meik Sievertsen
a752a424de
[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
...
[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
2008-11-30 14:36:59 +00:00
Meik Sievertsen
e3882844ec
#i62 - #i65
...
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
2007-09-22 18:31:50 +00:00
Meik Sievertsen
456586475b
oh my god - what did he do? Adding attachment display to post/topic review, 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
2007-05-19 12:04:22 +00:00
Meik Sievertsen
2ef42b7ae0
Some tiny fixes.
...
git-svn-id: file:///svn/phpbb/trunk@7628 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-18 10:29:26 +00:00
Meik Sievertsen
6205be1e74
#9828 , #10545 , #10541 , #10533 , #10529 , #10527 , #10521 , #10503 , #10481
...
- more label fixes
- simpler approach to get input cursor text
git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-06 15:31:39 +00:00
David M
03ae557474
#8689
...
git-svn-id: file:///svn/phpbb/trunk@7282 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-05 14:27:04 +00:00
Meik Sievertsen
f610ed82cb
say hello to prosilver... YAAAYEEEE
...
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-01 22:05:42 +00:00