change_log 4.52 KB
Newer Older
Yoshinori Okuji's avatar
Yoshinori Okuji committed
1 2 3
2007-09-25 yo
* Set module group on portal types.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
4 5 6
2007-09-13 yo
* Allow more for Manager, otherwise even changing permissions does not work.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
7 8 9
2007-09-13 yo
* Manager must be allowed for reading documents at any stage for indexing and management.

10 11 12
2007-03-26
Architecture design completed. Cleanup of code in progress.

13 14 15
2007-02-09
Security settings moved out from the generic implementation.

16 17 18
2007-02-03
Reimplemented again, to use processing status workflow for everything.

19 20 21
2007-01-29
Reimplemented validation flag as publication workflow variable.

22 23 24
2007-01-24
Major refactoring - almost everything changed.

25 26 27
2006-12-11
Determining portal type based on content (if implementation provides the way to do so)

28 29 30
2006-12-08
Document validation workflow

31 32 33
2006-11-15
Added RSS support to document_folder

34 35 36
2006-11-08
Reading doc properties from content and from email text upon ingestion

Bartek Górny's avatar
Bartek Górny committed
37 38 39 40
2006-11-02
Deletion in publication workflow
Advanced search dialog for putting together search string (Google-like)

41 42 43
2006-11-01
Implemented basic security settings (6 policies)

44 45 46 47
2006-10-30
Removed "collaborated", added "shared"
Implemented "personal/project" security classification

48 49 50
2006-10-28
Added "collaborated" state to publication_workflow

Bartek Górny's avatar
Bartek Górny committed
51 52 53
2006-10-08
Fixes and implementation improvements

Bartek Górny's avatar
Bartek Górny committed
54 55 56 57 58
2006-10-02
Moved file uploading from /view form to object_exchange
Uploading new file creates a new object with most properties copied
Reorganised object actions.

59 60 61
2006-10-01
Too many things to describe here - refer to svn log and bugtracker on dedibox

Bartek Górny's avatar
Bartek Górny committed
62 63
2006-09-14
Fixed some bugs and controls, implemented publication workflow side effects, check unique identifier upon submission.
64
Added language and version to catalog (compatibility), updated scripts accordingly
Bartek Górny's avatar
Bartek Górny committed
65

66 67 68
2006-09-12
First implementation of External Document (a web page, spidered and cached)

Bartek Górny's avatar
Bartek Górny committed
69 70 71
2006-09-07
Conversion for PdfDocument

72 73 74
2006-09-05 BG
Extended search functions (requires SQLCatalog patch)

75 76 77
2006-08-30 BG
Added ImageDocument type; assigned types to group dms_document.

78 79 80 81
2006-08-26 BG
Changed way to store original filename;
Implemented listing wiki predecessors and successors

82 83 84
2006-08-24 BG
html display for Text, Spreadsheet and PdfDocument

85 86 87 88
2006-08-24 BG
Changed DMS Pdf File into PdfDocument (with another base class)
Done a number of small fixtures.

89 90 91
2008-08-17 BG
Parsing search string for extra tricks

92 93 94
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
95 96 97
2006-08-13 BG
Basic email ingestion

98 99 100
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
101 102 103
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
104 105 106 107 108
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
109 110 111 112 113 114
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
115 116 117
2006-07-27
Type checking upon upload using content_type_registry

Bartek Górny's avatar
Bartek Górny committed
118 119 120
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
121 122 123
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
124 125 126
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
127 128 129 130 131
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
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
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)