Changeset 631
- Timestamp:
- 01/19/07 18:20:32 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/contrib/05to06.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r630 r631 1 1 2007-01-19 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 2 3 * contrib/05to06.py: Adds a blank like after each virtual host. 4 It makes easier to edit the generated file later on. 5 3 6 * contrib/05to06.py: Adds a faked DocumentRoot if the virtual 4 7 server didn't contain one. 0.5 wasn't checking for a 5 8 document_root but 0.6 does. It is no more than a work around. 9 This script isn't meant to be perfect, just useful. 6 10 7 11 * contrib/05to06.py: Now, it adds the "priority" entry to all the cherokee/trunk/contrib/05to06.py
r630 r631 644 644 print "vserver!%s!document_root = %s" % (vserver, FAKED_DOCUMENT_ROOT) 645 645 646 print 647 646 648 def process_sentence (self): 647 649 kind, val = self._lex.get_token()