source: main/waeup.kofa/branches/uli-upgrade-dependencies/CHANGES.txt @ 13687

Last change on this file since 13687 was 13663, checked in by uli, 9 years ago

Update history.

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