Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download omega-7.x-4.0-beta7.tar.gztar.gz 247.9 KB
MD5: 6dc0d4ac441c722161fc4671fc451d26
SHA-1: 792c52511cb75a006e784c64805ccc4d38c943a0
SHA-256: b48f321693561977d97812c65a355683eb51f39f803f55d4a9a59e7ddb3cd67a
Download omega-7.x-4.0-beta7.zipzip 418.01 KB
MD5: 160385801d1b9841102a81dd4b46ca10
SHA-1: 6ec6ac61a19504ef711c2c9973e14f3761a43ade
SHA-256: 86ce177d05403099340e706abcea30d37582538b80914afe9ae0228017650e96

Release notes

This release contains some important advancements, most notably:

  • Important fixes to issues caused by the introduction of Ohm into the root of Omega
  • Fixes comparability issues with Panels, Display Suite and Fences.
  • Removal of JS libraries, Bower and Drush Make file provided instead.
  • Grunt integration.

Full changelist:

  • Re-exporting Ohm theme settings.
  • Issue #2067895 Follow-up by fubhy: Fixing incorrect variable name.
  • Issue #2063329 by fubhy | oddz: Fixed omega_block_list_alter() unsets blocks used on panel pages.
  • Issue #2027709 by criz | fubhy: Fixed BEM style field classes preprocess fix not working using Fences module.
  • Issue #2060693 by mjpa | fubhy: Command to revert all theme settings.
  • Issue #2064651 by netol: Optimize images.
  • Issue #2067895 by fubhy | dmsmidt: Fixed livereload.js loading broken, fix and settings cleanup.
  • Moving Ohm and Omega so that they both reside in sub-folders of the main project. This is required due to a Drupal 7 core bug in drupal_find_theme_templates() and how it uses drupal_system_listing().
  • Issue #2065399 by dmsmidt: Fixed Contextual links gone for menu blocks (added title_suffix and title_prefix to block--nav.tpl.php).
  • Simplifying drush_omega_subtheme() by switching to 'no-libraries' instead of 'get-libraries' as an option for controlling library downloading.
  • Issue #2062629 by dw72: Fixed Undefined index notice in development.inc.
  • Compiling Ohm CSS.
  • Swapped Susy usage in Ohm subtheme to use Singularity.
  • Issue #2059819 by fubhy | freddybushboy: Fixed Omega 4 and Display Suite Layouts.
  • Fixing URL handling of the livereload.js file.
  • Minor typographical and form tweaks to Ohm.
  • Compiling Sass.
  • Removed unneeded clearfix in extended starterkit and added compass normalize to the basic starterkit.
  • Improving omega subtheme creation drush command to automatically invoke drush make for libraries.make to download libraries.
  • Issue #2059009 by osopolar: Fixed .clearfix should be without overflow:hidden. Removed unneeded clearfix in Ohm
  • Renaming .scss file in css folder.
  • Simplifying the Sass hierarchy of the extended starterkit by using sass-globbing.
  • Enhancing config.rb with proper development/production mode handling.
  • Adding sass-globbing to ohm.
  • Adding fallback.scss to the extended starterkit and adding sass-globbing to config.rb
  • Adding .make file and bower.json to Omega project for people who want to download the libraries into Omega instead.
  • Adding .make files for downloading the libraries with Drush. Changing the library URLs to a github repository that provides minified files as well without any junk/source files. Removing css3mediaqueries library.
  • Changing livereload.js to be loaded from the running Grunt/Guard daemon.
  • Issue #1998434 by mjpa: Remove ajaxPageState settings if they're not needed.
  • Issue #2059213 by fubhy | sylus: Fixed Module implementations of hook_theme_registry_alter().
  • Issue #2053877 Follow-up by basvredeling: Fixed Block Title variable incorrect.
  • Revert commit with incorrect commit message.
  • This reverts commit 91d0f5c68bfe510739404ef4c36b22ec3c499d73.
  • Issue #2057945 by Anthony Fok | dasjo: Fixed Ohm doesn't play well without comment module being enabled.
  • Issue #2059189 by chrisjlee: Fixed Incorrect drush error constant.
  • Issue #2058597 by basvredeling: Fixed incorrect template inheritance.
  • Issue #2058079 by brunorios1: Buttons should be treated as Components instead of Base elements.
  • Issue #2056881 by Anthony Fok: Fixed package.json in starterkits has 'name": "ohm" hardcoded.
  • Issue #2053877 by jrambeck: Fixed Block Title variable incorrect.
  • Making Omega work as a base theme for installation themes.
  • Adding toolkit to extended starterkits.
  • Compiling CSS.
  • Issue #2048305 by discipolo, splatio: Additional compass mixins useful for ohm.
  • Issue #2051679 by danbohea: Fixed variables imported in _dependencies.scss
  • Adding descriptions to the base theme choices in the drush wizard.
  • Fixing devel themer integration.
  • Fixing typo in Gruntfile.js.
  • Adding theme-registry rebuild functionality to Gruntfile. Also updating theme-registry rebuild regex for files in Guardfile.
  • Updating Gruntfile.js to not provide a components minification task. We can't automate that.
  • Changing Gruntfile to not aggregate the matchmedia libraries.
  • Adding a list of missing files to the library options.
  • Fixing .gitignore-contributors.
  • Re-adding bower.json to Ohm for people who actually want to use Ohm directly.
  • Removing red background (development) from Ohm.
  • Removing unused .bowerrc from Ohm.
  • Cleaning up omega's Gruntfile and removing unused things from Ohm. Recompiling assets.
  • Cleaning up unused files in Ohm, rebuilding the config.rb file and re-compiling assets.
  • Removing debugging code.
  • Changing the cache bin for omega libraries.
  • Fixing a bug in omega.drush.inc that caused files to not get properly renamed when generating sub-themes with file names that use placeholders.
  • Slightly restructuring the starterkits and Ohm's CSS so that sub-themes that wish to extend Ohm don't run into issues with overriding the Ohm css. Every top-level CSS file is now prefixed with the theme name.
  • Adding a description to omega.info.
  • Adding .ruby-gemset and .ruby-version files to basic starterkit.
  • Adding .jshintrc.
  • Add 'node_modules' to Ohm's .gitignore
  • Changing weight of debugging region CSS.
  • Fixing Sass and recompiling CSS.
  • Adding a special .gitignore info file for contributors.
  • Recompiling assets.
  • Moving livereload.js bower entry to the starterkits too and renaming the omega_theme_trail_file() function.
  • Updating starterkit .gitignore files.
  • Adding .bowerrc files and adding the new stuff to Ohm.
  • Removing libraries and adding bower integration instead. You now have to download your external libraries through bundler. Every sub-theme get's a copy of a default bower.js file which contains the libraries exposed by Omega by default. In addition to that, omega itself holds a bower.js file that contains the livereload.js dependency.
  • Adding .jshintrc files.
  • Adding Gruntfile and package.json to starterkits. This means we now support GruntJS. Built-in features: UglifyJS, Compass, LiveReload, JSLint.
  • Removing Guardfile and updating Gemfile accordingly.
  • Renaming the 'default' starterkit and giving both starterkits a description.
  • Issue #2042883 by bocaj: Fixed 'drush omega-export --revert' doesn't export all system theme settings.
  • Issue #1951708 by fubhy: Fixed Omega 4 subtheme Invalid arguments passed in template_process() after enabling core Forum module.
  • Issue #2042437: Fixed Undefined index: comment_count() in ohm_preprocess_node().
  • Adding 'localhost' as default value for the livereload host.
  • Issue #2042349 by Schnitzel: Fixed Race Condition: Theme Registry Cache Clear during Page Render can cause corrupt Registry.
Created by: msmithcti
Created on: 17 Aug 2013 at 22:55 UTC
Last updated: 4 Nov 2013 at 11:48 UTC
New features

Other releases