Commit Log (Page 19 of 64)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Summary Period: 2003-11-14 to 2003-10-15 (Commits 2239-2288 of 3188)

hannes 2003-11-14 14:11

Added two options for apps.properties for directory indices and index pages:
<app>.staticIndex = true
<app>.staticHome = index.html, default.htm
Default values are (false) for directory listings and "index.html, index.htm" for index pages.

41 lines of code changed in:

hannes 2003-11-12 13:47

Implement query hints as suggested by bug 306
http://helma.org/bugs/show_bug.cgi?id=306

39 lines of code changed in:

stefanp 2003-11-11 18:20

jgroups.org not .com

3 lines of code changed in:

stefanp 2003-11-11 18:00

upgraded to version 0.5

5 lines of code changed in:

stefanp 2003-11-11 16:31

minor improvements in benchmark-interface

12 lines of code changed in:

stefanp 2003-11-11 09:51

renamed all occurrences of javagroups to jgroups

8 lines of code changed in:

stefanp 2003-11-11 09:48

renamed all occurrences of javagroups to jgroups

included COMPRESS protocol in default.xml

74 lines of code changed in:

stefanp 2003-11-11 09:47

renamed all occurrences of javagroups to jgroups

new jgroups has a COMPRESS protocol included which makes transfer of
very large messages (ie state transfer) ca 100x faster. therefore kicked custom
state transfer and switched back to jgroups' embedded.

75 lines of code changed in:

stefanp 2003-11-11 09:45

renamed all occurrences of javagroups to jgroups

1 lines of code changed in:

stefanp 2003-11-11 09:45

new rhino doesn't accept returned arrays anymore but wants Object only

5 lines of code changed in:

stefanp 2003-11-11 09:43

renamed all occurrences of javagroups to jgroups

12 lines of code changed in:

stefanp 2003-11-11 09:42

upgraded to newest javagroups-library
renamed all occurrences of javagroups to jgroups

62 lines of code changed in:

hannes 2003-11-10 17:30

Clean up Java-Object JS-constructor mess: get the right
constructor and invoke it instead of trying them all.

10 lines of code changed in:

hannes 2003-11-06 16:31

Update version date

3 lines of code changed in:

hannes 2003-11-06 15:36

Simplify property access to only use node or nodeless methods, not both
Fix bug in getById() reported by Juerg Lehni
Throw EvaluatorException instead of JavaScript exception
Remove catched exception not anymore thrown by new rhino snapshot

44 lines of code changed in:

hannes 2003-11-06 15:33

Adapt to new TokenStream constructor signature from rhino CVS snaphost.
Remove unused imports.

5 lines of code changed in:

hannes 2003-11-06 15:32

Remove unused import statements

15 lines of code changed in:

hannes 2003-11-06 15:31

Update to rhino CVS snapshot from 2003/11/04

0 lines of code changed in:

hannes 2003-11-06 15:30

Update to Jetty 4.2.14

0 lines of code changed in:

hannes 2003-11-06 13:00

Do not wrap primitive property values as objects when retrieving them - as objects
they are unusable for many purpuses, e.g. testing for equality via ==.

16 lines of code changed in:

hannes 2003-11-05 12:56

Cleanup import statements.

7 lines of code changed in:

hannes 2003-11-05 12:55

Make return values more "JavaScript compatible" (long->double, String[]-> Object)
to make them work with recent rhino snapshots.

5 lines of code changed in:

hannes 2003-11-05 12:52

Cleanup import statements.

2 lines of code changed in:

hannes 2003-11-05 12:52

Cleanup import statements

4 lines of code changed in:

hannes 2003-11-05 12:51

* Cleanup imports
* Disable ContentEncoding for compatibility with Jetty 4.2

5 lines of code changed in:

hannes 2003-11-05 12:50

By default use system class path in helma class loader, but allow for
-Dhelma.exludeSystemClasses=true switch to exclude it.

16 lines of code changed in:

hannes 2003-11-05 12:48

Added separate constructor that allows for a parent class loader argument.
Use the standard parent class loader in the old (single argument) constructor.

13 lines of code changed in:

hannes 2003-10-29 16:38

