source: main/waeup.kofa/trunk/CHANGES.txt @ 12500

Last change on this file since 12500 was 12469, checked in by uli, 10 years ago

Bump version (this time following PEP 386).

File size: 5.8 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[12469]41.3.2.dev0 (unreleased)
5=======================
6
7* No changes yet.
8
9
[12466]101.3.1 (2015-01-14)
11==================
[12465]12
[12466]13* 1.3 was a brown bag release. Fix uploaded files.
[12465]14
15
[12463]161.3 (2015-01-13)
17================
[11693]18
[12437]19* Add documents package.
[12418]20
[12437]21* Do not compare ResultEntry objects but their attributes.
22
[12415]23* Modify getWidgetsData so that we always get the same error format.
24
25* Validate all codes in university.
26
[12395]27* Catch traceback when creating an application slip with a corrupted
28  image file.
29
[12437]30* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
31  instead.
[12247]32
[12190]33* UserProcessor: Check if imported roles do exist in the portal.
34
[11891]35* Enable localization of batch processing modules.
36
[11874]37* Hide 'Create students' button. Only user admin can see this button.
38
[11869]39* Add application_slip_notice field to ApplicantsContainer.
40
[11863]41* Remove 'Size' column from logfiles table.
42
[11862]43* Add permission, page and button to mass-clear all students in a department.
44
[11826]45* Hide export download button 24 hours after file generation.
46
[11825]47* Add helper to allow `meminfo` checks for cached memory, etc.
48
49* Allow external checks of system load before performing expensive
50  actions.
51
52* Add new dependency: `psutil` (required to check system state).
53
[11794]54* Show flash message on general search page for the academics section.
55
[11779]56* Fix CertificateCourseProcessor. Mandatory is not a required field
[11798]57  and might be missing in import files. Improve logging. Extend and
58  fix CertCourseProcessorTests.
[11779]59
[11798]60* Provide customizable method for disabling clearance by clearance
61  officers.
[11772]62
[11798]63* Merge Javascript functions into one file. Add Javascript function to
64  calculate copyright notice year automatically.
[11741]65
[11798]66* Use lastname (surname) instead of firstname to verify found
67  application record on ApplicantRegistrationPage.
[11738]68
[11798]69* Append hash '#' also to datetimes to circumvent unwanted excel
70  automatic.
[11737]71
[11798]72* Method for (customizable) application passport upload requirements
73  added.
[11733]74
[11798]75* Filter payment ticket data exports by specifying the payment_date
76  period.
[11730]77
[11798]78* Method for (customizable) application payment slip download
79  requirements added.
[11726]80
[11798]81* Method for (customizable) application payment ticket upload
82  requirements added.
[11729]83
[11722]84* Remove unused rowadd javascript function.
85
[11702]86* certcode and reg_number added to DataForBursaryExporter.
87
[11699]88* Some batch processor names corrected.
[11693]89
[11701]90* Fixed ReST markup in setup.py long description.
91
92
[11689]931.2 (2014-06-16)
94================
[11487]95
[11680]96* Redirect to login page after using password mandate.
97
[11676]98* Adding student payment tickets is logged.
99
[11672]100* Provide XMLRPC services for storing and retrieving fingerprint
101  scans.
102
[11664]103* Sort ContextualDictSource by dictionary values not by keys.
104
[11661]105* Add regular school fee and balance payments when exporting payments
106  overviews.
107
[11641]108* Add samePaymentMade method to StudentsUtils.
109
[11608]110* Fingerprint file upload enabled.
111
[11604]112* is_fresh property method added to Student class.
113
[11599]114* Special application procedure modified. Special applicants must submit
115  their form before they can download payment slips. Thus the regular
116  workflow is now applied but, in contrast to regular applications,
117  special applicants can create and pay more than one payment ticket.
118  Also application slips are hidden.
[11589]119
[11599]120* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
121
[11585]122* When sending mails, always set from-address to 'no-reply@waeup.org'.
123  Real from-addresses are now set in Cc and Reply-To fields. This is
124  to tackle problems with yahoo (does not allow yahoo.com mails to be
125  sent from non-yahoo servers).
126
[11575]127* Multiple payments in special application containers enabled.
128  Special payment applicants remain in state started after payment.
129
[11558]130* File input fields brought into shape with Bootstrap 3.
131
[11551]132* Transcript and access code pagetemplates adjusted.
133
[11550]134* Print QR codes on all student slips.
135
[11535]136* Allow adding current_level to base data section on all student slips
137  (requested by Uniben).
138
[11523]139* Windows is no longer supported. Installation manual removed.
140
[11497]141* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]142
[11497]143
[11485]1441.1 (2014-03-13)
145================
[11258]146
[11484]147* Add display_fullname column to CourseTicketExporter (requested by Uniben).
148
[11483]149* Do also export student and course ticket data of students on probation.
150
[11482]151* 'Create student' option removed from 'Application Transition'
152  select field.
153
[11481]154* API docs added.
155
[11463]156* Back-to links replaced by animated jQuery plugins.
157
[11461]158* Default frontpage text updated.
159
[11460]160* Use absolute urls on datacenter pages.
161
[11451]162* Provide customizable method for disabling student payments.
163
[11481]164* After login and logout, regular users (officers) are redirected
[11439]165  to the portal's index page not to the portal's root. The
166  root URL can now be rewritten be Nginx or Apache so that the user
167  is being redirected to the university website
168  when entering the root URL directly or clicking the acronym.
169
[11438]170* Show tooltip alert and warning window before updating plugins.
171
[11437]172* JSAction has been deprecated. KofaAction can be used instead. Additional
173  parameters can be used in @action decorators to enable tooltips and/or
174  warning windows. The old @jsaction decorator still triggers a default
175  warning message.
176
[11436]177* jquery-ui.min.js is also used for tooltips.
178
[11435]179* Do not create TSC AC batch when updating plugins.
180  All TSC batches are created.
181
[11433]182* Make table on applicantsrootpage responsive.
183
[11431]184* Change width of input, select and textarea fields.
185
[11430]186* Use only https in theme.html.
187
[11386]188* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]189
[11430]190* Redundancies removed in docs.
[11258]191
[11430]192
[11255]1931.0 (2014-02-22)
194================
[11253]195
[11255]196* Diazofied the complete package.
[11253]197
198
1990.2.1 (2014-02-21)
200==================
201
202* Send mails to from-address, if site-wide config admin is
203  different from it.
204
205* Change flash message for successful applicants.
206
207* Use more attributes of applicants with payer objects.
208
209* Update copyright infos (year).
210
211* Localization updates.
212
213
2140.2 (2014-01-09)
215================
216
217Tons of changes.
218
219
[11255]2200.1 (never released)
221====================
[4955]222
[7808]223Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.