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

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

Add BedProcessor?.

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