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

Last change on this file since 16191 was 16190, checked in by Henrik Bettermann, 4 years ago

year (Year of Entrance) is no longer required when creating an applicants container.

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