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

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

Add new application workflow state (processed) and transition (process).

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