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

Last change on this file since 16050 was 16046, checked in by Henrik Bettermann, 5 years ago

Use consistent flow value formatting for CGPA.

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