- Timestamp:
- 25 Feb 2014, 09:00:18 (11 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r11433 r11435 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * Do not create TSC AC batch when updating plugins. 8 All TSC batches are created. 6 9 7 10 * Make table on applicantsrootpage responsive. -
main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/accesscode.py
r10448 r11435 478 478 'AccessCodePlugin: Updating site at %s: Nothing to do.' % ( 479 479 site_name, )) 480 if not 'TSC' in site['accesscodes']:481 site['accesscodes'].createBatch(datetime.utcnow(), 'system',482 'TSC', 0.0, 0)483 logger.info('Empty TSC access code batch added.')484 480 return 485 481
Note: See TracChangeset for help on using the changeset viewer.