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

Last change on this file since 16539 was 16538, checked in by Henrik Bettermann, 4 years ago

Prefill login form after applicant registration.

File size: 23.0 KB
RevLine 
[4947]1Changes
2*******
[3798]3
[16470]41.7.2.dev0 (unreleased)
5=======================
6
[16538]7* Prefill login form after applicant registration.
8
[16529]9* Show local roles on faculty, department, course and certificate pages
10  and provide 'Contact' button so that authenticated users can contact
11  officers via Kofa.
12
[16526]13* Extend `IPayer` adapter.
14
[16472]15* Adjust `ApplicantOnlinePaymentProcessor.getMapping` (2nd bugfix).
[16470]16
[16518]17* Sort attendance.pdf first by faculty and department before certcode.
18
19* Add serial o to the coursetickets.pdf.
20
[16468]211.7.1 (2021-04-20)
22==================
[16455]23
[16467]24* Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix).
25
[16465]26* Enable managers to edit/remove all flash notices of students in a department.
[16455]27
[16453]281.7 (2021-04-13)
29================
[14991]30
[16451]31* Add `key` field to `CertificateExporter`.
[16450]32
[16431]33* Add payment option (`p_option`) field to payment tickets and add
34  select box on online payment add form pages. Disable this feature
35  in the base package.
36
[16412]37* Allow lecturers to export all course tickets, not only
38  those of current academic session.
39
[16387]40* Disable clearance request button if not in state 'clearance started'.
41
[16327]42* Make maximum number of applicants on `ApplicantsContainerManageFormPage`
43  customizable.
44
[16299]45* Implement bulk emailing.
46
[16293]47* Make login trouble links more conspicuous.
48
[16275]49* Add `ApplicantEmailSource` (not used and tested in base package).
50
[16266]51* Redirect to payment ticket page after ticket creation.
52
[16262]53* Use Uli's marker substitution hack to inject signature
54  images into pdf files.
55
[16251]56* Implement `ExportPDFPersonalDataSlip` (without button
57  in the base package). Rename `ExportPDFBaseDataPlusSlip`
58  `ExportPDFStudyCourseBaseDataSlip`.
59
[16243]60* Save email address provided by mandate when referee report
61  is created. Add `RefereeReportManageFormPage` (no button available).
62
[16234]63* Show submitted transcript application records on
64  `TranscriptOfficerLandingPage` (not used in base package).
65
[16231]66* Implement `ContactApplicantFormPage`.
67
[16228]68* Use `Applicant.createStudent` method also to create graduated
69  students from transcript application data (not used in base package).
70
[16214]71* Implement `RefereesRemindPage`.
72
[16213]73* Remove contact email header and add footer.
74
[16193]75* Implement webservice `get_payment`.
76
[16190]77* `year` (Year of Entrance) is no longer required when creating
78  an applicants container.
79
[16188]80* Implement temporary clearance.
[16187]81
[16186]82* `reg_number` is no longer a required field in `IApplicantBaseData`.
83
84* Add `entry_session` to student data exporters.
85
[16170]86* Add `DownloadTranscript` permission.
87
[16169]88* Implement webservice `get_unpaid_payments`.
89
[16157]90* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
91
92* Add `picture_editable` property attribute to `ApplicantsContainer`.
93
[16110]94* Add webservice to check if graduated student exists.
95
[16086]96* Implement `ExportPDFBaseDataPlusSlip` (without button
97  in the base package)
98
[16064]99* Implement `ApplicantRefereeReportExporter`.
100
[16059]101* Improve referee reports.
102
[16046]103* Use consistent flow value formatting for CGPA.
104
[16027]105* Bugfix: If level_session of a studylevel object has changed,
106  coursetickets_catalog must be informed. Otherwise lecturers
107  don't see their students.
108
[16012]109* Implement `BatchProcessor.checkCreateRequirements` and
110  `BatchProcessor.checkUpdateRequirements` methods mainly
111  to protect course result lists of graduated student.
112
[16007]113* Do not allow course validation if no score has been entered.
114
[16000]115* Add `unlock_score` field to `CourseTicketProcessor`.
116
[15998]117* Add `UpdateCourseTicketsView`.
118
[15988]119* Don't show 'Base Data' header on slips if no form fields do
120  follow.
121
[15986]122* When adding course tickets, check if course has already been
123  passed at previous level.
124
125* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
126
[15972]127* Add `AccommodationDisplayFormPage`.
128
[15970]129* Don't allow students to add former courses in course lists.
130
[15969]131* Use kofa-filterbox for filtering users when assigniing
132  local roles in academics section.
133
[15968]134* Add `waeup.local.ReportsOfficer` role.
135
[15966]136* Add `TrimmedDataExporter`.
137
[15964]138* Make `getUsers` customizable.
139
[15944]140* Add logging message to `releaseBedIfMaintenanceNotPaid`.
141
[15943]142* Provide components for file uploads in the applicants section.
143
[15941]144* Copy also files from applicants to students section.
145
[15932]146* Reset _curr_stud_id if student could not be created.
147
[15920]148* Add `TranscriptDataExporter` and reorganize exporter names.
149
[15918]150* Add `session_level`filter to `StudentStudyLevelExporter`.
151
[15880]152* Add LetterPDFCreator utility and use this pdf creator
153  for admission slips. letterhead_admission.jpg file
154  must exist in students/static.
155
[15875]156* Add application worklfow transition `reset6`.
157
[15873]158* Add `StudentOutstandingCoursesExporter`.
159
[15865]160* Sort lecturers on scores slip.
161
[15834]162* Don't show hint on pdf slips.
163
[15833]164* Make max passport picture size customizable.
165
[15818]166* Redirect to `ChangePasswordRequestPage` after successfully
167  adding an officer.
168
[15798]169* Add get_bursary_data webservice.
170
[15710]171* Implement bed selector.
172
[15664]173* Implement combi payments.
174
[15652]175* Make max file size customizable.
176
177* Add `score_editing_disabled` switch at course level.
178
[15628]179* Take `DELETION_MARKER` into consideration when updating passwords.
180
[15610]181* Implement parents access to student data.
182
[15587]183* Do not print picture on application slip if application is without
184  passport picture.
185
[15578]186* Do not copy applicant_id into reg_number field after applicant creation.
187
[15553]188* Successful applicant payments do trigger 'approve' transition only
189  if applicant is in state 'started' and either p_category is 'application' or
190  applicant is special.
191
[15548]192* Allow to add applicants containers with a number instead of entrance year
193  in container code.
194
[15546]195* Add semester filter to Fix `CourseTicketExporter`.
196
[15545]197* Add `FacultiesExportJobContainerSelectStudents` view to allow
198  bursary officers to export student data for a  small subset of students
199  by entering a list of student ids or matric numbers.
200
[15502]201* Add passport picture switch to applicants containers.
202
[15476]203* Use decimal.Decimal to counteract Python floating point limitation.
204
[15446]205* Add level 0 (None) to course levels.
206
[15432]207* Ease customization of selectable payment categories.
208
[15430]209* Make maximum number of files listed in `finished` subfolder
210  customizable.
211
[15423]212* Add attendance_sheet.pdf view.
213
[15422]214* Implement course result validation workflow for lecturers.
215
[15417]216* Add graduated students filter.
217
[15416]218* Backup deleted graduated student data somewhere else to ease graduated
219  student data migration.
220
[15333]221* Add `transcript_remark` field to study levels. Add page to allow
222  transcript officers editing the field during transcript processing.
223
[15286]224* Increase password strength. Officers are now required
[15416]225  to set a password which has at least 8 characters and which contains
[15286]226  at least one uppercase letter, one lowercase letter and one
[15416]227  digit. Stored insecure passwords are no longer accepted.
228  Officers with an insecure password can't login and are
229  redirected to the `ChangePasswordRequestPage` to request a
230  new password.
[15286]231
[15277]232* Add `AccommodationPaymentsExporter` which can be used by
233  accommodation officers.
234
[15250]235* Add ReleaseExpiredAllocationsActionButton which has previously
236  only been used by Uniben.
237
[15243]238* Fix get_student_payment_stats. Department codes are not
239  unique. Use its path instead.
240
[15206]241* Implement study level 0 (Level Zero) option for storing
242  orphaned course tickets (tickets without level assignment
243  or information). Add `ticket_session` field to `ICourseTicket`.
[15203]244
[15163]245* Implement new transcript processing workflow.
246
[15122]247* Always display applicant payments if they exist.
248
[15085]249* Allow `ApplicationsManager` to view statistics.
250
[15055]251* Add payment session filter to payment exporters.
252
[15051]253* Add `SessionPaymentsOverviewExporter`.
254
[15047]255* Rename `StudentPaymentsOverviewExporter`.
256
[15042]257* Fix `CourseTicketExporter`. Ticket level and session filter
258  did not work.
259
260* Add payment category filter to payment exporters.
261
[15037]262* Remove 'hidden' attribute from ordereddSelectionList which has
263  caused a malfunction in Internet Exporer.
264
265* Set ssl index URL in buildout.cfg
266
267* Use the 'new' recaptcha v2.
268
[14992]269* Allow lecturer role assignment also at department level.
[14991]270
[14989]2711.6 (2018-04-05)
272================
[14551]273
[14984]274* Add ticket level and session filter to `CourseTicketExporter`.
275
[14951]276* Add 'Student Record Creation' Report page.
[14950]277
[14948]278* Add `CreateStudents` permission and `StudentsCreator` role.
279
[14939]280* Do not allow uploading data with trailing whitespaces.
281
[14934]282* Do no longer hide the 'Create students' buttons but switch the portal to
283  maintenance mode to ensure that nobody can enter the portal during
284  record creation except for user 'admin'. This guarantees that record
285  creation is only started once.
286
[14914]287* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
[14915]288  which may return different values in custom packages depending on faculty,
289  department or certificate code (requested by AAU Ekpoma).
[14914]290
[14804]291* Allow `ApplicantOnlinePaymentProcessor` to import records without
292  `p_id` column in create mode.
293
[14734]294* Add `waeup.showStudents` permission to `ExportManager` role.
295
[14724]296* Fix `CertificateProcessor.checkHeaders`. The processor requires both
297  faculty_code *and* department_code in create mode.
298
[15333]299* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
[14684]300
[14682]301* Do not allow to create more than 10 students with a single request to
302  avoid a timeout of Nginx/Apache.
303
[14648]304* Redirect to manage page after editing of certificate courses.
305
[14642]306* Add `course_category` attribute to course tickets. In the base package,
307  this attribute is omitted from display and manage pages.
308
[14638]309* Add `course_category` attribute to certificate courses.
310
[14584]311* Simplify configuration of maximum or minimum total credits.
[14582]312
[14574]313* Add `outstanding` attribute to course tickets.
314
[14572]315* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
316  and `RawScoreReport`.
317
[14568]318* Allow applicants in states `admitted`, `not admitted` or `created` to
319  download the payment slip.
320
[14553]321* Catch traceback (`RequiredMissing`) if a required field is cleared
322  by import.
[14551]323
[14602]324* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
325  devices that access the portal via XMLRPC.
[14551]326
[14602]327
[14549]3281.5 (2017-02-14)
329================
[13697]330
[14549]331* Happy Valentines Day everybody!
332
[14519]333* Sort arguments in table of `ReportsContainerPage`.
334
[14514]335* Add `entry_session` and `p_session` filter to Student Payment Statistics
336  generator. Adjust reports: Change footer and filename formats.
337
338* Add officer name fields do `IDepartment` and `IFaculty`.
339  Plugins must be updated!
340
[14507]341* Add serial number column to Session Results Presentations.
342
[14497]343* Add Raw Score Report to base package.
344
[14491]345* Only user 'admin' is allowed to access the `DatacenterSettings` page.
346
[14507]347* Show correct level title on Level Reports and Session Results Presentations.
[14481]348
[14443]349* Get set of selected students also from list of matric numbers.
350
351* Confine Level Reports and Session Results Presentations to certificates.
352
[14373]353* Show report number (job_id) on report pdf slips.
354
[14368]355* Level report: Count and display the number of courses registered but
356  not taken.
357
[14293]358* Add control button to create graduated students.
359
[14292]360* Add option to render transcripts without passport picture and QR code.
361
[14256]362* Catch Reportlab `LayoutError`.
363
[14247]364* Replace `course_registration_allowed` by `course_registration_forbidden`
365  method.
366
[14170]367* Add export purge button.
368
[14169]369* Add report purge button.
370
[14133]371* Add property attribute `total_score` in order to make provision
372  for additional scores (like contineous assessments) in custom
373  packages.
374
375* Make provision against storing other objects than applicant payments
376  in applicant containers.
377
[13959]378* Count mandates on configuration page and provide 'Purge' button.
379
[13950]380* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
381  time when calling `ExportJobContainerJobStart`.
382
[13949]383* Add `ApplicantPaymentExporter`.
384
[13936]385* Add file upload functionality to `EditScoresPage`.
386
[13908]387* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
388  viewlet.
389
[13898]390* Add `ExportPDFScoresSlip`.
391
[13894]392* Add `DownloadScoresView` which is for lecturers only. Remove
393  `waeup.showStudents` from `Lecturer` role. Adjust
394  `DataForLecturerExporter`. Only editable course tickets are being
395  exported.
396
[13886]397* Remove application fee fallback option. Application fees can only
398  be set via applicants containers. Hide Payment Tickets section on
399  application pages if fee isn't set.
400
[13872]401* Add  `ApplicantOnlinePaymentProcessor`.
402
[13773]403* Improve `AddStudyLevelFormPage`.
404
[13766]405* Create new exporter for lecturers and further restrict the usage of
[13767]406  exporters at course level. Lecturers can only export data of
407  current academic session.
[13766]408
[13736]409* Show certificate-specific p_level value on payment pages.
410  Ensure that only allowed payment levels can be selected when
411  adding a balance payment.
412
[13711]413* Add `flash_notice` field.
414
[13702]415* Documentation updates.
[13697]416
[13745]417* Update pinned versions: six
[13697]418
[13745]419
[13695]4201.4.1 (2016-02-14)
421==================
[13257]422
[13651]423* Add new application workflow state (`processed`) and transition
424  (`process`).
[13613]425
[14514]426* Add `DegreeSource` and `degree` field to `ICertificate`.
[13651]427  Plugins must be updated!
[13613]428
[13659]429* Upgrade bootstrap.py script and update some dependencies. For
430  already running instances a new init might be neccessary, i.e.
431  you might have to create a new virtualenv and run bootstap.py
432  and buildout from that new virtualenv to get rid of old
433  package versions in the runtime environment.
[13651]434
[13691]435* Upgrade versions.cfg to contain bugfix releases of packages we
436  depend on.
[13659]437
[13691]438
[13613]4391.4 (2016-01-14)
440================
441
[13610]442* Add button and view which allow students to unregister their
443  current course list unless the courses have not been validated.
444
[13574]445* Configure transfer payments and let students enter their desired
[14638]446  study course. Save entered text in `p_item` attribute.
[13574]447
[13651]448* Add further permissions to the local `ApplicationsManager` role and
[13570]449  make it assignable at applicants container level.
450
[13493]451* Disable rendering of HTML tags in fullnames.
452
[13484]453* Add bed statistics components.
454
[13457]455* Add option which allows students to select a desired hostel before
456  booking accommodation.
457
[13651]458* Add `BedProcessor`.
[13432]459
[13394]460* Add portal maintenance mode.
461
[13651]462* Allow also `reg_number` on public page to check application status
[13363]463  without password.
464
[13346]465* Remove `beds_reserved` attribute from hostels. Hostels do no longer
466  contain information about reserved bed spaces.
467
[13319]468* Add methods and page to release expired bed allocations.
[13288]469
[13344]470* Use lastname instead of firstname for first-time password requests.
[13288]471
[13471]472* When building docs, ignore members with dots in name.
[13344]473
[13613]474
[13288]4751.3.3 (2015-10-06)
476==================
477
[13263]478* Show file size of pdf documents in the documents section.
[13257]479
[13269]480* Add `MANIFEST.in`.
481
482
[13255]4831.3.2 (2015-09-14)
484==================
[12469]485
[13254]486* Add public page to check application status without password.
487
[13236]488* Fix department breakdown of student statistics.
489
[13223]490* Enable purging of applicants containers.
491
492* Enable pre-filling of applicants containers with empty
493  application records which are used during self-registration
494  to avoid excessive growth of the Data.fs.
495
[13199]496* Do only allow one running export job.
497
[13198]498* Add switch to disable all exports.
499
[13159]500* Enable import of list-of-choices fields.
501
[13156]502* Include 'end day' when searching for payments in a given period.
503
[13124]504* Do not create special application payment tickets with zero amount.
[13123]505
[13103]506* Remove manual clearance lock. Replace `clearance_locked` field by
507  property attribute.
508
[13091]509* Make student email field required.
510
[13087]511* Rename application workflow transitions and remove forbidden transitions.
512
[13073]513* Rename 'application section' for the sake of consistency.
514
[13055]515* Rename student views which are not layout-aware and thus not pages.
516
[13032]517* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
518  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
519
[13031]520* Implement session-specific course registration deadline and
521  late registration payment.
522
[12981]523* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
524  ignore-markers in update *and* create mode.
525
[12971]526* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
527  This exporter is designed for finding and finally purging outdated
528  payment ticket.
529
[12960]530* Remove deprecated xml importer and exporter components.
531
[12958]532* Rearrange datacenter upload page. Provide modal windows to view all
533  processors and sources and vocabularies.
534
[12950]535* Reorganize doctests. Remove deprecated doctests.
536
[12926]537* Enable temporary suspension of officer accounts. Plugins must be
538  updated after restart.
539
[12912]540* Rename 'Portal Users' 'Officers'.
541
[12901]542* Add link 'Kofa Docs for this page' at the end of the content box
543  which refers to the corresponding section of the
544  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
545
[12897]546* Filter students by current level in reports.
547
[12896]548* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
549  matric number counters when computing the matric number.
550
[12889]551* Bypass school fee payment activation code creation if student is allowed
552  to proceed to next session.
553
[12896]554* Convert `level` into a schema field to be consistent with the documentation.
[12873]555
[12896]556* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
[12865]557  in accordance with other exporter names.
558
[12900]559* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
560  permissions.
[12844]561
[12896]562* Do not automatically allow import managers to import user data.
[12844]563
[12810]564* Skip empty rows produced by spreadsheet software.
565
[12632]566* Add components to  configure a student export jobs in faculties.
567
[12896]568* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
569  (in state ``paid``) with same `p_session` and `p_category` exists.
[12623]570
[12896]571* Add new payment state ``waived``. This state can only be set by import
[12569]572  and is only used for the payments overview exporter to
573  mark sessions with waived fees.
574
[13269]575* Add exporter methods and export page to filter student data exports
[12518]576  by entering a list of student ids.
577
578* Student statistic can now be broken down by faculties or by departments.
579
[12896]580* Check if `p_id` exists in payments catalog when importing payment tickets in
[12513]581  create mode.
[12469]582
583
[12466]5841.3.1 (2015-01-14)
585==================
[12465]586
[12466]587* 1.3 was a brown bag release. Fix uploaded files.
[12465]588
589
[12463]5901.3 (2015-01-13)
591================
[11693]592
[12437]593* Add documents package.
[12418]594
[12437]595* Do not compare ResultEntry objects but their attributes.
596
[12415]597* Modify getWidgetsData so that we always get the same error format.
598
599* Validate all codes in university.
600
[12395]601* Catch traceback when creating an application slip with a corrupted
602  image file.
603
[12437]604* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
605  instead.
[12247]606
[12190]607* UserProcessor: Check if imported roles do exist in the portal.
608
[11891]609* Enable localization of batch processing modules.
610
[11874]611* Hide 'Create students' button. Only user admin can see this button.
612
[11869]613* Add application_slip_notice field to ApplicantsContainer.
614
[11863]615* Remove 'Size' column from logfiles table.
616
[11862]617* Add permission, page and button to mass-clear all students in a department.
618
[11826]619* Hide export download button 24 hours after file generation.
620
[11825]621* Add helper to allow `meminfo` checks for cached memory, etc.
622
623* Allow external checks of system load before performing expensive
624  actions.
625
626* Add new dependency: `psutil` (required to check system state).
627
[12862]628* Show flash message on general search page for the academic section.
[11794]629
[14638]630* Fix `CertificateCourseProcessor`. Mandatory is not a required field
[11798]631  and might be missing in import files. Improve logging. Extend and
632  fix CertCourseProcessorTests.
[11779]633
[11798]634* Provide customizable method for disabling clearance by clearance
635  officers.
[11772]636
[11798]637* Merge Javascript functions into one file. Add Javascript function to
638  calculate copyright notice year automatically.
[11741]639
[11798]640* Use lastname (surname) instead of firstname to verify found
641  application record on ApplicantRegistrationPage.
[11738]642
[11798]643* Append hash '#' also to datetimes to circumvent unwanted excel
644  automatic.
[11737]645
[11798]646* Method for (customizable) application passport upload requirements
647  added.
[11733]648
[11798]649* Filter payment ticket data exports by specifying the payment_date
650  period.
[11730]651
[11798]652* Method for (customizable) application payment slip download
653  requirements added.
[11726]654
[11798]655* Method for (customizable) application payment ticket upload
656  requirements added.
[11729]657
[11722]658* Remove unused rowadd javascript function.
659
[11702]660* certcode and reg_number added to DataForBursaryExporter.
661
[11699]662* Some batch processor names corrected.
[11693]663
[11701]664* Fixed ReST markup in setup.py long description.
665
666
[11689]6671.2 (2014-06-16)
668================
[11487]669
[11680]670* Redirect to login page after using password mandate.
671
[11676]672* Adding student payment tickets is logged.
673
[11672]674* Provide XMLRPC services for storing and retrieving fingerprint
675  scans.
676
[11664]677* Sort ContextualDictSource by dictionary values not by keys.
678
[11661]679* Add regular school fee and balance payments when exporting payments
680  overviews.
681
[11641]682* Add samePaymentMade method to StudentsUtils.
683
[11608]684* Fingerprint file upload enabled.
685
[11604]686* is_fresh property method added to Student class.
687
[11599]688* Special application procedure modified. Special applicants must submit
689  their form before they can download payment slips. Thus the regular
690  workflow is now applied but, in contrast to regular applications,
691  special applicants can create and pay more than one payment ticket.
692  Also application slips are hidden.
[11589]693
[11599]694* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
695
[11585]696* When sending mails, always set from-address to 'no-reply@waeup.org'.
697  Real from-addresses are now set in Cc and Reply-To fields. This is
698  to tackle problems with yahoo (does not allow yahoo.com mails to be
699  sent from non-yahoo servers).
700
[11575]701* Multiple payments in special application containers enabled.
702  Special payment applicants remain in state started after payment.
703
[11558]704* File input fields brought into shape with Bootstrap 3.
705
[11551]706* Transcript and access code pagetemplates adjusted.
707
[11550]708* Print QR codes on all student slips.
709
[11535]710* Allow adding current_level to base data section on all student slips
711  (requested by Uniben).
712
[11523]713* Windows is no longer supported. Installation manual removed.
714
[11497]715* Added JS helper to scroll to sequencelists after adding/removing items.
[11487]716
[11497]717
[11485]7181.1 (2014-03-13)
719================
[11258]720
[14574]721* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
[11484]722
[11483]723* Do also export student and course ticket data of students on probation.
724
[11482]725* 'Create student' option removed from 'Application Transition'
726  select field.
727
[11481]728* API docs added.
729
[11463]730* Back-to links replaced by animated jQuery plugins.
731
[11461]732* Default frontpage text updated.
733
[11460]734* Use absolute urls on datacenter pages.
735
[11451]736* Provide customizable method for disabling student payments.
737
[11481]738* After login and logout, regular users (officers) are redirected
[11439]739  to the portal's index page not to the portal's root. The
740  root URL can now be rewritten be Nginx or Apache so that the user
741  is being redirected to the university website
742  when entering the root URL directly or clicking the acronym.
743
[11438]744* Show tooltip alert and warning window before updating plugins.
745
[11437]746* JSAction has been deprecated. KofaAction can be used instead. Additional
747  parameters can be used in @action decorators to enable tooltips and/or
748  warning windows. The old @jsaction decorator still triggers a default
749  warning message.
750
[11436]751* jquery-ui.min.js is also used for tooltips.
752
[11435]753* Do not create TSC AC batch when updating plugins.
754  All TSC batches are created.
755
[11433]756* Make table on applicantsrootpage responsive.
757
[11431]758* Change width of input, select and textarea fields.
759
[11430]760* Use only https in theme.html.
761
[11386]762* INSTALL.txt updated and integrated into Sphinx documentation.
[11258]763
[11430]764* Redundancies removed in docs.
[11258]765
[11430]766
[11255]7671.0 (2014-02-22)
768================
[11253]769
[11255]770* Diazofied the complete package.
[11253]771
772
7730.2.1 (2014-02-21)
774==================
775
776* Send mails to from-address, if site-wide config admin is
777  different from it.
778
779* Change flash message for successful applicants.
780
781* Use more attributes of applicants with payer objects.
782
783* Update copyright infos (year).
784
785* Localization updates.
786
787
7880.2 (2014-01-09)
789================
790
791Tons of changes.
792
793
[11255]7940.1 (never released)
795====================
[4955]796
[7808]797Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.