Summary Period: 2004-05-30 to 2006-01-17
Total Lines Of Code:
6254 (2006-01-17 17:18)
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 |
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:
Fixed an instance where the global "helma" object was still referenced using a capital "H".
1 lines of code changed in:
Fixed the removeDirectory method to call the correct method name when recursively deleting directories.
4 lines of code changed in:
Fixed URL to Roman Porotnikov page about AOP fun with Javascript
4 lines of code changed in:
bugfix in getField() and getDateField(): don't assume that the document field exists, if not return null.
23 lines of code changed in:
bugfix in checkWriteLock(): use getDirectory() instead of nonexisting variable "dir"
4 lines of code changed in:
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:
Synchronized with current version from release_1_5 branch, including the Search library and the Lucene jar file
4390 lines of code changed in:
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:
Removed helma.Inspector.js in favor of the one now present in helmaTools
0 lines of code changed in:
Merged from release_1_5 branch to trunk
3481 lines of code changed in:
added timeout methods;
added debug and error methods.
97 lines of code changed in:
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:
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:
added static method isAuthorized() that checks a request against username/password passed as arguments
18 lines of code changed in:
* 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:
added support for direct setting of (custom) header fields
12 lines of code changed in:
fixed linefeeds
447 lines of code changed in:
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:
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