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

Last change on this file since 17808 was 17798, checked in by Henrik Bettermann, 4 months ago

Make the certificate's longtitle customizable.

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