Marc Alexander
389cca5402
Merge pull request #6468 from Crizz0/ticket/17040
...
[ticket/17040] Include bidi.css to pm print only in RTL languages
2023-03-19 20:50:38 +01:00
Christian Schnegelberger
9b961836be
[ticket/17040] Include bidi.css to pm print only in RTL languages
...
PHPBB3-17040
2023-02-01 21:57:13 +01:00
Christian Schnegelberger
632702e10f
[ticket/17098] Add class S_CONTENT_DIRECTION to body in pm print
...
PHPBB3-17098
2023-01-31 18:14:41 +01:00
Christian Schnegelberger
14d83139ce
[ticket/15745] Use TWIG instead of phpbb template code
...
PHPBB3-15745
2019-08-13 21:34:16 +02:00
Christian Schnegelberger
64304c8364
[ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language
...
PHPBB3-15745
2019-08-13 21:05:12 +02:00
Oliver Schramm
3b977eacc1
[ticket/15195] Add bidi.css to ucp_pm_viewmessage_print
...
PHPBB3-15195
2017-11-02 20:23:54 +01:00
Marc Alexander
2e3f89444a
Merge branch 'ticket/14136' into ticket/14136-3.2.x
...
Conflicts:
phpBB/adm/style/install_update_diff.html
phpBB/adm/style/installer_header.html
phpBB/install/database_update.php
phpBB/install/index.php
phpBB/styles/subsilver2/template/overall_header.html
phpBB/styles/subsilver2/template/simple_header.html
phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html
phpBB/styles/subsilver2/template/viewtopic_print.html
2016-03-24 16:12:56 +01:00
Marc Alexander
244d171cb0
[ticket/14136] Add back X-UA-Compatible meta tag
...
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
2016-03-24 16:07:07 +01:00
Michael Miday
70f1b08c69
[ticket/14139] Add class of IDs to html tags
2015-09-14 16:25:36 +02:00
cyberalien
8eb4ec29ee
[ticket/13938] Remove type and / from <link> elements
...
PHPBB3-13938
2015-06-14 07:43:02 +02:00
Jakub Senko
a609c9db82
[ticket/12924] Make meta tags self-closing
...
PHPBB3-12924
2014-11-22 12:12:13 +01:00
PayBas
560e0f97be
[ticket/12565] Empty anchors introduce white-space in IE11
...
PHPBB3-12565
2014-06-02 14:05:46 +02:00
Yuriy Rusko
27f787e5e4
[ticket/12594] Update footer credit lines
...
PHPBB3-12594
2014-05-27 21:39:30 +02:00
Andreas Fischer
5553f33f3d
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12119] Remove meta tags from view-print templates
Conflicts:
phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
phpBB/styles/prosilver/template/viewtopic_print.html
2014-01-27 20:48:28 +01:00
Marcus Vinicius
a32db45166
[ticket/12119] Remove meta tags from view-print templates
...
PHPBB3-12119
2014-01-27 16:42:39 -03:00
David King
cb3db020f0
[feature/events] ucp_pm_viewmessage_print_head_append
...
PHPBB3-9550
2012-12-17 11:51:07 -05:00
Michael Cullum
8012cd1d11
[feature/events] Move template ledges above </head> tag
...
PHPBB3-9550
Conflicts:
phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
phpBB/styles/prosilver/template/viewtopic_print.html
2012-12-17 11:37:13 -05:00
Michael Cullum
8dcc2cded6
[feature/events] Rename RUNHOOKS to EVENT
...
Apply change to existing ledges
PHPBB3-9550
2012-12-17 11:37:11 -05:00
Michael Cullum
9b4ea94630
[feature/events] Adding ucp_pm_viewmessage_head_body template ledge
...
Needed by ReIMG Resizer
PHPBB3-9550
2012-12-17 11:37:06 -05:00
Andreas Fischer
a38de9a232
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11135] Full replacement of credit link to https
Conflicts:
phpBB/install/convertors/convert_phpbb20.php
2012-10-06 06:15:01 +02:00
Vinny
95d02d74ac
[ticket/11135] Full replacement of credit link to https
...
PHPBB3-11135
2012-10-05 21:18:59 -03:00
Andreas Fischer
0de3b899c7
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10789] Remove unnecessary variables from PM print - prosilver
2012-07-17 20:42:30 +02:00
Vinny
af3a730d91
[ticket/10789] Remove unnecessary variables from PM print - prosilver
...
PHPBB3-10789
2012-05-22 15:56:13 -03:00
Joas Schilling
30c08bfe5b
[ticket/10458] Fix xHTML errors when print-viewing PMs
...
PHPBB3-10458
2012-02-23 16:25:47 +01:00
Andreas Fischer
08827fa733
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10452] Fix xHTML errors when print-viewing PMs
Conflicts:
phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
2011-11-14 22:01:36 +01:00
Joas Schilling
9830453487
[ticket/10452] Fix xHTML errors when print-viewing PMs
...
Also changed the layout of prosilvers PM print-view, so it looks like the post
print-view and not like the subsilver2 print-view.
PHPBB3-10452
2011-11-14 18:41:19 +01:00
Igor Wiedler
136a932303
[ticket/10258] Remove the meta charset tag
...
The charset tag is useless, because if a charset content-type header is
present it takes precedence. And phpBB always sends such a header.
PHPBB3-10258
2011-07-12 01:32:00 +02:00
Igor Wiedler
854c14f9f6
[ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags
...
These meta tags are IE specific and do not validate as HTML5.
PHPBB3-10258
2011-07-10 23:04:14 +02:00
Igor Wiedler
766537035e
[ticket/10258] Change the DOCTYPE to HTML5
...
PHPBB3-10258
2011-07-09 17:04:46 +02:00
Nils Adermann
3fb9b62c69
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9859] Changing all phpBB footers to match the new credit line
[ticket/9859] New footer copyright line with registered symbol
2011-07-06 21:52:05 -04:00
Yuriy Rusko
a275d17625
[ticket/9859] Changing all phpBB footers to match the new credit line
...
PHPBB3-9859
2011-07-06 21:46:33 -04:00
Andreas Fischer
c617400f95
[ticket/9859] Remove the credit line comment from all html files.
...
PHPBB3-9859
2011-01-16 17:53:30 +01:00
Andreas Fischer
2a703b4055
[ticket/9859] Remove years in credit line from some more files.
...
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/ ">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
2011-01-16 17:53:30 +01:00
Andreas Fischer
d67d6ed26a
Fix Bug #30315 - No longer use group colours for usernames on print view. Colour could be white. Patch by Pasqualle.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10387 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-29 02:11:16 +00:00
Meik Sievertsen
325ff1fa1b
One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
...
Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445 )
Changing order for post review if more than one post affected (Bug #15249 )
Language typos/fixes (Bug #20425 , #15719 , #15429 , #14669 , #13479 )
Style/Template fixes (Bug #20065 , #19405 , #19205 , #15028 , #14934 , #14821 , #14752 , #14497 , #13707 , #14738 )
Tiny code fixes (Bug #20165 , #20025 , #19795 , #14804 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-30 16:01:15 +00:00
Meik Sievertsen
d4a3e6e470
small template fix
...
git-svn-id: file:///svn/phpbb/trunk@7896 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-16 15:04:20 +00:00
Meik Sievertsen
e58c913488
RTL changes with the help from arod-1 and dodo5000
...
git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-18 14:10:19 +00:00
Jonathan Stanley
c0cc8cf609
The Grand Copyright Year Unification... breakdown of years, of re-copyrighting due to major changes:
...
2000 - phpBB1.0.0 released
2002 - phpBB2.0.0 released & phpBB2.2.x commenced
2005 - phpBB2.2.x is canned with phpBB3.0.0 to succeed it, prosilver also starts development proper
2007 - phpBB3.0.x...
Anyone that so much as whimpers "OMG copyright year is wrong!!!1~"... read: http://en.wikipedia.org/wiki/Copyright
Considering copyright (from the year started) last for at least 50 years, and up to 70 years after the author's _death_, even phpBB1.x.x will remain copyrighted well into the 22nd century.
git-svn-id: file:///svn/phpbb/trunk@7624 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-17 21:12:17 +00:00
Meik Sievertsen
5de26540b4
fixing some bugs
...
changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB.
git-svn-id: file:///svn/phpbb/trunk@7497 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-07 13:19:59 +00:00
Vic D'Elfant
f0868d37df
- Bug #9791
...
- Replaced .blue class with the .sep class to keep things consistent
git-svn-id: file:///svn/phpbb/trunk@7329 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-12 12:54:57 +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
Nils Adermann
cde423591e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
2011-01-16 22:26:27 +01: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