webgui/lib/WebGUI/Session
Colin Kuskie a0d2326f9c Found and fixed a bug in ErrorHandler, canShowPerformanceIndicators.
It didn't work with CIDR format IP addresses.  I cannabilized the
code from canShowDebug and refactored it into its own method,
canShowBasedOnIP.  Both canShowDebug and canShowPerformanceIndicators call this.
Updated the docs for the debugIp setting to note that it's used for both
showDebug and showPerformanceIndicators.
Added about 20 more tests to ErrorHandler.t.  Only the two hard methods are
left, fatal (which closes the session at the end) and showDebug, which is
validating a ton of output.
2006-11-21 03:50:15 +00:00
..
DateTime.pm Couple of minor code cleanups in WebGUI::Session::DateTime. 2006-11-13 23:20:55 +00:00
Env.pm Fixed a typo in the POD for Session/Env.pm 2006-07-24 05:08:17 +00:00
ErrorHandler.pm Found and fixed a bug in ErrorHandler, canShowPerformanceIndicators. 2006-11-21 03:50:15 +00:00
Form.pm POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Http.pm merging 7.1.4 changes 2006-11-03 21:29:57 +00:00
Icon.pm Bulk tests for Session::Icon 2006-10-20 21:19:08 +00:00
Id.pm GroupText.t: fix number of tests 2006-07-15 01:54:49 +00:00
Os.pm fixed some pod errors 2006-01-31 23:10:10 +00:00
Output.pm static html exports work 2006-05-10 14:44:56 +00:00
Privilege.pm Clean up Session::Privilege code. 2006-10-19 23:19:22 +00:00
Scratch.pm WebGUI::Session::Scratch->delete now acts more like Perl's delete()fix: redirectAfterLogin wouldn't work if displayLogin called from WebGUI::Operation::execute 2006-11-07 08:13:23 +00:00
Setting.pm A few more tests to kick coverage up to 100 on WebGUI::Session::Setting 2006-09-25 03:49:25 +00:00
Stow.pm fix: SQLReport no longer paginates or runs nested queries when downloading.Stow's warning when cache is disabled is now a debug message, since that's what debug messages are for. 2006-11-02 18:08:39 +00:00
Style.pm added YUI and YUI-ext 2006-11-07 23:15:57 +00:00
Url.pm Fixed a bug with WebGUI::Session::Url::page where, if preventProxyCache 2006-09-30 17:23:44 +00:00
Var.pm Added comments to the POD in Var.pm that creating a Var object overwrites 2006-10-03 23:27:08 +00:00