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

Last change on this file since 18024 was 18021, checked in by Henrik Bettermann, 6 days ago

Implement payment ticket exporter with date range filter.

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