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

Last change on this file since 14395 was 14373, checked in by Henrik Bettermann, 8 years ago

Show report number (job_id) on report pdf slips.

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