[interchange-cvs] [SCM] Interchange branch, master, updated. 14656b067602a55358ada9e2b4cbcb9452980600

David Christensen interchange-cvs at icdevgroup.org
Tue Sep 8 16:44:09 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  14656b067602a55358ada9e2b4cbcb9452980600 (commit)
      from  45471c43eacbf641c205a3abdd5f787d8b499347 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 14656b067602a55358ada9e2b4cbcb9452980600
Author: David Christensen <david at endpoint.com>
Date:   Tue Sep 8 11:43:13 2009 -0500

    Add CatRoot to AllowedFileRegex

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Config.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/Vend/Config.pm b/lib/Vend/Config.pm
index 1be545b..ba0d520 100644
--- a/lib/Vend/Config.pm
+++ b/lib/Vend/Config.pm
@@ -3589,6 +3589,7 @@ sub set_default_search {
 			}
 			my @paths = map { quotemeta $_ }
 							$C->{VendRoot},
+							$C->{CatRoot},
 							@$cat_template_dirs,
 							@{$Global::TemplateDir || []};
 			my $re = join "|", @paths;


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list