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

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

Add exporter methods and export page to filter student data exports by entering a list of student ids.

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