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

Last change on this file since 12584 was 12569, checked in by Henrik Bettermann, 10 years ago

Update CHANGES.txt

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