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: 2002-10-01 to 2002-09-17 (Commits 1589-1638 of 3188)
Improved check if cached NullNode is still valid.
12 lines of code changed in:
Added mechanism to add properties from other sources than the primary
properties file, e.g. a Zip file.
30 lines of code changed in:
Made remove() public since it is now part of the Updatable interface.
Removed old obsolete code.
4 lines of code changed in:
Made remove() public since it is now part of the Updatable interface.
1 lines of code changed in:
upgraded to JavaGroups2.0.3
0 lines of code changed in:
fixed bug in GroupObject.list () that returned double wrapped objects. now
the array is built in fesi's ArrayPrototype directly.
23 lines of code changed in:
added property app.cacheusage that holds current number of elements
in the object cache.
11 lines of code changed in:
- append only to logfiles that were lastmodified today
- first name tried for archive doesn't have a counter anymore
15 lines of code changed in:
- rotate the logfiles at midnight and not each 10MB.
- append to existing logs after a restart
36 lines of code changed in:
Made scriptingEngine protected again, since it is used by Skin.
1 lines of code changed in:
Do lazy initialization of scripting engine. If immediate creation is desired, calling code can do this by invoking the iniitScriptingEngine() method.
6 lines of code changed in:
If no evaluator is available in getEvaluator() and a new one can't be allocated, try waiting a few seconds several times before throwing a max thread count exception.
23 lines of code changed in:
updated version string
1 lines of code changed in:
The RMI interface to Application is now put into a separate RemoteApplication class.
1 lines of code changed in:
Replaced by helma.objectmodel.db.IReplicationListener.
0 lines of code changed in:
The RMI interface to Application is now put into a separate RemoteApplication class.
58 lines of code changed in:
minor change in comment
1 lines of code changed in:
It is now possible to bind to RMI and embedded Web/AJP1.3 server at the same time.
(this used to be mutually exclusive until now).
32 lines of code changed in:
Replaces helma.framework.IReplicatedApp, since replication takes part mostly in
the helma.objectmodel.db package.
21 lines of code changed in:
Added logReplication option (works like logSql) to log events regarding cache
replication. Errors in replication are now logged to the application event log.
26 lines of code changed in:
Rewrote servlet classes to be independent from IRemoteApp interface, i.e. the
AbstractServletClient now does not mind whether a remote application or a local
reference to an application are used.
If the upload limit is exceeded, a HTTP error is returned immediately instead of
going into the scripting environment.
78 lines of code changed in:
Greatly improved type checking performance for large application directories.
Fixed bug 117 (skins not inherited from hopobject proto).
Generally cleaned up things a lot.
67 lines of code changed in:
Fixed handling of type.properties entries and creation of DbMappings.
Not fixed all the way, though - still needs some work.
12 lines of code changed in:
Added getProperties() method to let others access the properties
underlying this database mapping.
5 lines of code changed in:
overrided load() function to load properties into a fresh map,
added add() function to load a file without discarding old entries.
25 lines of code changed in:
Check for null and unwrap EcmaScript object to Java object in putProperty().
Especially the toJavaObject() may break something somewhere, not 100% sure,
but we should do this to avoid references from map values to the wrong
EcmaScript evaluator.
4 lines of code changed in:
default parameter is now used for all macros, including those handled by
request, response and parameter objects.
Slightly optimized retrieval of prefix and suffix, which is now done only once instead
of each time the macro is rendered.
37 lines of code changed in:
set notModified flag to false in reset().
1 lines of code changed in:
Fixed emberassing bug in prefetchChildren() array index calculation.
(I knew I was too overworked when I wrote the code!)
5 lines of code changed in:
Updated version string.
1 lines of code changed in:
- Try to detect recursive skin invocation: When more than 50 skins are rendered
recursively, rendering is interrupted by throwing a RuntimeException.
- If a macro does not produce any output, the default macro attribute is written
out if it is specified.
28 lines of code changed in:
Added skinDepth counter to allow skins to detect recursive skin invocation.
11 lines of code changed in:
Fixed bug #106: emtpy hsp-files prevent prototypes from being evaluated
2 lines of code changed in:
Fix: Don't set parent prototype in prototypes unless it is exlicitly defined in
type.properties file. If it isn't explicitly defined, the scripting engine will check the
right runtime parent prototype depending on whether the prototype is a HopObject
or Java object prototype.
4 lines of code changed in:
Fix bug where xxx.readonly and xxx.private where not read correctly.
Yep, that's right, these two did not work so far.
4 lines of code changed in:
Try to workaround bug where getChildElement doesn't work for named
child objects in the embedded non-relational database.
6 lines of code changed in:
Added support for AJP1.3 protocoll in Jetty.
Updated version string.
94 lines of code changed in:
Updated to Jetty 4.1.0RC6, which adds support for AJP1.3 (mod_jk)
0 lines of code changed in:
now the commit-mails should work again
1 lines of code changed in:
a testcommit
0 lines of code changed in:
a testcommit
1 lines of code changed in:
Do not append "null" to URLs generated by href() when baseURI is not specified
;-)=
3 lines of code changed in:
Fixed bug 105: entity was not passed through if it occurred at end of string.
1 lines of code changed in:
Slightly tweaked update check routines.
4 lines of code changed in:
Most properties in app.properties are now updatable during runtime.
51 lines of code changed in:
Updated size of internal HashMap and rotation threshold to avoid
rehashing to take place in internal maps.
Provided setCapacity() method to change cache capacity during runtime.
37 lines of code changed in:
Slightly tweaked initial string buffer size.
28 lines of code changed in:
Make getChildElement smart enough to actually look at the DbMapping of the
Node when trying to fetch a child element. As a side effect, retrieving a child
object by ID when an accessname is defined for the child collection and no
object was found using the accessname column does not work anymore.
17 lines of code changed in:
Don't explicitly exclude null group columns when querying for group nodes.
1 lines of code changed in:
Use order when prefetching grouped child objects.
2 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