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

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

Add TrimmedDataExporter?.

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