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

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

Update CHANGES.txt.

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