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

Last change on this file since 15825 was 15818, checked in by Henrik Bettermann, 5 years ago

Redirect to ChangePasswordRequestPage after successfully adding an officer.

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