Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
Colin Kuskie 6343f648e1 Fixed the failing FileUrl test and clearly document where the FileUrl macro
will work and where it will not.

This test failed due to an API change in WebGUI.  Before 7.3, if you created
a Storage object and then created an Asset with that Storage Id, then WebGUI
would do that happily.  This is actually a bug, because you could create multiple
Assets with that one Storage Id, and when _any_ of the Assets was deleted or
rolled back it would delete the Storage location and leave the other Assets
with that Id pointing to an empty Storage object.

So the API change is actually a bug fix, albeit being a side-effect of the
auto-commit work for posts and wikis.
2006-12-08 17:40:09 +00:00
docs fixed a small bug in WebGUI::ProfileField 2006-12-08 13:55:49 +00:00
etc fixed a couple of bugs with the new autocommit functionality for cs posts and the like 2006-12-07 00:17:54 +00:00
lib Fixed the failing FileUrl test and clearly document where the FileUrl macro 2006-12-08 17:40:09 +00:00
sbin testEnvironment.pl fails in windows and implemented rebecca's rfe 2006-12-07 00:37:03 +00:00
t Fixed the failing FileUrl test and clearly document where the FileUrl macro 2006-12-08 17:40:09 +00:00
www Fix bug with bits of hidden admin bar panels showing through, or at least it 2006-12-06 23:06:01 +00:00