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

Last change on this file since 13157 was 13156, checked in by Henrik Bettermann, 10 years ago

Include 'end day' when searching for payments in a given period.

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