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

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

Add payment option (p_option) field to payment tickets and add
select box on online payment add form pages. Disable this feature
in the base package.

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