change_log 5.32 KB
Newer Older
Mayoro Diagne's avatar
Mayoro Diagne committed
1 2 3 4
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
5 6 7 8
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
9 10
2010-06-18 mayoro
* add script to generate security from entity
Mayoro Diagne's avatar
Mayoro Diagne committed
11

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

Mayoro Diagne's avatar
Mayoro Diagne committed
16 17 18
2010-06-13 mayoro
*remove unused variables

Mayoro Diagne's avatar
Mayoro Diagne committed
19 20 21 22
2010-06-02 mayoro
* clean up change log and remove mistakes
* remove replacing whitespace in preocedure title

Mayoro Diagne's avatar
Mayoro Diagne committed
23 24 25
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
26 27 28 29 30
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
31
2010-06-01 mayoro
Mayoro Diagne's avatar
Mayoro Diagne committed
32
* remove portal_skins added by mistake
Mayoro Diagne's avatar
Mayoro Diagne committed
33

Mayoro Diagne's avatar
Mayoro Diagne committed
34 35 36
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
37 38 39
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

Fabien Morin's avatar
Fabien Morin committed
40 41 42
2008-11-17 fabien
* add workflow scripts to send notification by email

Fabien Morin's avatar
Fabien Morin committed
43 44 45
2008-11-17 mohamadou
* update workflow script for new form.

Fabien Morin's avatar
Fabien Morin committed
46
2008-11-11 fabien
Mayoro Diagne's avatar
Mayoro Diagne committed
47
* modify some scripts to be able to make a subscription using the new form
Fabien Morin's avatar
typo  
Fabien Morin committed
48
* typo
Fabien Morin's avatar
Fabien Morin committed
49

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

Fabien Morin's avatar
Fabien Morin committed
55 56
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
57
* fix a pb in a translated sentence
Fabien Morin's avatar
Fabien Morin committed
58

59 60
2008-10-21 fabien
* fix some mistakes in sendCrendentialsByEMail workflow script and remove sender because it's not required
61
* update testEgovMixin to add some other generic methods
62

63 64
2008-10-20 fabien
* update ERP5Site_getSecurityFromLatestWorkflowHistory  to remove workflow hardcoded value
65 66
* 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
67

68 69 70
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

71 72
2008-10-15 fabien
* update some listbox to display the last application in first
73 74
* 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).
75
* update some listbox to be able to handle searchable text and to be able to sort application by modification date (descending)
76 77
* 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
78

79 80 81 82 83 84 85 86 87
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
88 89 90
2008-09-25 fabien
* modify some selection_name on listbox to be unique and avoid conflic

Fabien Morin's avatar
Fabien Morin committed
91
2008-09-23 fabien
Mayoro Diagne's avatar
Mayoro Diagne committed
92
* 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
93

94
2008-09-12 fabien
95
* Change all indentation, thanks to julien patch
96

97 98 99
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
100 101 102
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
103 104
2008-08-26 fabien
* add erp5_captcha skin folder
Fabien Morin's avatar
Fabien Morin committed
105
* add portal_sessions tool
Fabien Morin's avatar
Fabien Morin committed
106

Fabien Morin's avatar
Fabien Morin committed
107 108 109
2008-06-10 fabien
* add erp5_egov_catalog to dependence list

Fabien Morin's avatar
Fabien Morin committed
110
2008-06-07 fabien
Mayoro Diagne's avatar
Mayoro Diagne committed
111
* move all web page and web site to erp5_egov bt
Fabien Morin's avatar
Fabien Morin committed
112

Fabien Morin's avatar
Fabien Morin committed
113 114 115 116
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
117 118 119 120 121 122
2008-05-26 fabien
bt refactoring :
* change portal_types names
* add functionality (captcha, contextual help,...)
* enhance security, ...

Fabien Morin's avatar
Fabien Morin committed
123 124 125 126
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

127 128 129
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.

130 131 132 133 134
2008-03-07 fabien
* set up security and bring lot of change on all the bt

2007-12-27 fabien
* Initial prototype