Nathan Guse
61aa53f91a
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/config/services.yml
phpBB/index.php
2012-11-20 23:19:51 -06:00
Oleg Pudeyev
9c86f70b4a
Merge PR #1041 branch 'cyberalien/ticket/11175' into develop
...
* cyberalien/ticket/11175:
[ticket/11175] Add microdata to prosilver
[ticket/11175] Add microdata to subsilver2
2012-11-15 22:09:52 -05:00
Vjacheslav Trushkin
9b2024a48e
[ticket/11175] Add microdata to subsilver2
...
Add breadcrumb data to subsilver2
PHPBB3-11175
2012-11-11 11:11:47 +01:00
Nathaniel Guse
68363e362d
Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103
...
Conflicts:
phpBB/install/schemas/mssql_schema.sql
phpBB/report.php
phpBB/styles/prosilver/template/ucp_prefs_personal.html
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2012-11-10 10:58:44 -06: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
Nathan Guse
a93067eb41
[ticket/11103] Create common.js for subsilver2, move added JS code there
...
PHPBB3-11103
2012-10-19 16:00:37 -05:00
Nathan Guse
0d098ae5e5
[ticket/11103] Return false to prevent appending # to the URL
...
PHPBB3-11103
2012-10-16 18:14:06 -05:00
Nathan Guse
a080af4b05
[ticket/11103] Add title/view all link to subsilver2
...
PHPBB3-11103
2012-10-16 17:28:45 -05:00
Nathaniel Guse
c8b66a26ef
[ticket/11103] Mark read link if notification has no URL to view it
...
Other style stuff
PHPBB3-11103
2012-10-16 10:51:07 -05:00
Nathaniel Guse
a2d6e40f1b
[ticket/11103] If no avatar, do not display an empty box in subsilver2
...
PHPBB3-11103
2012-10-15 09:27:01 -05:00
Nathan Guse
c1f8c96bd7
[ticket/11103] subsilver2 overall_header.html
...
PHPBB3-11103
2012-10-14 13:46:15 -05:00
Nathan Guse
9e5505933a
[ticket/11021] Fix the language changes that were lost previously
...
Change U_HOME to U_SITE_HOME
PHPBB3-11021
2012-09-15 11:28:58 -05:00
Nathan Guse
ffe7f76b90
[ticket/11021] subsilver2 support
...
PHPBB3-11021
2012-07-22 22:58:43 -05:00
Igor Wiedler
ca43a8947a
[ticket/11008] Remove eval() calls to get document[id]
...
PHPBB3-11008
2012-07-21 00:12:37 +02:00
Vjacheslav Trushkin
4035f3f6c8
[feature/remove-imagesets] Changing subsilver
...
Removing imagesets. Changing subsilver
PHPBB3-10336
2011-09-04 11:05:10 +03:00
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
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
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
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
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
rxu
880bace355
[ticket/9840] Display view unread posts link for guests.
...
Display view unread posts link for guests if applicable.
PHPBB3-9840
2010-10-16 20:46:38 +08:00
rxu
f1d5005797
[ticket/9613] Implement a load switch for unread posts search feature.
...
Since unread posts search can produce a high server load in certain
circumstances, we implement a switch for ACP "Load settings" to have an option
to disable this type of search.
PHPBB3-9613
2010-08-29 16:09:09 +02: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
Andreas Fischer
597c7ae588
Apply template changes of r9965 to subsilver2.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10032 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-20 14:07:01 +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
Ruslan Uzdenov
51748b00ed
Fix bug #46765 - View unread posts
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9755 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-14 14:46:38 +00:00
Meik Sievertsen
1c0df0dc91
revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;))
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-25 17:57:57 +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
Ruslan Uzdenov
bfcf6a1de5
Fix bug #46765 - View unread posts
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-22 14:36:04 +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
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
4307a2c07f
Changed jumpto() JS function to be more fail-safe. (But #27635 - patch by peterkclee)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9466 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-17 16:05:25 +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
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
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
a465b06923
added class for disabled options in ACP
...
E_USER_ERROR now using language keys if available [related to #10445 ]
UCP/MCP title tags [#10441 ]
Check $start parameter in viewforum [#10435 ]
Check for postable forum for moving user posts within users ACP [#10433 ]
Show error if admin tries to put forums beneath linked forums [related to #10433 ]
Correctly catch attachments while moving posts [#10431 ]
language change in install.html [#10425 ]
Updated AUTHORS file
git-svn-id: file:///svn/phpbb/trunk@7456 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-04 12:30:21 +00:00
Meik Sievertsen
4ed8b3a62c
ahhh, there are you. I can see a new haircut... looks good.
...
git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-01 22:46:14 +00:00
Andreas Fischer
bafe3d9484
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
2011-01-30 01:17:06 +01: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
Andreas Fischer
90ccdb4dad
Merge branch 'ticket/VSE/9532' into develop
...
* ticket/VSE/9532:
[ticket/9532] Simplified page titles by removing meaningless text.
2010-12-28 21:51:55 +01:00
Matt
30035b94f5
[ticket/9532] Simplified page titles by removing meaningless text.
...
Removed View Forum, View Topic, added pagination to forum and topic page
titles, also moved the Site Name to the end of title for forum and topic
view pages.
PHPBB3-9532
2010-05-16 19:33:51 +02:00