-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
159 lines (117 loc) · 6.25 KB
/
ChangeLog
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
2013-07-31 Federico Bernardin <[email protected]>
* Fixed bug on preview (userLogged)
* Remove reference to self in tcaexternalfunction
2013-07-16 Federico Bernardin <[email protected]>
* Fixed bug when user change his profile (bug on forge #48682)
2013-07-16 Federico Bernardin <[email protected]>
* Updated function library for 6.1 compatibility (versionNumber)
2013-07-16 Federico Bernardin <[email protected]>
* Fixed bug on auto password generation (#55061 in forge)
2013-06-15 Federico Bernardin <[email protected]>
* Changed time in uniqid because it could not be unique.
2013-04-19 Federico Bernardin <[email protected]>
* Added new feature to redirect user after confirmation only if parameters exists. Added description on the doc
* update redirect: if at least one redirect params is passed or is set extra.saveParamsFromUrlWithoutParams the system redirect
* update manual
2013-03-15 Federico Bernardin <[email protected]>
* Fixed bug when pre usergroup is empty (update confirmed user not work)
2013-03-15 Federico Bernardin <[email protected]>
* Fixed bug using TCA field in preview step
2013-02-09 Federico Bernardin <[email protected]>
* Fixed bug when only 1 usergroup is in preusergroup and postusergroup
2013-01-29 Federico Bernardin <[email protected]>
* Fixed bug into send confirmation email again
2013-01-23 Federico Bernardin <[email protected]>
* Added two new hooks: prepareAndSendEmail, beforeSendingEmail
* Added regexp rule to flexform rules list
2013-01-15 Federico Bernardin <[email protected]>
* Fixed bug with regexp
* Added regexp rule to flexform rules list
2012-12-04 Federico Bernardin <[email protected]>
* update some todos
2012-11-30 Federico Bernardin <[email protected]>
* fixed bug #43310 usergroup passed by pivars mustn't be overrided by pre or post usergroups
* insert todo for regular expression
2012-11-27 Federico Bernardin <[email protected]>
* changed method to fetch template content, now it's callable from test
2012-11-21 Federico Bernardin <[email protected]>
* changed is_numeric in chekclength password
* update validation method (is_string and is_numeric)
2012-11-20 Federico Bernardin <[email protected]>
* fixed bug on timezone code
2012-11-09 Federico Bernardin <[email protected]>
* moved base configuration into init
2012-11-08 Federico Bernardin <[email protected]>
* updated manual inserted new init hook
2012-11-05 Federico Bernardin <[email protected]>
* added hidden field for action in send confirmation code again.
2012-10-31 Federico Bernardin <[email protected]>
* change noHTMLEntities with dbHTMLEntities
2012-10-16 Federico Bernardin <[email protected]>
* fixed problem when saving data in new registration
2012-10-15 Federico Bernardin <[email protected]>
* fixed language vars and added italian translation
* beautify code
2012-10-12 Federico Bernardin <[email protected]>
* fixed #41881 closed
2012-10-07 Federico Bernardin <[email protected]>
* fixed bug #41638
2012-10-05 Federico Bernardin <[email protected]>
* fixed error in label of manual (confirmationAfterAuthorizationTextHmtl)
* implement getter method for user logged data
* update manual for version 1.3.0
* resolved bug #40745
* implement dateHasToBe as required by Bakonyi
* Merge branch 'mauro_requests' and 'date request'
* Merge branch 'date_features' into mauro_requests
* removed submitted possible feature
* substituted $GLOBALS['TSFE']->loginUser with $this->userLogged.
* update private variables to protected (allowing override on extending)
2012-09-18 Federico Bernardin <[email protected]>
* FIXED: bug #40745 $this->$this
2012-09-10 Federico Bernardin <[email protected]>
* FIXED: when radio button item[1] is 0 write empty
* FIXED: when radio button item[1] is 0 write empty
2012-09-05 Federico Bernardin <[email protected]>
* FIXED: error retrieving time zone
2012-09-04 Federico Bernardin <[email protected]>
* FIXED:added timezone feature
2012-09-03 Federico Bernardin <[email protected]>
* ADDED: resolve bug about usergroup update
2012-08-31 Federico Bernardin <[email protected]>
* FIXED: update regular expression to fetch markers from template
* FIXED: update date evaluation
2012-08-26 Federico Bernardin <[email protected]>
* FIXED: resolved problem on comma in usergroup
* test for date
2012-08-25 Federico Bernardin <[email protected]>
* added evaluationDate function (TBD)
* Changing form TSFE fe_user to new object feLoggedInUser
2012-04-03 Federico Bernardin <[email protected]>
* fixed bug when user chgange profile but field was hidden
* added text config type for textarea in autofield
2012-03-27 Federico Bernardin <[email protected]>
* Fixed some bugs on manual
2012-03-26 Federico Bernardin <[email protected]>
* Added German translation (thanks to Sven Burkert)
* Updated and improved manual
* Updated and improved typoscript base template
2012-02-02 Federico Bernardin <[email protected]>
* Fixed bug in alternative template for updating profile
* Added old TYPO3 mail engine for TYPO3 version 4.4.X, Added dev log and log functionality added new typoscript configuration: debugLevel
* Added template test feature: you can test your template out of t3registration process
* Fixed bug in field evaluation when it is hidden in update profile
* Fixed bug on redirect, decode saved url with urldecode
* Changed to stable version
2011-12-29 Federico Bernardin <[email protected]>
* Fixed bug on delete email text language and confirmation of admin approval
* Added submit image button feature
2011-12-24 Federico Bernardin <[email protected]>
* update language file rename privacy and marketing profile fields to shorter name (see 32824 bug on forge)
2011-12-12 Federico Bernardin <[email protected]>
* Added new hook for redirect after registration
* Added multi checkboxes autofield
* fixed bugs on select and checkbox
* update manual
2011-12-02 Federico Bernardin <[email protected]>
* First beta release (RC1)