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

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

Add link ‘Kofa Docs for this page’ at the end of the content box which refers to the corresponding section of the Kofa Documentation.

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