David King
9015a76cf6
[feature/events] Fix events in prosilver overall_footer.html
...
PHPBB3-9550
2012-12-17 11:37:46 -05:00
Michael Cullum
a6122228eb
[feature/events] Adjust to use prepend, not before
...
PHPBB3-9550
2012-12-17 11:37:33 -05:00
Michael Cullum
0b35136894
[feature/events] Add overall_footer_copyright_after template event
...
PHPBB3-9550
2012-12-17 11:37:31 -05:00
Michael Cullum
336f0c5641
[feature/events] Rename event to show location around copyright
...
PHPBB3-9550
2012-12-17 11:37:30 -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
244978cdb4
[feature/events] Adding overall_footer_end template ledge
...
Helpful for JS scripts that need to work with the DOM.
PHPBB3-9550
2012-12-17 11:37:02 -05:00
Michael Cullum
8534cbcc84
[feature/events] Adding overall_footer_index_link template ledge
...
Used by board3portal
PHPBB3-9550
2012-12-17 11:36:58 -05:00
Michael Cullum
fc2ebc34df
[feature/events] Adds overall_footer_copyright template ledge
...
This allows people to add copyright information to the footer
PHPBB3-9550
2012-12-17 11:36:54 -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
7a47013994
[ticket/11021] Use L_SITE_HOME instead of L_HOME
...
Check site home url against !== '', not empty
PHPBB3-11021
2012-09-15 10:44:18 -05:00
Nathan Guse
a5dd64195a
[ticket/11021] Add the option to specify a Site home URL and text
...
PHPBB3-11021
2012-07-22 22:26:38 -05:00
Joas Schilling
f1056a9b2f
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
...
PHPBB3-10811
2012-07-05 01:03:19 +02:00
Joas Schilling
fc3a19567f
[ticket/10811] Make it easier for MODs/Extensions to define the alt-text
...
PHPBB3-10811
2012-05-16 13:44:40 +02:00
Joas Schilling
53a47fdcc3
[ticket/10811] Make subscribe/unsubscribe repeatable with AJAX
...
PHPBB3-10811
2012-04-29 12:33:55 +02:00
Andreas Fischer
de7a166a59
Merge remote-tracking branch 'callumacrae/ticket/10783' into develop
...
* callumacrae/ticket/10783:
[ticket/10783] Fixed an HTML error with assets_version.
2012-04-13 13:35:37 +02:00
Callum Macrae
875958573c
[ticket/10783] Fixed an HTML error with assets_version.
...
PHPBB3-10783
2012-04-13 12:10:49 +01:00
Nils Adermann
790cc0c54f
Merge remote-tracking branch 'github-callumacrae/ticket/10783' into develop
...
* github-callumacrae/ticket/10783:
[ticket/10783] Added assets_version to ACP and simple_*.html.
[ticket/10783] Added assets_version to subsilver2.
[ticket/10783] Added ?assets_version to assets.
2012-04-13 03:32:01 +02:00
Callum Macrae
5665e82616
[ticket/10783] Added ?assets_version to assets.
...
PHPBB3-10783
2012-04-11 14:30:11 +01:00
Shibu Lijack
fd55c8664a
Merge remote-tracking branch 'upstream/develop' into ticket/10734
...
Conflicts:
phpBB/styles/prosilver/theme/tweaks.css
2012-04-10 21:46:14 +05:30
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
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
Vjacheslav Trushkin
2225efc560
[ticket/10665] INCLUDEJS template changes
...
Implementing INLCUDEJS template tag in styles
PHPBB3-10665
2012-04-01 10:58:59 +03:00
Shibu Lijack
609e8e3b11
[ticket/10734] Fixed template files
...
Removed unnecessary span from overall_header, overall_footer,
forumlist_body, viewforum_body.
PHPBB3-10734
2012-03-31 22:30:00 +05:30
Vjacheslav Trushkin
6145e0ba65
[ticket/10270] Changing close button for ajax popups
...
Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css
PHPBB3-10270
2012-03-31 02:10:16 +02:00
Igor Wiedler
27199bb509
[feature/ajax] Generic error handling with a phpbb.alert box
...
PHPBB3-10270
2012-03-31 02:09:26 +02:00
Callum Macrae
2189efadc6
[ticket/10270] Moved the AJAX error langyage entries to the footer.
...
PHPBB3-10270
2012-03-31 02:09:22 +02:00
Callum Macrae
3166cbb33d
[ticket/10270] Replaced find by tag names with class names in the js.
...
What it was before (selecting by tag name) could have caused some
problems for style authors.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
ba817086f8
[ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
db7c4f938e
[ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
0e55b2393d
[ticket/10270] Removed all the inline language and HTML from the JS.
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
818d989168
[feature/ajax] Moved script.js into a few different files.
...
Seperated it into: assets/javascript/core.js,
styles/prosilver/template/ajax.js and adm/style/ajax.js.
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
431a78f346
[ticket/10270] Got rid of the temporary jQuery for the AJAX changes.
...
The jQuery library wasn't included before, so a temporary one was
included. Now that igorws jQuery patch has been merged, the temporary
library can be removed.
PHPBB3-10270
2012-03-31 02:09:16 +02:00
Callum Macrae
420de9c9a0
[ticket/10270] Moved some HTML from the JavaScript to overall_footer.
...
PHPBB3-10270
2012-03-31 02:09:14 +02:00
Callum Macrae
efe872745f
[feature/ajax] Replaced jQuery selectors with data attributes.
...
Due to problems that could have been caused by selecting the element using
jQuery selectors, they have been replaced by HTML5 data attributes.
PHPBB3-10270
2012-03-31 02:09:11 +02:00
Callum Macrae
d420ceb9c7
[ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.
...
This commit adds the phpbb object (JavaScript), and alert and confirm box
methods. It also adds the first basic AJAX functionality, to deleting posts
in viewtopic.
PHPBB3-10270
2012-03-31 02:00:22 +02:00
Matt Friedman
2d0f96e8cc
[ticket/10390] Revert back to escaped script tags inside document.write
...
Revert all script tags inside a document.write back to the escaped
version so they won't trip up any XML parsers.
PHPBB3-10390
2011-10-05 21:24:34 -07:00
Matt Friedman
2a28b6fc40
[ticket/10390] Use simpler HTML5 compliant js for the jQuery fallback
...
HTML5 styles (ACP / Prosilver) do not need to use escaped javascript
wrapped in an unescape function, so we can simplify it! Only subsilver2 will
use the escaped version of the fallback code, because it is still XHTML.
PHPBB3-10390
2011-09-27 11:11:42 -07: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
Matt Friedman
3f61075a15
[ticket/10362] HTML5 Fix - Replace name attribute with id in anchors
...
When validating for HTML5, the name attribute is obsolete/deprecated
when used in anchor tags. The ID tag should be used here instead.
PHPBB3-10362
2011-09-11 17:04:47 -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
f22081d21e
[ticket/9859] New footer copyright line with registered symbol
...
PHPBB3-9859
2011-07-06 19:36:25 -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
fc9516a2e3
[ticket/9859] Remove years from the credit line.
...
PHPBB3-9859
2010-12-16 01:19:40 +01: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
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
253f186322
- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088 )
...
- Do not display last post link and sort display options for search engines. (Bug #15088 )
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8987 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-10-09 14:17:02 +00:00
Meik Sievertsen
7d84cac202
#14621
...
#14596
info file changes
git-svn-id: file:///svn/phpbb/trunk@8135 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-04 15:08:22 +00:00