webgui/lib/WebGUI/Session
Colin Kuskie 81c9d117e5 Fixed a bug where the Interval Form would not work well with non-English languages.
Fixed display of the Interval Form field in Thingy and User Profile by adding a getValueAsHtml method.
2008-12-29 16:54:47 +00:00
..
DateTime.pm Fixed a bug where the Interval Form would not work well with non-English languages. 2008-12-29 16:54:47 +00:00
Env.pm
ErrorHandler.pm Make sure SQL parameters are stringified (for overloaded entries) before converting to json for debug output 2008-12-03 00:32:25 +00:00
Form.pm Make sure SQL parameters are stringified (for overloaded entries) before converting to json for debug output 2008-12-03 00:32:25 +00:00
Http.pm improved performance of file uploads and changed format of created uploads locations, avoiding case sensitivity problems 2008-11-12 01:17:33 +00:00
Icon.pm
Id.pm Removed all instances of srand. This is called implicitily by rand and be dangerous if called mulitple times by the same process. 2008-11-10 21:53:30 +00:00
Os.pm
Output.pm
Privilege.pm
Scratch.pm speed up scratch and settings, since they don't need to be ordered 2008-11-24 04:02:58 +00:00
Setting.pm speed up scratch and settings, since they don't need to be ordered 2008-11-24 04:02:58 +00:00
Stow.pm cleaning up some imports 2008-11-24 04:00:46 +00:00
Style.pm encode html entities when used in a setLink or setScript attribute value 2008-11-12 21:28:18 +00:00
Url.pm only escape dangerous characters 2008-10-21 18:11:32 +00:00
Var.pm