change_log 8.33 KB
Newer Older
1 2 3
2013-07-04 arnaud.fontaine
* ZODB Components: Migrate Extensions.

4 5 6
2012-10-04 arnaud.fontaine
* getPreferredSubversionWorkingCopyList() cannot be set properly.

7 8 9
2012-04-19 Kazuhiko
* add TypesTool_viewRoleInformationList that lists all Role Informations.

10 11 12
2011-08-08 yusei
* Extract messages from constraints in ZODB property sheets for POT.

Yusei Tahara's avatar
Yusei Tahara committed
13 14 15
2011-04-14 yusei
* Remove old unnecessary tales expression from relation string field.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
16 17 18
2011-04-04 Kazuhiko
* configure searchable text property ids and method ids for Bug.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
19
2010-10-19 Kazuhiko
20
* When checking duplicated selection names, we should use get_recursive_orig_value('selection_name') instead of getRecursiveTemplateField().get_value('selection_name'), because delegation for selection_name can end at any intermediate proxy field. And skip an empty selection name that is now valid for a listbox where we don't want to store a selection.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
21

Yoshinori Okuji's avatar
Yoshinori Okuji committed
22 23 24
2010-10-19 yo
* When checking duplicated selection names, skip field libraries, as they don't matter.

Lucas Carvalho's avatar
Lucas Carvalho committed
25 26 27
2010-10-11 lucas
* Now portal_type_group_list is an optional param for the script BaseType_copyRoleList.

Yusei Tahara's avatar
Yusei Tahara committed
28 29 30
2010-03-02 yusei
* Remove short title.

Yusei Tahara's avatar
Yusei Tahara committed
31 32 33
2010-02-24 yusei
* Move Software Release and Software Publication to erp5_forge_release to remove dependencies to crm and dms.

Jean-Paul Smets's avatar
Jean-Paul Smets committed
34 35 36 37 38 39
2010-02 jps
* added Software Release portal type
* added Software Publication portal type
* removed upload module
* added optional dependency to DMS (Software Release) and CRM (Software Publication)

Tatuya Kamada's avatar
Tatuya Kamada committed
40 41 42
2010-02-18 tatuya
* Fix a issue that Bug document can not cancel the bug, because it can not add a content when cancelled state and the transition try to create an event.

Yusei Tahara's avatar
Yusei Tahara committed
43 44 45
2009-11-18 yusei
* Fix wrong python script parameter.

Yusei Tahara's avatar
Yusei Tahara committed
46 47 48
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
49 50
2009-09-11 Kazuhiko
* use existing 'language' property instead of 'language' category for Glossary Terms.
51
* to migrate existing Glossary Terms, please use GlossaryTerm_migrateLanguageProperty script.
Yusuke Muraoka's avatar
Yusuke Muraoka committed
52

Tatuya Kamada's avatar
Tatuya Kamada committed
53 54 55
2009-08-05 tatuya
* Fix 'Generate POT File' function when there is a PageTemplate which is using nested i18n block and using tal:repeat in the block

Romain Courteaud's avatar
Romain Courteaud committed
56 57 58
2009-06-30 romain
* Revert latest proxy field library simplification, as the design was not finalized.

Yusei Tahara's avatar
Yusei Tahara committed
59 60 61
2009-05-18 yusei
* Fix some proxy fields. count_method should not be inherited from template field.

Yusei Tahara's avatar
Yusei Tahara committed
62 63
2009-05-15 yusei
* Remove my_text_content from generic field dict in SkinsTool_makeFieldLibraryAndProxifyAllField. It was not generic enough for many editor fields.
64
* Add my_editor_field to Base_viewForgeFieldLibrary.
Yusei Tahara's avatar
Yusei Tahara committed
65

Yusei Tahara's avatar
Yusei Tahara committed
66 67 68 69
2009-05-08 yusei
* Remove SkinsTool_findDeadProxyFieldList. There was already SkinsTool_getDeadProxyFieldList which do the same thing.
* Add a little bit user-friendly output to SkinsTool_makeFieldLibraryAndProxifyAllField.

Yusei Tahara's avatar
Yusei Tahara committed
70 71 72 73
2009-05-08 yusei
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility.
* Update dependencies.

Yusei Tahara's avatar
Yusei Tahara committed
74 75
2009-05-07 yusei
* Add SkinsTool_makeFieldLibraryAndProxifyAllField. This is a helper script to make a field library and proxify existing fields. But you still need to adjust by hand...
76
* Add a utility script to find dead proxy fields.
Yusei Tahara's avatar
Yusei Tahara committed
77

Jérome Perrin's avatar
Jérome Perrin committed
78 79 80
2009-04-24 jerome
* Add a utility script to check that all relation field defines proxy listbox id or columns

