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

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

Improve referee reports.

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