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

Last change on this file since 14489 was 14485, checked in by Henrik Bettermann, 8 years ago

Level title

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