Changeset 3580

Show
Ignore:
Timestamp:
10/29/07 14:18:46 (1 year ago)
Author:
paj
Message:

Fix ticket #1595

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/CHANGELOG.txt

    r3546 r3580  
    44======= 
    551.1: 
    6 ---- 
     6---------------------------- 
    77*Changes* 
    88    * Genshi and SQLAlchemy are now the defaults 
     
    1919Paul Johnston, Florent Aide, Roger Demetrescu 
    2020 
    21  
    22 ======= 
    23211.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 
     341.0.4b2 (October, 27, 2007): 
     35---------------------------- 
    2536*Changes* 
    2637 
  • branches/1.1/turbogears/command/quickstart.py

    r3555 r3580  
    211211        if not self.dry_run: 
    212212            os.chdir(self.name) 
    213             sodir = '%s/sqlobject-history' % self.nam
     213            sodir = '%s/sqlobject-history' % self.packag
    214214            if self.sqlobject and not os.path.exists(sodir): 
    215215                os.mkdir(sodir)