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

Last change on this file since 16593 was 16551, checked in by Henrik Bettermann, 3 years ago

Send email to student after single record creation.

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