Module helmaLib/Global/

back to main page

Summary Period: 2004-05-30 to 2006-01-17

Modules

[root]/helmaLib/Global

Lines of Code


Total Lines Of Code: 6254 (2006-01-17 17:18)

Authors

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 11845 (100.0%) 95.5
czv 47 (37.9%) 7880 (66.5%) 167.6
tobi 56 (45.2%) 3072 (25.9%) 54.8
robert 19 (15.3%) 890 (7.5%) 46.8
stefanp 2 (1.6%) 3 (0.0%) 1.5

Most Recent Commits

robert 2006-01-17 17:18

bugfix in helma.Search constructor: explicitly use the application classloader when testing if lucene is available, otherwise the test fails although the jar is in the application dir.

4 lines of code changed in:

czv 2006-01-17 15:38

Fixed an instance where the global "helma" object was still referenced using a capital "H".

1 lines of code changed in:

czv 2006-01-17 15:27

Fixed the removeDirectory method to call the correct method name when recursively deleting directories.

4 lines of code changed in:

czv 2006-01-16 11:46

Fixed URL to Roman Porotnikov page about AOP fun with Javascript

4 lines of code changed in:

robert 2006-01-07 16:02

bugfix in getField() and getDateField(): don't assume that the document field exists, if not return null.

23 lines of code changed in:

robert 2006-01-02 18:34

bugfix in checkWriteLock(): use getDirectory() instead of nonexisting variable "dir"

4 lines of code changed in:

robert 2005-12-06 19:05

fixed clone(): only recurse for properties that actually are (Hop)Objects, plus create them using the same constructor method as the original.

16 lines of code changed in:

czv 2005-11-23 09:13

Synchronized with current version from release_1_5 branch, including the Search library and the Lucene jar file

4390 lines of code changed in:

czv 2005-11-08 11:07

Removed the getGlobalObject function and the code setting "global" as a reference to the Global object since such a reference will exist by default in Helma 1.5

0 lines of code changed in:

czv 2005-11-08 11:03

Removed helma.Inspector.js in favor of the one now present in helmaTools

0 lines of code changed in:

czv 2005-11-08 11:02

Merged from release_1_5 branch to trunk

3481 lines of code changed in:

tobi 2005-08-23 15:38

added timeout methods;
added debug and error methods.

97 lines of code changed in:

robert 2005-08-05 17:08

initial check-in: an ssh-client for helma, based on j2ssh (http://sourceforge.net/projects/sshtools).
currently supports scp and execution of single-line commands, and authentication
using username+pwd or key+passphrase

165 lines of code changed in:

tobi 2005-08-03 23:06

fixed bug caused by http responses having a content length of -1
(which means it's not determined and that there *can* be content)

1 lines of code changed in:

robert 2005-07-19 17:34

added static method isAuthorized() that checks a request against username/password passed as arguments

18 lines of code changed in:

robert 2005-06-09 14:31

* changed getUrl(): throw an error if the argument passed as url is neither a string
nor an instance of java.net.URL
* minor bugfix in setProxy()

10 lines of code changed in:

tobi 2005-06-09 12:55

added support for direct setting of (custom) header fields

12 lines of code changed in:

tobi 2005-06-08 13:11

fixed linefeeds

447 lines of code changed in:

robert 2005-05-24 10:13

fixed toString method: don't return any special string, just call file.toString(), otherwise the constructor new helma.File(file, name) fails.

1 lines of code changed in:

robert 2005-05-23 14:41

reworked the client: it now uses standard java classes instead of apache commons httpclient (beginning with jdk1.5 connection- and socket-timeouts can be defined too). the basic functionality of the library is still the same, but the syntax changed: instead of calling getUrl() with a number of parameters now first instantiate a Http object, set the necessary connection properties (eg. using setCredentials(), setTimeout(), setProxy() etc.) and then call getUrl(url).

178 lines of code changed in:

(25 more)

Generated by StatCVS 0.2.2