|
[Webware-checkins] CVS: Webware/WebKit/Docs Application.configlist,1.13,1.14 RelNotes-0.8.html,1.4,1.5
From: Geoff Talvola <gtalvola@us...> - 2002-04-24 01:12
|
Update of /cvsroot/webware/Webware/WebKit/Docs
In directory usw-pr-cvs1:/tmp/cvs-serv19721/WebKit/Docs
Modified Files:
Application.configlist RelNotes-0.8.html
Log Message:
Checking in Tavis's patch to add .tmpl to the list of extensions to ignore (for Cheetah support) and a bugfix for cascading extensions.
Index: Application.configlist
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/Application.configlist,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Application.configlist 12 Apr 2002 15:12:16 -0000 1.13
--- Application.configlist 24 Apr 2002 01:12:12 -0000 1.14
***************
*** 6,10 ****
('PrintConfigAtStartUp', '1', "Does what it says. It's generally a good idea to leave this on."),
! ('ExtensionsToIgnore', "['.pyc', '.pyo', '.py~', '.bak']", 'This is a list of extensions that WebKit will ignore when autodetecting extensions. Note that this does not prevent WebKit from serving such a file if it is named explicitly in a URL.'),
('ExtensionsToServe', "[]", 'This is a list of extensions that WebKit will use exclusively when autodetecting extensions. Note that this does not prevent WebKit from serving such a file if it is named explicitly in a URL.'),
--- 6,10 ----
('PrintConfigAtStartUp', '1', "Does what it says. It's generally a good idea to leave this on."),
! ('ExtensionsToIgnore', "['.pyc', '.pyo', '.py~', '.bak', '.tmpl']", 'This is a list of extensions that WebKit will ignore when autodetecting extensions. Note that this does not prevent WebKit from serving such a file if it is named explicitly in a URL.'),
('ExtensionsToServe', "[]", 'This is a list of extensions that WebKit will use exclusively when autodetecting extensions. Note that this does not prevent WebKit from serving such a file if it is named explicitly in a URL.'),
Index: RelNotes-0.8.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/RelNotes-0.8.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RelNotes-0.8.html 23 Apr 2002 19:55:35 -0000 1.4
--- RelNotes-0.8.html 24 Apr 2002 01:12:12 -0000 1.5
***************
*** 100,104 ****
<ul>
! <li> *
</ul>
--- 100,104 ----
<ul>
! <li> Fixed a bug in the config setting UseCascadingExtensions and added .tmpl (used by Cheetah) to the default list of extensions to ignore.
</ul>
|
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebKit/Docs Application.configlist,1.13,1.14 RelNotes-0.8.html,1.4,1.5 | Geoff Talvola <gtalvola@us...> |