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

Last change on this file since 14466 was 14443, checked in by Henrik Bettermann, 8 years ago

Get set of selected students also from list of matric numbers.

File size: 12.8 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[13697]41.4.2.dev0 (unreleased)
5=======================
6
[14443]7* Get set of selected students also from list of matric numbers.
8
9* Confine Level Reports and Session Results Presentations to certificates.
10
[14373]11* Show report number (job_id) on report pdf slips.
12
[14368]13* Level report: Count and display the number of courses registered but
14  not taken.
15
[14293]16* Add control button to create graduated students.
17
[14292]18* Add option to render transcripts without passport picture and QR code.
19
[14256]20* Catch Reportlab `LayoutError`.
21
[14247]22* Replace `course_registration_allowed` by `course_registration_forbidden`
23  method.
24
[14170]25* Add export purge button.
26
[14169]27* Add report purge button.
28
[14133]29* Add property attribute `total_score` in order to make provision
30  for additional scores (like contineous assessments) in custom
31  packages.
32
33* Make provision against storing other objects than applicant payments
34  in applicant containers.
35
[13959]36* Count mandates on configuration page and provide 'Purge' button.
37
[13950]38* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
39  time when calling `ExportJobContainerJobStart`.
40
[13949]41* Add `ApplicantPaymentExporter`.
42
[13936]43* Add file upload functionality to `EditScoresPage`.
44
[13908]45* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
46  viewlet.
47
[13898]48* Add `ExportPDFScoresSlip`.
49
[13894]50* Add `DownloadScoresView` which is for lecturers only. Remove
51  `waeup.showStudents` from `Lecturer` role. Adjust
52  `DataForLecturerExporter`. Only editable course tickets are being
53  exported.
54
[13886]55* Remove application fee fallback option. Application fees can only
56  be set via applicants containers. Hide Payment Tickets section on
57  application pages if fee isn't set.
58
[13872]59* Add  `ApplicantOnlinePaymentProcessor`.
60
[13773]61* Improve `AddStudyLevelFormPage`.
62
[13766]63* Create new exporter for lecturers and further restrict the usage of
[13767]64  exporters at course level. Lecturers can only export data of
65  current academic session.
[13766]66
[13736]67* Show certificate-specific p_level value on payment pages.
68  Ensure that only allowed payment levels can be selected when
69  adding a balance payment.
70
[13711]71* Add `flash_notice` field.
72
[13702]73* Documentation updates.
[13697]74
[13745]75* Update pinned versions: six
[13697]76
[13745]77
[13695]781.4.1 (2016-02-14)
79==================
[13257]80
[13651]81* Add new application workflow state (`processed`) and transition
82  (`process`).
[13613]83
[13651]84* Add `DegreeSource` and `degree` field to `Certificate`.
85  Plugins must be updated!
[13613]86
[13659]87* Upgrade bootstrap.py script and update some dependencies. For
88  already running instances a new init might be neccessary, i.e.
89  you might have to create a new virtualenv and run bootstap.py
90  and buildout from that new virtualenv to get rid of old
91  package versions in the runtime environment.
[13651]92
[13691]93* Upgrade versions.cfg to contain bugfix releases of packages we
94  depend on.
[13659]95
[13691]96
[13613]971.4 (2016-01-14)
98================
99
[13610]100* Add button and view which allow students to unregister their
101  current course list unless the courses have not been validated.
102
[13574]103* Configure transfer payments and let students enter their desired
104  study course. Save entered text in p_item attribute.
105
[13651]106* Add further permissions to the local `ApplicationsManager` role and
[13570]107  make it assignable at applicants container level.
108
[13493]109* Disable rendering of HTML tags in fullnames.
110
[13484]111* Add bed statistics components.
112
[13457]113* Add option which allows students to select a desired hostel before
114  booking accommodation.
115
[13651]116* Add `BedProcessor`.
[13432]117
[13394]118* Add portal maintenance mode.
119
[13651]120* Allow also `reg_number` on public page to check application status
[13363]121  without password.
122
[13346]123* Remove `beds_reserved` attribute from hostels. Hostels do no longer
124  contain information about reserved bed spaces.
125
[13319]126* Add methods and page to release expired bed allocations.
[13288]127
[13344]128* Use lastname instead of firstname for first-time password requests.
[13288]129
[13471]130* When building docs, ignore members with dots in name.
[13344]131
[13613]132
[13288]1331.3.3 (2015-10-06)
134==================
135
[13263]136* Show file size of pdf documents in the documents section.
[13257]137
[13269]138* Add `MANIFEST.in`.
139
140
[13255]1411.3.2 (2015-09-14)
142==================
[12469]143
[13254]144* Add public page to check application status without password.
145
[13236]146* Fix department breakdown of student statistics.
147
[13223]148* Enable purging of applicants containers.
149
150* Enable pre-filling of applicants containers with empty
151  application records which are used during self-registration
152  to avoid excessive growth of the Data.fs.
153
[13199]154* Do only allow one running export job.
155
[13198]156* Add switch to disable all exports.
157
[13159]158* Enable import of list-of-choices fields.
159
[13156]160* Include 'end day' when searching for payments in a given period.
161
[13124]162* Do not create special application payment tickets with zero amount.
[13123]163
[13103]164* Remove manual clearance lock. Replace `clearance_locked` field by
165  property attribute.
166
[13091]167* Make student email field required.
168
[13087]169* Rename application workflow transitions and remove forbidden transitions.
170
[13073]171* Rename 'application section' for the sake of consistency.
172
[13055]173* Rename student views which are not layout-aware and thus not pages.
174
[13032]175* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
176  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
177
[13031]178* Implement session-specific course registration deadline and
179  late registration payment.
180
[12981]181* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
182  ignore-markers in update *and* create mode.
183
[12971]184* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
185  This exporter is designed for finding and finally purging outdated
186  payment ticket.
187
[12960]188* Remove deprecated xml importer and exporter components.
189
[12958]190* Rearrange datacenter upload page. Provide modal windows to view all
191  processors and sources and vocabularies.
192
[12950]193* Reorganize doctests. Remove deprecated doctests.
194
[12926]195* Enable temporary suspension of officer accounts. Plugins must be
196  updated after restart.
197
[12912]198* Rename 'Portal Users' 'Officers'.
199
[12901]200* Add link 'Kofa Docs for this page' at the end of the content box
201  which refers to the corresponding section of the
202  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
203
[12897]204* Filter students by current level in reports.
205
[12896]206* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
207  matric number counters when computing the matric number.
208
[12889]209* Bypass school fee payment activation code creation if student is allowed
210  to proceed to next session.
211
[12896]212* Convert `level` into a schema field to be consistent with the documentation.
[12873]213
[12896]214* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]215  in accordance with other exporter names.
216
[12900]217* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
218  permissions.
[12844]219
[12896]220* Do not automatically allow import managers to import user data.
[12844]221
[12810]222* Skip empty rows produced by spreadsheet software.
223
[12632]224* Add components to  configure a student export jobs in faculties.
225
[12896]226* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
227  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]228
[12896]229* Add new payment state ``waived``. This state can only be set by import
[12569]230  and is only used for the payments overview exporter to
231  mark sessions with waived fees.
232
[13269]233* Add exporter methods and export page to filter student data exports
[12518]234  by entering a list of student ids.
235
236* Student statistic can now be broken down by faculties or by departments.
237
[12896]238* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]239  create mode.
[12469]240
241
[12466]2421.3.1 (2015-01-14)
243==================
[12465]244
[12466]245* 1.3 was a brown bag release. Fix uploaded files.
[12465]246
247
[12463]2481.3 (2015-01-13)
249================
[11693]250
[12437]251* Add documents package.
[12418]252
[12437]253* Do not compare ResultEntry objects but their attributes.
254
[12415]255* Modify getWidgetsData so that we always get the same error format.
256
257* Validate all codes in university.
258
[12395]259* Catch traceback when creating an application slip with a corrupted
260  image file.
261
[12437]262* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
263  instead.
[12247]264
[12190]265* UserProcessor: Check if imported roles do exist in the portal.
266
[11891]267* Enable localization of batch processing modules.
268
[11874]269* Hide 'Create students' button. Only user admin can see this button.
270
[11869]271* Add application_slip_notice field to ApplicantsContainer.
272
[11863]273* Remove 'Size' column from logfiles table.
274
[11862]275* Add permission, page and button to mass-clear all students in a department.
276
[11826]277* Hide export download button 24 hours after file generation.
278
[11825]279* Add helper to allow `meminfo` checks for cached memory, etc.
280
281* Allow external checks of system load before performing expensive
282  actions.
283
284* Add new dependency: `psutil` (required to check system state).
285
[12862]286* Show flash message on general search page for the academic section.
[11794]287
[11779]288* Fix CertificateCourseProcessor. Mandatory is not a required field
[11798]289  and might be missing in import files. Improve logging. Extend and
290  fix CertCourseProcessorTests.
[11779]291
[11798]292* Provide customizable method for disabling clearance by clearance
293  officers.
[11772]294
[11798]295* Merge Javascript functions into one file. Add Javascript function to
296  calculate copyright notice year automatically.
[11741]297
[11798]298* Use lastname (surname) instead of firstname to verify found
299  application record on ApplicantRegistrationPage.
[11738]300
[11798]301* Append hash '#' also to datetimes to circumvent unwanted excel
302  automatic.
[11737]303
[11798]304* Method for (customizable) application passport upload requirements
305  added.
[11733]306
[11798]307* Filter payment ticket data exports by specifying the payment_date
308  period.
[11730]309
[11798]310* Method for (customizable) application payment slip download
311  requirements added.
[11726]312
[11798]313* Method for (customizable) application payment ticket upload
314  requirements added.
[11729]315
[11722]316* Remove unused rowadd javascript function.
317
[11702]318* certcode and reg_number added to DataForBursaryExporter.
319
[11699]320* Some batch processor names corrected.
[11693]321
[11701]322* Fixed ReST markup in setup.py long description.
323
324
[11689]3251.2 (2014-06-16)
326================
[11487]327
[11680]328* Redirect to login page after using password mandate.
329
[11676]330* Adding student payment tickets is logged.
331
[11672]332* Provide XMLRPC services for storing and retrieving fingerprint
333  scans.
334
[11664]335* Sort ContextualDictSource by dictionary values not by keys.
336
[11661]337* Add regular school fee and balance payments when exporting payments
338  overviews.
339
[11641]340* Add samePaymentMade method to StudentsUtils.
341
[11608]342* Fingerprint file upload enabled.
343
[11604]344* is_fresh property method added to Student class.
345
[11599]346* Special application procedure modified. Special applicants must submit
347  their form before they can download payment slips. Thus the regular
348  workflow is now applied but, in contrast to regular applications,
349  special applicants can create and pay more than one payment ticket.
350  Also application slips are hidden.
[11589]351
[11599]352* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
353
[11585]354* When sending mails, always set from-address to 'no-reply@waeup.org'.
355  Real from-addresses are now set in Cc and Reply-To fields. This is
356  to tackle problems with yahoo (does not allow yahoo.com mails to be
357  sent from non-yahoo servers).
358
[11575]359* Multiple payments in special application containers enabled.
360  Special payment applicants remain in state started after payment.
361
[11558]362* File input fields brought into shape with Bootstrap 3.
363
[11551]364* Transcript and access code pagetemplates adjusted.
365
[11550]366* Print QR codes on all student slips.
367
[11535]368* Allow adding current_level to base data section on all student slips
369  (requested by Uniben).
370
[11523]371* Windows is no longer supported. Installation manual removed.
372
[11497]373* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]374
[11497]375
[11485]3761.1 (2014-03-13)
377================
[11258]378
[11484]379* Add display_fullname column to CourseTicketExporter (requested by Uniben).
380
[11483]381* Do also export student and course ticket data of students on probation.
382
[11482]383* 'Create student' option removed from 'Application Transition'
384  select field.
385
[11481]386* API docs added.
387
[11463]388* Back-to links replaced by animated jQuery plugins.
389
[11461]390* Default frontpage text updated.
391
[11460]392* Use absolute urls on datacenter pages.
393
[11451]394* Provide customizable method for disabling student payments.
395
[11481]396* After login and logout, regular users (officers) are redirected
[11439]397  to the portal's index page not to the portal's root. The
398  root URL can now be rewritten be Nginx or Apache so that the user
399  is being redirected to the university website
400  when entering the root URL directly or clicking the acronym.
401
[11438]402* Show tooltip alert and warning window before updating plugins.
403
[11437]404* JSAction has been deprecated. KofaAction can be used instead. Additional
405  parameters can be used in @action decorators to enable tooltips and/or
406  warning windows. The old @jsaction decorator still triggers a default
407  warning message.
408
[11436]409* jquery-ui.min.js is also used for tooltips.
410
[11435]411* Do not create TSC AC batch when updating plugins.
412  All TSC batches are created.
413
[11433]414* Make table on applicantsrootpage responsive.
415
[11431]416* Change width of input, select and textarea fields.
417
[11430]418* Use only https in theme.html.
419
[11386]420* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]421
[11430]422* Redundancies removed in docs.
[11258]423
[11430]424
[11255]4251.0 (2014-02-22)
426================
[11253]427
[11255]428* Diazofied the complete package.
[11253]429
430
4310.2.1 (2014-02-21)
432==================
433
434* Send mails to from-address, if site-wide config admin is
435  different from it.
436
437* Change flash message for successful applicants.
438
439* Use more attributes of applicants with payer objects.
440
441* Update copyright infos (year).
442
443* Localization updates.
444
445
4460.2 (2014-01-09)
447================
448
449Tons of changes.
450
451
[11255]4520.1 (never released)
453====================
[4955]454
[7808]455Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.