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

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

Add transcript_remark field to study levels. Add page to allow
transcript officers editing the field during transcript processing.

Tests will follow!

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