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

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

Enable import of list-of-choices fields.

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