boinc-upstream:drupal-responsive-design

Last commit made on 2016-11-03
Get this branch:
git clone -b drupal-responsive-design https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
drupal-responsive-design
Repository:
lp:boinc-upstream

Recent commits

b9e1eba... by Tristan Olive <email address hidden>

Drupal: Replace fixed widths of standard page sections

For better small screen support, use fixed width values as max-width and allow main content sections on pages to be responsive to viewport width

https://dev.gridrepublic.org/browse/DBOINCP-250

5d91fd6... by tristanolive <email address hidden>

Merge pull request #1695 from drshawnkwang/drupal_fix-linksorder

Drupal: Changed order of comment/forum topic links.

7bdc66e... by Shawn Kwang <email address hidden>

Drupal: Changed order of comment/forum topic links.

Edit link has been moved into the standard user links. Moderator/Admin links have been reordered.
In addition, some indent and whitespace changes to match Drupal coding standards.

https://dev.gridrepublic.org/browse/DBOINCP-334

be18e67... by tristanolive <email address hidden>

Merge pull request #1694 from drshawnkwang/drupal_fix-bugforumread

Drupal: Fix bug where "Mark forums as read" link led to Access Denied.

f1da9e8... by tristanolive <email address hidden>

Merge pull request #1693 from drshawnkwang/drupal_fix-teampanel

Drupal: Fix bug where team view panel could view any node.

46f8549... by tristanolive <email address hidden>

Merge pull request #1691 from drshawnkwang/drupal_fix-nolinks

Drupal: Fix bug- handle case where no $links generator

384f527... by Shawn Kwang <email address hidden>

Drupal: Fix bug where team view panel could view any node.

Added test to make sure node content is of type==team.

https://dev.gridrepublic.org/browse/DBOINCP-333

0f263df... by Shawn Kwang <email address hidden>

Drupal: Modified CSS to adjust space around comment links.

2f5dcd0... by Shawn Kwang <email address hidden>

Drupal: Reordered comment links, new function to add "first" to moderator links.

Reorders comment links, standard links have QUOTE and REPLY first, followed by the flag-abuse links.
Created private function to add class "first" to first moderator link. This is used because the links are split now manaully split by the theme.

1c11997... by Shawn Kwang <email address hidden>

Drupal: Fix bug where "Mark forum as read" link led to Access Denied.

https://dev.gridrepublic.org/browse/DBOINCP-332