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

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

Prepare 1.7 release.

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