Commit Log (Page 16 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-02-11 to 2004-01-15 (Commits 2389-2438 of 3188)

hannes 2004-02-11 17:58

Going back to .tar.gz as file extension for gzipped tar files

6 lines of code changed in:

hannes 2004-02-11 17:45

Updating to current CVS snapshot to fix bug #233274
http://bugzilla.mozilla.org/show_bug.cgi?id=233274

0 lines of code changed in:

hannes 2004-02-11 17:20

Updated version to 1.4.0-rc1

4 lines of code changed in:

hannes 2004-02-11 17:13

Implement/fix aggressive property loading for Oracle when loading through
manually set subnodeRelation.

11 lines of code changed in:

hannes 2004-02-11 16:07

Adjust @throws clause (but be careful not to add any information ;-)

3 lines of code changed in:

hannes 2004-02-11 16:06

Print out a warning if a collection specified in a _parent descriptor does not exist.

5 lines of code changed in:

hannes 2004-02-11 00:01

Update to Jetty 4.2.17

0 lines of code changed in:

hannes 2004-02-10 16:27

Register skin file map with lower case prototype name in addition to the
ordinary name in app.skinfiles.

8 lines of code changed in:

hannes 2004-02-10 16:13

Use "Root" rather than "root" as prototype when creating a root object in the
embedded database.

3 lines of code changed in:

hannes 2004-02-10 15:43

- 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:

tobi 2004-02-10 14:48

fixed script to support JAVA_HOME with spaces

4 lines of code changed in:

hannes 2004-02-10 13:46

Make GlobalObject extend Rhino's ImporterTopLevel so we have
the importClass() and importPackage() functions.

11 lines of code changed in:

hannes 2004-02-09 20:25

Committing Stefan's patch for getUser()
http://helma.org/bugs/show_bug.cgi?id=331

3 lines of code changed in:

hannes 2004-02-07 13:30

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:

hannes 2004-02-05 19:32

Make property name from which skin text is taken settable.

11 lines of code changed in:

hannes 2004-02-05 11:37

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:

hannes 2004-02-04 18:34

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:

hannes 2004-02-04 17:32

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:

hannes 2004-02-04 17:30

* 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:

hannes 2004-02-04 17:25

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:

hannes 2004-02-03 17:51

Allow properties to start with underscores, apart from internal HopObject props.

7 lines of code changed in:

hannes 2004-02-02 18:34

Committing Daniel's proposed fix for bug 295:
http://helma.org/bugs/show_bug.cgi?id=295

3 lines of code changed in:

hannes 2004-01-30 13:35

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:

hannes 2004-01-29 18:54

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:

hannes 2004-01-28 16:56

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:

hannes 2004-01-28 16:05

More fixes for groupby-support in embedded db.

10 lines of code changed in:

robert 2004-01-27 18:03

bugfix: renamed target for helma-1.2 jar to "jar12" to avoid two targets named "jar"

1 lines of code changed in:

stefanp 2004-01-27 16:20

increased version number to 0.5.1

4 lines of code changed in:

stefanp 2004-01-27 16:18

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:

stefanp 2004-01-27 16:15

fixed problem with getting date objects out of the group (with helma 1.3)

removed debug statements

14 lines of code changed in:

hannes 2004-01-27 15:54

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:

hannes 2004-01-27 15:22

Check for null child objects in HopObject.list()

5 lines of code changed in:

hannes 2004-01-26 16:01

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:

hannes 2004-01-26 15:58

Add a comment

3 lines of code changed in:

hannes 2004-01-26 15:57

Add linebreaks to long comments

6 lines of code changed in:

hannes 2004-01-23 17:33

Make log level in helma.util.Logging configurable, and make it derault to INFO.

88 lines of code changed in:

hannes 2004-01-22 19:08

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:

hannes 2004-01-22 17:02

Rhino CompilerEnvirons doesn't need the ErrorReporter anymore.

3 lines of code changed in:

hannes 2004-01-22 17:01

Updated to current CVS snapshot

0 lines of code changed in:

hannes 2004-01-22 17:01

Updated version date

4 lines of code changed in:

hannes 2004-01-21 17:56

* 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:

hannes 2004-01-21 17:53

Return an unmodifiable collection in getPrototypes() to prevent major damage

3 lines of code changed in:

hannes 2004-01-21 17:52

add two little comments.

4 lines of code changed in:

hannes 2004-01-20 19:48

Improved error reporting:
* Track and report errors in parent prototypes
* Fix bug where global error was wrongly reset

56 lines of code changed in:

hannes 2004-01-20 18:57

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:

hannes 2004-01-20 18:52

Use core.getScope() rather than using core.global directly.

5 lines of code changed in:

hannes 2004-01-16 18:40

Rhino doesn't like a null ErrorReporter so we implement a dummy one.

30 lines of code changed in:

hannes 2004-01-16 16:50

Adapt to new signature of TokenStream constructor again *sigh*

7 lines of code changed in:

hannes 2004-01-16 15:51

Updating to Rhino snapshot from 2004/01/15.

0 lines of code changed in:

hannes 2004-01-15 19:20

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