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

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

Make student email field required.

A trick was needed to make test_manage_contact_student work again.

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