Igor Wiedler
681c4a478d
[ticket/10258] Add HTML5 meta charset tag
...
This allows knowing the charset when saving web pages to disk. Also, this is
supported by all browsers.
PHPBB3-10258
2011-07-29 16:32:22 +02:00
Nils Adermann
ddbad5551d
Merge remote-tracking branch 'github-igorw/ticket/10258' into develop
...
* github-igorw/ticket/10258:
[ticket/10258] Remove the meta charset tag
[ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelines
[ticket/10258] Remove copyright meta tag from docs
[ticket/10258] Remove resource-type and distribution meta tags
[ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags
[ticket/10258] Change the DOCTYPE to HTML5
2011-07-20 09:21:16 -04:00
Igor Wiedler
4fe7e40f14
[ticket/10260] Remove prosilver styleswitcher
...
The styleswitcher is an odd invention that allows setting the font size
of the page dynamically via JavaScript (and CSS). This should be done by
browser settings instead.
PHPBB3-10260
2011-07-12 01:43:55 +02: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
70a904335f
[ticket/10258] Remove resource-type and distribution meta tags
...
They break HTML5 validation.
PHPBB3-10258
2011-07-10 23:13:25 +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
da41c754be
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
2011-06-09 23:24:05 +02:00
Nils Adermann
4f4c3220ad
Merge branch 'ticket/adamreyher/9878' into develop-olympus
...
* ticket/adamreyher/9878:
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
2011-06-09 23:23:45 +02:00
Andreas Fischer
b64159c001
Merge remote-tracking branch 'naderman/ticket/7057' into develop-olympus
...
* naderman/ticket/7057:
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
[ticket/7057] Remove trailing whitespace in functions.php
2011-06-09 13:10:48 +02:00
Andreas Fischer
19439b86b8
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
[ticket/7057] Remove trailing whitespace in functions.php
2011-06-09 13:10:48 +02:00
Adam Reyher
fe425dedff
[ticket/9878] Remove IE7 emulation from prosilver/subSilver2
...
With these changes, prosilver and subSilver2 no longer need to force IE7
emulation when browsing with IE8 due to the well-known textarea scrolling
bug.
PHPBB3-9878
2011-06-09 06:52:11 -04:00
Nils Adermann
6e8b59dce3
[ticket/7057] Use GET for quicksearch and add session id to hidden fields
...
Without sid a GET form logs a user out if they have cookies disabled.
PHPBB3-7057
2011-06-02 10:10:42 +02:00
Igor Wiedler
23475abab3
Merge branch 'ticket/raimon/9980' into develop-olympus
...
* ticket/raimon/9980:
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
2011-02-27 23:18:10 +01:00
Joas Schilling
90f5e4e2b1
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
...
PHPBB3-9989
2011-01-29 16:13:36 +01:00
Andreas Fischer
732fd5980e
[ticket/9859] Remove the meta copyright tag as well.
...
PHPBB3-9859
2011-01-16 17:53:30 +01:00
Raimon
6a7c853828
[ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
...
PHPBB3-9980
2011-01-08 01:33:35 +01:00
Adam Reyher
3b7414fca8
[ticket/9827] No longer emulate Internet Explorer 7 when using IE9.
...
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in
phpBB's styles. Emulation should only occur when using IE8 now.
PHPBB3-9827
2010-11-05 17:07:18 +01:00
Andreas Fischer
ad7e3ccf4c
Integrate active topics feed. Some language adjustments and rearrangements.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-27 00:48:52 +00:00
Andreas Fischer
d0c596a5ea
Add ability to disable overall (aka board-wide) feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-22 19:21:41 +00:00
Meik Sievertsen
e0bf824501
Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10108 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-05 12:03:52 +00:00
Meik Sievertsen
48b54bb29e
Adjustement for r10050, related to Bug #50185
...
Use internal S_TAB_INDEX instead of DEFINE
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10055 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-25 10:02:24 +00:00
Henry Sudhof
d2f72e2b27
new tabindex handling, #50185 ; subsilver doesn't use tabindexes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10050 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-24 14:22:30 +00:00
Meik Sievertsen
951459924b
some whitespace changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10022 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 09:31:43 +00:00
Meik Sievertsen
fa213d88e1
Revert r9658
...
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10021 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 09:08:53 +00:00
Chris Smith
e63b12c4b1
Prevent style switcher from blocking the tab key. #49335
...
Tested under FF 3.0/3.5/Opera/Chrome on Linux
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9994 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-15 20:44:53 +00:00
Meik Sievertsen
09ad10a734
ok, i am very sorry, but this needs to be fixed.
...
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored.
Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator.
Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 15:00:47 +00:00
Joas Schilling
12f1fd2c2f
Fix Bug #49385 introduced with r9666 for #15085
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9949 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-10 15:32:37 +00:00
Andreas Fischer
fe916f427b
Fix Bug #44685 - Resolve accesskey conflicts
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9681 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:43:01 +00:00
Gabriel Vazquez
8d106c79c5
Fixed Bug #15085 - [Feature] Add language selection on the registration terms page
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9666 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-24 03:11:20 +00:00
Meik Sievertsen
6dec355d1c
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9658 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-23 11:20:33 +00:00
Meik Sievertsen
863d7a7614
First ATOM Feed commit/integration
...
- Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9575 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 14:41:03 +00:00
Andreas Fischer
8f46e94294
Fix bugs #25545 , #26315 and #31325 - Mostly XHTML mistakes in prosilver and the ACP.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9573 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-12 12:29:08 +00:00
Jim Wigginton
e45bc987b4
Fixed bug # 43305 - IE8 textarea issues
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9501 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-05-01 05:32:29 +00:00
Meik Sievertsen
c335507027
Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9481 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-23 12:34:45 +00:00
Meik Sievertsen
cd1aad4779
Set secure cookie for style switcher if required. (Bug #19625 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8874 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:17:08 +00:00
Henry Sudhof
9fe2b06cac
Oh well
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8364 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-02-01 15:15:45 +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
12a9e00183
- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635 )
...
- Allow editing usernames within database_update on username cleanup (Bug #18415 )
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385 )
- Check entered imagemagick path for trailing slash (Bug #18205 )
- Use proper title on index for new/unread posts (Bug #13101 ) - patch provided by Pyramide
- Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-01-06 17:00:09 +00:00
Henry Sudhof
dd488c5b03
#12387
...
git-svn-id: file:///svn/phpbb/trunk@8283 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-12-20 11:18:17 +00:00
Meik Sievertsen
93a5ed70d9
S_HIDDEN_FIELDS was actually never used here
...
git-svn-id: file:///svn/phpbb/trunk@8245 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-11-18 12:13:33 +00:00
Meik Sievertsen
bc0898f55e
fixing some annoying bugs
...
git-svn-id: file:///svn/phpbb/trunk@8204 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-19 13:10:13 +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
021fec01b2
- IE6 is not able to correctly cope with gzip compression
...
- hopefully fixed the rtl icon issue in FF without breaking ltr display.
git-svn-id: file:///svn/phpbb/trunk@8040 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-08-17 12:32:41 +00:00
Meik Sievertsen
6c773c35b3
remove T_THEME_DATA completely... now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.
...
git-svn-id: file:///svn/phpbb/trunk@7901 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-17 17:02:05 +00:00
Meik Sievertsen
af99418ec5
revert the change i did for RC2 - it caused the links and navbar being displayed in wrong order...
...
git-svn-id: file:///svn/phpbb/trunk@7833 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-04 14:32:46 +00:00
Meik Sievertsen
e8036a3131
checking in changes before testing template cache/changing
...
git-svn-id: file:///svn/phpbb/trunk@7815 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-07-01 10:17:47 +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
Meik Sievertsen
9693f31404
add bidi.css for RTL support - we still use .rtl to be able to put special rules within the parsed stylesheet. since bidi.css is included after colours.css we ommit any colours there too. Still a lot to do here - i saw a lot of areas in need of some love (jumpbox, top links, topic/post icons, forum pagination)
...
git-svn-id: file:///svn/phpbb/trunk@7754 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-06-12 21:29:16 +00:00
Meik Sievertsen
c0caf7652f
Fixing some tiny bugs...
...
- correctly close span tags within code=php
git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-17 14:59:33 +00:00