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

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

Student statistic can now be broken down by faculties or by departments.

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