source: main/waeup.kofa/branches/uli-upgrade-beaker/CHANGES.txt @ 17179

Last change on this file since 17179 was 17179, checked in by uli, 22 months ago

Upgrade beaker and dependencies.

The old version of beaker we used was using outdated cryptolibs that do not work on more recent operating systems. This upgrade introduces a new ZCML snippet in ftesting.zcml and site.zcml which replaces the former beaker.py submodule. Therefore this change is not backwards compatible and you must run buildout again to generate a new site.zcml (or at least change it manually).

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