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

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

Implement bulk emailing.

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