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

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

Remove manual clearance lock. Replace clearance_locked field by
property attribute.

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