Yusei Tahara's avatar
Yusei Tahara committed
81 82 83
2009-02-20 yusei
* Add a utility script to associate files in skin folder to cache manager.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
84 85 86 87
2008-12-26 kazuhiko
* add a listbox to see duplicate entries in Glossary view.
* add Portal Type -> Glossary importer.

Fabien Morin's avatar
Fabien Morin committed
88 89 90
2008-11-25 fabien
* add more columns in bug_module view to be able to sort by project, ...

Yusei Tahara's avatar
Yusei Tahara committed
91 92 93
2008-10-6 yusei
* Set original English term to a new term when create a new term from English ones.

Yusei Tahara's avatar
Yusei Tahara committed
94 95 96
2008-10-2 yusei
* Added a causality field to Glossary Term to specify a original English term.

Yusei Tahara's avatar
Yusei Tahara committed
97 98 99
2008-10-01 yusei
* Fixed UnboundLocalError in Bug_sendNotification.

Yusei Tahara's avatar
Yusei Tahara committed
100 101 102
2008-10-01 yusei
* Update xml format.

Yusei Tahara's avatar
Yusei Tahara committed
103 104 105
2008-10-01 yusei
* Fixed a bug in Bug_sendNotification in bug_workflow. Workflow history's action may be None.

Yusei Tahara's avatar
Yusei Tahara committed
106 107 108
2008-09-04 yusei
* Update English messages.

Yusei Tahara's avatar
Yusei Tahara committed
109 110 111
2008-09-03 yusei
* Don't extract title from field if tales expression was used.

Yusei Tahara's avatar
Yusei Tahara committed
112 113 114
2008-09-02 yusei
* Don't extract title from field libraries.

Nicolas Delaby's avatar
Nicolas Delaby committed
115 116 117 118 119 120
2008-09-02 nicolas
* add new transition to display Re Assign in workflow action
* Bug Notification can be send later to change recipient list
* Add File dialog require missing mandatory fields
* New worklist on bug_evnt_worklow to display planned Bug Line

Yusei Tahara's avatar
Yusei Tahara committed
121 122 123
2008-08-29 yusei
* Improve domain tree mode of glossary term list.

Yusei Tahara's avatar
Yusei Tahara committed
124 125 126
2008-08-29 yusei
* Correct message text.

Yusei Tahara's avatar
Yusei Tahara committed
127 128
2008-08-28 yusei
* Extract translation message from tal:dfeine expression.
129
* Use Base_translateString or translateString instead of N_ for translation message.
Yusei Tahara's avatar
Yusei Tahara committed
130

Yusei Tahara's avatar
Yusei Tahara committed
131 132 133
2008-08-27 yusei
* Improve pot file export.

Nicolas Delaby's avatar
Nicolas Delaby committed
134 135 136
2008-06-16 Nicolas
Add external Method to see Security for arbitrary user

Yusei Tahara's avatar
Yusei Tahara committed
137 138 139
2008-06-04 yusei
* Add comment column in the glossary module listbox.

Vincent Desmares's avatar
Vincent Desmares committed
140 141 142
2008-06-03
* Add seurity to manager in the bug_workflow for Cancelled, Draft, Open and Closed state.

Yusei Tahara's avatar
Yusei Tahara committed
143 144 145
2008-05-28 yusei
* Add comment field in GlossaryTerm_view and original location where correspnding field  or workflow id was found will be stored in the comment field.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
146 147 148
2008-05-15 yo
* Clean up BusinessTemplate_doSvnUpdate, since it redirected to a strange URL.

Jérome Perrin's avatar
Jérome Perrin committed
149 150 151
2008-2-11 Jerome
* Add utility skin to check for dead proxyfields.

Yusei Tahara's avatar
Yusei Tahara committed
152 153
2008-2-2 Yusei
* Prevent  adding duplicate term.
Yusei Tahara's avatar
Yusei Tahara committed
154
* Support updating fields by english glossary. This is useful when improve original english title and description of field.
Yusei Tahara's avatar
Yusei Tahara committed
155

Yusei Tahara's avatar
Yusei Tahara committed
156 157 158
2008-2-1 Yusei
* Fixed wrong name of scripts of  erp5_glossary. Use proxy-roled script to find terms.

Jérome Perrin's avatar
Jérome Perrin committed
159 160 161
2007-10-22 Jerome
* Added two utility scripts SkinsTool_checkDuplicateSelectionName and SkinsTool_getNotAssignedFieldList in erp5_toolbox

Yusei Tahara's avatar
Yusei Tahara committed
162 163 164
2007-08-14 Yusei
* Add utility scripts to collect translation messages.

