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

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