change_log 2.54 KB
Newer Older
1 2 3 4
2006-08-26 BG
Changed way to store original filename;
Implemented listing wiki predecessors and successors

5 6 7
2006-08-24 BG
html display for Text, Spreadsheet and PdfDocument

8 9 10 11
2006-08-24 BG
Changed DMS Pdf File into PdfDocument (with another base class)
Done a number of small fixtures.

12 13 14
2008-08-17 BG
Parsing search string for extra tricks

15 16 17
2006-08-14 BG
Server address from preferences; dms categories from preferences and managed with parallel list field;

Bartek Górny's avatar
Bartek Górny committed
18 19 20
2006-08-13 BG
Basic email ingestion

21 22 23
2006-08-04 BG
Support for advanced search; a dialog and output form for advanced search; fixes in display of found text.

Bartek Górny's avatar
Bartek Górny committed
24 25 26
2006-08-03 BG
Nice display of search results (with highlights from SearchableText); searchable text for Spreadsheet.

Bartek Górny's avatar
Bartek Górny committed
27 28 29 30 31
2006-08-02 BG
* Support for Pdf File
* fixes in actions, type registry and forms
* searchable text for Text type

Bartek Górny's avatar
Bartek Górny committed
32 33 34 35 36 37
2006-08-01 BG
* Support for File (unregistered content type)
* Mime header caching and sending
* Improvements to conversion procedure
* Numerous bugfixes

Bartek Górny's avatar
Bartek Górny committed
38 39 40
2006-07-27
Type checking upon upload using content_type_registry

Bartek Górny's avatar
Bartek Górny committed
41 42 43
2006-07-26 BG
Cleaned redundant paths; removed wiki; removed redundant portal_types; removed predecessor base_cat (overlaps with erp5_project); completed content_type_registry; tidied up roles and actions in all types; implemented Graphic support.

Bartek Górny's avatar
Bartek Górny committed
44 45 46
2006-07-25
Fixed bugs; made it work with the conversion server; tidied up actions in Text.

Bartek Górny's avatar
Bartek Górny committed
47 48 49
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)

Bartek Górny's avatar
Bartek Górny committed
50 51 52 53 54
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)

Bartek Górny's avatar
Bartek Górny committed
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
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)