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

Last change on this file since 17877 was 17877, checked in by Henrik Bettermann, 6 weeks ago

Add an id to download filenames if necessary. Enable this feature for Final Year Clearance Routing Slip.

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