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

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

Backup deleted graduated student data somewhere else to ease graduated student data migration.

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