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

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

More docs.

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