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

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

Add control button to create graduated students.

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