aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12906] Add rel="help" to FAQ linkLouis77772014-08-032-2/+2
| | | | PHPBB3-12906
* Merge pull request #2782 from marc1706/ticket/12895Joas Schilling2014-08-022-3/+3
|\ | | | | | | | | | | | | [ticket/12895] Rename user style setting to resolve conflict with style param * marc1706/ticket/12895: [ticket/12895] Rename user style setting to resolve conflict with style param
| * [ticket/12895] Rename user style setting to resolve conflict with style paramMarc Alexander2014-07-292-3/+3
| | | | | | | | | | | | | | The style URL parameter, i.e. style=1, will conflict with the user's style setting due to it also being named style. This patch with solve this conflict. PHPBB3-12895
* | Merge remote-tracking branch 'VSE/ticket/12864' into develop-ascraeusMarc Alexander2014-07-314-0/+8
|\ \ | |/ |/|
| * [ticket/12864] Add template event to header after stylesheetsMatt Friedman2014-07-184-0/+8
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864
* | Merge remote-tracking branch 'nickvergessen/ticket/12891' into develop-ascraeusMarc Alexander2014-07-282-26/+40
|\ \
| * | [ticket/12891] Replace template loops with 1 loop to reduce generation timeJoas Schilling2014-07-252-26/+40
| |/ | | | | | | PHPBB3-12891
* | Merge branch 'ticket/sumanai/12843' into develop-ascraeusJoas Schilling2014-07-271-11/+0
|\ \ | | | | | | | | | | | | * ticket/sumanai/12843: [ticket/12843] Fix Mark forums read browser console error
| * | [ticket/12843] Fix Mark forums read browser console errorSumanai2014-07-271-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | When you click on "Mark forums read" in the browser console error occurs ReferenceError: assignment to undeclared variable phpbbAlertTimer ajax.js (line13) PHPBB3-12843
* | | Merge remote-tracking branch 'paybas/ticket/12857' into develop-ascraeusMarc Alexander2014-07-244-2/+10
|\ \ \ | |_|/ |/| |
| * | [ticket/12857] Add header/footer distinction for subsilver2 eventsPayBas2014-07-232-2/+4
| | | | | | | | | | | | PHPBB3-12857
| * | [ticket/12857] Add missing template events breadcrumb_prependPayBas2014-07-163-1/+3
| | | | | | | | | | | | | | | | | | To insert links after site-home PHPBB3-12857
| * | [ticket/12857] Add template events breadcrumbs_before/afterPayBas2014-07-162-0/+4
| | | | | | | | | | | | PHPBB3-12857
* | | Merge pull request #2747 from Elsensee/ticket/12860Joas Schilling2014-07-172-0/+8
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | [ticket/12860] Add template events to mcp_ban.html * Elsensee/ticket/12860: [ticket/12860] Fix typo [ticket/12860] Add template events mcp_ban_unban [ticket/12860] Add template events mcp_ban_fields
| * | [ticket/12860] Add template events mcp_ban_unbanOliver Schramm2014-07-162-0/+4
| | | | | | | | | | | | PHPBB3-12860
| * | [ticket/12860] Add template events mcp_ban_fieldsOliver Schramm2014-07-162-0/+4
| | | | | | | | | | | | PHPBB3-12860
* | | Merge pull request #2739 from PayBas/ticket/12853Joas Schilling2014-07-161-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-responsivePayBas2014-07-161-1/+1
| |/ / | | | | | | | | | PHPBB3-12853
* | | Merge pull request #2740 from PayBas/ticket/12845Joas Schilling2014-07-162-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12845] Fix invalid ARIA role for breadcrumbs * PayBas/ticket/12845: [ticket/12845] Remove invalid ARIA role for breadcrumbs
| * | | [ticket/12845] Remove invalid ARIA role for breadcrumbsPayBas2014-07-162-2/+2
| |/ / | | | | | | | | | PHPBB3-12845
* | | [ticket/12859] Add template events ucp_pm_viewmessage_post_buttonsPayBas2014-07-162-1/+15
|/ / | | | | | | PHPBB3-12859
* | [prep-release-3.1.0-RC2] Update version to 3.1.0-RC2Joas Schilling2014-07-112-4/+4
| |
* | Merge remote-tracking branch 'paybas/ticket/12804' into develop-ascraeusMarc Alexander2014-07-085-10/+22
|\ \
| * | [ticket/12804] Hide jabber for subSilver2 as wellPayBas2014-07-073-2/+10
| | | | | | | | | | | | PHPBB3-12804
| * | [ticket/12804] Hide Jabber from UCP & member search when disabledPayBas2014-07-072-8/+12
| | | | | | | | | | | | PHPBB3-12804
* | | Merge pull request #2705 from PayBas/ticket/12824Joas Schilling2014-07-071-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 eventPayBas2014-07-061-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12824
* | | | Merge pull request #2708 from PayBas/ticket/12827Joas Schilling2014-07-071-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12827] Reorder quick-links * PayBas/ticket/12827: [ticket/12827] Reorder quick-links
| * | | | [ticket/12827] Reorder quick-linksPayBas2014-07-071-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12827
* | | | | [ticket/12830] Remove double .postlink in colours.cssCrizzo2014-07-071-4/+0
|/ / / / | | | | | | | | | | | | PHPBB3-12830
* | | | Merge remote-tracking branch 'VSEphpbb/ticket/12811' into develop-ascraeusCesar G2014-07-072-3/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12811: [ticket/12811] Responsive adjustments to margin changes [ticket/12811] Fix padding/margin bug affecting bottom layout
| * | | | [ticket/12811] Responsive adjustments to margin changesMatt Friedman2014-07-042-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12811
| * | | | [ticket/12811] Fix padding/margin bug affecting bottom layoutMatt Friedman2014-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12811
* | | | | Merge remote-tracking branch 'PayBas/ticket/12813' into develop-ascraeusCesar G2014-07-077-27/+41
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12813: [ticket/12813] Move inline-CSS to css file [ticket/12813] Use -moz-only fix instead of generic padding [ticket/12813] Reorder .row pagination so it aligns better [ticket/12813] Fix page-jump title lang and use input type=number
| * | | | [ticket/12813] Move inline-CSS to css filePayBas2014-07-062-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12813
| * | | | [ticket/12813] Use -moz-only fix instead of generic paddingPayBas2014-07-063-10/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12813
| * | | | [ticket/12813] Reorder .row pagination so it aligns betterPayBas2014-07-054-22/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-12813
| * | | | [ticket/12813] Fix page-jump title lang and use input type=numberPayBas2014-07-053-1/+9
| |/ / / | | | | | | | | | | | | PHPBB3-12813
* | | | Merge pull request #2704 from hanakin/ticket/12823Andreas Fischer2014-07-069-32/+32
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | [ticket/12823] Remove all trailing whitespace * hanakin/ticket/12823: [ticket/12823] Remove all trailing whitespace
| * | | [ticket/12823] Remove all trailing whitespacehanakin2014-07-069-32/+32
| |/ / | | | | | | | | | PHPBB3-12823
* | | Merge remote-tracking branch 'PayBas/ticket/12808' into develop-ascraeusCesar G2014-07-062-3/+3
|\ \ \ | | | | | | | | | | | | | | | | * PayBas/ticket/12808: [ticket/12808] Fix small gap between username and drop-down arrow
| * | | [ticket/12808] Fix small gap between username and drop-down arrowPayBas2014-07-042-3/+3
| |/ / | | | | | | | | | PHPBB3-12808
* | | [ticket/12815] Remove S_REGISTERED_USER for team linkPayBas2014-07-061-4/+2
| | | | | | | | | | | | PHPBB3-12815
* | | [ticket/12815] Show memberlist link for guests (if permitted)PayBas2014-07-061-2/+4
|/ / | | | | | | PHPBB3-12815
* | [ticket/12013] Clear the jumpbox.Cesar G2014-07-044-2/+13
| | | | | | | | PHPBB3-12013
* | [ticket/12013] Add moderator tools icon.Cesar G2014-07-043-18/+24
| | | | | | | | PHPBB3-12013
* | [ticket/12013] Remove obsolete jumpbox and quickmod CSS.Cesar G2014-07-041-18/+0
| | | | | | | | PHPBB3-12013
* | [ticket/12013] Prevent the dropdown scrollbar from overlapping the content.Cesar G2014-07-041-0/+8
| | | | | | | | PHPBB3-12013
* | [ticket/12013] Update to use the new .button class.Cesar G2014-07-045-7/+18
| | | | | | | | PHPBB3-12013
* | [ticket/12013] Add missing class to place the buttons on the rightside.Cesar G2014-07-041-0/+4
| | | | | | | | PHPBB3-12013