forward porting Testing fix
This commit is contained in:
parent
5aa79dba45
commit
ecfba4699d
2 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,12 @@
|
|||
- prevent HTML and Macro injection in usernames
|
||||
- Fixed a problem that caused all Cron job parameters to return an empty hash
|
||||
ref.
|
||||
|
||||
7.4.26
|
||||
- fixed: rich text editor image uploads deleted immediately
|
||||
- fixed: Running WebGUI Tests on Windows (William McKee, Knowmad Technologies)
|
||||
|
||||
7.4.25
|
||||
- fixed: creating new ad spaces is broken
|
||||
- don't write .wgaccess files for public uploads, allowing WRE optimizations
|
||||
- More i18n for Gallery templates
|
||||
|
|
|
|||
|
|
@ -89,7 +89,8 @@ BEGIN {
|
|||
$WEBGUI_ROOT = File::Spec->canonpath($WEBGUI_ROOT);
|
||||
$WEBGUI_TEST_COLLATERAL = File::Spec->catdir($WEBGUI_ROOT, 't', 'supporting_collateral');
|
||||
|
||||
$WEBGUI_LIB ||= File::Spec->catpath( (File::Spec->splitpath($WEBGUI_ROOT))[0], $WEBGUI_ROOT, 'lib' );
|
||||
my ($volume,$directories) = File::Spec->splitpath( $WEBGUI_ROOT, 'no_file' );
|
||||
$WEBGUI_LIB ||= File::Spec->catpath( $volume, $directories, 'lib' );
|
||||
|
||||
push (@INC,$WEBGUI_LIB);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue