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

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

Save email address provided by mandate when referee report
is created. Add RefereeReportManageFormPage (no button available).

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