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

Last change on this file since 15004 was 14992, checked in by Henrik Bettermann, 7 years ago

Allow lecturer role assignment also at department level.

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