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

Log in
Name

Password

 

SilvaStylesheets Changes

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

2.1
- Added an "inherit styles" option to the edit tab, which adds @import rules for every
parent stylesheet up to the silva or virutalhost root, or a
stylesheet that has "inherit styles" unchecked.
- Fixed a but that prevented the custom css style set from being edited
by those who weren't managers or chief editors at the silva root
(should be the context of the Silva Stylesheet, not the silva root)

2.0
- added a style to the SilvaRandomCS set to be able to get at the image
tag of a random image, and fixed a typo
- upgraded so it now only works with Silva-2.0
- replaced Stylesheet.index_html with a Five view.

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