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

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

Add option which allows students to select a desired hostel before booking accommodation.

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