Patches item #675230, was opened at 2003-01-26 19:57
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=675230&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Extensions to Ignore -> cheetah extensions
Initial Comment:
Not sure why this hasn't bitten anyone else, minor
detail I guess.
Default cheetah template behaviour creates files with
the extension .py_bak. That, and the emacs backup
.tmpl~ should be added to the ExtensionsToIgnore
configuration.
Patch attached.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2003-01-26 19:59
Message:
Logged In: NO
Arg, never attached the patch - it is so minor, here it is
in text form:
--- Application.config.default.ORIGINAL 2003-01-26
21:45:34.000000000 -0600
+++ Application.config.default 2003-01-26
21:48:05.000000000 -0600
@@ -2,7 +2,7 @@
'AdminPassword': '', #You cannot log in with
an empty password
'PrintConfigAtStartUp': 1,
'DirectoryFile': ['index',
'Index','main','Main'],
- 'ExtensionsToIgnore': ['.pyc', '.pyo', '.py~',
'.psp~', '.html~','.bak','.tmpl'],
+ 'ExtensionsToIgnore': ['.pyc', '.pyo', '.py~',
'.psp~', '.html~','.bak','.tmpl', '.py_bak', '.tmpl~'],
'ExtensionsToServe': [], # if specified, only
extensions in this list will be used
'UseCascadingExtensions': 1,
'ExtensionCascadeOrder':['.py','.psp','.html'],
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=675230&group_id=4866
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel