aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11552] Fix topiclist selectorsVjacheslav Trushkin2013-10-171-1/+4
| | | | PHPBB3-11552
* [ticket/11552] Responsive tables in MCPVjacheslav Trushkin2013-10-174-5/+40
| | | | PHPBB3-11552
* [ticket/11552] MCP fixes, responsive logsVjacheslav Trushkin2013-10-174-5/+66
| | | | PHPBB3-11552
* [ticket/11552] Do not wrap site nameVjacheslav Trushkin2013-10-171-0/+2
| | | | PHPBB3-11552
* [ticket/11552] Responsive paragraphsVjacheslav Trushkin2013-10-172-2/+46
| | | | | | Responsive blocks below topics list and misc items PHPBB3-11552
* [ticket/11552] Fixes for tabs and breadcrumbsVjacheslav Trushkin2013-10-171-2/+4
| | | | PHPBB3-11552
* [ticket/11552] Responsive minitabsVjacheslav Trushkin2013-10-175-8/+37
| | | | PHPBB3-11552
* [ticket/11552] Adjustments for CP navigationVjacheslav Trushkin2013-10-171-1/+11
| | | | PHPBB3-11552
* [ticket/11552] Responsive CP navigationVjacheslav Trushkin2013-10-171-0/+16
| | | | PHPBB3-11552
* [ticket/11552] Add search link to responsive headerVjacheslav Trushkin2013-10-173-1/+20
| | | | PHPBB3-11552
* [ticket/11552] Breadcrumbs in footer, tabs bg colorVjacheslav Trushkin2013-10-172-2/+2
| | | | | | | Change breadcrumbs layout in footer to match breadcrumbs in header. Change background color for tabs dropdown menu PHPBB3-11552
* [ticket/11552] Disable responsive JS for IE8-Vjacheslav Trushkin2013-10-171-0/+3
| | | | PHPBB3-11552
* [ticket/11552] Join functions for hiding tabs and menuVjacheslav Trushkin2013-10-171-6/+11
| | | | PHPBB3-11552
* [ticket/11552] Responsive CP tabsVjacheslav Trushkin2013-10-175-6/+143
| | | | PHPBB3-11552
* [ticket/11552] Responsive notifications list, paginationVjacheslav Trushkin2013-10-171-0/+14
| | | | PHPBB3-11552
* [ticket/11552] Insert responsive menu toggle before li.rightsideVjacheslav Trushkin2013-10-171-1/+12
| | | | | | | Insert responsive menu toggle before li.rightside to prevent li.rightside:last-child css rule from not working PHPBB3-11552
* [ticket/11552] Align text to left in right side popupsVjacheslav Trushkin2013-10-171-0/+1
| | | | PHPBB3-11552
* [ticket/11552] Hide other popups when menu is toggledVjacheslav Trushkin2013-10-171-4/+8
| | | | PHPBB3-11552
* [ticket/11552] Limit width of linklistsVjacheslav Trushkin2013-10-171-0/+4
| | | | | | Limit width of left/right aligned link lists PHPBB3-11552
* [ticket/11552] Responsive menuVjacheslav Trushkin2013-10-174-5/+163
| | | | PHPBB3-11552
* [ticket/11552] More breadcrumbs adjustmentsVjacheslav Trushkin2013-10-172-1/+8
| | | | PHPBB3-11552
* [ticket/11552] Tooltips for breadcrumbsVjacheslav Trushkin2013-10-171-0/+6
| | | | PHPBB3-11552
* [ticket/11552] Keep first nav row on same lineVjacheslav Trushkin2013-10-171-0/+22
| | | | PHPBB3-11552
* [ticket/11552] Change breadcrumbs structureVjacheslav Trushkin2013-10-173-11/+11
| | | | PHPBB3-11552
* [ticket/11552] Display checkbox in forums listVjacheslav Trushkin2013-10-171-0/+11
| | | | PHPBB3-11552
* [ticket/11552] Move breadcrumbs upVjacheslav Trushkin2013-10-171-5/+16
| | | | | | | Remove spacing between navigation and breadcrumbs Fix comments format in responsive.css PHPBB3-11552
* [ticket/11552] Responsive forums listVjacheslav Trushkin2013-10-171-0/+88
| | | | PHPBB3-11552
* [ticket/11552] Responsive breadcrumbsVjacheslav Trushkin2013-10-174-3/+68
| | | | PHPBB3-11552
* [ticket/11552] Add .nojs or .hasjs to bodyVjacheslav Trushkin2013-10-173-2/+5
| | | | | | | Add .nojs to body element, swap it to .hasjs when JavaScript is enabled PHPBB3-11552
* [ticket/11552] Basic rules for wrappers and headerVjacheslav Trushkin2013-10-171-0/+47
| | | | | | Basic rules for content wrapper, common block wrappers and header PHPBB3-11552
* [ticket/11552] Add link to responsive.cssVjacheslav Trushkin2013-10-173-0/+4
| | | | | | Add link to responsive.css and blank responsive.css PHPBB3-11552
* [ticket/11552] Viewport meta for mobile devicesVjacheslav Trushkin2013-10-172-0/+2
| | | | PHPBB3-11552
* Merge pull request #1781 from VSEphpbb/ticket/11921Nathan Guse2013-10-1614-56/+23
|\ | | | | Ticket/11921 - Streamline PMs and Notifications in Header Link List
| * [ticket/11921] Directly inject unread messages count into the templateMatt Friedman2013-10-161-8/+2
| | | | | | | | PHPBB3-11921
| * [ticket/11921] Only get the count of unread PMsMatt Friedman2013-10-161-4/+1
| | | | | | | | PHPBB3-11921
| * [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-167-10/+9
| | | | | | | | PHPBB3-11921
| * [ticket/11921] Remove "l_" from non-lang variablesMatt Friedman2013-10-151-5/+5
| | | | | | | | PHPBB3-11921
| * [ticket/11921] Improve appearance of PM notifications in linklistMatt Friedman2013-10-158-21/+15
| | | | | | | | PHPBB3-11921
| * [ticket/11921] Improve appearance of Notifications in linklistMatt Friedman2013-10-158-26/+9
| | | | | | | | PHPBB3-11921
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-10-162-0/+6
|\ \ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11920] Print MariaDB version after successful setup. [ticket/11920] Manually purge mysql-common. [ticket/11920] Actually call travis/setup-mariadb.sh.
| * \ Merge pull request #1782 from bantu/ticket/11920Nils Adermann2013-10-152-0/+6
| |\ \ | | | | | | | | [ticket/11920] Actually call travis/setup-mariadb.sh.
| | * | [ticket/11920] Print MariaDB version after successful setup.Andreas Fischer2013-10-161-0/+2
| | | | | | | | | | | | | | | | PHPBB3-11920
| | * | [ticket/11920] Manually purge mysql-common.Andreas Fischer2013-10-161-0/+3
| | | | | | | | | | | | | | | | PHPBB3-11920
| | * | [ticket/11920] Actually call travis/setup-mariadb.sh.Andreas Fischer2013-10-151-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11920
* | | | Merge pull request #1783 from bantu/ticket/11926Joas Schilling2013-10-151-1/+1
|\ \ \ \ | | | | | | | | | | [ticket/11926] Fix plupload migration dependency.
| * | | | [ticket/11926] Fix plupload migration dependency.Andreas Fischer2013-10-161-1/+1
|/ / / / | | | | | | | | | | | | PHPBB3-11926
* | | | [develop] Update version to 3.1.0-a2-devJoas Schilling2013-10-153-3/+3
| | | |
* | | | Merge remote-tracking branch 'github-phpbb/develop-olympus' into developNils Adermann2013-10-153-1/+76
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop-olympus: [ticket/11920] Have to use empty root password otherwise db creation fails. [ticket/11920] Add MariaDB environment to Travis-CI. Conflicts: .travis.yml
| * | | Merge pull request #1780 from bantu/ticket/11920Nils Adermann2013-10-153-1/+76
| |\ \ \ | | |/ / | | | | [ticket/11920] Add MariaDB environment to Travis-CI.
| | * | [ticket/11920] Have to use empty root password otherwise db creation fails.Andreas Fischer2013-10-152-1/+8
| | | | | | | | | | | | | | | | PHPBB3-11920