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

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

Add AccommodationDisplayFormPage

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