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

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

Allow lecturers to export all course tickets, not only those of current academic session.

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