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

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

Add switch to disable all exports.

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