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

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

Add LecturerLandingPage and LecturerCourses ManageLink viewlet.

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