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

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

Redirect to manage page after editing of certificate courses.

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