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

Last change on this file since 16153 was 16110, checked in by Henrik Bettermann, 4 years ago

Add webservice to check if graduated student exists.

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