bug fixes and caching improvements

This commit is contained in:
JT Smith 2005-02-26 17:28:42 +00:00
parent 48a8934b3b
commit 91d950e5f7
6 changed files with 95 additions and 47 deletions

View file

@ -1729,6 +1729,7 @@ WebGUI::Session::close();
sub replaceMacros {
my $content = shift;
return $content if ($content =~ /\^\^/); # double carets bad
my $parenthesis;
$parenthesis = qr /\( # Start with '(',
(?: # Followed by

View file

@ -0,0 +1,4 @@
insert into webguiVersion values ('6.3.1','upgrade',unix_timestamp());
alter table asset add index state_parentId_lineage (state,parentId,lineage);