Commit Log (Page 14 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: 2004-04-30 to 2004-03-10 (Commits 2489-2538 of 3188)

hannes 2004-04-30 18:08

Patch from Manfred: Allow arbitrary properties to be passed to the JDBC driver.

24 lines of code changed in:

hannes 2004-04-30 18:04

Patch from Manfred: Make dbProps properties case sensitive

3 lines of code changed in:

hannes 2004-04-30 18:03

Patch from Manfred: Add constructor that takes ignoreCase argument

16 lines of code changed in:

hannes 2004-04-28 20:10

Avoid multiple unnecessary calls to numberOfNodes() when adding child nodes
and synchronize adding, removing to make sure we never use an out-of-bound index.

26 lines of code changed in:

hannes 2004-04-28 20:03

Added JavaDoc comments

6 lines of code changed in:

hannes 2004-04-28 17:59

Check parent mapping in isOracle()

9 lines of code changed in:

hannes 2004-04-28 17:58

Group DATE, TIME and TIMESTAMP in createNode() switch statement and
always user ResultSet.getTimestamp().

3 lines of code changed in:

kmfdm 2004-04-27 11:28

added CLOB-support
combined switch-statement of updateNode and insertNode into one method

93 lines of code changed in:

hannes 2004-04-26 11:08

Make ConcurrencyException extend Error so it isn't cought by JavaScript try/catch.

3 lines of code changed in:

hannes 2004-04-22 12:38

Use lower-case prototype name for external skin files if directory for
actual name doesn't exist.

15 lines of code changed in:

stefanp 2004-04-13 10:33

rewrote the method for parsing function files so that it handles
the various ways of declaring functions in rhino

142 lines of code changed in:

hannes 2004-04-02 14:17

Removed/unified semi-redundant else-if branch

4 lines of code changed in:

hannes 2004-04-01 17:39

Try ScriptRuntime.toString() in get() to work around unimplemented toString()
in some Rhino native types.

13 lines of code changed in:

hannes 2004-04-01 17:05

Update version to 1.4.0

4 lines of code changed in:

hannes 2004-04-01 17:02

Update to Rhino 1.5R5 final

0 lines of code changed in:

hannes 2004-04-01 17:02

Update to Jetty 4.2.19 (fixes DOS attack problem)

0 lines of code changed in:

hannes 2004-03-30 17:13

Handle case gracefully where a node has a prototype set that does not exist anymore.
When reading from relational table, set _prototype to the name of the prototype we
actually use. When JS-wrapping the object, also check its DbMapping to find out the
prototype.

22 lines of code changed in:

stefanp 2004-03-30 12:19

Trace class is going to be kicked out of JGroups,
print jgroups-version at startup

3 lines of code changed in:

stefanp 2004-03-30 12:13

reformatted, set groupname as name of protocol-stack

191 lines of code changed in:

stefanp 2004-03-30 12:09

removed obsolete test functions
moved single action from demogroup to grouptest as usermanagement.hac

0 lines of code changed in:

stefanp 2004-03-29 18:30

all connection information is now directly retrieved from xml configuration
the name of the stack (1st line of config) is the name of the group, therefore
we can now have several helmagroups listening on the same address/port.

- lots of related changes in the creation of new groups
- removed unused stuff from Util.java

126 lines of code changed in:

hannes 2004-03-29 16:53

Re-add a simple getDefaultValue implementation to prevent runtime errors.

13 lines of code changed in:

stefanp 2004-03-29 15:58

added toString()

4 lines of code changed in:

hannes 2004-03-29 15:04

Do not call markAs(CLEAN) in Node.init() because we don't know for sure if we
are going to use it. If the node is loaded already and is infact dirty, calling
markAs(CLEAN) will drop it from the transactor's dirty list. So what we do instead is
to directly set the status flag to CLEAN. Fixes bug 352.

3 lines of code changed in:

stefanp 2004-03-29 11:39

updated with latest changes

13 lines of code changed in:

stefanp 2004-03-29 11:26

updated to jgroups 2.2.1

0 lines of code changed in:

stefanp 2004-03-29 11:24

default binding to localhost

added params bind_port and port_range to UDP config which define
the ports taken by the GMS protocol

7 lines of code changed in:

stefanp 2004-03-29 11:21

use jgroup's XmlConfigurator directly instead of removed method in Group.java

5 lines of code changed in:

stefanp 2004-03-29 11:13

changed updateGroups() method to handle urls as config property
and work with the new factory methods in Group.java

49 lines of code changed in:

stefanp 2004-03-29 11:11

removed factory method using Properties object
added factory method using URL to fetch xml-config
factory methods throw pass all exceptions
config can no longer be changed while running

20 lines of code changed in:

stefanp 2004-03-26 18:39

fixed test script

4 lines of code changed in:

stefanp 2004-03-26 18:38

removed env-variable for helma1.2

1 lines of code changed in:

stefanp 2004-03-26 18:37

removed compile & jar targets for helma1.2

3 lines of code changed in:

stefanp 2004-03-26 18:36

changed logging methods
removed switch to fesi scripting engine

33 lines of code changed in:

stefanp 2004-03-26 18:35

changed logging - statements are prefixed with an identifier (ie. the filename
of the config file) - desperately needed if two groups are used.

75 lines of code changed in:

stefanp 2004-03-26 18:34

upgraded to 0.6

1 lines of code changed in:

stefanp 2004-03-26 18:34

error messages aren't printed to the logfile but are available via getLastError()

10 lines of code changed in:

stefanp 2004-03-26 18:33

changed logging - some statements are only printed in debug mode now

5 lines of code changed in:

stefanp 2004-03-26 18:32

removed files used by fesi-extension

0 lines of code changed in:

hannes 2004-03-23 15:32

Make createNode smarter about the prototype for the new child node it is
about to create. Otherwise, if called on a persistent node, the new child node
will be persisted with a possibly bogus id.

15 lines of code changed in:

hannes 2004-03-23 15:11

Use Node constructor rather than createNode() in registerUser(). createNode()
is currently not prototype-aware, so if it is called on a persistent Node, the new
child node may be persisted with a bogus id (!).

4 lines of code changed in:

hannes 2004-03-19 18:04

* Use getChildElement rather than getSubnode to look up a potential group node
in getParent()
* Register newly created group nodes as clean nodes with the transactor thread,
in addition to throwing them into the cache. This seems to be necessary somehow,
although I don't understand why.

7 lines of code changed in:

hannes 2004-03-19 18:02

Fixes in Relation.java:
* Make renderConstraints() do the right thing in regard to logicalOperator, extracting
the code from buildQuery()
* Make checkConstraints() do the right thing in regard to logicalOperator.
* Make setConstraints() do the right thin in regard to logicalOperator, i.e. don't touch
if logicalOperator is OR or XOR.

52 lines of code changed in:

hannes 2004-03-15 13:10

Make form parsing aware of multiple values per key for file upload forms (enctype="multipart/form-data")

28 lines of code changed in:

hannes 2004-03-12 14:20

Do a isStrorageCompatible() rather than isRelational() to handle checks for
non-relational child nodes in isParentOf().
http://helma.org/bugs/show_bug.cgi?id=339#c17

8 lines of code changed in:

hannes 2004-03-12 14:13

Make prototype and name handling case insensitive in insertRelationalNode()

6 lines of code changed in:

hannes 2004-03-11 12:36

Upgrade to official Rhino 1.5R5 release candidate 1.

0 lines of code changed in:

hannes 2004-03-11 12:33

Upgrade to servlet jar from Jetty 4.2.18

0 lines of code changed in:

hannes 2004-03-11 12:33

Upgrade to Jetty 4.2.18 (JDK 1.2 compatible).
Fixes bug with Java 1.3 java.util.Calendar in Jetty 4.2.17

0 lines of code changed in:

hannes 2004-03-10 18:39

Revert from change in revision 1.132 to only check name in getElementName()
for relational nodes: We actually need to do this for embedded nodes.

34 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