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

Last change on this file since 17367 was 17327, checked in by uli, 20 months ago

Upgrade grokcore.startup

while still keeping the possibility to use zdaemon. This change requires
rerunning buildout.

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