Yusei Tahara's avatar
Yusei Tahara committed
165 166 167
2007-08-14 Yusei
* Add glossary module.

168 169 170 171 172 173
2007-02-13 Kevin
* Auto-update Bug's Closed Date on cancel.
* More verbose description.
* Increase version number.
* Update copyright notice.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
174 175 176 177
2006-10-13 yo
* to_address defaults to from_address instead of my address in the notification script.
* fix bad english

178 179 180
2006-09-15 jerome
* Add an alarm to send a summary of all open bugs.

181 182 183
2006-08-29 jerome
* Remove related keys, they are automatically generated.

Christophe Dumez's avatar
Christophe Dumez committed
184 185 186
2006-07-25 chris
* Added function to update business template, without reverting the changes

Christophe Dumez's avatar
Christophe Dumez committed
187 188 189
2006-07-19 chris
* Renamed or moved some files/folders to avoid conflicts with other business templates.

Christophe Dumez's avatar
Christophe Dumez committed
190 191 192
2006-07-11 chris
* Now possible to filter files to commit from diff view

Christophe Dumez's avatar
Christophe Dumez committed
193
2006-07-05 chris
194
* ERP5Subversion now detects outdated files so that user know if he needs to update his working copy or not.
Christophe Dumez's avatar
Christophe Dumez committed
195

Christophe Dumez's avatar
Christophe Dumez committed
196 197 198
2006-06-26 chris
* Update according to last XHTML style update

Christophe Dumez's avatar
Christophe Dumez committed
199 200 201 202
2006-06-22 chris
* erp5Subversion is now XHTML Strict compliant
* erp5Subversion works with erp5_xhtml_style

Christophe Dumez's avatar
Christophe Dumez committed
203 204 205
2006-06-12 chris
* added Shorted/Taller buttons to adjust tree height

Kevin Deldycke's avatar
Kevin Deldycke committed
206 207 208
2006-06-07 Kevin
* Check tested box if tested property is equal to 'True'.

Christophe Dumez's avatar
Christophe Dumez committed
209 210
2006-05-30 chris
* Added legend in diff page
Christophe Dumez's avatar
Christophe Dumez committed
211
* Improved buttons in diff page
Christophe Dumez's avatar
Christophe Dumez committed
212

Christophe Dumez's avatar
Christophe Dumez committed
213 214 215
2006-05-24 chris
* XHTML compliant

Christophe Dumez's avatar
Christophe Dumez committed
216 217 218
2006-05-23 chris
* do not extract business template anymore when going back from diff

Christophe Dumez's avatar
Christophe Dumez committed
219 220 221
2006-05-22 chris
* display reminder when committing

Christophe Dumez's avatar
Christophe Dumez committed
222
2006-05-18 chris
223
* fixed some bugs in sslTrust / login (x2)
Christophe Dumez's avatar
Christophe Dumez committed
224
* added action to update local working copy
225
* get current zope username if preferred username is not set
226
* propose last changelog as commit text.
Christophe Dumez's avatar
Christophe Dumez committed
227

228 229 230
2006-05-17 chris
* added search engine for orphan objects : Base_viewOrphanObjects

Christophe Dumez's avatar
Christophe Dumez committed
231 232 233
2006-05-17 yo
* Bugs must be tested before closing now. If you need to get rid of invalid bugs, use cancel instead.

Christophe Dumez's avatar
Christophe Dumez committed
234 235 236
2006-05-10 chris
* some bug fixes / optimizations
* can now show unmodified files
237

Christophe Dumez's avatar
Christophe Dumez committed
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252
2006-05-10 chris
* Lot of bug fixes

2006-04-25 chris
* Added update business from SVN repository function

2006-04-24 chris
* Subversion should be stable

2006-04-21 chris
* added subversion support for several
working copies

2006-04-10 chris
* added Subversion Tool integration
Christophe Dumez's avatar
Christophe Dumez committed
253

Christophe Dumez's avatar
Christophe Dumez committed
254 255 256 257 258 259 260
2006-05-12 yo
* Define maintainers.
* Add "Tested?" into Bug_view.

2006-03-15 Seb
* added workflow chaing for bug

261 262 263 264
2006-01-27
* display "difficulty" column in bug tracker
* correct title of "status" column in "more collumns" and "searchable"

Yoshinori Okuji's avatar
Yoshinori Okuji committed
265 266 267 268 269 270 271 272 273 274 275
2006-01-17 yo
* add upload stuff
* update properties of portal types according to the new way

2005-10-14 Jérome
* add related keys and sql methods

2005-09-16 Alex
* Added missing Category : bug_difficulty

2005-08-22 Kevin
276
* Add a "my_id" field on Bug_view form