[root]/src/au/com/whitesquare/util

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 54 (100.0%) | 6019 (100.0%) | 111.4 |
Fixed padZeros bug where the wrong number of zeros were being added.
6 lines of code changed in:
Added function to test validity of a string against a basic email spec.
18 lines of code changed in:
Added new utility function to remove HTML tags.
38 lines of code changed in:
parseBoolean now also accepts a Number (1 returns true, all else false)
708 lines of code changed in:
Added new formatWholeDollars utility function.
421 lines of code changed in:
bug 29: added cookie utils class.
39 lines of code changed in:
Fixed quoteCr reference.
6 lines of code changed in:
Added quoteCR function for use in iCal content.
16 lines of code changed in:
Removed obsolete method.
Cleaned up code bugs found by FindBugs pass.
347 lines of code changed in:
Changed codes on suggestion from FindBugs to use the .valueOf function
on the Number objects instead of using the new XXX constructor.
9 lines of code changed in:
Updated date formats to be final.
12 lines of code changed in:
Fixed bug where parsing long with a string that contains a number too
large threw an exception. Is now caught and re-thrown nicely.
14 lines of code changed in:
added getInteger(String, int) function to support loading a int and allowing a default
value on missing value or parsing failure.
36 lines of code changed in:
Fixed witness files and project file to allow the iCal tests to complete.
8 lines of code changed in:
Fixed math bug in padZeros to allow tests to work correctly.
692 lines of code changed in:
Ability to get the configmanager internal instance is made public to enable invoking
reload on the internal data structure.
6 lines of code changed in:
Updated encoding of entities to convert any char over 128 to its # value.
13 lines of code changed in:
Updated debug to indicate which function is being debugged.
10 lines of code changed in:
Added support for sending attachments to the emailer.
35 lines of code changed in:
Created new decoding methods to match the encoding ones.
109 lines of code changed in:
(26 more)