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

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

Divide editscorespage.pt into two parts, one for file upload and one for table form.

Add Help modal.

File size: 11.8 KB
Line 
1Changes
2*******
3
41.4.2.dev0 (unreleased)
5=======================
6
7* Add file upload functionality to `EditScoresPage`.
8
9* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
10  viewlet.
11
12* Add `ExportPDFScoresSlip`.
13
14* Add `DownloadScoresView` which is for lecturers only. Remove
15  `waeup.showStudents` from `Lecturer` role. Adjust
16  `DataForLecturerExporter`. Only editable course tickets are being
17  exported.
18
19* Remove application fee fallback option. Application fees can only
20  be set via applicants containers. Hide Payment Tickets section on
21  application pages if fee isn't set.
22
23* Add  `ApplicantOnlinePaymentProcessor`.
24
25* Improve `AddStudyLevelFormPage`.
26
27* Create new exporter for lecturers and further restrict the usage of
28  exporters at course level. Lecturers can only export data of
29  current academic session.
30
31* Show certificate-specific p_level value on payment pages.
32  Ensure that only allowed payment levels can be selected when
33  adding a balance payment.
34
35* Add `flash_notice` field.
36
37* Documentation updates.
38
39* Update pinned versions: six
40
41
421.4.1 (2016-02-14)
43==================
44
45* Add new application workflow state (`processed`) and transition
46  (`process`).
47
48* Add `DegreeSource` and `degree` field to `Certificate`.
49  Plugins must be updated!
50
51* Upgrade bootstrap.py script and update some dependencies. For
52  already running instances a new init might be neccessary, i.e.
53  you might have to create a new virtualenv and run bootstap.py
54  and buildout from that new virtualenv to get rid of old
55  package versions in the runtime environment.
56
57* Upgrade versions.cfg to contain bugfix releases of packages we
58  depend on.
59
60
611.4 (2016-01-14)
62================
63
64* Add button and view which allow students to unregister their
65  current course list unless the courses have not been validated.
66
67* Configure transfer payments and let students enter their desired
68  study course. Save entered text in p_item attribute.
69
70* Add further permissions to the local `ApplicationsManager` role and
71  make it assignable at applicants container level.
72
73* Disable rendering of HTML tags in fullnames.
74
75* Add bed statistics components.
76
77* Add option which allows students to select a desired hostel before
78  booking accommodation.
79
80* Add `BedProcessor`.
81
82* Add portal maintenance mode.
83
84* Allow also `reg_number` on public page to check application status
85  without password.
86
87* Remove `beds_reserved` attribute from hostels. Hostels do no longer
88  contain information about reserved bed spaces.
89
90* Add methods and page to release expired bed allocations.
91
92* Use lastname instead of firstname for first-time password requests.
93
94* When building docs, ignore members with dots in name.
95
96
971.3.3 (2015-10-06)
98==================
99
100* Show file size of pdf documents in the documents section.
101
102* Add `MANIFEST.in`.
103
104
1051.3.2 (2015-09-14)
106==================
107
108* Add public page to check application status without password.
109
110* Fix department breakdown of student statistics.
111
112* Enable purging of applicants containers.
113
114* Enable pre-filling of applicants containers with empty
115  application records which are used during self-registration
116  to avoid excessive growth of the Data.fs.
117
118* Do only allow one running export job.
119
120* Add switch to disable all exports.
121
122* Enable import of list-of-choices fields.
123
124* Include 'end day' when searching for payments in a given period.
125
126* Do not create special application payment tickets with zero amount.
127
128* Remove manual clearance lock. Replace `clearance_locked` field by
129  property attribute.
130
131* Make student email field required.
132
133* Rename application workflow transitions and remove forbidden transitions.
134
135* Rename 'application section' for the sake of consistency.
136
137* Rename student views which are not layout-aware and thus not pages.
138
139* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
140  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
141
142* Implement session-specific course registration deadline and
143  late registration payment.
144
145* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
146  ignore-markers in update *and* create mode.
147
148* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
149  This exporter is designed for finding and finally purging outdated
150  payment ticket.
151
152* Remove deprecated xml importer and exporter components.
153
154* Rearrange datacenter upload page. Provide modal windows to view all
155  processors and sources and vocabularies.
156
157* Reorganize doctests. Remove deprecated doctests.
158
159* Enable temporary suspension of officer accounts. Plugins must be
160  updated after restart.
161
162* Rename 'Portal Users' 'Officers'.
163
164* Add link 'Kofa Docs for this page' at the end of the content box
165  which refers to the corresponding section of the
166  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
167
168* Filter students by current level in reports.
169
170* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
171  matric number counters when computing the matric number.
172
173* Bypass school fee payment activation code creation if student is allowed
174  to proceed to next session.
175
176* Convert `level` into a schema field to be consistent with the documentation.
177
178* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
179  in accordance with other exporter names.
180
181* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
182  permissions.
183
184* Do not automatically allow import managers to import user data.
185
186* Skip empty rows produced by spreadsheet software.
187
188* Add components to  configure a student export jobs in faculties.
189
190* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
191  (in state ``paid``) with same `p_session` and `p_category` exists.
192
193* Add new payment state ``waived``. This state can only be set by import
194  and is only used for the payments overview exporter to
195  mark sessions with waived fees.
196
197* Add exporter methods and export page to filter student data exports
198  by entering a list of student ids.
199
200* Student statistic can now be broken down by faculties or by departments.
201
202* Check if `p_id` exists in payments catalog when importing payment tickets in
203  create mode.
204
205
2061.3.1 (2015-01-14)
207==================
208
209* 1.3 was a brown bag release. Fix uploaded files.
210
211
2121.3 (2015-01-13)
213================
214
215* Add documents package.
216
217* Do not compare ResultEntry objects but their attributes.
218
219* Modify getWidgetsData so that we always get the same error format.
220
221* Validate all codes in university.
222
223* Catch traceback when creating an application slip with a corrupted
224  image file.
225
226* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
227  instead.
228
229* UserProcessor: Check if imported roles do exist in the portal.
230
231* Enable localization of batch processing modules.
232
233* Hide 'Create students' button. Only user admin can see this button.
234
235* Add application_slip_notice field to ApplicantsContainer.
236
237* Remove 'Size' column from logfiles table.
238
239* Add permission, page and button to mass-clear all students in a department.
240
241* Hide export download button 24 hours after file generation.
242
243* Add helper to allow `meminfo` checks for cached memory, etc.
244
245* Allow external checks of system load before performing expensive
246  actions.
247
248* Add new dependency: `psutil` (required to check system state).
249
250* Show flash message on general search page for the academic section.
251
252* Fix CertificateCourseProcessor. Mandatory is not a required field
253  and might be missing in import files. Improve logging. Extend and
254  fix CertCourseProcessorTests.
255
256* Provide customizable method for disabling clearance by clearance
257  officers.
258
259* Merge Javascript functions into one file. Add Javascript function to
260  calculate copyright notice year automatically.
261
262* Use lastname (surname) instead of firstname to verify found
263  application record on ApplicantRegistrationPage.
264
265* Append hash '#' also to datetimes to circumvent unwanted excel
266  automatic.
267
268* Method for (customizable) application passport upload requirements
269  added.
270
271* Filter payment ticket data exports by specifying the payment_date
272  period.
273
274* Method for (customizable) application payment slip download
275  requirements added.
276
277* Method for (customizable) application payment ticket upload
278  requirements added.
279
280* Remove unused rowadd javascript function.
281
282* certcode and reg_number added to DataForBursaryExporter.
283
284* Some batch processor names corrected.
285
286* Fixed ReST markup in setup.py long description.
287
288
2891.2 (2014-06-16)
290================
291
292* Redirect to login page after using password mandate.
293
294* Adding student payment tickets is logged.
295
296* Provide XMLRPC services for storing and retrieving fingerprint
297  scans.
298
299* Sort ContextualDictSource by dictionary values not by keys.
300
301* Add regular school fee and balance payments when exporting payments
302  overviews.
303
304* Add samePaymentMade method to StudentsUtils.
305
306* Fingerprint file upload enabled.
307
308* is_fresh property method added to Student class.
309
310* Special application procedure modified. Special applicants must submit
311  their form before they can download payment slips. Thus the regular
312  workflow is now applied but, in contrast to regular applications,
313  special applicants can create and pay more than one payment ticket.
314  Also application slips are hidden.
315
316* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
317
318* When sending mails, always set from-address to 'no-reply@waeup.org'.
319  Real from-addresses are now set in Cc and Reply-To fields. This is
320  to tackle problems with yahoo (does not allow yahoo.com mails to be
321  sent from non-yahoo servers).
322
323* Multiple payments in special application containers enabled.
324  Special payment applicants remain in state started after payment.
325
326* File input fields brought into shape with Bootstrap 3.
327
328* Transcript and access code pagetemplates adjusted.
329
330* Print QR codes on all student slips.
331
332* Allow adding current_level to base data section on all student slips
333  (requested by Uniben).
334
335* Windows is no longer supported. Installation manual removed.
336
337* Added JS helper to scroll to sequencelists after adding/removing items.
338
339
3401.1 (2014-03-13)
341================
342
343* Add display_fullname column to CourseTicketExporter (requested by Uniben).
344
345* Do also export student and course ticket data of students on probation.
346
347* 'Create student' option removed from 'Application Transition'
348  select field.
349
350* API docs added.
351
352* Back-to links replaced by animated jQuery plugins.
353
354* Default frontpage text updated.
355
356* Use absolute urls on datacenter pages.
357
358* Provide customizable method for disabling student payments.
359
360* After login and logout, regular users (officers) are redirected
361  to the portal's index page not to the portal's root. The
362  root URL can now be rewritten be Nginx or Apache so that the user
363  is being redirected to the university website
364  when entering the root URL directly or clicking the acronym.
365
366* Show tooltip alert and warning window before updating plugins.
367
368* JSAction has been deprecated. KofaAction can be used instead. Additional
369  parameters can be used in @action decorators to enable tooltips and/or
370  warning windows. The old @jsaction decorator still triggers a default
371  warning message.
372
373* jquery-ui.min.js is also used for tooltips.
374
375* Do not create TSC AC batch when updating plugins.
376  All TSC batches are created.
377
378* Make table on applicantsrootpage responsive.
379
380* Change width of input, select and textarea fields.
381
382* Use only https in theme.html.
383
384* INSTALL.txt updated and integrated into Sphinx documentation.
385
386* Redundancies removed in docs.
387
388
3891.0 (2014-02-22)
390================
391
392* Diazofied the complete package.
393
394
3950.2.1 (2014-02-21)
396==================
397
398* Send mails to from-address, if site-wide config admin is
399  different from it.
400
401* Change flash message for successful applicants.
402
403* Use more attributes of applicants with payer objects.
404
405* Update copyright infos (year).
406
407* Localization updates.
408
409
4100.2 (2014-01-09)
411================
412
413Tons of changes.
414
415
4160.1 (never released)
417====================
418
419Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.