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

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

Add comment.

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