Remove leading underscore from JOIN_PREFIX since Oracle doesn't like it.

3 lines of code changed in:

hannes 2003-10-24 17:35

Added a comment that tries to make clear the difference between isVirtual() and isCollection()

12 lines of code changed in:

hannes 2003-10-24 17:34

Fix bug where collection properties on transient nodes are created over and over again.
Use Relation.isVirtual() rather than Relation.isCollection() to find out if a relation is a collection property.

19 lines of code changed in:

hannes 2003-10-24 14:20

Updated version string to 1.3.2-pre1

4 lines of code changed in:

hannes 2003-10-23 16:35

Use Relation's additionalTables option when building queries.
This activates the additionalTables feature contributed by Juerg Lehni.

35 lines of code changed in:

hannes 2003-10-23 16:33

Commit parsed filter feature contributed by Juerg Lehni.

164 lines of code changed in:

hannes 2003-10-23 14:53

Renamed invoke methods to make their use clearer. Some minor code cleanup.

20 lines of code changed in:

hannes 2003-10-23 14:00

DbMapping: Changed most fields visibility to private
DbMapping: Change getPropertyRelation visibility to private, always use
getSubnodeRelation from outside instead.
Node: Rewrote getProperty(String) to be simpler and easier to understand.
furthermore, getProperty(String) now also returns child objects (subnodes)
making it unnecessary for calling code to also use getChildElement()
or getSubnode()
Node: Fixed NullPointerException in getElementName() for transient nodes
Node: Use DbMapping.getSubnodeRelation() instead of DbMapping.getPropertyRelation()
NodeManager: Fixes in getNode() methods, which now invoke each other depending on
key/query type
Relation: Removed unused arguments from constructor
Relation: Fixed NullPointerException in createOnDemand()
HopObject: Do not use getChildElement() in jsFunction_get() (see change in
Node.getProperty())
HopObject: Handle case where jsFunction_get() and jsFunction_set() are called with
non-strings that should be handled as string, e.g.
org.mozilla.javascript.NativeString

cosmetic cleanup everywhere (imports, unneeded casts, unused fields etc.)

174 lines of code changed in:

hannes 2003-10-23 13:44

throw EvaluatorException instead of RuntimeException to prevent Rhino exception wrapping

6 lines of code changed in:

hannes 2003-10-23 13:44

Cosmetic cleanup: imports, unused code.

0 lines of code changed in:

hannes 2003-10-23 13:44

throw EvaluatorException instead of RuntimeException to prevent Rhino exception wrapping,
change to new DatabaseObject constructor signature.

5 lines of code changed in:

hannes 2003-10-23 13:43

Minor cosmetic fixes, changed constructor signature

4 lines of code changed in:

hannes 2003-10-23 13:04

Fix import statements and javadoc comments

69 lines of code changed in:

hannes 2003-10-22 18:53

Fix import statements

44 lines of code changed in:

hannes 2003-10-22 18:37

Remove unused import statements.
Changed TypeInfo variable name from "info" to "type"

47 lines of code changed in:

hannes 2003-10-22 18:36

Remove unused import statements and updated some javadoc comments

35 lines of code changed in:

hannes 2003-10-22 18:33

Remove unused import statements and other unnecessary code

20 lines of code changed in:

hannes 2003-10-22 18:30

Remove unused import statements

8 lines of code changed in:

hannes 2003-10-22 18:28

Remove unused import statements and other unnecessary code

51 lines of code changed in:

hannes 2003-10-15 18:55

Performance improvement in HopObject.get() by trying child object first and property afterwards.

11 lines of code changed in:

hannes 2003-10-15 18:10

* Make JavaScript HopObject.get() return generic Node properties in addition to child objects.
* Added checkNode method() to refresh node in case it has been invalidated.

90 lines of code changed in:

hannes 2003-10-15 15:55

Implement HopObject.set() function compatible to Helma 1.2

36 lines of code changed in:

hannes 2003-10-15 15:22

Implement support for hrefFunction and hrefSkin postprocessing options, fixing bug 292
http://helma.org/bugs/show_bug.cgi?id=292

93 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Generated by StatCVS 0.2.2