skip to navigation
skip to content

jpl.ngtheme 1.0.4

JPL Next Generation Theme

Latest Version: 1.0.6

This package, jpl.ngtheme provides the next generation theme for Plone websites hosted at the Jet Propulsion Laboratory (JPL).

This product may contain traces of nuts.

jpl.ngtheme Installation

To install jpl.ngtheme use zc.buildout and the plone.recipe.zope2instance recipe to manage your project; do this:

  • Add jpl.ngtheme to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        jpl.ngtheme
    
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        jpl.ngtheme
    
  • Re-run buildout, e.g. with:

    $ ./bin/buildout
    

You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.

Changelog

What follows is a history of changes in this package from release to release.

1.0.4 - 2011.8.29 - Centering

This release works around the problem of every line of text in the WYSIWYG editor appearing centered.

1.0.3 - 2011.7.28 - Layer Affinity

This release makes the viewlets in the theme stick to their own browser layer. Derived themes should likewise use this theme's specific layer interface as a base.

1.0.2 - 2011.6.30 - Test Layer Cleanup

  • Fixes the name of the functional testing layer.
  • Makes the testing layer's base be plone.app.theming's base.
  • Removes unneeded call to install plone.app.theming as a "product", which produced a disturbing—but harmless—error message.

1.0.1 - 2011.6.28 - Buffed

This release buffs out some of the rough edges of the 1.0.0 release by including missing dependencies. It also adds test layer fixtures as well as some integration tests of the viewlets.

1.0.0 - 2011.6.27 - Initial

This is the FCS of the JPL Next Generation theme.

0.0.0dev (unreleased)

  • Initial (unreleased) release