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

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

Don't show 'Base Data' header on slips if no form fields do follow.

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