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

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

Add flash_notice field.

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