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

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

Do only allow one running export job.

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