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

Last change on this file since 17310 was 17307, checked in by uli, 20 months ago

Upgrade more build tools (pip/buildout).

With the upgraded Paste tools (last commit), we can use modernly packaged
eggs and can use newer versions of zc.buildout and pip. This does not only
ease the build process but is also necessary to get everything
Python3-compatible.

File size: 25.3 KB
Line 
1Changes
2*******
3
41.8.2.dev0 (unreleased)
5=======================
6
7* Upgrade packages for helper tools to Python3-compatible versions. Requires
8  new buildout run. Might require removal of existing eggs.
9
10
111.8.1 (2023-01-16)
12==================
13
14
15* Upgrade `dolmen.beaker` dependency. Removes other outdated crypto
16  dependencies. Requires new buildout run. Moves cookie configuration from code
17  to site.zcml session config.
18
19* Beautify INSTALL.txt.
20
211.8 (2023-01-11)
22================
23
24* Specify the role in flash message after logging in.
25
26* Add `AccommodationViewer` role.
27
28* Allow students to book accommodation also if they are in previous
29  sessions (not activated in base package).
30
31* Add Javascript which automatically submits a form on select change
32  (not used in base but in lpng custom package).
33
34* Add MonthSource to be used in custom packages.
35
36* Add `BalancePaymentAddFormPage` which can only be opened by managers.
37  No button is provided in base package.
38
39* Do not require session configuration object for application payments.
40
41* Add social media meta data.
42
43* Send email after final submission of application form.
44
45* Enable customization of application form final submission message.
46
47* Copy applicant_id into reg_number field during student record creation,
48  if applicant's reg_number is not set.
49
50* Show last student id on `StudentsContainerPage`.
51
52* Hide emtpy levels in transcripts.
53
54* Consider `course_category` in addStudentStudyLevel` method.
55
56* Add `previous` field to `StudentStudyCourseProcessor`,
57  `StudentStudyLevelProcessor` and `CourseTicketProcessor` to ensure
58  that previous study course data are being imported into the right study
59  course container.
60
61* Add exporters for previous study course data.
62
63* Enable import of student history.
64
65* Don't complain but remove leading and trailing whitespaces
66  while converting values during import.
67
68* Add 'Modules Level'.
69
70* Ease customization of portrait upload conditions.
71
72* `OutstandingCoursesExporter`: Remove passed courses from outstanding
73  courses lists.
74
75* Enable students and officers to upload scanned signature in the same
76  way as passport pictures are handled. Some tabs and titles had to be
77  renamed. The placeholder file, which is still the portrait
78  placeholder, are no longer shown on base pages.
79
80* Send email to student after single record creation.
81
82* Forward credentials to login page after password reset request.
83
84* Enable applicants to upload also additional jpg files.
85
86* Prefill login form after applicant registration.
87
88* Show local roles on faculty, department, course and certificate pages
89  and provide 'Contact' button so that authenticated users can contact
90  officers via Kofa.
91
92* Extend `IPayer` adapter.
93
94* Adjust `ApplicantOnlinePaymentProcessor.getMapping` (2nd bugfix).
95
96* Sort attendance.pdf first by faculty and department before certcode.
97
98* Add serial no to the coursetickets.pdf.
99
1001.7.1 (2021-04-20)
101==================
102
103* Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix).
104
105* Enable managers to edit/remove all flash notices of students in a department.
106
1071.7 (2021-04-13)
108================
109
110* Add `key` field to `CertificateExporter`.
111
112* Add payment option (`p_option`) field to payment tickets and add
113  select box on online payment add form pages. Disable this feature
114  in the base package.
115
116* Allow lecturers to export all course tickets, not only
117  those of current academic session.
118
119* Disable clearance request button if not in state 'clearance started'.
120
121* Make maximum number of applicants on `ApplicantsContainerManageFormPage`
122  customizable.
123
124* Implement bulk emailing.
125
126* Make login trouble links more conspicuous.
127
128* Add `ApplicantEmailSource` (not used and tested in base package).
129
130* Redirect to payment ticket page after ticket creation.
131
132* Use Uli's marker substitution hack to inject signature
133  images into pdf files.
134
135* Implement `ExportPDFPersonalDataSlip` (without button
136  in the base package). Rename `ExportPDFBaseDataPlusSlip`
137  `ExportPDFStudyCourseBaseDataSlip`.
138
139* Save email address provided by mandate when referee report
140  is created. Add `RefereeReportManageFormPage` (no button available).
141
142* Show submitted transcript application records on
143  `TranscriptOfficerLandingPage` (not used in base package).
144
145* Implement `ContactApplicantFormPage`.
146
147* Use `Applicant.createStudent` method also to create graduated
148  students from transcript application data (not used in base package).
149
150* Implement `RefereesRemindPage`.
151
152* Remove contact email header and add footer.
153
154* Implement webservice `get_payment`.
155
156* `year` (Year of Entrance) is no longer required when creating
157  an applicants container.
158
159* Implement temporary clearance.
160
161* `reg_number` is no longer a required field in `IApplicantBaseData`.
162
163* Add `entry_session` to student data exporters.
164
165* Add `DownloadTranscript` permission.
166
167* Implement webservice `get_unpaid_payments`.
168
169* Prepare `renderPDFAdmissionLetter` for merging with another pdf document.
170
171* Add `picture_editable` property attribute to `ApplicantsContainer`.
172
173* Add webservice to check if graduated student exists.
174
175* Implement `ExportPDFBaseDataPlusSlip` (without button
176  in the base package)
177
178* Implement `ApplicantRefereeReportExporter`.
179
180* Improve referee reports.
181
182* Use consistent flow value formatting for CGPA.
183
184* Bugfix: If level_session of a studylevel object has changed,
185  coursetickets_catalog must be informed. Otherwise lecturers
186  don't see their students.
187
188* Implement `BatchProcessor.checkCreateRequirements` and
189  `BatchProcessor.checkUpdateRequirements` methods mainly
190  to protect course result lists of graduated student.
191
192* Do not allow course validation if no score has been entered.
193
194* Add `unlock_score` field to `CourseTicketProcessor`.
195
196* Add `UpdateCourseTicketsView`.
197
198* Don't show 'Base Data' header on slips if no form fields do
199  follow.
200
201* When adding course tickets, check if course has already been
202  passed at previous level.
203
204* Add `StudentTrimmedPaymentExporter` (requested by Uniben).
205
206* Add `AccommodationDisplayFormPage`.
207
208* Don't allow students to add former courses in course lists.
209
210* Use kofa-filterbox for filtering users when assigniing
211  local roles in academics section.
212
213* Add `waeup.local.ReportsOfficer` role.
214
215* Add `TrimmedDataExporter`.
216
217* Make `getUsers` customizable.
218
219* Add logging message to `releaseBedIfMaintenanceNotPaid`.
220
221* Provide components for file uploads in the applicants section.
222
223* Copy also files from applicants to students section.
224
225* Reset _curr_stud_id if student could not be created.
226
227* Add `TranscriptDataExporter` and reorganize exporter names.
228
229* Add `session_level`filter to `StudentStudyLevelExporter`.
230
231* Add LetterPDFCreator utility and use this pdf creator
232  for admission slips. letterhead_admission.jpg file
233  must exist in students/static.
234
235* Add application worklfow transition `reset6`.
236
237* Add `StudentOutstandingCoursesExporter`.
238
239* Sort lecturers on scores slip.
240
241* Don't show hint on pdf slips.
242
243* Make max passport picture size customizable.
244
245* Redirect to `ChangePasswordRequestPage` after successfully
246  adding an officer.
247
248* Add get_bursary_data webservice.
249
250* Implement bed selector.
251
252* Implement combi payments.
253
254* Make max file size customizable.
255
256* Add `score_editing_disabled` switch at course level.
257
258* Take `DELETION_MARKER` into consideration when updating passwords.
259
260* Implement parents access to student data.
261
262* Do not print picture on application slip if application is without
263  passport picture.
264
265* Do not copy applicant_id into reg_number field after applicant creation.
266
267* Successful applicant payments do trigger 'approve' transition only
268  if applicant is in state 'started' and either p_category is 'application' or
269  applicant is special.
270
271* Allow to add applicants containers with a number instead of entrance year
272  in container code.
273
274* Add semester filter to Fix `CourseTicketExporter`.
275
276* Add `FacultiesExportJobContainerSelectStudents` view to allow
277  bursary officers to export student data for a  small subset of students
278  by entering a list of student ids or matric numbers.
279
280* Add passport picture switch to applicants containers.
281
282* Use decimal.Decimal to counteract Python floating point limitation.
283
284* Add level 0 (None) to course levels.
285
286* Ease customization of selectable payment categories.
287
288* Make maximum number of files listed in `finished` subfolder
289  customizable.
290
291* Add attendance_sheet.pdf view.
292
293* Implement course result validation workflow for lecturers.
294
295* Add graduated students filter.
296
297* Backup deleted graduated student data somewhere else to ease graduated
298  student data migration.
299
300* Add `transcript_remark` field to study levels. Add page to allow
301  transcript officers editing the field during transcript processing.
302
303* Increase password strength. Officers are now required
304  to set a password which has at least 8 characters and which contains
305  at least one uppercase letter, one lowercase letter and one
306  digit. Stored insecure passwords are no longer accepted.
307  Officers with an insecure password can't login and are
308  redirected to the `ChangePasswordRequestPage` to request a
309  new password.
310
311* Add `AccommodationPaymentsExporter` which can be used by
312  accommodation officers.
313
314* Add ReleaseExpiredAllocationsActionButton which has previously
315  only been used by Uniben.
316
317* Fix get_student_payment_stats. Department codes are not
318  unique. Use its path instead.
319
320* Implement study level 0 (Level Zero) option for storing
321  orphaned course tickets (tickets without level assignment
322  or information). Add `ticket_session` field to `ICourseTicket`.
323
324* Implement new transcript processing workflow.
325
326* Always display applicant payments if they exist.
327
328* Allow `ApplicationsManager` to view statistics.
329
330* Add payment session filter to payment exporters.
331
332* Add `SessionPaymentsOverviewExporter`.
333
334* Rename `StudentPaymentsOverviewExporter`.
335
336* Fix `CourseTicketExporter`. Ticket level and session filter
337  did not work.
338
339* Add payment category filter to payment exporters.
340
341* Remove 'hidden' attribute from ordereddSelectionList which has
342  caused a malfunction in Internet Exporer.
343
344* Set ssl index URL in buildout.cfg
345
346* Use the 'new' recaptcha v2.
347
348* Allow lecturer role assignment also at department level.
349
3501.6 (2018-04-05)
351================
352
353* Add ticket level and session filter to `CourseTicketExporter`.
354
355* Add 'Student Record Creation' Report page.
356
357* Add `CreateStudents` permission and `StudentsCreator` role.
358
359* Do not allow uploading data with trailing whitespaces.
360
361* Do no longer hide the 'Create students' buttons but switch the portal to
362  maintenance mode to ensure that nobody can enter the portal during
363  record creation except for user 'admin'. This guarantees that record
364  creation is only started once.
365
366* Replace `gpa_boundaries` utility attribute by `GPABoundaries` method
367  which may return different values in custom packages depending on faculty,
368  department or certificate code (requested by AAU Ekpoma).
369
370* Allow `ApplicantOnlinePaymentProcessor` to import records without
371  `p_id` column in create mode.
372
373* Add `waeup.showStudents` permission to `ExportManager` role.
374
375* Fix `CertificateProcessor.checkHeaders`. The processor requires both
376  faculty_code *and* department_code in create mode.
377
378* Add 'Update all tickets' button to `StudyLevelEditFormPage`.
379
380* Do not allow to create more than 10 students with a single request to
381  avoid a timeout of Nginx/Apache.
382
383* Redirect to manage page after editing of certificate courses.
384
385* Add `course_category` attribute to course tickets. In the base package,
386  this attribute is omitted from display and manage pages.
387
388* Add `course_category` attribute to certificate courses.
389
390* Simplify configuration of maximum or minimum total credits.
391
392* Add `outstanding` attribute to course tickets.
393
394* Exclude graduated students from `LevelReport`, `SessionResultsPresentation`
395  and `RawScoreReport`.
396
397* Allow applicants in states `admitted`, `not admitted` or `created` to
398  download the payment slip.
399
400* Catch traceback (`RequiredMissing`) if a required field is cleared
401  by import.
402
403* Add role `FingerprintReaderDeviceRole` intended for fingerprint reader
404  devices that access the portal via XMLRPC.
405
406
4071.5 (2017-02-14)
408================
409
410* Happy Valentines Day everybody!
411
412* Sort arguments in table of `ReportsContainerPage`.
413
414* Add `entry_session` and `p_session` filter to Student Payment Statistics
415  generator. Adjust reports: Change footer and filename formats.
416
417* Add officer name fields do `IDepartment` and `IFaculty`.
418  Plugins must be updated!
419
420* Add serial number column to Session Results Presentations.
421
422* Add Raw Score Report to base package.
423
424* Only user 'admin' is allowed to access the `DatacenterSettings` page.
425
426* Show correct level title on Level Reports and Session Results Presentations.
427
428* Get set of selected students also from list of matric numbers.
429
430* Confine Level Reports and Session Results Presentations to certificates.
431
432* Show report number (job_id) on report pdf slips.
433
434* Level report: Count and display the number of courses registered but
435  not taken.
436
437* Add control button to create graduated students.
438
439* Add option to render transcripts without passport picture and QR code.
440
441* Catch Reportlab `LayoutError`.
442
443* Replace `course_registration_allowed` by `course_registration_forbidden`
444  method.
445
446* Add export purge button.
447
448* Add report purge button.
449
450* Add property attribute `total_score` in order to make provision
451  for additional scores (like contineous assessments) in custom
452  packages.
453
454* Make provision against storing other objects than applicant payments
455  in applicant containers.
456
457* Count mandates on configuration page and provide 'Purge' button.
458
459* Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same
460  time when calling `ExportJobContainerJobStart`.
461
462* Add `ApplicantPaymentExporter`.
463
464* Add file upload functionality to `EditScoresPage`.
465
466* Add `LecturerLandingPage` and `LecturerCourses` `ManageLink`
467  viewlet.
468
469* Add `ExportPDFScoresSlip`.
470
471* Add `DownloadScoresView` which is for lecturers only. Remove
472  `waeup.showStudents` from `Lecturer` role. Adjust
473  `DataForLecturerExporter`. Only editable course tickets are being
474  exported.
475
476* Remove application fee fallback option. Application fees can only
477  be set via applicants containers. Hide Payment Tickets section on
478  application pages if fee isn't set.
479
480* Add  `ApplicantOnlinePaymentProcessor`.
481
482* Improve `AddStudyLevelFormPage`.
483
484* Create new exporter for lecturers and further restrict the usage of
485  exporters at course level. Lecturers can only export data of
486  current academic session.
487
488* Show certificate-specific p_level value on payment pages.
489  Ensure that only allowed payment levels can be selected when
490  adding a balance payment.
491
492* Add `flash_notice` field.
493
494* Documentation updates.
495
496* Update pinned versions: six
497
498
4991.4.1 (2016-02-14)
500==================
501
502* Add new application workflow state (`processed`) and transition
503  (`process`).
504
505* Add `DegreeSource` and `degree` field to `ICertificate`.
506  Plugins must be updated!
507
508* Upgrade bootstrap.py script and update some dependencies. For
509  already running instances a new init might be neccessary, i.e.
510  you might have to create a new virtualenv and run bootstap.py
511  and buildout from that new virtualenv to get rid of old
512  package versions in the runtime environment.
513
514* Upgrade versions.cfg to contain bugfix releases of packages we
515  depend on.
516
517
5181.4 (2016-01-14)
519================
520
521* Add button and view which allow students to unregister their
522  current course list unless the courses have not been validated.
523
524* Configure transfer payments and let students enter their desired
525  study course. Save entered text in `p_item` attribute.
526
527* Add further permissions to the local `ApplicationsManager` role and
528  make it assignable at applicants container level.
529
530* Disable rendering of HTML tags in fullnames.
531
532* Add bed statistics components.
533
534* Add option which allows students to select a desired hostel before
535  booking accommodation.
536
537* Add `BedProcessor`.
538
539* Add portal maintenance mode.
540
541* Allow also `reg_number` on public page to check application status
542  without password.
543
544* Remove `beds_reserved` attribute from hostels. Hostels do no longer
545  contain information about reserved bed spaces.
546
547* Add methods and page to release expired bed allocations.
548
549* Use lastname instead of firstname for first-time password requests.
550
551* When building docs, ignore members with dots in name.
552
553
5541.3.3 (2015-10-06)
555==================
556
557* Show file size of pdf documents in the documents section.
558
559* Add `MANIFEST.in`.
560
561
5621.3.2 (2015-09-14)
563==================
564
565* Add public page to check application status without password.
566
567* Fix department breakdown of student statistics.
568
569* Enable purging of applicants containers.
570
571* Enable pre-filling of applicants containers with empty
572  application records which are used during self-registration
573  to avoid excessive growth of the Data.fs.
574
575* Do only allow one running export job.
576
577* Add switch to disable all exports.
578
579* Enable import of list-of-choices fields.
580
581* Include 'end day' when searching for payments in a given period.
582
583* Do not create special application payment tickets with zero amount.
584
585* Remove manual clearance lock. Replace `clearance_locked` field by
586  property attribute.
587
588* Make student email field required.
589
590* Rename application workflow transitions and remove forbidden transitions.
591
592* Rename 'application section' for the sake of consistency.
593
594* Rename student views which are not layout-aware and thus not pages.
595
596* Register KofaSourceOrderedMultiSelectWidget for IterableSource and
597  KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized.
598
599* Implement session-specific course registration deadline and
600  late registration payment.
601
602* Remove quite old bug in `doImport`: Replace empty strings *and* lists with
603  ignore-markers in update *and* create mode.
604
605* Add StudentUnpaidPaymentExporter to export only unpaid tickets.
606  This exporter is designed for finding and finally purging outdated
607  payment ticket.
608
609* Remove deprecated xml importer and exporter components.
610
611* Rearrange datacenter upload page. Provide modal windows to view all
612  processors and sources and vocabularies.
613
614* Reorganize doctests. Remove deprecated doctests.
615
616* Enable temporary suspension of officer accounts. Plugins must be
617  updated after restart.
618
619* Rename 'Portal Users' 'Officers'.
620
621* Add link 'Kofa Docs for this page' at the end of the content box
622  which refers to the corresponding section of the
623  `Kofa Documentation <http://kofa-doc.waeup.org>`_.
624
625* Filter students by current level in reports.
626
627* Add `StudentsUtils.increaseMatricInteger` method which allows to use various
628  matric number counters when computing the matric number.
629
630* Bypass school fee payment activation code creation if student is allowed
631  to proceed to next session.
632
633* Convert `level` into a schema field to be consistent with the documentation.
634
635* Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be
636  in accordance with other exporter names.
637
638* Add `ReportsOfficer` and `ReportsManager` roles with corresponding
639  permissions.
640
641* Do not automatically allow import managers to import user data.
642
643* Skip empty rows produced by spreadsheet software.
644
645* Add components to  configure a student export jobs in faculties.
646
647* `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment
648  (in state ``paid``) with same `p_session` and `p_category` exists.
649
650* Add new payment state ``waived``. This state can only be set by import
651  and is only used for the payments overview exporter to
652  mark sessions with waived fees.
653
654* Add exporter methods and export page to filter student data exports
655  by entering a list of student ids.
656
657* Student statistic can now be broken down by faculties or by departments.
658
659* Check if `p_id` exists in payments catalog when importing payment tickets in
660  create mode.
661
662
6631.3.1 (2015-01-14)
664==================
665
666* 1.3 was a brown bag release. Fix uploaded files.
667
668
6691.3 (2015-01-13)
670================
671
672* Add documents package.
673
674* Do not compare ResultEntry objects but their attributes.
675
676* Modify getWidgetsData so that we always get the same error format.
677
678* Validate all codes in university.
679
680* Catch traceback when creating an application slip with a corrupted
681  image file.
682
683* Remove deprecated HTML and REST widgets and use html2dict and rest2dict
684  instead.
685
686* UserProcessor: Check if imported roles do exist in the portal.
687
688* Enable localization of batch processing modules.
689
690* Hide 'Create students' button. Only user admin can see this button.
691
692* Add application_slip_notice field to ApplicantsContainer.
693
694* Remove 'Size' column from logfiles table.
695
696* Add permission, page and button to mass-clear all students in a department.
697
698* Hide export download button 24 hours after file generation.
699
700* Add helper to allow `meminfo` checks for cached memory, etc.
701
702* Allow external checks of system load before performing expensive
703  actions.
704
705* Add new dependency: `psutil` (required to check system state).
706
707* Show flash message on general search page for the academic section.
708
709* Fix `CertificateCourseProcessor`. Mandatory is not a required field
710  and might be missing in import files. Improve logging. Extend and
711  fix CertCourseProcessorTests.
712
713* Provide customizable method for disabling clearance by clearance
714  officers.
715
716* Merge Javascript functions into one file. Add Javascript function to
717  calculate copyright notice year automatically.
718
719* Use lastname (surname) instead of firstname to verify found
720  application record on ApplicantRegistrationPage.
721
722* Append hash '#' also to datetimes to circumvent unwanted excel
723  automatic.
724
725* Method for (customizable) application passport upload requirements
726  added.
727
728* Filter payment ticket data exports by specifying the payment_date
729  period.
730
731* Method for (customizable) application payment slip download
732  requirements added.
733
734* Method for (customizable) application payment ticket upload
735  requirements added.
736
737* Remove unused rowadd javascript function.
738
739* certcode and reg_number added to DataForBursaryExporter.
740
741* Some batch processor names corrected.
742
743* Fixed ReST markup in setup.py long description.
744
745
7461.2 (2014-06-16)
747================
748
749* Redirect to login page after using password mandate.
750
751* Adding student payment tickets is logged.
752
753* Provide XMLRPC services for storing and retrieving fingerprint
754  scans.
755
756* Sort ContextualDictSource by dictionary values not by keys.
757
758* Add regular school fee and balance payments when exporting payments
759  overviews.
760
761* Add samePaymentMade method to StudentsUtils.
762
763* Fingerprint file upload enabled.
764
765* is_fresh property method added to Student class.
766
767* Special application procedure modified. Special applicants must submit
768  their form before they can download payment slips. Thus the regular
769  workflow is now applied but, in contrast to regular applications,
770  special applicants can create and pay more than one payment ticket.
771  Also application slips are hidden.
772
773* Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
774
775* When sending mails, always set from-address to 'no-reply@waeup.org'.
776  Real from-addresses are now set in Cc and Reply-To fields. This is
777  to tackle problems with yahoo (does not allow yahoo.com mails to be
778  sent from non-yahoo servers).
779
780* Multiple payments in special application containers enabled.
781  Special payment applicants remain in state started after payment.
782
783* File input fields brought into shape with Bootstrap 3.
784
785* Transcript and access code pagetemplates adjusted.
786
787* Print QR codes on all student slips.
788
789* Allow adding current_level to base data section on all student slips
790  (requested by Uniben).
791
792* Windows is no longer supported. Installation manual removed.
793
794* Added JS helper to scroll to sequencelists after adding/removing items.
795
796
7971.1 (2014-03-13)
798================
799
800* Add display_fullname column to `CourseTicketExporter` (requested by Uniben).
801
802* Do also export student and course ticket data of students on probation.
803
804* 'Create student' option removed from 'Application Transition'
805  select field.
806
807* API docs added.
808
809* Back-to links replaced by animated jQuery plugins.
810
811* Default frontpage text updated.
812
813* Use absolute urls on datacenter pages.
814
815* Provide customizable method for disabling student payments.
816
817* After login and logout, regular users (officers) are redirected
818  to the portal's index page not to the portal's root. The
819  root URL can now be rewritten be Nginx or Apache so that the user
820  is being redirected to the university website
821  when entering the root URL directly or clicking the acronym.
822
823* Show tooltip alert and warning window before updating plugins.
824
825* JSAction has been deprecated. KofaAction can be used instead. Additional
826  parameters can be used in @action decorators to enable tooltips and/or
827  warning windows. The old @jsaction decorator still triggers a default
828  warning message.
829
830* jquery-ui.min.js is also used for tooltips.
831
832* Do not create TSC AC batch when updating plugins.
833  All TSC batches are created.
834
835* Make table on applicantsrootpage responsive.
836
837* Change width of input, select and textarea fields.
838
839* Use only https in theme.html.
840
841* INSTALL.txt updated and integrated into Sphinx documentation.
842
843* Redundancies removed in docs.
844
845
8461.0 (2014-02-22)
847================
848
849* Diazofied the complete package.
850
851
8520.2.1 (2014-02-21)
853==================
854
855* Send mails to from-address, if site-wide config admin is
856  different from it.
857
858* Change flash message for successful applicants.
859
860* Use more attributes of applicants with payer objects.
861
862* Update copyright infos (year).
863
864* Localization updates.
865
866
8670.2 (2014-01-09)
868================
869
870Tons of changes.
871
872
8730.1 (never released)
874====================
875
876Initial version. Copy from waeup.sirp.
Note: See TracBrowser for help on using the repository browser.