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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
2008-09-04 yusei
* Fixed workflow title.
2008-09-03 yusei
* Fixed i18n markup in PDF_renderHTMLPreviewNavigation.
2008-07-06 yo
* Add effective date into Web Page.
2008-06-27 yusei
* Start to develop version 5.2.
2008-06-26 yusei
* Revise version to 5.1.
2008-06-12 ivan
* Move Role Definition to erp5_base
2008-06-05 yusei
* Use updateLocalRolesOnSecurityGroups instead of assignRoleToSecurityGroup in local_permission_interaction_workflow/scripts/Parent_updateAllLocalRoles
2008-04-19 yo
* Remove erp5_crm from the dependencies.
2008-4-17 yusei
* Revise version to 5.0.
2008-4-14 yusei
* Remove Document Ingestion Message from event group.
2008-3-17 Yusei
* Remove content_type_registry
(erp5_core will provides generic good set).
Please use the revision 747 or newer of erpt_core.
* Move Contribution Tool portal type to erp5_ingestion.
2008-3-17 Yusei
* Remove portal_contributions (erp5_ingestion will provides it).
2008-3-14 Yusei
* Add dependency to erp5_ingestion.
* Version up to 0.9.3.
* Remove ingestion scripts from DMS.
2008-2-14 Yusei
* Improve wiki successor/predecessor.
2008-1-16 Yusei
* Added generic pdf viewer for pdf preview.
2008-1-14 Yusei
* Enable group and site fields on document view always.
* Merge two follow_up fields to one.
* Added scriptable keys in Catalog Methods. please also use newer erp5_core(rev 670).
2008-1-10 Yusei
* Added document import dialog for Person/Organisation.
* Added related document list view for Person/Document. This replaces the default document list view.
2008-1-8 Yusei
* Added another follow_up field relate
document to person and organisation
in several document view forms.
* Removed Conference portal type from follow_up field. It does not exists now.
2007-12-21 Yusei
* Refactored ingestion system. Please use revision 18459 or newer of ERP5 and ERP5OOo.
* version up (0.9.1 -> 0.9.2)
* add maintainer (yusei).
2007-12-19 Yusei
* Removed unused scripts in document_interaction_workflow.
2007-12-18 Yusei
* Fixed wrong field names around search dialog. (Note: Please update erp5_dms_mysql_innodb_catalog together.)
2007-12-11 Yusei
* Fixed dependencies. erp5_dms depends on erp5_crm. Because Document Ingestion Message is based on Event portal type.
2007-12-10 Yusei
* Disable group and site fields on document view when web_mode is off.
2007-11-28 Yusei
* Remove bookmark feature.
2007-11-26 Yusei
* Add bookmark action for document type portal types.
2007-11-23 Yusei
* Add bookmark feature for km.
2007-11-21 Yusei
* Search predecessor only from document type documents.
2007-11-21 Yusei
* Disable search using xxx_relative_url argument in advanced search, language property is not stored as relation in a document. And fixed ambiguous table name in sql.
2007-11-16 Yusei
* Fixed Base_showFoundText. selection_name argument is required for listbox.
* Fixed Base_showFoundText. if document contains charactor which utf-8 codec cannot decode, remove it from result.
2007-10-11 Kazuhiko
* move portal_contributions from Paths to Tools.
2007-10-04 yusei
* Fixed a bug that search result does not appear. (stop to use countFolder)
2007-10-03 yusei
* Remove obsolete proxy field (Base_viewAdvancedSearchDialog.your_category_list)
2007-10-03 yusei
* Fixed broken proxy fields.
(ExternalSource_view.my_follow_up_title and Image_view.my_follow_up_title)
2007-09-25 yo
* Set module group on portal types.
2007-09-13 yo
* Allow more for Manager, otherwise even changing permissions does not work.
2007-09-13 yo
* Manager must be allowed for reading documents at any stage for indexing and management.
2007-03-26
Architecture design completed. Cleanup of code in progress.
2007-02-09
Security settings moved out from the generic implementation.
2007-02-03
Reimplemented again, to use processing status workflow for everything.
2007-01-29
Reimplemented validation flag as publication workflow variable.
2007-01-24
Major refactoring - almost everything changed.
2006-12-11
Determining portal type based on content (if implementation provides the way to do so)
2006-12-08
Document validation workflow
2006-11-15
Added RSS support to document_folder
2006-11-08
Reading doc properties from content and from email text upon ingestion
2006-11-02
Deletion in publication workflow
Advanced search dialog for putting together search string (Google-like)
2006-11-01
Implemented basic security settings (6 policies)
2006-10-30
Removed "collaborated", added "shared"
Implemented "personal/project" security classification
2006-10-28
Added "collaborated" state to publication_workflow
2006-10-08
Fixes and implementation improvements
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.
2006-10-01
Too many things to describe here - refer to svn log and bugtracker on dedibox
2006-09-14
Fixed some bugs and controls, implemented publication workflow side effects, check unique identifier upon submission.
Added language and version to catalog (compatibility), updated scripts accordingly
2006-09-12
First implementation of External Document (a web page, spidered and cached)
2006-09-07
Conversion for PdfDocument
2006-09-05 BG
Extended search functions (requires SQLCatalog patch)
2006-08-30 BG
Added ImageDocument type; assigned types to group dms_document.
2006-08-26 BG
Changed way to store original filename;
Implemented listing wiki predecessors and successors
2006-08-24 BG
html display for Text, Spreadsheet and PdfDocument
2006-08-24 BG
Changed DMS Pdf File into PdfDocument (with another base class)
Done a number of small fixtures.
2008-08-17 BG
Parsing search string for extra tricks
2006-08-14 BG
Server address from preferences; dms categories from preferences and managed with parallel list field;
2006-08-13 BG
Basic email ingestion
2006-08-04 BG
Support for advanced search; a dialog and output form for advanced search; fixes in display of found text.
2006-08-03 BG
Nice display of search results (with highlights from SearchableText); searchable text for Spreadsheet.
2006-08-02 BG
* Support for Pdf File
* fixes in actions, type registry and forms
* searchable text for Text type
2006-08-01 BG
* Support for File (unregistered content type)
* Mime header caching and sending
* Improvements to conversion procedure
* Numerous bugfixes
2006-07-27
Type checking upon upload using content_type_registry
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.
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)