-
Display 'real_name' field on user entity instead of 'name' if it exists. - If the user entity type has a field with the machine name 'real_name' and a user has filled in a value we use the value of that field instead of the user's username anytime theme_username() is called. - Fixes 7.x-1.x regression
-
Allow search block to be placed in a header region. - Adds a new header region to page.tpl.php and .info file - Fixes CSS for search-block when placed in the new header region to maintain look and feel establisehd by 6.x version of the theme. - Fixes regression in 7.x-1.x
-
Theme settings default values are now specified in the .info file - Removes extra un-necessary code from template.php
-
Move status checkbox on node_edit_form outside of vertical tabs. - Fixes regression in 7.x-1.x - Only useful if theme is also set as admin theme.
-
-
'post' class missing from <div> wrapping nodes. - Fixes regression in 7.x-1.x
-
Add @file docblock to javascript.js
-
Update javascript.js to D7 standards. - Modifies JS to conform with D7 standards. - Fixes issue where "Search ..." was not displayed in search form. - Fixes regression in 7.x-1.x
-
Add magnifying glass icon in place of submit button on search form. - Fixes regression in 7.x-1.x version of theme.
-
Merge branch '7.x-1.x' of git.drupal.org:project/ninesixtyrobots into 7.x-1.x