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

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

Add components to configure a student export jobs in faculties.

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