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)
Unset propRelation if group/accessname isn't used anymore.
4 lines of code changed in:
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:
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:
Fix indentation
63 lines of code changed in:
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:
Use initial capacity of 4 for empty macro parameter maps to allow some room
for macro-added parameters.
3 lines of code changed in:
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:
Implement copy-on-write of the wrapped map.
51 lines of code changed in:
Introduce helma.util.WrappedMap, fixing bug 258.
http://helma.org/bugs/show_bug.cgi?id=258
153 lines of code changed in:
Fix bug 262
http://helma.org/bugs/show_bug.cgi?id=262
126 lines of code changed in:
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:
Add strangely missing semicolon.
3 lines of code changed in:
Build prototype-name to path objects mapping in path object from res.handlers rather than
finding out ourselves.
20 lines of code changed in:
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:
Checking in patch from Stefan Matthias Aust for including getName() function in File object
1 lines of code changed in:
Checking in patch from Stefan Matthias Aust for default value support in getProperty().
9 lines of code changed in:
Add null check when creating Hashtable for XML-RPC struct.
6 lines of code changed in:
Patch from Andreas Bolka to use appHome and dbHome properties
23 lines of code changed in:
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:
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:
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:
Implement basic tracer support. App properties to activate:
rhino.optlevel = -1
rhino.trace = true
121 lines of code changed in:
Implement toString() to display the wrapped Map.
10 lines of code changed in:
Use proper subnode relation in getPropertyNames().
14 lines of code changed in:
Improved code that gets the Helma home directory from the launcher.jar URL.
19 lines of code changed in:
Patch by Stefan Matthias Aust:
Handle case where Helma classes are not packed in jar file.
15 lines of code changed in:
Include node state in serialization and refuse to read earlier serialization versions.
17 lines of code changed in:
Fix bug 256: Replicated Mountpoint has null NodeManager.
7 lines of code changed in:
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:
Changed argument order in constructor.
8 lines of code changed in:
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:
Serialize ID and name as Object rather than UTF to avoid NullPointerException
on mountpoints.
12 lines of code changed in:
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:
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:
Fixed stupid bug in typename variable assignment in constructor.
8 lines of code changed in:
Implement readObject() and writeObject() on some key classes to
make sure storageNames are properly internalized.
75 lines of code changed in:
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:
XML-encode HopObject name to prevent illegal XML to be produced.
3 lines of code changed in:
Properly wrap internal __node__ property.
3 lines of code changed in:
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:
Filter out Undefined.instance from skin parameters.
3 lines of code changed in:
Added test if final java command exists and is executable and print
a decent error message if not.
24 lines of code changed in:
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:
Make RedirectException subclass java.lang.Error so app code knows it shouldn't catch it.
6 lines of code changed in:
Do not include system class loader to avoid conflicts with jars in classpath.
3 lines of code changed in:
remove whitespace from version
1 lines of code changed in:
Updated version to 1.3.0 alpha
1 lines of code changed in:
Update version string to 1.3.0 alpha
3 lines of code changed in:
Do not print stack trace on print errors.
3 lines of code changed in:
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