Commit Log (Page 22 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-08-05 to 2003-06-26 (Commits 2089-2138 of 3188)

hannes 2003-08-05 20:43

Unset propRelation if group/accessname isn't used anymore.

4 lines of code changed in:

hannes 2003-08-05 17:54

Allow upper case characters in app names by interpreting the property value as
app name in apps.properties, if it is defined.

8 lines of code changed in:

hannes 2003-07-31 16:58

Added getGraphics method as proposed by Jürg Lehni.
http://grazia.helma.at/pipermail/helma-dev/2003-July/000237.html
Added basic JavaDoc comments.

29 lines of code changed in:

hannes 2003-07-31 16:28

Fix indentation

63 lines of code changed in:

hannes 2003-07-31 14:33

Changed constructor/init method for GlobalObject
Use a GlobalObject for the per-thread scope in RhinoEngine
Modified getDBConnection() to wrap its return value
Some minor changes
Added JavaDoc comments to GlobalObject

39 lines of code changed in:

hannes 2003-07-30 19:16

Use initial capacity of 4 for empty macro parameter maps to allow some room
for macro-added parameters.

3 lines of code changed in:

hannes 2003-07-30 19:06

Use WrappedMap copyOnWrite feature to do lazy copying of parameter map only
when it is actually modified by the macro.

11 lines of code changed in:

hannes 2003-07-30 19:00

Implement copy-on-write of the wrapped map.

51 lines of code changed in:

hannes 2003-07-29 18:13

Introduce helma.util.WrappedMap, fixing bug 258.
http://helma.org/bugs/show_bug.cgi?id=258

153 lines of code changed in:

hannes 2003-07-29 16:03

Fix bug 262
http://helma.org/bugs/show_bug.cgi?id=262

126 lines of code changed in:

hannes 2003-07-29 14:39

Patch from Stefan Matthias Aust:
Change arguments to format() and friends from String to Object in
order to be better able to handle null and undefined.

22 lines of code changed in:

hannes 2003-07-28 17:56

Add strangely missing semicolon.

3 lines of code changed in:

hannes 2003-07-28 17:18

Build prototype-name to path objects mapping in path object from res.handlers rather than
finding out ourselves.

20 lines of code changed in:

hannes 2003-07-28 17:16

Fix object by prototype-name mappings in res.handlers to have different priorities
for direct and indirect prototypes. Direct prototypes always overrule indirect ones.

44 lines of code changed in:

hannes 2003-07-28 11:56

Checking in patch from Stefan Matthias Aust for including getName() function in File object

1 lines of code changed in:

hannes 2003-07-28 11:56

Checking in patch from Stefan Matthias Aust for default value support in getProperty().

9 lines of code changed in:

hannes 2003-07-23 15:11

Add null check when creating Hashtable for XML-RPC struct.

6 lines of code changed in:

hannes 2003-07-23 11:19

Patch from Andreas Bolka to use appHome and dbHome properties

23 lines of code changed in:

hannes 2003-07-16 15:25

Implemented removing of compiled functions that no longer exist as
proposed by Stefan Matthias Aust. General refactoring of the class.

219 lines of code changed in:

hannes 2003-07-15 18:17

Fix delete() to call super.delete() and handling of subnodeRelation property
to call the subnodeRelation methods on the wrapped node.

12 lines of code changed in:

hannes 2003-07-14 16:38

The fix for http://helma.org/bugs/show_bug.cgi?id=251 in Rev. 1.104 was
actually a bit too simplistic. We do have to check the element name for
non-relational objects after all. But all that was needed was to do it right,
i.e. to check if parent.contains(this) before setting this to anonymous.

6 lines of code changed in:

hannes 2003-07-11 14:55

Implement basic tracer support. App properties to activate:

rhino.optlevel = -1
rhino.trace = true

121 lines of code changed in:

hannes 2003-07-11 14:52

Implement toString() to display the wrapped Map.

10 lines of code changed in:

hannes 2003-07-11 11:42

Use proper subnode relation in getPropertyNames().

14 lines of code changed in:

hannes 2003-07-09 17:23

Improved code that gets the Helma home directory from the launcher.jar URL.

19 lines of code changed in:

hannes 2003-07-09 17:15

Patch by Stefan Matthias Aust:
Handle case where Helma classes are not packed in jar file.

15 lines of code changed in:

hannes 2003-07-08 18:15

Include node state in serialization and refuse to read earlier serialization versions.

17 lines of code changed in:

hannes 2003-07-08 17:47

Fix bug 256: Replicated Mountpoint has null NodeManager.

7 lines of code changed in:

hannes 2003-07-08 15:52

Checked in patch from Stefan Matthias Aust:
* Don't call static methods as instance methods
* Remove unused imports
* Remove variables that are never read

112 lines of code changed in:

hannes 2003-07-07 17:19

Changed argument order in constructor.

8 lines of code changed in:

hannes 2003-07-07 17:18

Use Jetty's InetAddrPort class to encapsulate a ip address and port number to
allow Helma server ports to be opened on specific interfaces rather than all
local addresses.

76 lines of code changed in:

hannes 2003-07-07 14:45

Serialize ID and name as Object rather than UTF to avoid NullPointerException
on mountpoints.

12 lines of code changed in:

hannes 2003-07-04 15:43

Do not frivolously use Exceptions in place of basic null checks
as proposed by Stefan Matthias Aust on the mailing list.

19 lines of code changed in:

hannes 2003-07-04 13:37

http://helma.org/bugs/show_bug.cgi?id=254
- Check listener for null before trying to use it in order to get a better error message
- Print out proper number of exchanged objects when logging replication
- Print stack trace if debug is set to true

10 lines of code changed in:

hannes 2003-07-04 13:33

Fixed stupid bug in typename variable assignment in constructor.

8 lines of code changed in:

hannes 2003-07-03 15:42

Implement readObject() and writeObject() on some key classes to
make sure storageNames are properly internalized.

75 lines of code changed in:

hannes 2003-07-03 13:12

Fixed multiple bugs related to the embedded database:

* Do not test ElementName for objects from embedded db
* Do set DbMapping for embedded db collection nodes
* Do not fetch embedded db objects onDemand by NodeManager

http://helma.org/bugs/show_bug.cgi?id=251

66 lines of code changed in:

hannes 2003-07-03 11:19

XML-encode HopObject name to prevent illegal XML to be produced.

3 lines of code changed in:

hannes 2003-07-02 18:18

Properly wrap internal __node__ property.

3 lines of code changed in:

hannes 2003-07-02 16:54

Updated to Rhino CVS snapshot from July 1, plus Igor's patch from
http://bugzilla.mozilla.org/show_bug.cgi?id=210605

0 lines of code changed in:

hannes 2003-07-02 12:32

Filter out Undefined.instance from skin parameters.

3 lines of code changed in:

hannes 2003-07-01 18:13

Added test if final java command exists and is executable and print
a decent error message if not.

24 lines of code changed in:

hannes 2003-07-01 17:10

Solve the problem that integers are printed as floats as far as skin parameters and
macro return values are concerned.

15 lines of code changed in:

hannes 2003-07-01 16:47

Make RedirectException subclass java.lang.Error so app code knows it shouldn't catch it.

6 lines of code changed in:

hannes 2003-06-27 12:31

Do not include system class loader to avoid conflicts with jars in classpath.

3 lines of code changed in:

hannes 2003-06-26 19:01

remove whitespace from version

1 lines of code changed in:

hannes 2003-06-26 18:54

Updated version to 1.3.0 alpha

1 lines of code changed in:

hannes 2003-06-26 18:53

Update version string to 1.3.0 alpha

3 lines of code changed in:

hannes 2003-06-26 18:52

Do not print stack trace on print errors.

3 lines of code changed in:

hannes 2003-06-26 18:52

Implement phantom engine classloader trick for rhino

10 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