Commit Log (Page 28 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: 2002-11-28 to 2002-11-21 (Commits 1789-1838 of 3188)

hannes 2002-11-28 17:20

Copied over new start scripts from build/main

83 lines of code changed in:

hannes 2002-11-28 17:16

Copied over new start scripts from ../main

84 lines of code changed in:

hannes 2002-11-28 17:03

Removed support for adding jar files to the classpath, since it didn't work anyway
with the new -jar starter.

8 lines of code changed in:

hannes 2002-11-28 16:57

Checking in Mckoi 0.94h

0 lines of code changed in:

hannes 2002-11-28 16:55

Oops, checked in as text again.

0 lines of code changed in:

hannes 2002-11-28 16:51

Moving Mckoi 0.94g from lib to lib/ext

0 lines of code changed in:

hannes 2002-11-28 16:34

Updated to org.mortbay.jetty-jdk1.2.jar from the Jetty 4.2.2 distribution.

0 lines of code changed in:

hannes 2002-11-28 14:43

# Make check for jar files in lib/ext case insensitive.
# Add files in lib/ext before lib/apache-dom.jar so if xerces jar files are added they
override the partial xerces in apache-dom.jar.

7 lines of code changed in:

hannes 2002-11-28 14:18

Fixed encoding in XML declaration (Xerces complained)

5 lines of code changed in:

hannes 2002-11-28 14:02

Moved JDBC MySQL 2.0.14 from lib to lib/ext

0 lines of code changed in:

hannes 2002-11-28 13:55

Put pushStringBuffer() and popStringBuffer() back in because they are needed
by the template_as_string() functions.

14 lines of code changed in:

stefanp 2002-11-28 12:02

j2sdk1.4.1 strangely complained about a comment in the last line of the file

88 lines of code changed in:

hannes 2002-11-27 18:22

Tentative fix for Java reflection bug where we're unable to call public methods
declared in non-public classes.

9 lines of code changed in:

hannes 2002-11-27 16:52

ImageGenerator does no longer extend java.awt.Window.
Should work in headless mode now.

121 lines of code changed in:

hannes 2002-11-26 18:43

Add public getters for application and server directory

20 lines of code changed in:

hannes 2002-11-26 18:42

Add jars to classpath without checking if they exist.

7 lines of code changed in:

hannes 2002-11-26 18:41

use launcher.jar

8 lines of code changed in:

hannes 2002-11-26 18:41

use launcher.jar,
changed newline encoding back to windows mode (hopefully)
minor fixes.

82 lines of code changed in:

hannes 2002-11-26 18:35

Update version, copy launcher.jar

5 lines of code changed in:

hannes 2002-11-26 16:05

Since an app's documentation/introspection depends on its scripting language ,
the task of getting the documentation/introspection object used by the
management app is now delegated to the app's scripting engine.

4 lines of code changed in:

hannes 2002-11-26 16:02

Added getInspector() method that returns a inspector/documentation class for
the engine's application. For helma.scripting.fesi.FesiEngine this method returns
an instance of helma.doc.DocApplication.

24 lines of code changed in:

hannes 2002-11-26 15:59

Filter helma.doc package from main classloader. This is because helma.doc actually
depends on FESI, i.e. if it is loaded via the main classloader, so will some classes
in FESI, and we want to prevent that.

3 lines of code changed in:

hannes 2002-11-26 15:00

Removed boolean inherit argument from INode.get*() methods because it
was never used.

94 lines of code changed in:

hannes 2002-11-26 14:24

Always set evaluator.thread field in invoke(). Otherwise a TimeoutException will
be thrown if invoke() is called before the execution context is entered, which
is the case when resolving request paths via scripted getChildElement() functions.

4 lines of code changed in:

hannes 2002-11-26 14:22

Rewrote cookie setting to be more flexible and allow setting of path and domain.

125 lines of code changed in:

hannes 2002-11-25 14:18

Renamed evaluator field to eval to avoid abiguities

3 lines of code changed in:

hannes 2002-11-25 11:33

Re-added getRootHref() method, which was removed because it's not used by
Helma code. Turns out the manage application needs it.

8 lines of code changed in:

hannes 2002-11-22 20:33

Updated version string

1 lines of code changed in:

hannes 2002-11-22 20:31

Some minor changes in getNodeHref() and getDataRoot()

16 lines of code changed in:

hannes 2002-11-22 20:28

Changed the name of the scripting engine property to scriptingEngine.
Do not print stack trace when an exception is thrown since this is already done
in the scripting engine.

1 lines of code changed in:

hannes 2002-11-22 20:26

Major cleanup all over the helma.objectmodel.db package.
Fixes bug 151.
Some optimization in getElementName().
Removed cases where user prototype was treated as a special case.

158 lines of code changed in:

hannes 2002-11-22 20:05

Removed one unused line

2 lines of code changed in:

hannes 2002-11-22 20:04

Scripting exception can now wrap the original exception.

44 lines of code changed in:

hannes 2002-11-22 15:41

Call getChildElement() instead of getSubnode() as fallback in getProperty().
Fixed bug 155.

1 lines of code changed in:

hannes 2002-11-22 15:40

* Do not print out exception messages multiple times.
* Create a scripting exception wrapping the original exception.

2 lines of code changed in:

hannes 2002-11-22 15:21

Avoid printing out exception twice in printStackTrace().

2 lines of code changed in:

hannes 2002-11-22 15:01

Fixed type (contructor -> constructor)

1 lines of code changed in:

hannes 2002-11-22 15:00

Do not prepend "Runtime error" in EcmaScriptExceptions.

2 lines of code changed in:

stefanp 2002-11-22 12:37

re-added for use in DocApplication.listFunctions ()

44 lines of code changed in:

stefanp 2002-11-22 12:37

don't add hopobject as a parent prototype to global

1 lines of code changed in:

stefanp 2002-11-22 12:37

added listFunctions()

9 lines of code changed in:

stefanp 2002-11-22 10:56

use app.getCacheUsage() instead of accessing NodeManager

1 lines of code changed in:

stefanp 2002-11-22 10:55

parse DocApplication when it's first accessed.
added getCacheUsage()

10 lines of code changed in:

stefanp 2002-11-21 19:32

some tiny fixes

8 lines of code changed in:

hannes 2002-11-21 17:03

Minor change in log message

1 lines of code changed in:

hannes 2002-11-21 17:00

FesiEvaluator was renamed to FesiEngine.

3 lines of code changed in:

hannes 2002-11-21 16:57

ScriptingEngine interface got an additonal init() method.
FesiEvaluator was renamed to FesiEngine.
Some naming cleanups.

928 lines of code changed in:

hannes 2002-11-21 16:55

merge in classloader branch

357 lines of code changed in:

hannes 2002-11-21 16:47

Added getContentType() and getContentLength() methods

13 lines of code changed in:

hannes 2002-11-21 16:46

Moved auto-ETag generation out of String encoding block so that ETags are
generated for binary responses. Some minor fixes in auto-ETag gen.

15 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