Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
Colin Kuskie 01a09cbea9 Add tests for printableStyleTemplateId.
Found a fixed an infinite loop in WebGUI::Style::process

If an asset was requested to be printed who does not have a
printableStyleTemplateId then process would recurse back up the
lineage until it does find an asset with a printableStyleTemplateId.
Eventually, if none is found, it will find the Asset Root, whose
parent is itself, and it will loop forever.

I added code to jump out of the loop if it recurses back to the
assetRoot.
2006-10-12 04:06:13 +00:00
docs Make the asset exporter use one session per asset, so as to avoid breaking 2006-10-12 02:45:43 +00:00
etc Add line to WebGUI.conf.original documenting new value for cookieTTL. 2006-09-22 01:54:56 +00:00
lib Add tests for printableStyleTemplateId. 2006-10-12 04:06:13 +00:00
sbin New features for 7.1 2006-10-11 19:26:10 +00:00
t Add tests for printableStyleTemplateId. 2006-10-12 04:06:13 +00:00
www Added SQLReport download and Product AddToGroup handler 2006-10-10 18:14:31 +00:00