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

Last change on this file since 13904 was 13898, checked in by Henrik Bettermann, 9 years ago

Add ExportPDFScoresSlip.

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