| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12853] Hide moderator link if it is really necessary | Joas Schilling | 2014-08-07 | 1 | -1/+1 |
| | | | | | PHPBB3-12853 | ||||
| * | Merge remote-tracking branch 'PayBas/ticket/12832' into develop-ascraeus | Cesar G | 2014-08-07 | 1 | -0/+8 |
| |\ | | | | | | | | | | | | | | | * PayBas/ticket/12832: [ticket/12832] Remove old .quick-links icon reference [ticket/12832] Remove unnecessary attr and classes [ticket/12832] Add footer links to quick-links [ticket/12832] Make .small-icon styling uniform | ||||
| | * | [ticket/12832] Remove unnecessary attr and classes | PayBas | 2014-07-08 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-12832 | ||||
| | * | [ticket/12832] Add footer links to quick-links | PayBas | 2014-07-07 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-12832 | ||||
| * | | [ticket/12906] Add rel="help" to FAQ link | Louis7777 | 2014-08-03 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12906 | ||||
| * | | [ticket/12857] Add missing template events breadcrumb_prepend | PayBas | 2014-07-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | To insert links after site-home PHPBB3-12857 | ||||
| * | | [ticket/12857] Add template events breadcrumbs_before/after | PayBas | 2014-07-16 | 1 | -0/+2 |
| | | | | | | | | | PHPBB3-12857 | ||||
| * | | Merge pull request #2739 from PayBas/ticket/12853 | Joas Schilling | 2014-07-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | [WIP][ticket/12853] Change navbar ACP from skip- to last-responsive * PayBas/ticket/12853: [ticket/12853] Change navbar ACP from skip- to last-responsive | ||||
| | * | | [ticket/12853] Change navbar ACP from skip- to last-responsive | PayBas | 2014-07-16 | 1 | -1/+1 |
| | |/ | | | | | | | PHPBB3-12853 | ||||
| * | | [ticket/12845] Remove invalid ARIA role for breadcrumbs | PayBas | 2014-07-16 | 1 | -1/+1 |
| |/ | | | | PHPBB3-12845 | ||||
| * | Merge pull request #2705 from PayBas/ticket/12824 | Joas Schilling | 2014-07-07 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | [ticket/12824] Move MCP/ACP links after navigation_append event * PayBas/ticket/12824: [ticket/12824] Move MCP/ACP links after navigation_append event | ||||
| | * | [ticket/12824] Move MCP/ACP links after navigation_append event | PayBas | 2014-07-06 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-12824 | ||||
| * | | [ticket/12827] Reorder quick-links | PayBas | 2014-07-07 | 1 | -4/+4 |
| |/ | | | | PHPBB3-12827 | ||||
| * | [ticket/12662] Hide quick-links when empty | PayBas | 2014-07-03 | 1 | -1/+1 |
| | | | | | | | Also some noJS fixes PHPBB3-12662 | ||||
| * | [ticket/12662] Use data-last-responsive attr instead of hardcoded list | PayBas | 2014-06-28 | 1 | -1/+1 |
| | | | | | PHPBB3-12662 | ||||
| * | [ticket/12662] Remove <li> container from logged_out_content event | PayBas | 2014-06-28 | 1 | -1/+1 |
| | | | | | PHPBB3-12662 | ||||
| * | [ticket/12662] Move dropdown container from <li> to new inner div | PayBas | 2014-06-25 | 1 | -18/+20 |
| | | | | | PHPBB3-12662 | ||||
| * | [ticket/12662] Change new event names and fix events.md | PayBas | 2014-06-25 | 1 | -4/+4 |
| | | | | | | | Previously merged PR said b4 instead of b5, also not alphabetical. PHPBB3-12662 | ||||
| * | [ticket/12662] Fix recently merged PR changes lost in rebase | PayBas | 2014-06-25 | 1 | -6/+7 |
| | | | | | PHPBB3-12662 | ||||
| * | [ticket/12662] Update PR after ticket/12553 merge | PayBas | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | | Rebasing was a nightmare with all the code moving around between commits. Hopefully this will merge without a rebase. PHPBB3-12662 | ||||
| * | [ticket/12662] Improve template checks | PayBas | 2014-06-25 | 1 | -21/+19 |
| | | | | | | | And changed _CLEAN to _SIMPLE, and move teamlink events PHPBB3-12662 | ||||
| * | [ticket/12662] Added ARIA functionality | PayBas | 2014-06-25 | 1 | -21/+21 |
| | | | | | PHPBB3-12662 | ||||
| * | [ticket/12662] Enable responsive linkslist for IE8 | PayBas | 2014-06-25 | 1 | -7/+1 |
| | | | | | | | Also fixed arrow color PHPBB3-12662 | ||||
| * | [ticket/12662] Initial setup | PayBas | 2014-06-25 | 1 | -49/+88 |
| | | | | | PHPBB3-12662 | ||||
| * | Merge pull request #2640 from dhruvgoel92/ticket/12532 | Joas Schilling | 2014-06-23 | 1 | -1/+14 |
| |\ | | | | | | | | | | | | | | | | | | | [ticket/12532] Add navbar_header_username_append/prepend * dhruvgoel92/ticket/12532: [ticket/12532] Move logged_out event into its own <li> [ticket/12532] Fix tab -> space indentation in events.md [ticket/12532] Add navbar_header_logged_out_content event [ticket/12532] Add navbar_header_username_append/prepend | ||||
| | * | [ticket/12532] Move logged_out event into its own <li> | Dhruv | 2014-06-23 | 1 | -5/+7 |
| | | | | | | | | | PHPBB3-12532 | ||||
| | * | [ticket/12532] Add navbar_header_logged_out_content event | imkingdavid | 2014-06-23 | 1 | -1/+12 |
| | | | | | | | | | PHPBB3-12532 | ||||
| | * | [ticket/12532] Add navbar_header_username_append/prepend | David King | 2014-06-23 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12532 | ||||
| * | | Merge pull request #2530 from PayBas/ticket/12646 | Joas Schilling | 2014-06-22 | 1 | -3/+7 |
| |\ \ | |/ |/| | | | | | | | | | | | | | | | [ticket/12646] Add data-# attribute to breadcrumb links * PayBas/ticket/12646: [ticket/12646] Changed to navlinks.MICRODATA [ticket/12646] Add check for navlinks.FORUM_ID [ticket/12646] Changed index/home data attr & updated subsilver [ticket/12646] Add data-f attribute to breadcrumb links | ||||
| | * | [ticket/12646] Changed to navlinks.MICRODATA | PayBas | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12646 | ||||
| | * | [ticket/12646] Add check for navlinks.FORUM_ID | PayBas | 2014-06-10 | 1 | -1/+5 |
| | | | | | | | | | PHPBB3-12646 | ||||
| | * | [ticket/12646] Changed index/home data attr & updated subsilver | PayBas | 2014-06-01 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-12646 | ||||
| | * | [ticket/12646] Add data-f attribute to breadcrumb links | PayBas | 2014-06-01 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-12646 | ||||
| * | | [ticket/12553] Open the notification dropdown to the left. | Cesar G | 2014-06-14 | 1 | -2/+2 |
| |/ | | | | PHPBB3-12553 | ||||
| * | [ticket/12491] Fix clashing USERNAME_FULL template variable. | Cesar G | 2014-05-04 | 1 | -1/+1 |
| | | | | | | | The user notes and user warn pages have a variable with the same name. PHPBB3-12491 | ||||
| * | [ticket/12346] Add Template Event overall_header_navlink_app/pre | PayBas | 2014-05-03 | 1 | -1/+1 |
| | | | | | | | Rebased PHPBB3-12346 | ||||
| * | Merge remote-tracking branch 'PayBas/ticket/12389' into develop-ascraeus | Cesar G | 2014-04-25 | 1 | -4/+0 |
| |\ | | | | | | | | | | | | | | | | | * PayBas/ticket/12389: [ticket/12389] Change "PM" to "Message" [ticket/12389] Moved PM tools to UCP template [ticket/12389] Replace email and print icons. [ticket/12389] Change language of email friend [ticket/12389] Move print topic & email topic icons to topic tools | ||||
| | * | [ticket/12389] Move print topic & email topic icons to topic tools | PayBas | 2014-04-11 | 1 | -4/+0 |
| | | | | | | | | | PHPBB3-12389 | ||||
| * | | [ticket/12347] Changed to the new navbar templates | PayBas | 2014-04-11 | 1 | -3/+4 |
| |/ | | | | PHPBB3-12347 | ||||
| * | [ticket/12377] Renamed template files to navbar_xxx | PayBas | 2014-04-10 | 1 | -0/+55 |
| PHPBB3-12377 | |||||
