aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11552] Responsive menuVjacheslav Trushkin2013-10-171-1/+1
| | | | PHPBB3-11552
* [ticket/11552] Change breadcrumbs structureVjacheslav Trushkin2013-10-171-3/+3
| | | | PHPBB3-11552
* [ticket/11552] Responsive breadcrumbsVjacheslav Trushkin2013-10-171-1/+1
| | | | PHPBB3-11552
* [ticket/11552] Add .nojs or .hasjs to bodyVjacheslav Trushkin2013-10-171-1/+1
| | | | | | | Add .nojs to body element, swap it to .hasjs when JavaScript is enabled PHPBB3-11552
* [ticket/11552] Add link to responsive.cssVjacheslav Trushkin2013-10-171-0/+1
| | | | | | Add link to responsive.css and blank responsive.css PHPBB3-11552
* [ticket/11552] Viewport meta for mobile devicesVjacheslav Trushkin2013-10-171-0/+1
| | | | PHPBB3-11552
* [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-161-2/+2
| | | | PHPBB3-11921
* [ticket/11921] Improve appearance of PM notifications in linklistMatt Friedman2013-10-151-1/+5
| | | | PHPBB3-11921
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+5
| | | | | | | | 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
* Merge pull request #1571 from bantu/ticket/11345Nils Adermann2013-10-101-0/+1
|\ | | | | [ticket/11345] Better font for buttons
| * [ticket/11345] Don't include scheme, so HTTPS is used where necessary.Andreas Fischer2013-07-181-1/+1
| | | | | | | | PHPBB3-11345
| * [ticket/11345] Wrap remote webfonts in S_ALLOW_CDN.Andreas Fischer2013-07-141-1/+1
| | | | | | | | PHPBB3-11345
| * [ticket/11345] Move css import to templateVjacheslav Trushkin2013-07-141-0/+1
| | | | | | | | PHPBB3-11345
* | [ticket/11795] Remove PM popupVjacheslav Trushkin2013-09-141-5/+1
| | | | | | | | PHPBB3-11795
* | [ticket/11795] Use phpBB template syntax instead of TWIGVjacheslav Trushkin2013-09-141-1/+1
| | | | | | | | PHPBB3-11795
* | [ticket/11795] Move PM popup JS to forum_fn.jsVjacheslav Trushkin2013-09-141-12/+5
| | | | | | | | | | | | | | Move PM popup JavaScript from overall_header to forum_fn.js Use TWIG to escape PM popup URL PHPBB3-11795
* | [ticket/11795] Get rid of pagination JS variablesVjacheslav Trushkin2013-09-141-4/+0
| | | | | | | | | | | | | | Move pagination variables to data attributes Replace A_BASE_URL with BASE_URL and use TWIG to escape it PHPBB3-11795
* | [ticket/11795] Get rid of onload_functionsVjacheslav Trushkin2013-09-141-21/+0
| | | | | | | | | | | | | | Get rid of onload_functions and onunload_functions Scripts should use $(document).ready() instead PHPBB-11795
* | [ticket/11804] Remove </li> from overall_header which was not openMarcus Vinny2013-08-201-1/+0
| | | | | | | | PHPBB3-11804
* | [ticket/11754] Remove styleswitcher leftoversVjacheslav Trushkin2013-07-301-2/+0
|/ | | | PHPBB3-11754
* Merge pull request #1429 from cyberalien/ticket/11553Nathan Guse2013-07-131-7/+8
|\ | | | | Move bulletin points for linklist lists to pseudo classes
| * [ticket/11553] Move bulletin points to pseudo classVjacheslav Trushkin2013-07-111-7/+8
| | | | | | | | | | | | | | Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553
* | [ticket/11388] INCLUDECSSNathaniel Guse2013-07-111-0/+2
|/ | | | PHPBB3-11388
* [ticket/11010] Change input type to search for search formsVjacheslav Trushkin2013-05-201-1/+1
| | | | | | | | Change input type to search for search forms Replace search placeholder JS with placeholder attribute Add style for search placeholder PHPBB3-11010
* Merge remote-tracking branch 'remotes/cyberalien/ticket/11558' into developNathan Guse2013-05-201-2/+2
|\ | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/11558: [ticket/11558] Adjustments for notification link [ticket/11558] Fix styling for notifications link
| * [ticket/11558] Adjustments for notification linkVjacheslav Trushkin2013-05-201-2/+2
| | | | | | | | PHPBB3-11558
| * [ticket/11558] Fix styling for notifications linkVjacheslav Trushkin2013-05-191-1/+1
| | | | | | | | PHPBB3-11558
* | [ticket/11554] Move forum_fn.js to footerVjacheslav Trushkin2013-05-191-10/+0
|/ | | | | | Move forum_fn.js to footer, move find_username to forum_fn.js PHPBB3-11554
* Merge remote-tracking branch 'remotes/VSE/ticket/11103-VSEphpbb' into ↵Nathan Guse2013-02-281-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/11103 # By Matt Friedman # Via Matt Friedman * remotes/VSE/ticket/11103-VSEphpbb: [ticket/11103] Remove padding from notifications for now. [ticket/11103] Add newlines to bottom of css file [ticket/11103] HTML encode double arrow character [ticket/11103] Update styling of UCP Notifications in subsilver2 [ticket/11103] Update styling of UCP Notifications in prosilver [ticket/11103] Update styling of subsilver2 notification modal [ticket/11103] Update styling of prosilver notification modal [ticket/11103] Remove title attribute from notification link
| * [ticket/11103] Remove padding from notifications for now.Matt Friedman2013-02-271-1/+1
| | | | | | | | PHPBB3-11103
| * [ticket/11103] HTML encode double arrow characterMatt Friedman2013-02-151-1/+1
| | | | | | | | PHPBB3-11103
| * [ticket/11103] Update styling of prosilver notification modalMatt Friedman2013-02-141-1/+1
| | | | | | | | PHPBB3-11103
| * [ticket/11103] Remove title attribute from notification linkMatt Friedman2013-02-141-1/+1
| | | | | | | | PHPBB3-11103
* | [ticket/11103] Restore new/unread messages info/link in header (properly)Nathan Guse2013-02-151-1/+1
| | | | | | | | PHPBB3-11103
* | [ticket/11103] Add Notification Settings link in flyout menuNathan Guse2013-02-151-0/+1
| | | | | | | | PHPBB3-11103
* | [ticket/11103] Restore new/unread messages info/link in headerNathan Guse2013-02-151-1/+1
|/ | | | PHPBB3-11103
* Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-151-2/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Oleg Pudeyev (37) and others # Via Oleg Pudeyev (24) and others * 'develop' of github.com:phpbb/phpbb3: (179 commits) [ticket/11323] Add tests for inclusion of defined variables [ticket/11324] Add PHP 5.5 environment to travis and allow it to fail. [ticket/11321] Recreate schema files with develop/create_schema_files.php [ticket/11320] Include functions file as we need phpbb_convert_30_dbms_to_31 [ticket/11313] Use correct object el instead of eel in alt_text callback [ticket/11301] Guidelines: Add spaces in front and after the / operator. [ticket/11301] Explicitly cast str offset to int to prevent E_NOTICE on 5.4. [ticket/11311] Include asset core.js in subsilver2 overall_footer.html [ticket/10949] Remove not needed comma [ticket/11309] phpbb_extension_interface::disable_step correct docblock. [ticket/10949] Converted missing code to new JS coding guidelines [ticket/11302] Correctly select first timezone or selected timezone [ticket/11305] Mock container for cache driver in functional create_user() [ticket/11305] Check for $cache being null before using it in db drivers. [ticket/10805] Compare phpbbAlertTimer against null [ticket/11305] Define hook finder as a service on the container. [ticket/11305] Adjust comment. [ticket/11305] Use phpbb_create_default_container. [ticket/11305] Create a normal container during final installation step. [ticket/11305] Retrieve cache driver from container rather than cache service. ... Conflicts: phpBB/install/schemas/firebird_schema.sql phpBB/install/schemas/mssql_schema.sql phpBB/install/schemas/mysql_40_schema.sql phpBB/install/schemas/mysql_41_schema.sql phpBB/install/schemas/oracle_schema.sql phpBB/install/schemas/postgres_schema.sql phpBB/install/schemas/sqlite_schema.sql phpBB/styles/subsilver2/template/overall_footer.html
| * [feature/events] Fix events in prosilver overall_header.htmlDavid King2012-12-171-5/+7
| | | | | | | | PHPBB3-9550
| * [feature/events] Add location (prepend) to event nameMichael Cullum2012-12-171-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Fix index_link_prepend template eventMichael Cullum2012-12-171-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Add overall_header_index_link_left eventMichael Cullum2012-12-171-1/+2
| | | | | | | | | | | | | | As a portal is of higher presdence than the board, unlike most extensions it has a link before the board index link. This event satifies that. PHPBB3-9550
| * [feature/events] Remove overall_head_head_body template ledgeMichael Cullum2012-12-171-1/+0
| | | | | | | | | | | | | | | | PHPBB3-9550 Conflicts: phpBB/styles/prosilver/template/overall_header.html
| * [feature/events] Rename RUNHOOKS to EVENTMichael Cullum2012-12-171-4/+4
| | | | | | | | | | | | Apply change to existing ledges PHPBB3-9550
| * [feature/events] Adding overall_head_head_body template ledgeMichael Cullum2012-12-171-1/+1
| | | | | | | | | | | | Required by ReIMG Resizer PHPBB3-9550
| * [feature/events] Adding overall_header_index_link template ledgeMichael Cullum2012-12-171-1/+3
| | | | | | | | | | | | Used by board3portal PHPBB3-9550
| * [feature/events] Add overall_header_nav template ledgeMichael Cullum2012-12-171-0/+1
| | | | | | | | | | | | Adds a ledge next to the FAQ button for extensions to put links on the navigation bar PHPBB3-9550
| * [feature/events] Added overall_header_head ledge.Oleg Pudeyev2012-12-171-0/+2
| | | | | | | | | | | | This will be used by the trivial-css mod. PHPBB3-9550
* | [ticket/11103] Fix notifications link to handle non-JS fallbackMatt Friedman2013-01-151-1/+1
| | | | | | | | PHPBB3-11103
* | [ticket/11103-VSE] Updated notification AJAX stylingMatt Friedman2012-12-251-0/+1
| | | | | | | | PHPBB3-11103
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-201-1/+2
|\ \ | |/ | | | | | | | | Conflicts: phpBB/config/services.yml phpBB/index.php