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-02-11 to 2004-01-15 (Commits 2389-2438 of 3188)
Going back to .tar.gz as file extension for gzipped tar files
6 lines of code changed in:
Updating to current CVS snapshot to fix bug #233274
http://bugzilla.mozilla.org/show_bug.cgi?id=233274
0 lines of code changed in:
Updated version to 1.4.0-rc1
4 lines of code changed in:
Implement/fix aggressive property loading for Oracle when loading through
manually set subnodeRelation.
11 lines of code changed in:
Adjust @throws clause (but be careful not to add any information ;-)
3 lines of code changed in:
Print out a warning if a collection specified in a _parent descriptor does not exist.
5 lines of code changed in:
Update to Jetty 4.2.17
0 lines of code changed in:
Register skin file map with lower case prototype name in addition to the
ordinary name in app.skinfiles.
8 lines of code changed in:
Use "Root" rather than "root" as prototype when creating a root object in the
embedded database.
3 lines of code changed in:
- Fully reload properties whenever one of its ingredients is changed
(main file or additional props from zip file).
- Remove deprecated constructor
35 lines of code changed in:
fixed script to support JAVA_HOME with spaces
4 lines of code changed in:
Make GlobalObject extend Rhino's ImporterTopLevel so we have
the importClass() and importPackage() functions.
11 lines of code changed in:
Committing Stefan's patch for getUser()
http://helma.org/bugs/show_bug.cgi?id=331
3 lines of code changed in:
Fixes and improvements for formatting, especially for paragraph formatting mode
and when entering a "semiblock" (e.g. table) in normal mode.
9 lines of code changed in:
Make property name from which skin text is taken settable.
11 lines of code changed in:
Do not treat hop:parent element as property when reading XML-encoded HopObject.
Fixes bug 281: http://helma.org/bugs/show_bug.cgi?id=281
9 lines of code changed in:
Set DbMapping on group nodes stored in embedded DB. Otherwise, child
nodes are not reachable by name after the application is restarted.
13 lines of code changed in:
Node.getNonVirtualParent doesn't work correctly for transient nodes, so add
a try-catch when setting the back-reference in Relation.setConstraints() since
it may fail.
6 lines of code changed in:
* Do not try to get child nodes from NodeManager if self is transient
* Throw an exception when trying to get a group-subnode from a
transient node (it doesn't work, so better be clear about it)
* Do not set "name" property in groupby nodes, just stick with "groupname"
* Always set node properties in propMap if self is transient
19 lines of code changed in:
Implement caching of string buffers. Throw a runtime exception if res.pop() is
called in an invalid state (no buffer or no stack).
20 lines of code changed in:
Allow properties to start with underscores, apart from internal HopObject props.
7 lines of code changed in:
Committing Daniel's proposed fix for bug 295:
http://helma.org/bugs/show_bug.cgi?id=295
3 lines of code changed in:
Fix bug in getExactPropertyMapping() where we returned the type of the collection
contents rather than the type of the collection itself. Fixes bug 330.
http://helma.org/bugs/show_bug.cgi?id=330
12 lines of code changed in:
Updating to new CVS snapshot which fixes bug 245:
http://www.helma.org/bugs/show_bug.cgi?id=245
0 lines of code changed in:
Re-establish old behaviour in addNode() that if an existing child element is present
with the given name it is deleted. Do not wrap addGroupbyNode-code in try/catch.
20 lines of code changed in:
More fixes for groupby-support in embedded db.
10 lines of code changed in:
bugfix: renamed target for helma-1.2 jar to "jar12" to avoid two targets named "jar"
1 lines of code changed in:
increased version number to 0.5.1
4 lines of code changed in:
increased version number to 0.5.1
added compile12 and jar12 tasks to create package for helma 1.2 only
33 lines of code changed in:
fixed problem with getting date objects out of the group (with helma 1.3)
removed debug statements
14 lines of code changed in:
Several smallish fixes:
* Check for group-by option in parent's child relation in getElementName().
This is necessary for embedded group nodes to operate as named objects.
* Use specialized get code in getChildElement() if child relation is group-by.
This is necessary to get group nodes after the change above.
* Fix NullPointerException when name is null in setName()
* Use the groupname as node name and also set an explicit "name" property in
getGroupbySubnode().
24 lines of code changed in:
Check for null child objects in HopObject.list()
5 lines of code changed in:
Do not consult prototype when getting a JS property via Scritable.get().
This isn't necessary anymore since property and child object getters have been
separated, and we're no more risking to trigger a db select with the get.
2 lines of code changed in:
Add a comment
3 lines of code changed in:
Add linebreaks to long comments
6 lines of code changed in:
Make log level in helma.util.Logging configurable, and make it derault to INFO.
88 lines of code changed in:
Implement aggressive object reference loading for Oracle pre-9.
See http://helma.org/bugs/show_bug.cgi?id=300
85 lines of code changed in:
Rhino CompilerEnvirons doesn't need the ErrorReporter anymore.
3 lines of code changed in:
Updated to current CVS snapshot
0 lines of code changed in:
Updated version date
4 lines of code changed in:
* Implement ordered prototype updating in updatePrototypes():
global code is updated first, and parent prototypes are updated before
their descendants. The purpose is to respect inter-prototype dependencies,
i.e. HopObject code using global and parent prototype code.
* Marked some private methods as private.
* Use toString() rather than getMessage() on EcmaErrors, otherwise the
error file/line number is missing from the message.
56 lines of code changed in:
Return an unmodifiable collection in getPrototypes() to prevent major damage
3 lines of code changed in:
add two little comments.
4 lines of code changed in:
Improved error reporting:
* Track and report errors in parent prototypes
* Fix bug where global error was wrongly reset
56 lines of code changed in:
Added DynamicGlobalObject. Currently, this just falls back to the
per-thread scope when a get() returns NOT_FOUND on the shared
global scope, fixing http://helma.org/bugs/show_bug.cgi?id=322
(kind of hackish, but ok performance-wise).
Potentially this might also be the place to add compile-once script
modules to the global object using a mixin-style approach.
76 lines of code changed in:
Use core.getScope() rather than using core.global directly.
5 lines of code changed in:
Rhino doesn't like a null ErrorReporter so we implement a dummy one.
30 lines of code changed in:
Adapt to new signature of TokenStream constructor again *sigh*
7 lines of code changed in:
Updating to Rhino snapshot from 2004/01/15.
0 lines of code changed in:
Add a separate removeChild() function to remove a child object.
Add safety check to remove() to prevent accidental use of the old version.
32 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