change_log 2.86 KB
Newer Older
1 2
2008-10-15 fabien
* update some listbox to display the last application in first
3 4
* 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).
5
* update some listbox to be able to handle searchable text and to be able to sort application by modification date (descending).
6

7 8 9 10 11 12 13 14 15
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
16 17 18
2008-09-25 fabien
* modify some selection_name on listbox to be unique and avoid conflic

Fabien Morin's avatar
Fabien Morin committed
19 20 21
2008-09-23 fabien
* remove standardSecurity extension. The name was in conflict with an Extension in erp5_core. Move it in safi_egov bt and rename it in ERP5EGov_Security.

22
2008-09-12 fabien
23 24
* Change all indentation, thanks to julien patch
* move annonymous_workflow from egov public bt to safi_egov private bt wich is a more appropriate place.
25

26 27 28
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
29 30 31
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
32 33
2008-08-26 fabien
* add erp5_captcha skin folder
Fabien Morin's avatar
Fabien Morin committed
34
* add portal_sessions tool
Fabien Morin's avatar
Fabien Morin committed
35

Fabien Morin's avatar
Fabien Morin committed
36 37 38
2008-06-10 fabien
* add erp5_egov_catalog to dependence list

Fabien Morin's avatar
Fabien Morin committed
39 40 41
2008-06-07 fabien
* move all web page and web site to safi_egov bt

Fabien Morin's avatar
Fabien Morin committed
42 43 44 45 46
2008-06-04 fabien
* enhance EGov_Base_editAndNextStep script, now it should be possible to not
have a modified Base_edit script
* moved here some script from safi_tva bt

Fabien Morin's avatar
Fabien Morin committed
47 48 49 50 51 52
2008-05-26 fabien
bt refactoring :
* change portal_types names
* add functionality (captcha, contextual help,...)
* enhance security, ...

Fabien Morin's avatar
Fabien Morin committed
53 54 55 56
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

57 58 59
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.

60 61 62 63 64
2008-03-07 fabien
* set up security and bring lot of change on all the bt

2007-12-27 fabien
* Initial prototype