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

Last change on this file since 17793 was 17787, checked in by Henrik Bettermann, 7 months ago

Add SessionConfigurationProcessor.
Add ConfigurationContainerProcessor.
Add ConfigurationContainerExporter.

File size: 26.8 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[17299]41.8.2.dev0 (unreleased)
5=======================
6
[17787]7* Add `SessionConfigurationProcessor`.
8
9* Add `ConfigurationContainerProcessor`.
10
[17782]11* Add `ConfigurationContainerExporter`.
12
[17772]13* Add `ApplicantRefereeReportProcessor`.
14
[17765]15* Add `RefereeEntryConverter`.
16
17* `DocumentProcessorBase`: import state and history
18
19* `ApplicantProcessor`: import applicant history.
20
21* Mangle referees and school grades when exporting applicants.
22
[17787]23* Add `SessionConfigurationExporter`.
[17765]24
25* Do not allow to add a study level if course registration has ended.
26
[17678]27* Show 'Remove' tick bullet on `DatacenterImportStep2` only to user admin.
28
[17650]29* Implement a QR Code view.
[17640]30
[17650]31* Get set of selected students also from list of payment ids.
32
[17610]33* Add logging messages before after creating students from applicants.
34
[17528]35* Allow user 'admin' to access the portal in maintenance mode.
[17458]36
[17528]37* Don't led students select blocked hostels on `AccommodationManageFormPage`.
38
[17412]39* Add `ReleaseExpiredAllocationsPage2` which allows to release unpaid beds
40  in single hostels.
41
[17411]42* Show matric number on `TranscriptOfficerLandingPage`.
43
[17376]44* Enable customization of certificate select box entries also in the students
45  section.
46
[17327]47* Move call to interactive debugger from `grokcore.startup` to `waeup.kofa`.
48  Support for this was dropped long ago in `grokcore.startup`. This way we keep
49  the possibility to provide a `kofactl` script w/o loosing the possibility to
50  upgrade to newer `grokcore.startup` versions.
51
[17313]52* Allow beds to be blocked so that no student can be allocated to such a bed space
53  (in contrast to reserved beds)
54
[17307]55* Upgrade packages for helper tools to Python3-compatible versions. Requires
56  new buildout run. Might require removal of existing eggs.
[17299]57
[17307]58
[17284]591.8.1 (2023-01-16)
60==================
[17272]61
[17280]62* Upgrade `dolmen.beaker` dependency. Removes other outdated crypto
63  dependencies. Requires new buildout run. Moves cookie configuration from code
64  to site.zcml session config.
65
[17273]66* Beautify INSTALL.txt.
[17272]67
[17270]681.8 (2023-01-11)
69================
[16470]70
[17261]71* Specify the role in flash message after logging in.
72
[17253]73* Add `AccommodationViewer` role.
74
[17177]75* Allow students to book accommodation also if they are in previous
[17327]76  sessions (not activated in base package).
[17177]77
[17327]78* Add Javascript which automatically submits a form on select change
[17172]79  (not used in base but in lpng custom package).
80
[17094]81* Add MonthSource to be used in custom packages.
82
[17016]83* Add `BalancePaymentAddFormPage` which can only be opened by managers.
84  No button is provided in base package.
85
[17009]86* Do not require session configuration object for application payments.
87
[17004]88* Add social media meta data.
89
90* Send email after final submission of application form.
91
[16959]92* Enable customization of application form final submission message.
93
[16955]94* Copy applicant_id into reg_number field during student record creation,
[16959]95  if applicant's reg_number is not set.
[16955]96
[16937]97* Show last student id on `StudentsContainerPage`.
98
[16902]99* Hide emtpy levels in transcripts.
100
[16901]101* Consider `course_category` in addStudentStudyLevel` method.
102
[16831]103* Add `previous` field to `StudentStudyCourseProcessor`,
104  `StudentStudyLevelProcessor` and `CourseTicketProcessor` to ensure
105  that previous study course data are being imported into the right study
106  course container.
[16828]107
[16827]108* Add exporters for previous study course data.
109
[16819]110* Enable import of student history.
111
[17327]112* Don't complain but remove leading and trailing whitespaces
[16818]113  while converting values during import.
114
[16812]115* Add 'Modules Level'.
116
[16671]117* Ease customization of portrait upload conditions.
118
[16662]119* `OutstandingCoursesExporter`: Remove passed courses from outstanding
120  courses lists.
121
[16609]122* Enable students and officers to upload scanned signature in the same
123  way as passport pictures are handled. Some tabs and titles had to be
124  renamed. The placeholder file, which is still the portrait
125  placeholder, are no longer shown on base pages.
126
[16551]127* Send email to student after single record creation.
128
[16550]129* Forward credentials to login page after password reset request.
130
[16545]131* Enable applicants to upload also additional jpg files.
132
[16538]133* Prefill login form after applicant registration.
134
[17327]135* Show local roles on faculty, department, course and certificate pages
136  and provide 'Contact' button so that authenticated users can contact
[16529]137  officers via Kofa.
138
[16526]139* Extend `IPayer` adapter.
140
[16472]141* Adjust `ApplicantOnlinePaymentProcessor.getMapping` (2nd bugfix).
[16470]142
[16518]143* Sort attendance.pdf first by faculty and department before certcode.
144
[16545]145* Add serial no to the coursetickets.pdf.
[16518]146
[16468]1471.7.1 (2021-04-20)
148==================
[16455]149
[16467]150* Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix).
151
[16465]152* Enable managers to edit/remove all flash notices of students in a department.
[16455]153
[16453]1541.7 (2021-04-13)
155================
[14991]156
[16451]157* Add `key` field to `CertificateExporter`.
[16450]158
[16431]159* Add payment option (`p_option`) field to payment tickets and add
160  select box on online payment add form pages. Disable this feature
161  in the base package.
162
[16412]163* Allow lecturers to export all course tickets, not only
164  those of current academic session.
165
[16387]166* Disable clearance request button if not in state 'clearance started'.
167
[16327]168* Make maximum number of applicants on `ApplicantsContainerManageFormPage`
169  customizable.
170
[16299]171* Implement bulk emailing.
172
[16293]173* Make login trouble links more conspicuous.
174
[16275]175* Add `ApplicantEmailSource` (not used and tested in base package).
176
[16266]177* Redirect to payment ticket page after ticket creation.
178
[16262]179* Use Uli's marker substitution hack to inject signature
180  images into pdf files.
181
[16251]182* Implement `ExportPDFPersonalDataSlip` (without button
183  in the base package). Rename `ExportPDFBaseDataPlusSlip`
184  `ExportPDFStudyCourseBaseDataSlip`.
185
[16243]186* Save email address provided by mandate when referee report
187  is created. Add `RefereeReportManageFormPage` (no button available).
188
[16234]189* Show submitted transcript application records on
190  `TranscriptOfficerLandingPage` (not used in base package).
191
[16231]192* Implement `ContactApplicantFormPage`.
193
[16228]194* Use `Applicant.createStudent` method also to create graduated
195  students from transcript application data (not used in base package).
196
[16214]197* Implement `RefereesRemindPage`.
198
[16213]199* Remove contact email header and add footer.
200
[16193]201* Implement webservice `get_payment`.
202
[16190]203* `year` (Year of Entrance) is no longer required when creating
204  an applicants container.
205
[16188]206* Implement temporary clearance.
[16187]207
[16186]208* `reg_number` is no longer a required field in `IApplicantBaseData`.
209
210* Add `entry_session` to student data exporters.
211
[16170]212* Add `DownloadTranscript` permission.
213
[16169]214* Implement webservice `get_unpaid_payments`.
215
[16157]216* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
217
218* Add `picture_editable` property attribute to `ApplicantsContainer`.
219
[16110]220* Add webservice to check if graduated student exists.
221
[16086]222* Implement `ExportPDFBaseDataPlusSlip` (without button
223  in the base package)
224
[16064]225* Implement `ApplicantRefereeReportExporter`.
226
[16059]227* Improve referee reports.
228
[16046]229* Use consistent flow value formatting for CGPA.
230
[16027]231* Bugfix: If level_session of a studylevel object has changed,
232  coursetickets_catalog must be informed. Otherwise lecturers
233  don't see their students.
234
[16012]235* Implement `BatchProcessor.checkCreateRequirements` and
236  `BatchProcessor.checkUpdateRequirements` methods mainly
237  to protect course result lists of graduated student.
238
[16007]239* Do not allow course validation if no score has been entered.
240
[16000]241* Add `unlock_score` field to `CourseTicketProcessor`.
242
[15998]243* Add `UpdateCourseTicketsView`.
244
[15988]245* Don't show 'Base Data' header on slips if no form fields do
246  follow.
247
[15986]248* When adding course tickets, check if course has already been
249  passed at previous level.
250
251* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
252
[15972]253* Add `AccommodationDisplayFormPage`.
254
[15970]255* Don't allow students to add former courses in course lists.
256
[15969]257* Use kofa-filterbox for filtering users when assigniing
258  local roles in academics section.
259
[15968]260* Add `waeup.local.ReportsOfficer` role.
261
[15966]262* Add `TrimmedDataExporter`.
263
[15964]264* Make `getUsers` customizable.
265
[15944]266* Add logging message to `releaseBedIfMaintenanceNotPaid`.
267
[15943]268* Provide components for file uploads in the applicants section.
269
[15941]270* Copy also files from applicants to students section.
271
[15932]272* Reset _curr_stud_id if student could not be created.
273
[15920]274* Add `TranscriptDataExporter` and reorganize exporter names.
275
[15918]276* Add `session_level`filter to `StudentStudyLevelExporter`.
277
[15880]278* Add LetterPDFCreator utility and use this pdf creator
279  for admission slips. letterhead_admission.jpg file
280  must exist in students/static.
281
[15875]282* Add application worklfow transition `reset6`.
283
[15873]284* Add `StudentOutstandingCoursesExporter`.
285
[15865]286* Sort lecturers on scores slip.
287
[15834]288* Don't show hint on pdf slips.
289
[15833]290* Make max passport picture size customizable.
291
[15818]292* Redirect to `ChangePasswordRequestPage` after successfully
293  adding an officer.
294
[15798]295* Add get_bursary_data webservice.
296
[15710]297* Implement bed selector.
298
[15664]299* Implement combi payments.
300
[15652]301* Make max file size customizable.
302
[17327]303* Add `score_editing_disabled` switch at course level.
[15652]304
[15628]305* Take `DELETION_MARKER` into consideration when updating passwords.
306
[15610]307* Implement parents access to student data.
308
[15587]309* Do not print picture on application slip if application is without
310  passport picture.
311
[15578]312* Do not copy applicant_id into reg_number field after applicant creation.
313
[15553]314* Successful applicant payments do trigger 'approve' transition only
315  if applicant is in state 'started' and either p_category is 'application' or
316  applicant is special.
317
[15548]318* Allow to add applicants containers with a number instead of entrance year
319  in container code.
320
[17327]321* Add semester filter to Fix `CourseTicketExporter`.
[15546]322
[15545]323* Add `FacultiesExportJobContainerSelectStudents` view to allow
324  bursary officers to export student data for a  small subset of students
325  by entering a list of student ids or matric numbers.
326
[15502]327* Add passport picture switch to applicants containers.
328
[15476]329* Use decimal.Decimal to counteract Python floating point limitation.
330
[15446]331* Add level 0 (None) to course levels.
332
[15432]333* Ease customization of selectable payment categories.
334
[15430]335* Make maximum number of files listed in `finished` subfolder
336  customizable.
337
[15423]338* Add attendance_sheet.pdf view.
339
[15422]340* Implement course result validation workflow for lecturers.
341
[15417]342* Add graduated students filter.
343
[15416]344* Backup deleted graduated student data somewhere else to ease graduated
345  student data migration.
346
[15333]347* Add `transcript_remark` field to study levels. Add page to allow
348  transcript officers editing the field during transcript processing.
349
[15286]350* Increase password strength. Officers are now required
[15416]351  to set a password which has at least 8 characters and which contains
[15286]352  at least one uppercase letter, one lowercase letter and one
[15416]353  digit. Stored insecure passwords are no longer accepted.
354  Officers with an insecure password can't login and are
355  redirected to the `ChangePasswordRequestPage` to request a
356  new password.
[15286]357
[15277]358* Add `AccommodationPaymentsExporter` which can be used by
359  accommodation officers.
360
[15250]361* Add ReleaseExpiredAllocationsActionButton which has previously
362  only been used by Uniben.
363
[15243]364* Fix get_student_payment_stats. Department codes are not
365  unique. Use its path instead.
366
[15206]367* Implement study level 0 (Level Zero) option for storing
368  orphaned course tickets (tickets without level assignment
369  or information). Add `ticket_session` field to `ICourseTicket`.
[15203]370
[15163]371* Implement new transcript processing workflow.
372
[15122]373* Always display applicant payments if they exist.
374
[15085]375* Allow `ApplicationsManager` to view statistics.
376
[15055]377* Add payment session filter to payment exporters.
378
[15051]379* Add `SessionPaymentsOverviewExporter`.
380
[15047]381* Rename `StudentPaymentsOverviewExporter`.
382
[15042]383* Fix `CourseTicketExporter`. Ticket level and session filter
384  did not work.
385
386* Add payment category filter to payment exporters.
387
[15037]388* Remove 'hidden' attribute from ordereddSelectionList which has
389  caused a malfunction in Internet Exporer.
390
391* Set ssl index URL in buildout.cfg
392
393* Use the 'new' recaptcha v2.
394
[14992]395* Allow lecturer role assignment also at department level.
[14991]396
[14989]3971.6 (2018-04-05)
398================
[14551]399
[14984]400* Add ticket level and session filter to `CourseTicketExporter`.
401
[14951]402* Add 'Student Record Creation' Report page.
[14950]403
[14948]404* Add `CreateStudents` permission and `StudentsCreator` role.
405
[14939]406* Do not allow uploading data with trailing whitespaces.
407
[14934]408* Do no longer hide the 'Create students' buttons but switch the portal to
409  maintenance mode to ensure that nobody can enter the portal during
410  record creation except for user 'admin'. This guarantees that record
411  creation is only started once.
412
[14914]413* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
[14915]414  which may return different values in custom packages depending on faculty,
415  department or certificate code (requested by AAU Ekpoma).
[14914]416
[14804]417* Allow `ApplicantOnlinePaymentProcessor` to import records without
418  `p_id` column in create mode.
419
[14734]420* Add `waeup.showStudents` permission to `ExportManager` role.
421
[14724]422* Fix `CertificateProcessor.checkHeaders`. The processor requires both
423  faculty_code *and* department_code in create mode.
424
[15333]425* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
[14684]426
[14682]427* Do not allow to create more than 10 students with a single request to
428  avoid a timeout of Nginx/Apache.
429
[14648]430* Redirect to manage page after editing of certificate courses.
431
[14642]432* Add `course_category` attribute to course tickets. In the base package,
433  this attribute is omitted from display and manage pages.
434
[14638]435* Add `course_category` attribute to certificate courses.
436
[14584]437* Simplify configuration of maximum or minimum total credits.
[14582]438
[14574]439* Add `outstanding` attribute to course tickets.
440
[14572]441* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
442  and `RawScoreReport`.
443
[14568]444* Allow applicants in states `admitted`, `not admitted` or `created` to
445  download the payment slip.
446
[14553]447* Catch traceback (`RequiredMissing`) if a required field is cleared
448  by import.
[14551]449
[14602]450* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
451  devices that access the portal via XMLRPC.
[14551]452
[14602]453
[14549]4541.5 (2017-02-14)
455================
[13697]456
[14549]457* Happy Valentines Day everybody!
458
[14519]459* Sort arguments in table of `ReportsContainerPage`.
460
[14514]461* Add `entry_session` and `p_session` filter to Student Payment Statistics
462  generator. Adjust reports: Change footer and filename formats.
463
464* Add officer name fields do `IDepartment` and `IFaculty`.
465  Plugins must be updated!
466
[14507]467* Add serial number column to Session Results Presentations.
468
[14497]469* Add Raw Score Report to base package.
470
[14491]471* Only user 'admin' is allowed to access the `DatacenterSettings` page.
472
[14507]473* Show correct level title on Level Reports and Session Results Presentations.
[14481]474
[14443]475* Get set of selected students also from list of matric numbers.
476
477* Confine Level Reports and Session Results Presentations to certificates.
478
[14373]479* Show report number (job_id) on report pdf slips.
480
[14368]481* Level report: Count and display the number of courses registered but
482  not taken.
483
[14293]484* Add control button to create graduated students.
485
[14292]486* Add option to render transcripts without passport picture and QR code.
487
[14256]488* Catch Reportlab `LayoutError`.
489
[14247]490* Replace `course_registration_allowed` by `course_registration_forbidden`
491  method.
492
[14170]493* Add export purge button.
494
[14169]495* Add report purge button.
496
[14133]497* Add property attribute `total_score` in order to make provision
498  for additional scores (like contineous assessments) in custom
499  packages.
500
501* Make provision against storing other objects than applicant payments
502  in applicant containers.
503
[13959]504* Count mandates on configuration page and provide 'Purge' button.
505
[13950]506* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
507  time when calling `ExportJobContainerJobStart`.
508
[13949]509* Add `ApplicantPaymentExporter`.
510
[13936]511* Add file upload functionality to `EditScoresPage`.
512
[13908]513* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
514  viewlet.
515
[13898]516* Add `ExportPDFScoresSlip`.
517
[13894]518* Add `DownloadScoresView` which is for lecturers only. Remove
519  `waeup.showStudents` from `Lecturer` role. Adjust
520  `DataForLecturerExporter`. Only editable course tickets are being
521  exported.
522
[13886]523* Remove application fee fallback option. Application fees can only
524  be set via applicants containers. Hide Payment Tickets section on
525  application pages if fee isn't set.
526
[13872]527* Add  `ApplicantOnlinePaymentProcessor`.
528
[13773]529* Improve `AddStudyLevelFormPage`.
530
[13766]531* Create new exporter for lecturers and further restrict the usage of
[13767]532  exporters at course level. Lecturers can only export data of
533  current academic session.
[13766]534
[13736]535* Show certificate-specific p_level value on payment pages.
536  Ensure that only allowed payment levels can be selected when
537  adding a balance payment.
538
[13711]539* Add `flash_notice` field.
540
[13702]541* Documentation updates.
[13697]542
[13745]543* Update pinned versions: six
[13697]544
[13745]545
[13695]5461.4.1 (2016-02-14)
547==================
[13257]548
[13651]549* Add new application workflow state (`processed`) and transition
550  (`process`).
[13613]551
[14514]552* Add `DegreeSource` and `degree` field to `ICertificate`.
[13651]553  Plugins must be updated!
[13613]554
[13659]555* Upgrade bootstrap.py script and update some dependencies. For
556  already running instances a new init might be neccessary, i.e.
557  you might have to create a new virtualenv and run bootstap.py
558  and buildout from that new virtualenv to get rid of old
559  package versions in the runtime environment.
[13651]560
[13691]561* Upgrade versions.cfg to contain bugfix releases of packages we
562  depend on.
[13659]563
[13691]564
[13613]5651.4 (2016-01-14)
566================
567
[13610]568* Add button and view which allow students to unregister their
569  current course list unless the courses have not been validated.
570
[13574]571* Configure transfer payments and let students enter their desired
[14638]572  study course. Save entered text in `p_item` attribute.
[13574]573
[13651]574* Add further permissions to the local `ApplicationsManager` role and
[13570]575  make it assignable at applicants container level.
576
[13493]577* Disable rendering of HTML tags in fullnames.
578
[13484]579* Add bed statistics components.
580
[13457]581* Add option which allows students to select a desired hostel before
582  booking accommodation.
583
[13651]584* Add `BedProcessor`.
[13432]585
[13394]586* Add portal maintenance mode.
587
[13651]588* Allow also `reg_number` on public page to check application status
[13363]589  without password.
590
[13346]591* Remove `beds_reserved` attribute from hostels. Hostels do no longer
592  contain information about reserved bed spaces.
593
[13319]594* Add methods and page to release expired bed allocations.
[13288]595
[13344]596* Use lastname instead of firstname for first-time password requests.
[13288]597
[13471]598* When building docs, ignore members with dots in name.
[13344]599
[13613]600
[13288]6011.3.3 (2015-10-06)
602==================
603
[13263]604* Show file size of pdf documents in the documents section.
[13257]605
[13269]606* Add `MANIFEST.in`.
607
608
[13255]6091.3.2 (2015-09-14)
610==================
[12469]611
[13254]612* Add public page to check application status without password.
613
[13236]614* Fix department breakdown of student statistics.
615
[13223]616* Enable purging of applicants containers.
617
618* Enable pre-filling of applicants containers with empty
619  application records which are used during self-registration
620  to avoid excessive growth of the Data.fs.
621
[13199]622* Do only allow one running export job.
623
[13198]624* Add switch to disable all exports.
625
[13159]626* Enable import of list-of-choices fields.
627
[13156]628* Include 'end day' when searching for payments in a given period.
629
[13124]630* Do not create special application payment tickets with zero amount.
[13123]631
[13103]632* Remove manual clearance lock. Replace `clearance_locked` field by
633  property attribute.
634
[13091]635* Make student email field required.
636
[13087]637* Rename application workflow transitions and remove forbidden transitions.
638
[13073]639* Rename 'application section' for the sake of consistency.
640
[13055]641* Rename student views which are not layout-aware and thus not pages.
642
[13032]643* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
644  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
645
[13031]646* Implement session-specific course registration deadline and
647  late registration payment.
648
[12981]649* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
650  ignore-markers in update *and* create mode.
651
[12971]652* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
653  This exporter is designed for finding and finally purging outdated
654  payment ticket.
655
[12960]656* Remove deprecated xml importer and exporter components.
657
[12958]658* Rearrange datacenter upload page. Provide modal windows to view all
659  processors and sources and vocabularies.
660
[12950]661* Reorganize doctests. Remove deprecated doctests.
662
[12926]663* Enable temporary suspension of officer accounts. Plugins must be
664  updated after restart.
665
[12912]666* Rename 'Portal Users' 'Officers'.
667
[12901]668* Add link 'Kofa Docs for this page' at the end of the content box
669  which refers to the corresponding section of the
670  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
671
[12897]672* Filter students by current level in reports.
673
[12896]674* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
675  matric number counters when computing the matric number.
676
[12889]677* Bypass school fee payment activation code creation if student is allowed
678  to proceed to next session.
679
[12896]680* Convert `level` into a schema field to be consistent with the documentation.
[12873]681
[12896]682* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]683  in accordance with other exporter names.
684
[12900]685* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
686  permissions.
[12844]687
[12896]688* Do not automatically allow import managers to import user data.
[12844]689
[12810]690* Skip empty rows produced by spreadsheet software.
691
[12632]692* Add components to  configure a student export jobs in faculties.
693
[12896]694* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
695  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]696
[12896]697* Add new payment state ``waived``. This state can only be set by import
[12569]698  and is only used for the payments overview exporter to
699  mark sessions with waived fees.
700
[13269]701* Add exporter methods and export page to filter student data exports
[12518]702  by entering a list of student ids.
703
704* Student statistic can now be broken down by faculties or by departments.
705
[12896]706* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]707  create mode.
[12469]708
709
[12466]7101.3.1 (2015-01-14)
711==================
[12465]712
[12466]713* 1.3 was a brown bag release. Fix uploaded files.
[12465]714
715
[12463]7161.3 (2015-01-13)
717================
[11693]718
[12437]719* Add documents package.
[12418]720
[12437]721* Do not compare ResultEntry objects but their attributes.
722
[12415]723* Modify getWidgetsData so that we always get the same error format.
724
725* Validate all codes in university.
726
[12395]727* Catch traceback when creating an application slip with a corrupted
728  image file.
729
[12437]730* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
731  instead.
[12247]732
[12190]733* UserProcessor: Check if imported roles do exist in the portal.
734
[11891]735* Enable localization of batch processing modules.
736
[11874]737* Hide 'Create students' button. Only user admin can see this button.
738
[11869]739* Add application_slip_notice field to ApplicantsContainer.
740
[11863]741* Remove 'Size' column from logfiles table.
742
[11862]743* Add permission, page and button to mass-clear all students in a department.
744
[11826]745* Hide export download button 24 hours after file generation.
746
[11825]747* Add helper to allow `meminfo` checks for cached memory, etc.
748
749* Allow external checks of system load before performing expensive
750  actions.
751
752* Add new dependency: `psutil` (required to check system state).
753
[12862]754* Show flash message on general search page for the academic section.
[11794]755
[14638]756* Fix `CertificateCourseProcessor`. Mandatory is not a required field
[11798]757  and might be missing in import files. Improve logging. Extend and
758  fix CertCourseProcessorTests.
[11779]759
[11798]760* Provide customizable method for disabling clearance by clearance
761  officers.
[11772]762
[11798]763* Merge Javascript functions into one file. Add Javascript function to
764  calculate copyright notice year automatically.
[11741]765
[11798]766* Use lastname (surname) instead of firstname to verify found
767  application record on ApplicantRegistrationPage.
[11738]768
[11798]769* Append hash '#' also to datetimes to circumvent unwanted excel
770  automatic.
[11737]771
[11798]772* Method for (customizable) application passport upload requirements
773  added.
[11733]774
[11798]775* Filter payment ticket data exports by specifying the payment_date
776  period.
[11730]777
[11798]778* Method for (customizable) application payment slip download
779  requirements added.
[11726]780
[11798]781* Method for (customizable) application payment ticket upload
782  requirements added.
[11729]783
[11722]784* Remove unused rowadd javascript function.
785
[11702]786* certcode and reg_number added to DataForBursaryExporter.
787
[11699]788* Some batch processor names corrected.
[11693]789
[11701]790* Fixed ReST markup in setup.py long description.
791
792
[11689]7931.2 (2014-06-16)
794================
[11487]795
[11680]796* Redirect to login page after using password mandate.
797
[11676]798* Adding student payment tickets is logged.
799
[11672]800* Provide XMLRPC services for storing and retrieving fingerprint
801  scans.
802
[11664]803* Sort ContextualDictSource by dictionary values not by keys.
804
[11661]805* Add regular school fee and balance payments when exporting payments
806  overviews.
807
[11641]808* Add samePaymentMade method to StudentsUtils.
809
[11608]810* Fingerprint file upload enabled.
811
[11604]812* is_fresh property method added to Student class.
813
[11599]814* Special application procedure modified. Special applicants must submit
815  their form before they can download payment slips. Thus the regular
816  workflow is now applied but, in contrast to regular applications,
817  special applicants can create and pay more than one payment ticket.
818  Also application slips are hidden.
[11589]819
[11599]820* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
821
[11585]822* When sending mails, always set from-address to 'no-reply@waeup.org'.
823  Real from-addresses are now set in Cc and Reply-To fields. This is
824  to tackle problems with yahoo (does not allow yahoo.com mails to be
825  sent from non-yahoo servers).
826
[11575]827* Multiple payments in special application containers enabled.
828  Special payment applicants remain in state started after payment.
829
[11558]830* File input fields brought into shape with Bootstrap 3.
831
[11551]832* Transcript and access code pagetemplates adjusted.
833
[11550]834* Print QR codes on all student slips.
835
[11535]836* Allow adding current_level to base data section on all student slips
837  (requested by Uniben).
838
[11523]839* Windows is no longer supported. Installation manual removed.
840
[11497]841* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]842
[11497]843
[11485]8441.1 (2014-03-13)
845================
[11258]846
[14574]847* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
[11484]848
[11483]849* Do also export student and course ticket data of students on probation.
850
[11482]851* 'Create student' option removed from 'Application Transition'
852  select field.
853
[11481]854* API docs added.
855
[11463]856* Back-to links replaced by animated jQuery plugins.
857
[11461]858* Default frontpage text updated.
859
[11460]860* Use absolute urls on datacenter pages.
861
[11451]862* Provide customizable method for disabling student payments.
863
[11481]864* After login and logout, regular users (officers) are redirected
[11439]865  to the portal's index page not to the portal's root. The
866  root URL can now be rewritten be Nginx or Apache so that the user
867  is being redirected to the university website
868  when entering the root URL directly or clicking the acronym.
869
[11438]870* Show tooltip alert and warning window before updating plugins.
871
[11437]872* JSAction has been deprecated. KofaAction can be used instead. Additional
873  parameters can be used in @action decorators to enable tooltips and/or
874  warning windows. The old @jsaction decorator still triggers a default
875  warning message.
876
[11436]877* jquery-ui.min.js is also used for tooltips.
878
[11435]879* Do not create TSC AC batch when updating plugins.
880  All TSC batches are created.
881
[11433]882* Make table on applicantsrootpage responsive.
883
[11431]884* Change width of input, select and textarea fields.
885
[11430]886* Use only https in theme.html.
887
[11386]888* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]889
[11430]890* Redundancies removed in docs.
[11258]891
[11430]892
[11255]8931.0 (2014-02-22)
894================
[11253]895
[11255]896* Diazofied the complete package.
[11253]897
898
8990.2.1 (2014-02-21)
900==================
901
902* Send mails to from-address, if site-wide config admin is
903  different from it.
904
905* Change flash message for successful applicants.
906
907* Use more attributes of applicants with payer objects.
908
909* Update copyright infos (year).
910
911* Localization updates.
912
913
9140.2 (2014-01-09)
915================
916
917Tons of changes.
918
919
[11255]9200.1 (never released)
921====================
[4955]922
[7808]923Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.