change_log 11.3 KB
Newer Older
1 2 3
2013-08-30 arnaud.fontaine
* ZODB Components: Migrate Documents, Extensions and Tests.

Nicolas Dumazet's avatar
Nicolas Dumazet committed
4 5 6
2010-12-13 nicolas.dumazet
* Migrate Tools to portal type classes

Mayoro Diagne's avatar
Mayoro Diagne committed
7 8 9
2010-07-15 mayoro
* Customise change password dialog according to egov style

Mayoro Diagne's avatar
Mayoro Diagne committed
10 11 12
2010-07-12 mayoro
* Add removed propertysheet PDFForm, needed by PDF Type

Mayoro Diagne's avatar
Mayoro Diagne committed
13 14 15
2010-07-12 mayoro
* remove overloading Types Tool

Mayoro Diagne's avatar
Mayoro Diagne committed
16 17 18
2010-07-12 mayoro
* remove Translation Information

Mayoro Diagne's avatar
Mayoro Diagne committed
19 20 21
2010-07-12 mayoro
* rome portal_type Types Tool in the bt and allow adding EGov Type and Meta EGov Type instance in SetInstance.py

Mayoro Diagne's avatar
Mayoro Diagne committed
22 23 24 25 26
2010-07-12 mayoro
* remove document_publication_workflow
* remove catalog method it's in erp5_egov_mysql_innodb_catalog
* use http_cache insted of root_http_skin_cache (removed)

Mayoro Diagne's avatar
Mayoro Diagne committed
27 28 29 30
2010-07-08 mayoro
* display bottom_actions
* remove added button

Mayoro Diagne's avatar
Mayoro Diagne committed
31 32 33
2010-07-08 mayoro
* display owner's name in history and date and translated state

34 35 36
2010-07-08 mohamadou
* add a description to the attachment to give the model

Mayoro Diagne's avatar
Mayoro Diagne committed
37 38 39 40
2010-07-08 mayoro
* remove wrong condition
* change pending worklist permissions

Mayoro Diagne's avatar
Mayoro Diagne committed
41 42 43 44 45 46 47
2010-07-08 mayoro
* add tabber-cookie.js
* order action buttons on header workspaces
* Allow change password in citizen's home page
* give proxy role manager to allow accessing  owner_info

2010-07-08 mohamadou
48 49
* set Type Aquire Local Roles on portal_types used as attachments.

Mayoro Diagne's avatar
Mayoro Diagne committed
50 51 52
2010-07-08 mayoro
* Select View tab corresponding to generated form

Mayoro Diagne's avatar
Mayoro Diagne committed
53 54 55 56 57
2010-07-07 mayoro
* remove using getOwner (private method)
* remove proxy roles


Mayoro Diagne's avatar
Mayoro Diagne committed
58 59 60
2010-07-07 mayoro
* remove test because id will be always present in owner_info

Mayoro Diagne's avatar
Mayoro Diagne committed
61 62 63
2010-07-07 mayoro
* display name of requester in attachment list

Mayoro Diagne's avatar
Mayoro Diagne committed
64 65 66
2010-07-07 mayoro
* change automatic transitions

Mayoro Diagne's avatar
Mayoro Diagne committed
67 68 69 70 71 72 73 74 75
2010-07-07 mayoro
* rename complet transition to complete (mistake) and approuve to approve
* change permission on states
* modify role on transitions
* add automatic transitions
* add workflists
* change transition in EGovTypeInformation according to workflow changes
* remove permissions on renamed actions (managed on workflow transition)

Mayoro Diagne's avatar
Mayoro Diagne committed
76 77 78 79
2010-07-06 mayoro
* correct display of advanced search dialog
* correct display of explanation in attachments

80 81 82
2010-07-06 mohamadou
* add assignee default role on procedure portal type role information

Mayoro Diagne's avatar
Mayoro Diagne committed
83 84 85 86
2010-07-05 mayoro
* remove proxy role manager for  Script PDFType_viewDefaultForm to avoid displaying tab meta data
* clean history displaying, remove duplicate lines for actions like approve and approve actions

Mayoro Diagne's avatar
Mayoro Diagne committed
87 88 89
2010-07-03 mayoro
* Add publication of web pages in SetUpEGovInstance

90 91 92
2010-07-01 mohamadou
* update the local role after creating role information

