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
Line 
1Changes
2*******
3
41.6.1.dev0 (unreleased)
5=======================
6
7* Add `transcript_remark` field to study levels. Add page to allow
8  transcript officers editing the field during transcript processing.
9
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
15* Add `AccommodationPaymentsExporter` which can be used by
16  accommodation officers.
17
18* Add ReleaseExpiredAllocationsActionButton which has previously
19  only been used by Uniben.
20
21* Fix get_student_payment_stats. Department codes are not
22  unique. Use its path instead.
23
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`.
27
28* Implement new transcript processing workflow.
29
30* Always display applicant payments if they exist.
31
32* Allow `ApplicationsManager` to view statistics.
33
34* Add payment session filter to payment exporters.
35
36* Add `SessionPaymentsOverviewExporter`.
37
38* Rename `StudentPaymentsOverviewExporter`.
39
40* Fix `CourseTicketExporter`. Ticket level and session filter
41  did not work.
42
43* Add payment category filter to payment exporters.
44
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
52* Allow lecturer role assignment also at department level.
53
541.6 (2018-04-05)
55================
56
57* Add ticket level and session filter to `CourseTicketExporter`.
58
59* Add 'Student Record Creation' Report page.
60
61* Add `CreateStudents` permission and `StudentsCreator` role.
62
63* Do not allow uploading data with trailing whitespaces.
64
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
70* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
71  which may return different values in custom packages depending on faculty,
72  department or certificate code (requested by AAU Ekpoma).
73
74* Allow `ApplicantOnlinePaymentProcessor` to import records without
75  `p_id` column in create mode.
76
77* Add `waeup.showStudents` permission to `ExportManager` role.
78
79* Fix `CertificateProcessor.checkHeaders`. The processor requires both
80  faculty_code *and* department_code in create mode.
81
82* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
83
84* Do not allow to create more than 10 students with a single request to
85  avoid a timeout of Nginx/Apache.
86
87* Redirect to manage page after editing of certificate courses.
88
89* Add `course_category` attribute to course tickets. In the base package,
90  this attribute is omitted from display and manage pages.
91
92* Add `course_category` attribute to certificate courses.
93
94* Simplify configuration of maximum or minimum total credits.
95
96* Add `outstanding` attribute to course tickets.
97
98* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
99  and `RawScoreReport`.
100
101* Allow applicants in states `admitted`, `not admitted` or `created` to
102  download the payment slip.
103
104* Catch traceback (`RequiredMissing`) if a required field is cleared
105  by import.
106
107* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
108  devices that access the portal via XMLRPC.
109
110
1111.5 (2017-02-14)
112================
113
114* Happy Valentines Day everybody!
115
116* Sort arguments in table of `ReportsContainerPage`.
117
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
124* Add serial number column to Session Results Presentations.
125
126* Add Raw Score Report to base package.
127
128* Only user 'admin' is allowed to access the `DatacenterSettings` page.
129
130* Show correct level title on Level Reports and Session Results Presentations.
131
132* Get set of selected students also from list of matric numbers.
133
134* Confine Level Reports and Session Results Presentations to certificates.
135
136* Show report number (job_id) on report pdf slips.
137
138* Level report: Count and display the number of courses registered but
139  not taken.
140
141* Add control button to create graduated students.
142
143* Add option to render transcripts without passport picture and QR code.
144
145* Catch Reportlab `LayoutError`.
146
147* Replace `course_registration_allowed` by `course_registration_forbidden`
148  method.
149
150* Add export purge button.
151
152* Add report purge button.
153
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
161* Count mandates on configuration page and provide 'Purge' button.
162
163* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
164  time when calling `ExportJobContainerJobStart`.
165
166* Add `ApplicantPaymentExporter`.
167
168* Add file upload functionality to `EditScoresPage`.
169
170* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
171  viewlet.
172
173* Add `ExportPDFScoresSlip`.
174
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
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
184* Add  `ApplicantOnlinePaymentProcessor`.
185
186* Improve `AddStudyLevelFormPage`.
187
188* Create new exporter for lecturers and further restrict the usage of
189  exporters at course level. Lecturers can only export data of
190  current academic session.
191
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
196* Add `flash_notice` field.
197
198* Documentation updates.
199
200* Update pinned versions: six
201
202
2031.4.1 (2016-02-14)
204==================
205
206* Add new application workflow state (`processed`) and transition
207  (`process`).
208
209* Add `DegreeSource` and `degree` field to `ICertificate`.
210  Plugins must be updated!
211
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.
217
218* Upgrade versions.cfg to contain bugfix releases of packages we
219  depend on.
220
221
2221.4 (2016-01-14)
223================
224
225* Add button and view which allow students to unregister their
226  current course list unless the courses have not been validated.
227
228* Configure transfer payments and let students enter their desired
229  study course. Save entered text in `p_item` attribute.
230
231* Add further permissions to the local `ApplicationsManager` role and
232  make it assignable at applicants container level.
233
234* Disable rendering of HTML tags in fullnames.
235
236* Add bed statistics components.
237
238* Add option which allows students to select a desired hostel before
239  booking accommodation.
240
241* Add `BedProcessor`.
242
243* Add portal maintenance mode.
244
245* Allow also `reg_number` on public page to check application status
246  without password.
247
248* Remove `beds_reserved` attribute from hostels. Hostels do no longer
249  contain information about reserved bed spaces.
250
251* Add methods and page to release expired bed allocations.
252
253* Use lastname instead of firstname for first-time password requests.
254
255* When building docs, ignore members with dots in name.
256
257
2581.3.3 (2015-10-06)
259==================
260
261* Show file size of pdf documents in the documents section.
262
263* Add `MANIFEST.in`.
264
265
2661.3.2 (2015-09-14)
267==================
268
269* Add public page to check application status without password.
270
271* Fix department breakdown of student statistics.
272
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
279* Do only allow one running export job.
280
281* Add switch to disable all exports.
282
283* Enable import of list-of-choices fields.
284
285* Include 'end day' when searching for payments in a given period.
286
287* Do not create special application payment tickets with zero amount.
288
289* Remove manual clearance lock. Replace `clearance_locked` field by
290  property attribute.
291
292* Make student email field required.
293
294* Rename application workflow transitions and remove forbidden transitions.
295
296* Rename 'application section' for the sake of consistency.
297
298* Rename student views which are not layout-aware and thus not pages.
299
300* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
301  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
302
303* Implement session-specific course registration deadline and
304  late registration payment.
305
306* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
307  ignore-markers in update *and* create mode.
308
309* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
310  This exporter is designed for finding and finally purging outdated
311  payment ticket.
312
313* Remove deprecated xml importer and exporter components.
314
315* Rearrange datacenter upload page. Provide modal windows to view all
316  processors and sources and vocabularies.
317
318* Reorganize doctests. Remove deprecated doctests.
319
320* Enable temporary suspension of officer accounts. Plugins must be
321  updated after restart.
322
323* Rename 'Portal Users' 'Officers'.
324
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
329* Filter students by current level in reports.
330
331* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
332  matric number counters when computing the matric number.
333
334* Bypass school fee payment activation code creation if student is allowed
335  to proceed to next session.
336
337* Convert `level` into a schema field to be consistent with the documentation.
338
339* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
340  in accordance with other exporter names.
341
342* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
343  permissions.
344
345* Do not automatically allow import managers to import user data.
346
347* Skip empty rows produced by spreadsheet software.
348
349* Add components to  configure a student export jobs in faculties.
350
351* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
352  (in state ``paid``) with same `p_session` and `p_category` exists.
353
354* Add new payment state ``waived``. This state can only be set by import
355  and is only used for the payments overview exporter to
356  mark sessions with waived fees.
357
358* Add exporter methods and export page to filter student data exports
359  by entering a list of student ids.
360
361* Student statistic can now be broken down by faculties or by departments.
362
363* Check if `p_id` exists in payments catalog when importing payment tickets in
364  create mode.
365
366
3671.3.1 (2015-01-14)
368==================
369
370* 1.3 was a brown bag release. Fix uploaded files.
371
372
3731.3 (2015-01-13)
374================
375
376* Add documents package.
377
378* Do not compare ResultEntry objects but their attributes.
379
380* Modify getWidgetsData so that we always get the same error format.
381
382* Validate all codes in university.
383
384* Catch traceback when creating an application slip with a corrupted
385  image file.
386
387* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
388  instead.
389
390* UserProcessor: Check if imported roles do exist in the portal.
391
392* Enable localization of batch processing modules.
393
394* Hide 'Create students' button. Only user admin can see this button.
395
396* Add application_slip_notice field to ApplicantsContainer.
397
398* Remove 'Size' column from logfiles table.
399
400* Add permission, page and button to mass-clear all students in a department.
401
402* Hide export download button 24 hours after file generation.
403
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
411* Show flash message on general search page for the academic section.
412
413* Fix `CertificateCourseProcessor`. Mandatory is not a required field
414  and might be missing in import files. Improve logging. Extend and
415  fix CertCourseProcessorTests.
416
417* Provide customizable method for disabling clearance by clearance
418  officers.
419
420* Merge Javascript functions into one file. Add Javascript function to
421  calculate copyright notice year automatically.
422
423* Use lastname (surname) instead of firstname to verify found
424  application record on ApplicantRegistrationPage.
425
426* Append hash '#' also to datetimes to circumvent unwanted excel
427  automatic.
428
429* Method for (customizable) application passport upload requirements
430  added.
431
432* Filter payment ticket data exports by specifying the payment_date
433  period.
434
435* Method for (customizable) application payment slip download
436  requirements added.
437
438* Method for (customizable) application payment ticket upload
439  requirements added.
440
441* Remove unused rowadd javascript function.
442
443* certcode and reg_number added to DataForBursaryExporter.
444
445* Some batch processor names corrected.
446
447* Fixed ReST markup in setup.py long description.
448
449
4501.2 (2014-06-16)
451================
452
453* Redirect to login page after using password mandate.
454
455* Adding student payment tickets is logged.
456
457* Provide XMLRPC services for storing and retrieving fingerprint
458  scans.
459
460* Sort ContextualDictSource by dictionary values not by keys.
461
462* Add regular school fee and balance payments when exporting payments
463  overviews.
464
465* Add samePaymentMade method to StudentsUtils.
466
467* Fingerprint file upload enabled.
468
469* is_fresh property method added to Student class.
470
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.
476
477* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
478
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
484* Multiple payments in special application containers enabled.
485  Special payment applicants remain in state started after payment.
486
487* File input fields brought into shape with Bootstrap 3.
488
489* Transcript and access code pagetemplates adjusted.
490
491* Print QR codes on all student slips.
492
493* Allow adding current_level to base data section on all student slips
494  (requested by Uniben).
495
496* Windows is no longer supported. Installation manual removed.
497
498* Added JS helper to scroll to sequencelists after adding/removing items.
499
500
5011.1 (2014-03-13)
502================
503
504* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
505
506* Do also export student and course ticket data of students on probation.
507
508* 'Create student' option removed from 'Application Transition'
509  select field.
510
511* API docs added.
512
513* Back-to links replaced by animated jQuery plugins.
514
515* Default frontpage text updated.
516
517* Use absolute urls on datacenter pages.
518
519* Provide customizable method for disabling student payments.
520
521* After login and logout, regular users (officers) are redirected
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
527* Show tooltip alert and warning window before updating plugins.
528
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
534* jquery-ui.min.js is also used for tooltips.
535
536* Do not create TSC AC batch when updating plugins.
537  All TSC batches are created.
538
539* Make table on applicantsrootpage responsive.
540
541* Change width of input, select and textarea fields.
542
543* Use only https in theme.html.
544
545* INSTALL.txt updated and integrated into Sphinx documentation.
546
547* Redundancies removed in docs.
548
549
5501.0 (2014-02-22)
551================
552
553* Diazofied the complete package.
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
5770.1 (never released)
578====================
579
580Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.