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

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

Rename student views which are not layout-aware and thus not pages.

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