Mayoro Diagne's avatar
Mayoro Diagne committed
93 94
2010-07-01 mayoro
* Test if the returned title or portal_type of attachments are not None before proceed
95

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
96 97 98
2010-06-29 mohamadou
* Add erp5_egov_security skin folder

Mayoro Diagne's avatar
Mayoro Diagne committed
99 100 101 102
2010-06-29 mayoro
* Give some roles to manager
* Add two worklists

Mayoro Diagne's avatar
Mayoro Diagne committed
103 104 105 106
2010-06-29 mayoro
* Clean up page templates and scripts, remove french expression, use Locallizer for translation
* Add Agent role for procedure
* Rename Egov_getTendererFromUserName
107

Mayoro Diagne's avatar
Mayoro Diagne committed
108 109 110
2010-06-26 mayoro
* correct previous commit, use contentValues because  of caching method

Mayoro Diagne's avatar
Mayoro Diagne committed
111 112 113 114 115
2010-06-26 mayoro
* Add erp5_html_compatibility in EGov registered skin selection, needed for form_view_dialog
* Use  catalog to search for attachments
* Make change password available just for Person or Organisation accounts (not for procedure)

Mayoro Diagne's avatar
Mayoro Diagne committed
116 117 118
2010-06-25 mayoro
* remove tenderer in Folder_viewEgovContentList (unused)

Mayoro Diagne's avatar
Mayoro Diagne committed
119 120 121
2010-06-25 mayoro
* modify catalog table egov and use generic attributes in z_catalog_egov_list and z_create_egov

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
122 123 124
2010-06-25 mohamadou
*Give anonymous access to a portal_type that does not require authentication

125 126 127
2010-06-24 mohamadou
*rename the script Egov_updateProcedureLocalRole in EGov_updateProcedureLocalRole

Mayoro Diagne's avatar
Mayoro Diagne committed
128 129 130
2010-06-24 mayoro
*use portal_type as expression kache key

Mayoro Diagne's avatar
Mayoro Diagne committed
131 132 133
2010-06-24 mayoro
* use lambda expression to filter objects without portal_type in z_catalog_egov_list filter

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
134 135 136
2010-06-23 mohamadou
* add a script to update a procedure's local roles using a username and role_name_list

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
137 138 139 140 141 142 143
2010-06-23 mohamadou
* use ERP5Type_getSecurityCategoryFromAssignmentParentGroup to generate function_group* group of security


2010-06-23 mohamadou
* use role_name_list instead of role_name in procedure role information definition

Mayoro Diagne's avatar
Mayoro Diagne committed
144 145 146 147
2010-06-23 mayoro
* modify ERP5Site_getQuickSearchableTypeList to allow processing anonymous and not anonymous procedure
* after login redirect in desired default page (default view)

Mayoro Diagne's avatar
Mayoro Diagne committed
148 149 150
2010-06-23 mayoro
* Allow manager to set own password for procedures

Mayoro Diagne's avatar
Mayoro Diagne committed
151 152 153 154
2010-06-23 mayoro
* Change filter expression in z_catalog_egov_list
* Allow Agent and Owner to delete procedure in draft state

