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

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

Implement course result validation workflow for lecturers.

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