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

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

Add further permissions to the local ApplicationsManager? role and
make it assignable at applicants container level.

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