loops/CHANGES.txt
helmutm 2fb6bddf8f added OpenOffice transformation for full-text indexing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3076 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-21 11:36:40 +00:00

24 lines
755 B
Text

Change Log
==========
$Id$
0.9
---
New features
- full-text indexing for OpenOffice (ODF) documents (text, spreadsheet, presentation)
- tracking reports: overview; recent changes
- basic job management: a job executor view calls job managers specified
by loops root option ``organize.job.managers``
- allow ``__getitem__`` on Loops and ViewManager, this is a prerequisite for
using virtual hosts over more than one path element (e.g. leading to
views/home) on protected sites; this also allows calling of (public)
job processiong views via wget without login credentials
- add definition of loops package version (see loops/version.py)
Bug fixes
- use select version on file, image and media asset links
(via ``?version=this`` in the URL)