Changeset 3580
- Timestamp:
- 10/29/07 14:18:46 (1 year ago)
- Files:
-
- branches/1.1/CHANGELOG.txt (modified) (2 diffs)
- branches/1.1/turbogears/command/quickstart.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/CHANGELOG.txt
r3546 r3580 4 4 ======= 5 5 1.1: 6 ---- 6 ---------------------------- 7 7 *Changes* 8 8 * Genshi and SQLAlchemy are now the defaults … … 19 19 Paul Johnston, Florent Aide, Roger Demetrescu 20 20 21 22 =======23 21 1.0.4: 24 ------ 22 ---------------------------- 23 *Changes* 24 * Introduction of tg.mochikit_suppress to prevent the inclusion of 25 the shipped MochiKit 1.3.1. That allows to include custom mochikit versions. 26 27 *Features* 28 * Introduction of tg.mochikit_suppress to prevent the inclusion of 29 the shipped MochiKit 1.3.1. That allows to include custom mochikit versions. 30 31 *Fixes* 32 * Ticket #1595. Fixed broken quickstart change. 33 34 1.0.4b2 (October, 27, 2007): 35 ---------------------------- 25 36 *Changes* 26 37 branches/1.1/turbogears/command/quickstart.py
r3555 r3580 211 211 if not self.dry_run: 212 212 os.chdir(self.name) 213 sodir = '%s/sqlobject-history' % self. name213 sodir = '%s/sqlobject-history' % self.package 214 214 if self.sqlobject and not os.path.exists(sodir): 215 215 os.mkdir(sodir)