You are not logged in Log in Join
You are here: Home » Members » aaltepet's Home » Edit Silva's content css inside Silva » SilvaStylesheets-1.2 » Changes » View Document

Log in
Name

Password

 

Changes

# Copyright (c) 2004-2006 Bethel University. All rights reserved.
# See also gpl.txt

1.2
- Added new-style toc styles, ul.toc-list and a.toc-link
- Added Silva Random Content Source styles as a new style set

1.1
- style set Formulator Forms are now created by running 'create-xml-forms.py'.
- Added a style set for Silva UCL Galleries

1.0.1
- Added CacheManager support. Specifically for HTTPAcceleratedCacheManagers,
but will work for any cachemanager extending OFS.Cache.CacheManager
1.0
- deemed completely production ready
- added another CustomAutoTOC style
- upgraded to work with Silva 1.5
- changed ZODB.PersistentList to persistent.list.PersistentList
- changed Globals.PersistentMapping to persistent.mapping.PersistentMapping
- changed __implements__ = IAsset to implements(IAsset)
0.6.7
- Added xml import/export feature. Note that since this is an asset,
it is only imported/exported using the new-style system. Currently
(as of and up to Silva 1.4) this system is only used when performing
a full media import/export.
0.6.6
- Added styles for Custom AutoTOC product. The are located on the
formatting and lists style set.
0.6.5
- Added a custom stylesheets styleset. This styleset is only available to
Managers and Chief Editors. You can add arbitrary styles in this set.
All styles are parsed and the css_prefix is prepended to each selector.
0.6.4
- Removed custom macro_asset_edit.pt, since Silva-1.3 now has a siblings sidebar.
- Siblings sidebar now shown on edit screen.
0.6.3
- Removed code causing this product to be added twice to the zope
manage_addProduct machinery
- Silva Stylsheets weren't in the addable list by default, so they couldn't be
added from the SMI.
0.6.2
- Fixed some typos
- removed the sidebar on the edit screen - it isn't useful and takes up too
much space.
0.6.1
- Fixed 'vulerability' that allowed adding arbitrary style blocks inside
a textarea.
- added 'table.silvatable th' style, for CSV Sources.

0.6
- Initial Release of Silva Stylesheets