Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
Colin Kuskie 36873f8479 Fix a bug where thread owners Avatar was used if post owner
did not have one.  This is due to behavior in HTML::Template
with global_vars=1.  If a loop variable is undef, then the global
will be used instead.  Using empty string '' is a better solution.
'' and undef are both false, so template conditionals will not
be changed.
2006-12-16 07:20:01 +00:00
docs Fix a bug where thread owners Avatar was used if post owner 2006-12-16 07:20:01 +00:00
etc fix: Added Calendar workflow activity to original configuration file 2006-12-14 18:09:51 +00:00
lib Fix a bug where thread owners Avatar was used if post owner 2006-12-16 07:20:01 +00:00
sbin Add a new method to t/lib/WebGUI/Test.pm to return the path to the test 2006-12-15 23:17:22 +00:00
t Add a new method to t/lib/WebGUI/Test.pm to return the path to the test 2006-12-15 23:17:22 +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