Changeset 11798
- Timestamp:
- 23 Sep 2014, 15:16:17 (10 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r11794 r11798 8 8 9 9 * Fix CertificateCourseProcessor. Mandatory is not a required field 10 and might be missing in import files. Improve logging. Extend and fix11 CertCourseProcessorTests.10 and might be missing in import files. Improve logging. Extend and 11 fix CertCourseProcessorTests. 12 12 13 * Provide customizable method for disabling clearance by clearance officers. 13 * Provide customizable method for disabling clearance by clearance 14 officers. 14 15 15 * Merge Javascript functions into one file. Add Javascript function 16 tocalculate copyright notice year automatically.16 * Merge Javascript functions into one file. Add Javascript function to 17 calculate copyright notice year automatically. 17 18 18 * Use lastname (surname) instead of firstname to verify found application record19 on ApplicantRegistrationPage.19 * Use lastname (surname) instead of firstname to verify found 20 application record on ApplicantRegistrationPage. 20 21 21 * Append hash '#' also to datetimes to circumvent unwanted excel automatic. 22 * Append hash '#' also to datetimes to circumvent unwanted excel 23 automatic. 22 24 23 * Method for (customizable) application passport upload requirements added. 25 * Method for (customizable) application passport upload requirements 26 added. 24 27 25 * Filter payment ticket data exports by specifying the payment_date period. 28 * Filter payment ticket data exports by specifying the payment_date 29 period. 26 30 27 * Method for (customizable) application payment slip download requirements added. 31 * Method for (customizable) application payment slip download 32 requirements added. 28 33 29 * Method for (customizable) application payment ticket upload requirements added. 34 * Method for (customizable) application payment ticket upload 35 requirements added. 30 36 31 37 * Remove unused rowadd javascript function. … … 36 42 37 43 * Fixed ReST markup in setup.py long description. 44 45 * Add new dependency: `psutil` (required to check system state). 38 46 39 47 -
main/waeup.kofa/trunk/setup.py
r11701 r11798 24 24 'reportlab', 25 25 'Pillow', 26 'psutil', 26 27 'unicodecsv', 27 28 'zope.app.authentication', # BBB: During switch to grok 1.1 -
main/waeup.kofa/trunk/versions.cfg
r11254 r11798 155 155 # experimental.cssselect==0.3 156 156 lxml = 3.3.1 157 158 # Added by buildout at 2014-09-19 13:29:39.427594 159 160 # Required by: 161 # waeup.kofa==1.3dev 162 psutil = 2.1.1
Note: See TracChangeset for help on using the changeset viewer.