aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11915] Remove unnecessary JS file and include others using INCLUDEJS.Cesar G2014-01-171-1/+1
| | | | PHPBB3-11915
* Merge branch 'develop-olympus' into developJoas Schilling2013-12-091-1/+1
|\ | | | | | | | | | | | | | | * develop-olympus: [ticket/12061] Fix keyboard shortcut in firefox Conflicts: phpBB/styles/prosilver/template/overall_footer.html
| * [ticket/12061] Fix keyboard shortcut in firefoxOliver Schramm2013-12-061-1/+1
| | | | | | | | PHPBB3-12061
* | [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-061-3/+0
| | | | | | | | PHPBB3-11241
* | Merge pull request #1860 from prototech/ticket/12010Nathan Guse2013-11-211-5/+5
|\ \ | | | | | | [ticket/12010] Make the navbar icons clickable.
| * | [ticket/12010] Make the navbar icons clickable.Cesar G2013-11-081-5/+5
| | | | | | | | | | | | PHPBB3-12010
* | | Merge pull request #1878 from blitze/ticket/12024Nathan Guse2013-11-211-0/+1
|\ \ \ | |/ / |/| | [ticket/12024] Template event overall_header_content_before
| * | [ticket/12024] Template event overall_header_content_beforeOpenShift guest2013-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44959 http://tracker.phpbb.com/browse/PHPBB3-12024 PHPBB3-12024
* | | [ticket/11928] Replace AJAX loading popup with animation.Cesar G2013-10-291-1/+1
| | | | | | | | | | | | PHPBB3-11928
* | | [ticket/11956] Put bottom nav in one blockVjacheslav Trushkin2013-10-241-6/+4
| | | | | | | | | | | | PHPBB3-11956
* | | [ticket/11552] Breadcrumbs in footer, tabs bg colorVjacheslav Trushkin2013-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Change breadcrumbs layout in footer to match breadcrumbs in header. Change background color for tabs dropdown menu PHPBB3-11552
* | | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* | | [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703
* | | [ticket/11809] Ensure code.js is first script included after jQueryMarc Alexander2013-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file core.js sets up most of the AJAX and jQuery related framework for phpBB. Due to this, it needs to be included before any other javascript file in order to ensure that subsequent files can use the phpBB variables and functions. Currently, it is however loaded with INCLUDEJS in overall_footer which causes it to be loaded after every other javascript file except for the style specific ajax.js. This causes every javascript file that is included before core.js and is using the phpBB AJAX functions or variables to break. PHPBB3-11809
* | | Merge pull request #1429 from cyberalien/ticket/11553Nathan Guse2013-07-131-9/+14
|\ \ \ | | | | | | | | Move bulletin points for linklist lists to pseudo classes
| * | | [ticket/11553] Move bulletin points to pseudo classVjacheslav Trushkin2013-07-111-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553
* | | | [feature/twig] Put $SCRIPTS below overall_footer_after, use includejs for coreNathan Guse2013-07-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Moved below overall_footer_after so events can add JS files in that event. PHPBB3-11598
* | | | [feature/twig] INCLUDEJS behavior now supports local relative pathsNathaniel Guse2013-07-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was done because T_TEMPLATE_PATH is not always correct for js files (e.g. the inheriting style does not include these). Now we use the Twig Loader to find the correct file to link to (most specific file first, then parent styles). Also allows using @namespace convention PHPBB3-11598
* | | | [feature/twig] INCLUDEJS now uses the definition classNathaniel Guse2013-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This had to be done because, like DEFINE, setting variables to $context only affected the local file and any children, not parent templates. PHPBB3-11598
* | | | [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598
* | | | [feature/twig] Changing INCLUDEJS behaviorNathan Guse2013-06-241-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was: <!-- INCLUDEJS template/foo.js --> Now: <!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' --> Reasons for this: 1. INCLUDEJS is 3.1-dev only 2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path to styles/name/ directory) 3. INCLUDEJS could not include files from outside directories or anywhere else 4. It was easier to change INCLUDEJS behavior to something more flexible and useful than hack around it to make it work as it was with Twig. PHPBB3-11598
* | | [ticket/11279] Clearer AJAX errorsVjacheslav Trushkin2013-05-201-1/+1
| | | | | | | | | | | | | | | | | | Display clearer AJAX errors rather than generic error PHPBB3-11279
* | | [ticket/11554] Move forum_fn.js to footerVjacheslav Trushkin2013-05-191-0/+1
|/ / | | | | | | | | | | Move forum_fn.js to footer, move find_username to forum_fn.js PHPBB3-11554
* | [ticket/11433] Rename CSS class "jalert" to "phpbb_alert"Marc Alexander2013-03-121-1/+1
| | | | | | | | | | | | | | This missing change caused the loading info to appear during ajax requests. With this patch it will be properly hidden as it should. PHPBB3-11433
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11166Joas Schilling2013-03-061-2/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'develop' of https://github.com/phpbb/phpbb3: (799 commits) [ticket/11402] Fix undefined index in post/topic_in_queue [ticket/11400] If email is disabled, disable it for notifications [ticket/11398] Correctly call permission_set method in permission tool [ticket/11394] Relax Migration Tools [ticket/11386] Fix missing ; [ticket/10714] Get log from container in install, update and download/file [feature/avatars] Update module_auth of ucp module and fix small issues [ticket/11396] Rename insert_migration to set_migration_state [ticket/11395] Prevent acp_modules::get_modules_info from reincluding files [ticket/11393] Give more information on database updater [ticket/11386] Send list of migrations instead of using load_migrations [feature/avatars] Add migrations data file for avatars [feature/avatars] Reduce module auth of ucp avatar settings [ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/ [ticket/10714] Logs are disabled for this page call only [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working ... Conflicts: phpBB/assets/javascript/core.js
| * | [feature/events] Fix events in prosilver overall_footer.htmlDavid King2012-12-171-4/+5
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/events] Adjust to use prepend, not beforeMichael Cullum2012-12-171-1/+1
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/events] Add overall_footer_copyright_after template eventMichael Cullum2012-12-171-0/+1
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/events] Rename event to show location around copyrightMichael Cullum2012-12-171-1/+1
| | | | | | | | | | | | PHPBB3-9550
| * | [feature/events] Rename RUNHOOKS to EVENTMichael Cullum2012-12-171-3/+3
| | | | | | | | | | | | | | | | | | Apply change to existing ledges PHPBB3-9550
| * | [feature/events] Adding overall_footer_end template ledgeMichael Cullum2012-12-171-0/+1
| | | | | | | | | | | | | | | | | | Helpful for JS scripts that need to work with the DOM. PHPBB3-9550
| * | [feature/events] Adding overall_footer_index_link template ledgeMichael Cullum2012-12-171-1/+2
| | | | | | | | | | | | | | | | | | Used by board3portal PHPBB3-9550
| * | [feature/events] Adds overall_footer_copyright template ledgeMichael Cullum2012-12-171-1/+2
| | | | | | | | | | | | | | | | | | This allows people to add copyright information to the footer PHPBB3-9550
* | | [ticket/11166] Use provided custom templates on AJAX confirm boxJoas Schilling2012-12-181-3/+1
|/ / | | | | | | PHPBB3-11166
* | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-151-1/+1
| | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021
* | [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-151-2/+2
| | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021
* | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-221-1/+1
| | | | | | | | PHPBB3-11021
* | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-2/+2
| | | | | | | | PHPBB3-10811
* | [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-3/+3
| | | | | | | | PHPBB3-10811
* | [ticket/10811] Make subscribe/unsubscribe repeatable with AJAXJoas Schilling2012-04-291-2/+2
| | | | | | | | PHPBB3-10811
* | Merge remote-tracking branch 'callumacrae/ticket/10783' into developAndreas Fischer2012-04-131-1/+1
|\ \ | | | | | | | | | | | | * callumacrae/ticket/10783: [ticket/10783] Fixed an HTML error with assets_version.
| * | [ticket/10783] Fixed an HTML error with assets_version.Callum Macrae2012-04-131-1/+1
| | | | | | | | | | | | PHPBB3-10783
* | | Merge remote-tracking branch 'github-callumacrae/ticket/10783' into developNils Adermann2012-04-131-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | * 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.
| * | [ticket/10783] Added ?assets_version to assets.Callum Macrae2012-04-111-2/+2
| | | | | | | | | | | | PHPBB3-10783
* | | Merge remote-tracking branch 'upstream/develop' into ticket/10734Shibu Lijack2012-04-101-2/+3
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/styles/prosilver/theme/tweaks.css
| * | Merge branch 'develop-olympus' into developOleg Pudeyev2012-04-041-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10607] Added 'Powered by' translation string. Conflicts: phpBB/adm/index.php phpBB/language/en/common.php
| | * [ticket/10607] Added 'Powered by' translation string.Fyorl2012-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Added POWERED_BY line to common.php and modified the templates to use it. PHPBB3-10607
| * | [ticket/10665] INCLUDEJS template changesVjacheslav Trushkin2012-04-011-1/+2
| | | | | | | | | | | | | | | | | | Implementing INLCUDEJS template tag in styles PHPBB3-10665
* | | [ticket/10734] Removed unwanted span classesShibu Lijack2012-04-021-1/+1
| | | | | | | | | | | | | | | | | | Removed the corner and clear span classes PHPBB-10734
* | | [ticket/10734] Fixed template filesShibu Lijack2012-03-311-3/+3
|/ / | | | | | | | | | | | | Removed unnecessary span from overall_header, overall_footer, forumlist_body, viewforum_body. PHPBB3-10734