1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2006-07-25
Fixed bugs; made it work with the conversion server; tidied up actions in Text.
2006-07-24
* made all the security system work (!!! required a change to ERP5Type.py and to destination_project base cat., not in svn yet)
2006-02-22 BG
* finished (and renamed) local roles interaction workflow
* assigned portal types to appropriate workflows
* made File a non-terminating leaf (not in this bt5)
2006-07-20 BG
* Completed document publication workflow
* Fixed fields in document-related forms
* patched Base_edit
* added missing categories
2006-05-05 JPS
* Refactored as a document management system
* Create portal types for every kind of document and use mime types in CMF
* Added very basic wiki support
* Implemented complete prototype of security and workflows (publication, staging). Spec is in decription of transitions and states.
2006-05-27
* Allowed target mimetypes now drawn from server and cached
* Tested for some more mimetypes
2006-05-23
* Implemented generic file generation mechanism, tested for rtf
2006-05-11
* Fixed char encoding problems
* Implemented editing base set of metadata
* Fixed and tidied up controls
2006-05-10
* Fixed lots of bugs
* Conversion and metadata editing works with the server
2006-05-05
* Initial build (previous log in cvs)