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

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

Add DegreeSource? and degree field to Certificate. Plugins must be updated!

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