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

Last change on this file since 13394 was 13394, checked in by Henrik Bettermann, 9 years ago

Implement portal maintenance mode.

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