n-aleha
cc99a6b6ab
[ticket/12547] Rename jquery.js to jquery.min.js in assets directory
...
phpBB uses the minified version of jQuery hence the rename.
PHPBB3-12547
2014-05-15 01:18:26 +03:00
Andreas Fischer
94b49d8a92
[ticket/11703] Make jQuery CDN switch more generic.
...
Config variable: load_jquery_cdn -> allow_cdn
Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN
PHPBB3-11703
2013-10-10 23:26:03 +02:00
Vjacheslav Trushkin
9174788762
[ticket/11800] Fix scripts variable in subsilver simple_footer
...
PHPBB3-11800
2013-08-17 19:21:10 +03:00
David King
4ad2747ccf
[feature/events] Fix more subsilver2 events
...
PHPBB3-9550
2012-12-17 11:59:23 -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
bc2f777b27
[feature/events] Adding simple_footer_end template ledge
...
PHPBB3-9550
2012-12-17 11:37:03 -05:00
Oleg Pudeyev
59281f1b0a
Merge PR #973 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11069] Add closing span back to credit line in subsilver2 simple footer
2012-10-10 00:22:38 -04:00
Andreas Fischer
c83ca457a0
[ticket/11069] Add closing span back to credit line in subsilver2 simple footer
...
Regression from 0ceb77fb99
.
PHPBB3-11069
2012-08-26 17:20:45 +02:00
Callum Macrae
6ad58c7e04
[ticket/10783] Added assets_version to ACP and simple_*.html.
...
PHPBB3-10783
2012-04-11 14:37:15 +01:00
Oleg Pudeyev
7d6b289671
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10607] Added 'Powered by' translation string.
Conflicts:
phpBB/adm/index.php
phpBB/language/en/common.php
2012-04-04 15:33:51 -04:00
Fyorl
0ceb77fb99
[ticket/10607] Added 'Powered by' translation string.
...
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
2012-04-04 11:38:15 +08:00
Vjacheslav Trushkin
2225efc560
[ticket/10665] INCLUDEJS template changes
...
Implementing INLCUDEJS template tag in styles
PHPBB3-10665
2012-04-01 10:58:59 +03:00
Matt Friedman
56c6476233
[ticket/10390] Allow option for jQuery to be hosted by a remote CDN
...
Add an option to the ACP so admins can choose to host jQuery
from the local version shipped with phpBB, or via a popular CDN.
PHPBB3-10390
2011-09-26 11:15:22 -07:00
Igor Wiedler
17bf983cdc
[ticket/10155] Move jQuery inclusion to footer
...
PHPBB3-10155
2011-07-17 10:05:40 +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
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
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
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
Nils Adermann
c69936d220
[task/restore-subsilver2] Revert removing subsilver2 for Ascraeus development.
...
This reverts commit ac2b5430aa
.
PHPBB3-9783
2010-08-20 22:55:25 +02:00
Nils Adermann
ac2b5430aa
[task/drop-subsilver2] Removing subsilver2 for Ascraeus development.
...
The discussion about this has taken place on area51:
http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32496
PHPBB3-9607
2010-05-16 20:57:01 +02:00
Meik Sievertsen
2e17e448de
Copy 3.0.x branch to trunk
...
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 18:14:59 +00:00
Meik Sievertsen
e85f9f79bc
remove no longer necessary files... hooray
...
git-svn-id: file:///svn/phpbb/trunk@9221 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-24 13:14:24 +00:00