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

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

Divide editscorespage.pt into two parts, one for file upload and one for table form.

Add Help modal.

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