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

Last change on this file since 17094 was 17094, checked in by Henrik Bettermann, 2 years ago

Add MonthSource? to be used in custom packages.

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