Mayoro Diagne's avatar
Mayoro Diagne committed
155 156 157 158 159 160
2010-06-23 mayoro
* correct redirect url when logout
* display login and password to track anonymous procedure at the end of submission (it's not only for Subscription Form)
* remove log in EGov_Base_editAndNextStep
* configure listbox of PDFDocument_viewAnonymousHistory

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
161 162 163
2010-06-23 mohamadou
* change erp5_egov skin priority since some standar script are redefined.

Mayoro Diagne's avatar
Mayoro Diagne committed
164 165 166
2010-06-23 mayoro
* correct previous commit, use procedure_request instead of procedure

Mayoro Diagne's avatar
Mayoro Diagne committed
167 168 169 170 171
2010-06-22 mayoro
* Allow anonymous procedure to login
* after captcha test use the desired portal_type to create new procedure (previous one was hardcoded)
* remove form_action in WebSite_viewCaptchaRenderer it's no longer used

Mayoro Diagne's avatar
Mayoro Diagne committed
172 173 174
2010-06-22 mayoro
* add view as default view of web page captcha

Mayoro Diagne's avatar
Mayoro Diagne committed
175 176 177
2010-06-22 mayoro
* remove fixe value of recipient, mistake

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
178
2010-06-21 mohamadou
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
179 180 181
*add external methods to use the new extension
- setUpInstance to set up all egov instance
- enableProcedureLogin to enable some procedure such as Subscription Form to log in.
Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
182 183
* add SetUpEGovInstance Extension, to use Egov User and Group Manager and to enable some procedure log in.

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
184 185 186
2010-06-21 mohamadou
* add publication section in erp5_egov  Assignment _view

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
187 188 189
2010-06-21 mohamadou
* update EgovSecurity  to set security for Anonymous only if there is no authentification and no subscription

Mohamadou Mbengue's avatar
Mohamadou Mbengue committed
190 191 192 193 194
2010-06-21 mohamadou
* update generatePortalType to use good role category for role information definition
* add publication_section category if procedure needs subscription


Mayoro Diagne's avatar
Mayoro Diagne committed
195 196 197 198
2010-06-20 mayoro
* Add complete transition from accepted state
*Add the title of the transition Complete, it should not be configured in the hosting form

Mayoro Diagne's avatar
Mayoro Diagne committed
199 200 201 202
2010-06-20 mayoro
*adjust left margin for status displaying
* remove some specific files in img and clean up page templates

Mayoro Diagne's avatar
Mayoro Diagne committed
203 204
2010-06-18 mayoro
* add script to generate security from entity
Mayoro Diagne's avatar
Mayoro Diagne committed
205

Mayoro Diagne's avatar
Mayoro Diagne committed
206
2010-06-13 mayoro
Mayoro Diagne's avatar
Mayoro Diagne committed
207
*rename mistake in login_form of ecitizen (egov_portal) is no longer used
Mayoro Diagne's avatar
Mayoro Diagne committed
208 209
*add padding left for site title in template_erp5_egov.css

Mayoro Diagne's avatar
Mayoro Diagne committed
210 211 212
2010-06-13 mayoro
*remove unused variables

Mayoro Diagne's avatar
Mayoro Diagne committed
213 214 215 216
2010-06-02 mayoro
* clean up change log and remove mistakes
* remove replacing whitespace in preocedure title

Mayoro Diagne's avatar
Mayoro Diagne committed
217 218 219
2010-06-02 mayoro
* add some processing in procedure title in case of special caracters before generating portal_type

Mayoro Diagne's avatar
Mayoro Diagne committed
220 221 222 223 224
2010-06-02 mayoro
* rename extension for egov security
* remove some word added by mistakes
* remove unused extension SetUpInstance

Mayoro Diagne's avatar
Mayoro Diagne committed
225
2010-06-01 mayoro
Mayoro Diagne's avatar
Mayoro Diagne committed
226
* remove portal_skins added by mistake
Mayoro Diagne's avatar
Mayoro Diagne committed
227

Mayoro Diagne's avatar
Mayoro Diagne committed
228 229 230
2010-06-01 mayoro
* New version of ERP5 egov based on dynamic form generated from sla and pdf files defined on portal_types

Yusuke Muraoka's avatar
Yusuke Muraoka committed
231 232 233
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

Fabien Morin's avatar
Fabien Morin committed
234 235 236
2008-11-17 fabien
* add workflow scripts to send notification by email

Fabien Morin's avatar
Fabien Morin committed
237 238 239
2008-11-17 mohamadou
* update workflow script for new form.

Fabien Morin's avatar
Fabien Morin committed
240
2008-11-11 fabien
Mayoro Diagne's avatar
Mayoro Diagne committed
241
* modify some scripts to be able to make a subscription using the new form
Fabien Morin's avatar
typo  
Fabien Morin committed
242
* typo
Fabien Morin's avatar
Fabien Morin committed
243

244 245
2008-11-03 fabien
* add an interaction to raise an error on subscription submission if an account already exists
246
* add a default parameter to NOT be in editable mode
247
* hide "save draft and continue later" button and "Next step" buttons if user don't have Modify content permission.
248

Fabien Morin's avatar
Fabien Morin committed
249 250
2008-11-01 fabien
* fix some problem in the send of credentials. Now it works, even with yahoo ! (not considered as spam)
Fabien Morin's avatar
Fabien Morin committed
251
* fix a pb in a translated sentence
Fabien Morin's avatar
Fabien Morin committed
252

253 254
2008-10-21 fabien
* fix some mistakes in sendCrendentialsByEMail workflow script and remove sender because it's not required
255
* update testEgovMixin to add some other generic methods
256

257 258
2008-10-20 fabien
* update ERP5Site_getSecurityFromLatestWorkflowHistory  to remove workflow hardcoded value
259 260
* add a script generateNewLogin to generate new login (remove spaces and accents, add a number at the end if the login already exists, ...)
* send credentials using portal_notification
261

262 263 264
2008-10-16 fabien
* change css to have all the tabs of the forms (actions) on the right instead of have the first on right and the others in the middle

265 266
2008-10-15 fabien
* update some listbox to display the last application in first
267 268
* update css
* add some rights on assignee to the validated state on egov_universal_workflow. This avoid a security error if an agent have an assigned application and refuse it (it will change the state of the application to validated and redirect the agent on it).
269
* update some listbox to be able to handle searchable text and to be able to sort application by modification date (descending)
270 271
* make possible to return on the form page, even if the form has been submitted, this permit to see what have been entered in the form, but it's not possible to modify it
* display logout button on every pages
272

273 274 275 276 277 278 279 280 281
2008-10-10 fabien
bring some corrections after the Mme Ba review :
* remove Mandate form from the allowed form list because it's not implemented yet
* improve EGov_goToDocument script
* update WebSite_login page template to redirect form user on view if the state of the document is draft (to be able to continue the subscription)
* modify checkAccountInexistance workflow script to use ninea number instead of rccm one to check that the company don't exists
* modify "Save draft and continue later" button behavior. Now when you click on, data are saved and a page is displayed with your credentials (if it's an anonymous application)
* add EGov_Base_editAndRedirect script that save the data of the current form and redirect to

Fabien Morin's avatar
Fabien Morin committed
282 283 284
2008-09-25 fabien
* modify some selection_name on listbox to be unique and avoid conflic

Fabien Morin's avatar
Fabien Morin committed
285
2008-09-23 fabien
Mayoro Diagne's avatar
Mayoro Diagne committed
286
* remove standardSecurity extension. The name was in conflict with an Extension in erp5_core. Move it in erp5_egov bt and rename it in ERP5EGov_Security.
Fabien Morin's avatar
Fabien Morin committed
287

288
2008-09-12 fabien
289
* Change all indentation, thanks to julien patch
290

291 292 293
2008-09-11 fabien
* Make anonymous subscription safer using a login and password to check the application progress.

Fabien Morin's avatar
Fabien Morin committed
294 295 296
2008-09-09 fabien
* report_section refactoring to be more generic and easier to customize with more pdf

Fabien Morin's avatar
Fabien Morin committed
297 298
2008-08-26 fabien
* add erp5_captcha skin folder
Fabien Morin's avatar
Fabien Morin committed
299
* add portal_sessions tool
Fabien Morin's avatar
Fabien Morin committed
300

Fabien Morin's avatar
Fabien Morin committed
301 302 303
2008-06-10 fabien
* add erp5_egov_catalog to dependence list

Fabien Morin's avatar
Fabien Morin committed
304
2008-06-07 fabien
Mayoro Diagne's avatar
Mayoro Diagne committed
305
* move all web page and web site to erp5_egov bt
Fabien Morin's avatar
Fabien Morin committed
306

Fabien Morin's avatar
Fabien Morin committed
307 308 309 310
2008-06-04 fabien
* enhance EGov_Base_editAndNextStep script, now it should be possible to not
have a modified Base_edit script

Fabien Morin's avatar
Fabien Morin committed
311 312 313 314 315 316
2008-05-26 fabien
bt refactoring :
* change portal_types names
* add functionality (captcha, contextual help,...)
* enhance security, ...

Fabien Morin's avatar
Fabien Morin committed
317 318 319 320
2008-03-11 fabien
* hide Preference button on the workspace for annonymous users
* add a login_form sript to override the existing one and permit to redirect on the appropriate page

321 322 323
2008-03-10 fabien
* add some controls on validation state, add two widgets to see pending requests and users documents, align the form on the right, but all other pages are centered, enhance listbox page template to handle custom listbox fields.

324 325 326 327 328
2008-03-07 fabien
* set up security and bring lot of change on all the bt

2007-12-27 fabien
* Initial prototype