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

Last change on this file since 15127 was 15122, checked in by Henrik Bettermann, 6 years ago

Always display applicant payments if they exist.

File size: 15.9 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[14991]41.6.1.dev0 (unreleased)
5=======================
6
[15122]7* Always display applicant payments if they exist.
8
[15085]9* Allow `ApplicationsManager` to view statistics.
10
[15055]11* Add payment session filter to payment exporters.
12
[15051]13* Add `SessionPaymentsOverviewExporter`.
14
[15047]15* Rename `StudentPaymentsOverviewExporter`.
16
[15042]17* Fix `CourseTicketExporter`. Ticket level and session filter
18  did not work.
19
20* Add payment category filter to payment exporters.
21
[15037]22* Remove 'hidden' attribute from ordereddSelectionList which has
23  caused a malfunction in Internet Exporer.
24
25* Set ssl index URL in buildout.cfg
26
27* Use the 'new' recaptcha v2.
28
[14992]29* Allow lecturer role assignment also at department level.
[14991]30
[14989]311.6 (2018-04-05)
32================
[14551]33
[14984]34* Add ticket level and session filter to `CourseTicketExporter`.
35
[14951]36* Add 'Student Record Creation' Report page.
[14950]37
[14948]38* Add `CreateStudents` permission and `StudentsCreator` role.
39
[14939]40* Do not allow uploading data with trailing whitespaces.
41
[14934]42* Do no longer hide the 'Create students' buttons but switch the portal to
43  maintenance mode to ensure that nobody can enter the portal during
44  record creation except for user 'admin'. This guarantees that record
45  creation is only started once.
46
[14914]47* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
[14915]48  which may return different values in custom packages depending on faculty,
49  department or certificate code (requested by AAU Ekpoma).
[14914]50
[14804]51* Allow `ApplicantOnlinePaymentProcessor` to import records without
52  `p_id` column in create mode.
53
[14734]54* Add `waeup.showStudents` permission to `ExportManager` role.
55
[14724]56* Fix `CertificateProcessor.checkHeaders`. The processor requires both
57  faculty_code *and* department_code in create mode.
58
[14684]59* Add 'Update all tickets' button to StudyLevelEditFormPage.
60
[14682]61* Do not allow to create more than 10 students with a single request to
62  avoid a timeout of Nginx/Apache.
63
[14648]64* Redirect to manage page after editing of certificate courses.
65
[14642]66* Add `course_category` attribute to course tickets. In the base package,
67  this attribute is omitted from display and manage pages.
68
[14638]69* Add `course_category` attribute to certificate courses.
70
[14584]71* Simplify configuration of maximum or minimum total credits.
[14582]72
[14574]73* Add `outstanding` attribute to course tickets.
74
[14572]75* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
76  and `RawScoreReport`.
77
[14568]78* Allow applicants in states `admitted`, `not admitted` or `created` to
79  download the payment slip.
80
[14553]81* Catch traceback (`RequiredMissing`) if a required field is cleared
82  by import.
[14551]83
[14602]84* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
85  devices that access the portal via XMLRPC.
[14551]86
[14602]87
[14549]881.5 (2017-02-14)
89================
[13697]90
[14549]91* Happy Valentines Day everybody!
92
[14519]93* Sort arguments in table of `ReportsContainerPage`.
94
[14514]95* Add `entry_session` and `p_session` filter to Student Payment Statistics
96  generator. Adjust reports: Change footer and filename formats.
97
98* Add officer name fields do `IDepartment` and `IFaculty`.
99  Plugins must be updated!
100
[14507]101* Add serial number column to Session Results Presentations.
102
[14497]103* Add Raw Score Report to base package.
104
[14491]105* Only user 'admin' is allowed to access the `DatacenterSettings` page.
106
[14507]107* Show correct level title on Level Reports and Session Results Presentations.
[14481]108
[14443]109* Get set of selected students also from list of matric numbers.
110
111* Confine Level Reports and Session Results Presentations to certificates.
112
[14373]113* Show report number (job_id) on report pdf slips.
114
[14368]115* Level report: Count and display the number of courses registered but
116  not taken.
117
[14293]118* Add control button to create graduated students.
119
[14292]120* Add option to render transcripts without passport picture and QR code.
121
[14256]122* Catch Reportlab `LayoutError`.
123
[14247]124* Replace `course_registration_allowed` by `course_registration_forbidden`
125  method.
126
[14170]127* Add export purge button.
128
[14169]129* Add report purge button.
130
[14133]131* Add property attribute `total_score` in order to make provision
132  for additional scores (like contineous assessments) in custom
133  packages.
134
135* Make provision against storing other objects than applicant payments
136  in applicant containers.
137
[13959]138* Count mandates on configuration page and provide 'Purge' button.
139
[13950]140* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
141  time when calling `ExportJobContainerJobStart`.
142
[13949]143* Add `ApplicantPaymentExporter`.
144
[13936]145* Add file upload functionality to `EditScoresPage`.
146
[13908]147* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
148  viewlet.
149
[13898]150* Add `ExportPDFScoresSlip`.
151
[13894]152* Add `DownloadScoresView` which is for lecturers only. Remove
153  `waeup.showStudents` from `Lecturer` role. Adjust
154  `DataForLecturerExporter`. Only editable course tickets are being
155  exported.
156
[13886]157* Remove application fee fallback option. Application fees can only
158  be set via applicants containers. Hide Payment Tickets section on
159  application pages if fee isn't set.
160
[13872]161* Add  `ApplicantOnlinePaymentProcessor`.
162
[13773]163* Improve `AddStudyLevelFormPage`.
164
[13766]165* Create new exporter for lecturers and further restrict the usage of
[13767]166  exporters at course level. Lecturers can only export data of
167  current academic session.
[13766]168
[13736]169* Show certificate-specific p_level value on payment pages.
170  Ensure that only allowed payment levels can be selected when
171  adding a balance payment.
172
[13711]173* Add `flash_notice` field.
174
[13702]175* Documentation updates.
[13697]176
[13745]177* Update pinned versions: six
[13697]178
[13745]179
[13695]1801.4.1 (2016-02-14)
181==================
[13257]182
[13651]183* Add new application workflow state (`processed`) and transition
184  (`process`).
[13613]185
[14514]186* Add `DegreeSource` and `degree` field to `ICertificate`.
[13651]187  Plugins must be updated!
[13613]188
[13659]189* Upgrade bootstrap.py script and update some dependencies. For
190  already running instances a new init might be neccessary, i.e.
191  you might have to create a new virtualenv and run bootstap.py
192  and buildout from that new virtualenv to get rid of old
193  package versions in the runtime environment.
[13651]194
[13691]195* Upgrade versions.cfg to contain bugfix releases of packages we
196  depend on.
[13659]197
[13691]198
[13613]1991.4 (2016-01-14)
200================
201
[13610]202* Add button and view which allow students to unregister their
203  current course list unless the courses have not been validated.
204
[13574]205* Configure transfer payments and let students enter their desired
[14638]206  study course. Save entered text in `p_item` attribute.
[13574]207
[13651]208* Add further permissions to the local `ApplicationsManager` role and
[13570]209  make it assignable at applicants container level.
210
[13493]211* Disable rendering of HTML tags in fullnames.
212
[13484]213* Add bed statistics components.
214
[13457]215* Add option which allows students to select a desired hostel before
216  booking accommodation.
217
[13651]218* Add `BedProcessor`.
[13432]219
[13394]220* Add portal maintenance mode.
221
[13651]222* Allow also `reg_number` on public page to check application status
[13363]223  without password.
224
[13346]225* Remove `beds_reserved` attribute from hostels. Hostels do no longer
226  contain information about reserved bed spaces.
227
[13319]228* Add methods and page to release expired bed allocations.
[13288]229
[13344]230* Use lastname instead of firstname for first-time password requests.
[13288]231
[13471]232* When building docs, ignore members with dots in name.
[13344]233
[13613]234
[13288]2351.3.3 (2015-10-06)
236==================
237
[13263]238* Show file size of pdf documents in the documents section.
[13257]239
[13269]240* Add `MANIFEST.in`.
241
242
[13255]2431.3.2 (2015-09-14)
244==================
[12469]245
[13254]246* Add public page to check application status without password.
247
[13236]248* Fix department breakdown of student statistics.
249
[13223]250* Enable purging of applicants containers.
251
252* Enable pre-filling of applicants containers with empty
253  application records which are used during self-registration
254  to avoid excessive growth of the Data.fs.
255
[13199]256* Do only allow one running export job.
257
[13198]258* Add switch to disable all exports.
259
[13159]260* Enable import of list-of-choices fields.
261
[13156]262* Include 'end day' when searching for payments in a given period.
263
[13124]264* Do not create special application payment tickets with zero amount.
[13123]265
[13103]266* Remove manual clearance lock. Replace `clearance_locked` field by
267  property attribute.
268
[13091]269* Make student email field required.
270
[13087]271* Rename application workflow transitions and remove forbidden transitions.
272
[13073]273* Rename 'application section' for the sake of consistency.
274
[13055]275* Rename student views which are not layout-aware and thus not pages.
276
[13032]277* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
278  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
279
[13031]280* Implement session-specific course registration deadline and
281  late registration payment.
282
[12981]283* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
284  ignore-markers in update *and* create mode.
285
[12971]286* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
287  This exporter is designed for finding and finally purging outdated
288  payment ticket.
289
[12960]290* Remove deprecated xml importer and exporter components.
291
[12958]292* Rearrange datacenter upload page. Provide modal windows to view all
293  processors and sources and vocabularies.
294
[12950]295* Reorganize doctests. Remove deprecated doctests.
296
[12926]297* Enable temporary suspension of officer accounts. Plugins must be
298  updated after restart.
299
[12912]300* Rename 'Portal Users' 'Officers'.
301
[12901]302* Add link 'Kofa Docs for this page' at the end of the content box
303  which refers to the corresponding section of the
304  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
305
[12897]306* Filter students by current level in reports.
307
[12896]308* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
309  matric number counters when computing the matric number.
310
[12889]311* Bypass school fee payment activation code creation if student is allowed
312  to proceed to next session.
313
[12896]314* Convert `level` into a schema field to be consistent with the documentation.
[12873]315
[12896]316* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]317  in accordance with other exporter names.
318
[12900]319* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
320  permissions.
[12844]321
[12896]322* Do not automatically allow import managers to import user data.
[12844]323
[12810]324* Skip empty rows produced by spreadsheet software.
325
[12632]326* Add components to  configure a student export jobs in faculties.
327
[12896]328* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
329  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]330
[12896]331* Add new payment state ``waived``. This state can only be set by import
[12569]332  and is only used for the payments overview exporter to
333  mark sessions with waived fees.
334
[13269]335* Add exporter methods and export page to filter student data exports
[12518]336  by entering a list of student ids.
337
338* Student statistic can now be broken down by faculties or by departments.
339
[12896]340* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]341  create mode.
[12469]342
343
[12466]3441.3.1 (2015-01-14)
345==================
[12465]346
[12466]347* 1.3 was a brown bag release. Fix uploaded files.
[12465]348
349
[12463]3501.3 (2015-01-13)
351================
[11693]352
[12437]353* Add documents package.
[12418]354
[12437]355* Do not compare ResultEntry objects but their attributes.
356
[12415]357* Modify getWidgetsData so that we always get the same error format.
358
359* Validate all codes in university.
360
[12395]361* Catch traceback when creating an application slip with a corrupted
362  image file.
363
[12437]364* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
365  instead.
[12247]366
[12190]367* UserProcessor: Check if imported roles do exist in the portal.
368
[11891]369* Enable localization of batch processing modules.
370
[11874]371* Hide 'Create students' button. Only user admin can see this button.
372
[11869]373* Add application_slip_notice field to ApplicantsContainer.
374
[11863]375* Remove 'Size' column from logfiles table.
376
[11862]377* Add permission, page and button to mass-clear all students in a department.
378
[11826]379* Hide export download button 24 hours after file generation.
380
[11825]381* Add helper to allow `meminfo` checks for cached memory, etc.
382
383* Allow external checks of system load before performing expensive
384  actions.
385
386* Add new dependency: `psutil` (required to check system state).
387
[12862]388* Show flash message on general search page for the academic section.
[11794]389
[14638]390* Fix `CertificateCourseProcessor`. Mandatory is not a required field
[11798]391  and might be missing in import files. Improve logging. Extend and
392  fix CertCourseProcessorTests.
[11779]393
[11798]394* Provide customizable method for disabling clearance by clearance
395  officers.
[11772]396
[11798]397* Merge Javascript functions into one file. Add Javascript function to
398  calculate copyright notice year automatically.
[11741]399
[11798]400* Use lastname (surname) instead of firstname to verify found
401  application record on ApplicantRegistrationPage.
[11738]402
[11798]403* Append hash '#' also to datetimes to circumvent unwanted excel
404  automatic.
[11737]405
[11798]406* Method for (customizable) application passport upload requirements
407  added.
[11733]408
[11798]409* Filter payment ticket data exports by specifying the payment_date
410  period.
[11730]411
[11798]412* Method for (customizable) application payment slip download
413  requirements added.
[11726]414
[11798]415* Method for (customizable) application payment ticket upload
416  requirements added.
[11729]417
[11722]418* Remove unused rowadd javascript function.
419
[11702]420* certcode and reg_number added to DataForBursaryExporter.
421
[11699]422* Some batch processor names corrected.
[11693]423
[11701]424* Fixed ReST markup in setup.py long description.
425
426
[11689]4271.2 (2014-06-16)
428================
[11487]429
[11680]430* Redirect to login page after using password mandate.
431
[11676]432* Adding student payment tickets is logged.
433
[11672]434* Provide XMLRPC services for storing and retrieving fingerprint
435  scans.
436
[11664]437* Sort ContextualDictSource by dictionary values not by keys.
438
[11661]439* Add regular school fee and balance payments when exporting payments
440  overviews.
441
[11641]442* Add samePaymentMade method to StudentsUtils.
443
[11608]444* Fingerprint file upload enabled.
445
[11604]446* is_fresh property method added to Student class.
447
[11599]448* Special application procedure modified. Special applicants must submit
449  their form before they can download payment slips. Thus the regular
450  workflow is now applied but, in contrast to regular applications,
451  special applicants can create and pay more than one payment ticket.
452  Also application slips are hidden.
[11589]453
[11599]454* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
455
[11585]456* When sending mails, always set from-address to 'no-reply@waeup.org'.
457  Real from-addresses are now set in Cc and Reply-To fields. This is
458  to tackle problems with yahoo (does not allow yahoo.com mails to be
459  sent from non-yahoo servers).
460
[11575]461* Multiple payments in special application containers enabled.
462  Special payment applicants remain in state started after payment.
463
[11558]464* File input fields brought into shape with Bootstrap 3.
465
[11551]466* Transcript and access code pagetemplates adjusted.
467
[11550]468* Print QR codes on all student slips.
469
[11535]470* Allow adding current_level to base data section on all student slips
471  (requested by Uniben).
472
[11523]473* Windows is no longer supported. Installation manual removed.
474
[11497]475* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]476
[11497]477
[11485]4781.1 (2014-03-13)
479================
[11258]480
[14574]481* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
[11484]482
[11483]483* Do also export student and course ticket data of students on probation.
484
[11482]485* 'Create student' option removed from 'Application Transition'
486  select field.
487
[11481]488* API docs added.
489
[11463]490* Back-to links replaced by animated jQuery plugins.
491
[11461]492* Default frontpage text updated.
493
[11460]494* Use absolute urls on datacenter pages.
495
[11451]496* Provide customizable method for disabling student payments.
497
[11481]498* After login and logout, regular users (officers) are redirected
[11439]499  to the portal's index page not to the portal's root. The
500  root URL can now be rewritten be Nginx or Apache so that the user
501  is being redirected to the university website
502  when entering the root URL directly or clicking the acronym.
503
[11438]504* Show tooltip alert and warning window before updating plugins.
505
[11437]506* JSAction has been deprecated. KofaAction can be used instead. Additional
507  parameters can be used in @action decorators to enable tooltips and/or
508  warning windows. The old @jsaction decorator still triggers a default
509  warning message.
510
[11436]511* jquery-ui.min.js is also used for tooltips.
512
[11435]513* Do not create TSC AC batch when updating plugins.
514  All TSC batches are created.
515
[11433]516* Make table on applicantsrootpage responsive.
517
[11431]518* Change width of input, select and textarea fields.
519
[11430]520* Use only https in theme.html.
521
[11386]522* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]523
[11430]524* Redundancies removed in docs.
[11258]525
[11430]526
[11255]5271.0 (2014-02-22)
528================
[11253]529
[11255]530* Diazofied the complete package.
[11253]531
532
5330.2.1 (2014-02-21)
534==================
535
536* Send mails to from-address, if site-wide config admin is
537  different from it.
538
539* Change flash message for successful applicants.
540
541* Use more attributes of applicants with payer objects.
542
543* Update copyright infos (year).
544
545* Localization updates.
546
547
5480.2 (2014-01-09)
549================
550
551Tons of changes.
552
553
[11255]5540.1 (never released)
555====================
[4955]556
[7808]557Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.