adding search engine
This commit is contained in:
parent
314d8daacb
commit
ef8e8704c5
14 changed files with 535 additions and 3 deletions
|
|
@ -84,5 +84,7 @@ webgui.
|
|||
- Migrated the navigation items (Thanks to Leendert Bottelberghs, Len
|
||||
Kranendonk).
|
||||
- Removed all old navigation macros. See gotcha's for details.
|
||||
|
||||
- Added a variation on Len's Advanced Search wobject. Thanks to Len
|
||||
Kranendonk for creating the original version for the WebGUI community
|
||||
contest.
|
||||
|
||||
|
|
|
|||
|
|
@ -522,6 +522,7 @@ foreach my $wobject (@{$wobjects}) {
|
|||
push(@newWobjects,$wobject);
|
||||
}
|
||||
}
|
||||
push(@newWobjects,"IndexedSearch");
|
||||
push(@newWobjects,"WSClient");
|
||||
$conf->set("wobjects"=>\@newWobjects);
|
||||
$conf->set("emailRecoveryLoggingEnabled"=>1);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue