Skip to content
Snippets Groups Projects
Commit cf35df7d authored by Chris Gross's avatar Chris Gross
Browse files

daily build

parent 0edefb08
No related merge requests found
Showing
with 73 additions and 32 deletions
CM Base 7.x-1.x, 2015-09-02
WCM Base 7.x-1.x, 2015-09-08
----------------------------
- OCIO Omega Base
- Mobile menu and search box style improvements.
- Properly render and style tile panes that are not linked.
- Panopoly: Updated to 1.27
WCM Base 7.x-1.x, 2015-09-02
----------------------------
- OCIO Omega Base: Fixed menu padding bug.
- OCIO User Config: Modified login page to allow Shibboleth or Drupal accounts.
......
......@@ -51,7 +51,8 @@ function ocio_search_solr_post_schema($posted, $env = '') {
* Implements hook_form_FORM_ID_alter().
*/
function ocio_search_form_search_block_form_alter(&$form, &$form_state) {
$form['#prefix'] = '<i id="search-block-toggle" class="fa fa-search" title="Toggle Search" tabindex="0"></i>';
$form['#prefix'] = '<div id="ocio-search"><i id="search-block-toggle" class="fa fa-search" title="Toggle Search" tabindex="0"></i>';
$form['search_block_form']['#attributes']['placeholder'] = t('Search');
$form['actions']['submit']['#value'] = t('Go');
$form['#suffix'] = '</div>';
}
Panopoly Admin 7.x-1.27, 2015-09-02
----------------------------
- No changes since last release.
Panopoly Admin 7.x-1.26, 2015-08-19
----------------------------
- Multilingual options for menu does not work.
......
......@@ -38,9 +38,9 @@ features[page_manager_pages][] = panopoly_admin_page_library
features[page_manager_pages][] = panopoly_admin_pane_library
features[variable][] = user_admin_role
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_admin"
datestamp = "1440033846"
datestamp = "1441223655"
Panopoly Core 7.x-1.27, 2015-09-02
---------------------------
- Update to fieldable_panels_panes version 1.7 for SA-CONTRIB-2015-145.
- Move jQuery version from strongarm to defaultconfig so it can be overridden.
Panopoly Core 7.x-1.26, 2015-08-19
---------------------------
- Revert "Issue #2474563 by mglaman: Need ctools patch for calling node_view
......
......@@ -109,6 +109,13 @@ function panopoly_core_defaultconfig_strongarm() {
);
$export['field_bundle_settings_taxonomy_term__panopoly_categories'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'jquery_update_jquery_version';
$strongarm->value = '1.7';
$export['jquery_update_jquery_version'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
......
......@@ -46,6 +46,7 @@ features[defaultconfig][] = strongarm:date_format_panopoly_day
features[defaultconfig][] = strongarm:date_format_panopoly_time
features[defaultconfig][] = strongarm:date_format_short
features[defaultconfig][] = strongarm:field_bundle_settings_taxonomy_term__panopoly_categories
features[defaultconfig][] = strongarm:jquery_update_jquery_version
features[defaultconfig][] = strongarm:panelizer_defaults_taxonomy_term_panopoly_categories
features[defaultconfig][] = strongarm:panels_page_allowed_layouts
features[defaultconfig][] = strongarm:panels_page_allowed_types
......@@ -66,7 +67,6 @@ features[panelizer_defaults][] = taxonomy_term:panopoly_categories:default:defau
features[panelizer_defaults][] = taxonomy_term:panopoly_categories:default:featured
features[taxonomy][] = panopoly_categories
features[variable][] = ctools_content_all_views
features[variable][] = jquery_update_jquery_version
features[variable][] = page_manager_node_edit_disabled
features[variable][] = page_manager_node_view_disabled
features[variable][] = page_manager_term_view_disabled
......@@ -74,9 +74,9 @@ features[variable][] = panelizer_taxonomy_term:panopoly_categories_allowed_layou
features[variable][] = panelizer_taxonomy_term:panopoly_categories_allowed_types_default
features[views_view][] = panopoly_taxonomy
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_core"
datestamp = "1440033854"
datestamp = "1441223664"
......@@ -21,7 +21,7 @@ projects[panelizer][subdir] = contrib
projects[panelizer][patch][1623536] = http://drupal.org/files/issues/array-to-object-on-update-1623536-26.patch
projects[panelizer][patch][2416505] = http://www.drupal.org/files/issues/panelizer-search_api-2416505-3.patch
projects[fieldable_panels_panes][version] = 1.6
projects[fieldable_panels_panes][version] = 1.7
projects[fieldable_panels_panes][subdir] = contrib
projects[pm_existing_pages][version] = 1.4
......
......@@ -17,13 +17,6 @@ function panopoly_core_strongarm() {
$strongarm->value = 0;
$export['ctools_content_all_views'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'jquery_update_jquery_version';
$strongarm->value = '1.7';
$export['jquery_update_jquery_version'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
......
Panopoly Magic 7.x-1.27, 2015-09-02
----------------------------
- No changes since last release.
Panopoly Magic 7.x-1.26, 2015-08-19
----------------------------
- Live preview after image upload breaks Spotlight (regression).
......
......@@ -15,9 +15,9 @@ stylesheets[all][] = css/panopoly-modal.css
features[features_api][] = api:2
files[] = plugins/views/panopoly_magic_plugin_display_panel_pane.inc
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_magic"
datestamp = "1440033874"
datestamp = "1441223978"
Panopoly Pages 7.x-1.27, 2015-09-02
----------------------------
- No changes since last release.
Panopoly Pages 7.x-1.26, 2015-08-19
----------------------------
- Errors on non-interactive install with drush site-install.
......
......@@ -67,9 +67,9 @@ features[variable][] = panelizer_node:panopoly_page_allowed_layouts_default
features[variable][] = panelizer_node:panopoly_page_allowed_types_default
features[variable][] = save_continue_panopoly_page
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_pages"
datestamp = "1440034757"
datestamp = "1441223984"
Panopoly Search 7.x-1.27, 2015-09-02
-----------------------------
- No changes since last release.
Panopoly Search 7.x-1.26, 2015-08-19
-----------------------------
- Have panopoly_search SOLR intergration configured for node access by default.
......
......@@ -53,9 +53,9 @@ features[variable][] = search_api_facets_search_ids
features[views_view][] = panopoly_database_search
features[views_view][] = panopoly_search
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_search"
datestamp = "1440034766"
datestamp = "1441223990"
Panopoly Test 7.x-1.27, 2015-09-02
---------------------------
- No changes since last release.
Panopoly Test 7.x-1.26, 2015-08-19
---------------------------
- Errors on non-interactive install with drush site-install.
......
......@@ -99,9 +99,9 @@ features_exclude[dependencies][panopoly_pages] = panopoly_pages
features_exclude[dependencies][panelizer] = panelizer
hidden = 1
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_test"
datestamp = "1440034776"
datestamp = "1441224278"
Panopoly Theme 7.x-1.27, 2015-09-02
----------------------------
- No changes since last release.
Panopoly Theme 7.x-1.26, 2015-08-19
----------------------------
- Accordion style setting "-1" on active doesn't work with jquery ui => 1.9.
......
......@@ -11,9 +11,9 @@ stylesheets[all][] = css/panopoly-accordian.css
stylesheets[all][] = css/panopoly-layouts.css
features[features_api][] = api:2
; Information added by Drupal.org packaging script on 2015-08-20
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2015-09-02
version = "7.x-1.27"
core = "7.x"
project = "panopoly_theme"
datestamp = "1440034783"
datestamp = "1441224284"
Panopoly Widgets 7.x-1.27, 2015-09-02
------------------------------
- No changes since last release.
Panopoly Widgets 7.x-1.26, 2015-08-19
------------------------------
- Panopoly Widgets - support the Title module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment