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

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

Fix links.

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