Commit Log (Page 21 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: 2003-09-05 to 2003-08-06 (Commits 2139-2188 of 3188)

hannes 2003-09-05 21:53

* When there is a syntax error in any file associated with a prototype, always
throw an error and display a proper error message when on object of that type is
accessed.
* RhinoEngine.hasFunction() now checks on the actual object (wrapper) and
thus is always right.
* Unwrap WrappedException when caught in RhinoEngine.invoke()
* Use helma.util.CacheMap instead of java.util.WeakHashMap for wrapper caching,
possibly fixing a GC problem

87 lines of code changed in:

hannes 2003-09-05 21:32

Try to use proper character encoding in multipart/form-data (file upload) requests.

25 lines of code changed in:

hannes 2003-09-05 17:44

Unwrap JS-native number and boolean objects in put() and return them as
they are in get().

12 lines of code changed in:

hannes 2003-09-04 22:03

Make sure the array returned by HopObject.list() has its prototype set properly.

4 lines of code changed in:

hannes 2003-09-03 12:05

Allow unprototyped JavaScript objects as macro handlers.

9 lines of code changed in:

hannes 2003-09-02 18:55

Return a native JavaScript array in HopObject.list() rather than a wrapped Java array.

4 lines of code changed in:

hannes 2003-09-02 18:08

Fix bug in HopObject.remove() where we prematurely call unset().
The right thing *seems* to be to actually always call removeNode on the node's parent.

3 lines of code changed in:

hannes 2003-08-29 17:49

Remove debug message when removing function

3 lines of code changed in:

hannes 2003-08-28 14:17

Increased version to 1.3.1

3 lines of code changed in:

hannes 2003-08-27 17:55

Token definitions moved from org.mozilla.javascript.TokenStream to
org.mozilla.javascript.Token in the new Rhino CVS snapshot.

8 lines of code changed in:

hannes 2003-08-27 17:54

Removing rhino.jar from lib/ext (it's in lib now).

0 lines of code changed in:

hannes 2003-08-27 17:53

Adding rhino.jar to list of system classes, removing jdom.jar.

5 lines of code changed in:

hannes 2003-08-27 17:52

Removing jdom.jar.

0 lines of code changed in:

hannes 2003-08-27 17:50

Adding Rhino CVS snapshot from 2003/08/27.

0 lines of code changed in:

hannes 2003-08-25 16:40

Make HTTP response status default to 200.

4 lines of code changed in:

hannes 2003-08-20 14:08

* Changed Helma version to 1.3.1
* Made CVS tag of apps configurable with cvs.apps.tag option

8 lines of code changed in:

hannes 2003-08-19 16:11

return wrapped.toString() in toString().

8 lines of code changed in:

hannes 2003-08-18 16:50

Check if Server singleton exists before trying to get the list of extensions from it.

41 lines of code changed in:

hannes 2003-08-18 14:24

Catch all exceptions in stopAll() application loop to make sure all apps are stopped.

8 lines of code changed in:

hannes 2003-08-18 14:24

Added "..." to shutdown stderr message.

3 lines of code changed in:

hannes 2003-08-18 13:55

Upgrade from Mckoi release 1.0.1 to 1.0.2

0 lines of code changed in:

hannes 2003-08-18 13:54

Remove obsolete mysql driver. If people want to run Helma with MySQL,
they should get an up-to-date version from www.mysql.com.

0 lines of code changed in:

hannes 2003-08-18 13:53

Changed getxxx() to getXxx() in bean getters and setters as rhino is able to
deal with this and create obj.xxx properties.

44 lines of code changed in:

hannes 2003-08-18 13:51

Print out message in shutdown hook so people know everything's ok.

4 lines of code changed in:

hannes 2003-08-18 13:13

Fix NullPointerException in writeln() introduced in previous commit.

9 lines of code changed in:

hannes 2003-08-18 12:29

Omit prefix and suffix when writing out default macro value as suggested in
http://www.helma.org/bugs/show_bug.cgi?id=267#c1

6 lines of code changed in:

hannes 2003-08-18 12:28

setJavaPrimitiveWrap(false) in wrap factory and remove special handling for strings.

3 lines of code changed in:

hannes 2003-08-18 12:27

Handle Undefined.instance and ScriptableObject.NOT_FOUND in ScriptingEngine.get().
Fix for bug 267: http://www.helma.org/bugs/show_bug.cgi?id=267

4 lines of code changed in:

hannes 2003-08-18 11:58

Committed code improvements proposed by Jürg Lehni
http://grazia.helma.at/pipermail/helma-dev/2003-August/000330.html

8 lines of code changed in:

stefanp 2003-08-11 19:03

moved from fesi to rhino

9 lines of code changed in:

stefanp 2003-08-11 19:03

no message

2 lines of code changed in:

stefanp 2003-08-11 19:02

parts done in rewriting for rhino

442 lines of code changed in:

stefanp 2003-08-10 23:42

no ecmascriptexception no more

4 lines of code changed in:

stefanp 2003-08-10 23:42

a working group object in rhino but no functions yet

77 lines of code changed in:

hannes 2003-08-08 16:23

Fixed a few bugs caused by bad argument checking, mostly
null that should have been Undefined.instance.

9 lines of code changed in:

hannes 2003-08-08 16:03

Accept INode instead of HopObject as argument since HopObject now
implements org.mozilla.javascript.Wrapped and will be unwrapped when passed
outside the scripting engine.

6 lines of code changed in:

hannes 2003-08-08 14:19

Do not override wrapAsJavaObject() in WrapFactory since it is only called
after we already did our checks in wrap() or wrapNewObject().

6 lines of code changed in:

hannes 2003-08-07 18:32

Catch all Throwables when initializing extensions, improved logging output.

5 lines of code changed in:

hannes 2003-08-07 18:22

ported from fesi to rhino.

6 lines of code changed in:

hannes 2003-08-07 18:11

Remove Fesi scripting engine from Trunk

0 lines of code changed in:

hannes 2003-08-07 18:05

Removing FESI from Trunk

0 lines of code changed in:

hannes 2003-08-07 17:38

Removed regexp jars, not needed by Rhino.

0 lines of code changed in:

hannes 2003-08-07 17:00

Set lastError instead of throwing Exceptions.

59 lines of code changed in:

hannes 2003-08-07 15:05

Use TYPE_INT_ARGB instead of TYPE_INT_RGB when creating new BufferedImage
instances to allow for transparency (proposed by Jürg Lehni)

6 lines of code changed in:

hannes 2003-08-07 15:04

New reduceColors(): try JIMI ColorReducer first, which preserves transparency, but
throws an exception for some images. If that fails, use the alternative color reduction code
from helma 1.2.

28 lines of code changed in:

hannes 2003-08-07 14:17

Implement getImage method to get to the java.awt.Image as suggested by Jürg Lehni.

11 lines of code changed in:

hannes 2003-08-07 13:58

Implemented session.login(HopObject) as proposed by Stefan Matthias Aust.
http://grazia.helma.at/pipermail/helma-dev/2003-July/000191.html
Added some JavaDoc comments.

43 lines of code changed in:

hannes 2003-08-07 13:26

Make HopObject implement the Rhino Wrapper interface.
Replace NativeJavaObject with Wrapper when unwrapping wrapped Java objects.

49 lines of code changed in:

hannes 2003-08-06 18:36

Implement invocation of scripted getChildElement(name) function when resolving
a request path also when objects implement IRequestPath interface.
The biggest change was induced by the need to have an object representing the
request path that is able to grow while the path is being resolved. Previously, this was done
by passing an ArrayList to the scripting engine that was then transformed into a JavaScript
array. This is now done using a proprietary RequestPath object.

351 lines of code changed in:

hannes 2003-08-06 18:28

Implement getXmlDocument() and getHtmlDocument()

43 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