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

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

Do not allow course validation if no score has been entered.

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