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

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

Allow also reg_number on public page to check application status without password.

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