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

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

Add property attribute total_score in order to make provision
for additional scores (like contineous assessments) in custom
packages.

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