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

Last change on this file since 14915 was 14915, checked in by Henrik Bettermann, 7 years ago

GPABoundaries may also depend on certcode.

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