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

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

Copy also files from applicants to students section.

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