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

Last change on this file since 15475 was 15446, checked in by Henrik Bettermann, 6 years ago

Add level 0 (None) to course levels.

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