Commit Log (Page 17 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-01-14 to 2003-12-03 (Commits 2339-2388 of 3188)

hannes 2004-01-14 17:59

Use getChildElement() rather than getNode() to resolve Node based skins.

4 lines of code changed in:

hannes 2004-01-14 17:58

- Rewrote remove() and removeNode(): removeNode() just releases the
child node, but *never* deletes it from the database. remove()
actually deletes the node from the database and also releases it
from its parent.
This affects HopObject.remove() and HopObject.remove(HopObject),
which use these methods. From now on, the only way to delete a
HopObject from db is to use the remove() function without arguments.
HopObject.remove(HopObject) should be used to
- remove a child object from an embedded db collection without
deleting it
- removing a hopobject from a relational db collection with
cachemode = aggressive if the collection does not belong to the
child object's parent.
- Do not return on-demand nodes (groupby, accessname) in getProperty().
- Avoid creating loops in parent chain when creating cyclic references
on transient objects before committing them to db
- Removed unused links vector and code
- Rename Enumerations because enum is a reserved word in Java 1.5

56 lines of code changed in:

hannes 2004-01-14 17:52

Remove unregisterNode() because it is doing silly things, like deleting
nodes when it shouldn't.

2 lines of code changed in:

hannes 2004-01-14 17:52

Remove funny println()

2 lines of code changed in:

hannes 2004-01-14 17:35

Do not try to get JavaScript properties in jsFunction_get().
Renamed Enumeration because enum is a reserved word in Java 1.5

12 lines of code changed in:

hannes 2004-01-14 17:34

Reformatting.

62 lines of code changed in:

hannes 2004-01-14 17:30

Fix typo in Javadoc

3 lines of code changed in:

hannes 2004-01-13 18:19

Throw EvaluatorException in hasFunction() when a prototype
contains a syntax error.

5 lines of code changed in:

tobi 2004-01-13 16:55

replaced tar.gz with tgz as suffix for tar'ed and gzipped files

6 lines of code changed in:

tobi 2004-01-13 16:52

updated antclick version number and reflect antville's new global image location

2 lines of code changed in:

tobi 2004-01-06 18:39

sync'ed with current db schema

0 lines of code changed in:

stefanp 2004-01-06 17:28

catch any exception from rhino parser

5 lines of code changed in:

stefanp 2004-01-05 19:39

always store server instance in static server field

3 lines of code changed in:

stefanp 2004-01-05 18:34

rewrote the main method: now we first create an instance of Server (but
don't start it) and run the application and through that class. config arguments
are exactly the same as in the main Server class.

commandline arguments after the [appname.functionname] part are now
passed to the function call as arguments.

scripting exceptions from the application are caught and printed correctly.

79 lines of code changed in:

stefanp 2004-01-05 18:31

print stacktrace when unable to load launcher.jar

5 lines of code changed in:

stefanp 2004-01-05 18:15

further refined server startup.

added checkAppManager(int port) to be able to create an app manager
without actually starting the server.

70 lines of code changed in:

stefanp 2004-01-05 16:39

added commons-logging.jar to testscripts

8 lines of code changed in:

stefanp 2004-01-05 16:34

fixed log method to compile with current helma1.3 (using apache commons logging API)

4 lines of code changed in:

stefanp 2004-01-05 14:35

removed test line, stupid me

3 lines of code changed in:

stefanp 2004-01-05 14:23

fixed possible NullPointerException when called without homedir-setting

changed order in parseArgs()

38 lines of code changed in:

stefanp 2004-01-05 14:20

added hasXX-methods

12 lines of code changed in:

stefanp 2003-12-23 13:39

Mail.setReplyTo() wasn't activated for rhino usage

5 lines of code changed in:

stefanp 2003-12-19 18:55

Overhauled server startup checks + initialization

Config can be used from Commandline.java to construct a server
that doesn't open any ports.

283 lines of code changed in:

hannes 2003-12-19 17:30

Do not prefetch children in zero-argument HopObject.list(). We leave
it to the app writer to use loadmode=aggressive.

3 lines of code changed in:

hannes 2003-12-18 18:34

Make type handling case-insensitive, change default prototypes to first-letter-upper-case,
do some heavily needed refactoring around helma.scripting.rhino.HopObject and
helma.framework.core.TypeManager.

240 lines of code changed in:

hannes 2003-12-18 17:42

Rephrase javadoc class summary comment

3 lines of code changed in:

hannes 2003-12-18 10:51

Avoid deprecated version of ScriptableObject.setAttributes()

4 lines of code changed in:

hannes 2003-12-18 10:31

Remove unused field

0 lines of code changed in:

hannes 2003-12-18 10:31

Fix imports, Javadocs

4 lines of code changed in:

hannes 2003-12-18 10:29

Fix Javadocs

6 lines of code changed in:

hannes 2003-12-18 10:28

Fix URLs in Javadoc

6 lines of code changed in:

hannes 2003-12-18 10:28

Change JavaScriptException to EvaluatorException, fix Javadoc.

10 lines of code changed in:

hannes 2003-12-16 14:14

Fix object precedence in parent prototype registration: If an object
is already registered with a parent prototype's name, leave it as it is
and don't overwrite it since it has higher precedence than we have.

11 lines of code changed in:

hannes 2003-12-16 13:38

logdir must not be null. Use "log" as default value.

3 lines of code changed in:

hannes 2003-12-15 18:16

Minor comment fixes.

9 lines of code changed in:

hannes 2003-12-15 18:08

Added Helma Command line invoker contributed by Stefan Pollach

260 lines of code changed in:

hannes 2003-12-15 18:07

Code cleanup in helma.main package. Made most methods in Server non-static
for the sake of consistency.

52 lines of code changed in:

hannes 2003-12-15 16:19

Combine XMLRPC and EXTERNAL execution in RequestEvaluator.run()

8 lines of code changed in:

hannes 2003-12-12 20:01

additionalTables fix from Juerg

7 lines of code changed in:

hannes 2003-12-12 12:37

User Server.getLogger() to get the Logger.

3 lines of code changed in:

hannes 2003-12-12 12:36

Always set helma.logdir when using helma logging, even when
logdir is set to console.
Disable checkRunning() because of connection timeout problems.

19 lines of code changed in:

hannes 2003-12-12 12:10

Set application base uri to mountpoint in start() rather than in
bind() so it is set when onStart() function is executed.

8 lines of code changed in:

hannes 2003-12-10 14:33

Check property name in getFromNode()

3 lines of code changed in:

hannes 2003-12-09 18:04

Make the log writer thread a daemon thread

4 lines of code changed in:

hannes 2003-12-09 17:47

* Adding invokeExternal() code from Stefan Pollach (should later be consolidated
by merging it with invokeXmlRpc() - the only difference is in the XML-RPC access check,
so we shouldn't have to duplicate all code.)
* Make execution of global onStart() function synchronous in Application.start()
* Fix bug where user.onLogout() is called on a released RequestEvaluator

149 lines of code changed in:

hannes 2003-12-09 17:34

* If a script function returns an instance of org.mozilla.javascript.Wrapper
always unwrap it before processing/returning.
* If a script function returns null or undefined, return null even when
invoke() was called in XML-RPC mode.

9 lines of code changed in:

hannes 2003-12-04 10:57

Catch UnknownHostException in checkRunning() gracefully.

8 lines of code changed in:

hannes 2003-12-03 16:19

Do not set values to JavaScript undefined. Rather, treat these as deletes.

10 lines of code changed in:

hannes 2003-12-03 15:52

Add support for setting HELMA_USER and run helma with sudo -u $HELMA_USER

7 lines of code changed in:

hannes 2003-12-03 12:58

Do not issue a getNodeByKey() if we get a node by relation, just because it's not
a complex reference or create-one-demand relation! This was introduced because
we assumed that the calling code would know what it was doing, i.e. only call this for
objects contained in its subnode index, but as it seems to turn out it didn't, and this isn't
really necessary after all.

6 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