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

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

Enable managers to remove all flash notices of students in a department.

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