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

Last change on this file since 14550 was 14549, checked in by uli, 8 years ago

Prepare 1.5 release.

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