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)
* 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:
Try to use proper character encoding in multipart/form-data (file upload) requests.
25 lines of code changed in:
Unwrap JS-native number and boolean objects in put() and return them as
they are in get().
12 lines of code changed in:
Make sure the array returned by HopObject.list() has its prototype set properly.
4 lines of code changed in:
Allow unprototyped JavaScript objects as macro handlers.
9 lines of code changed in:
Return a native JavaScript array in HopObject.list() rather than a wrapped Java array.
4 lines of code changed in:
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:
Remove debug message when removing function
3 lines of code changed in:
Increased version to 1.3.1
3 lines of code changed in:
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:
Removing rhino.jar from lib/ext (it's in lib now).
0 lines of code changed in:
Adding rhino.jar to list of system classes, removing jdom.jar.
5 lines of code changed in:
Removing jdom.jar.
0 lines of code changed in:
Adding Rhino CVS snapshot from 2003/08/27.
0 lines of code changed in:
Make HTTP response status default to 200.
4 lines of code changed in:
* Changed Helma version to 1.3.1
* Made CVS tag of apps configurable with cvs.apps.tag option
8 lines of code changed in:
return wrapped.toString() in toString().
8 lines of code changed in:
Check if Server singleton exists before trying to get the list of extensions from it.
41 lines of code changed in:
Catch all exceptions in stopAll() application loop to make sure all apps are stopped.
8 lines of code changed in:
Added "..." to shutdown stderr message.
3 lines of code changed in:
Upgrade from Mckoi release 1.0.1 to 1.0.2
0 lines of code changed in:
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:
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:
Print out message in shutdown hook so people know everything's ok.
4 lines of code changed in:
Fix NullPointerException in writeln() introduced in previous commit.
9 lines of code changed in:
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:
setJavaPrimitiveWrap(false) in wrap factory and remove special handling for strings.
3 lines of code changed in:
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:
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:
moved from fesi to rhino
9 lines of code changed in:
no message
2 lines of code changed in:
parts done in rewriting for rhino
442 lines of code changed in:
no ecmascriptexception no more
4 lines of code changed in:
a working group object in rhino but no functions yet
77 lines of code changed in:
Fixed a few bugs caused by bad argument checking, mostly
null that should have been Undefined.instance.
9 lines of code changed in:
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:
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:
Catch all Throwables when initializing extensions, improved logging output.
5 lines of code changed in:
ported from fesi to rhino.
6 lines of code changed in:
Remove Fesi scripting engine from Trunk
0 lines of code changed in:
Removing FESI from Trunk
0 lines of code changed in:
Removed regexp jars, not needed by Rhino.
0 lines of code changed in:
Set lastError instead of throwing Exceptions.
59 lines of code changed in:
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:
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:
Implement getImage method to get to the java.awt.Image as suggested by Jürg Lehni.
11 lines of code changed in:
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:
Make HopObject implement the Rhino Wrapper interface.
Replace NativeJavaObject with Wrapper when unwrapping wrapped Java objects.
49 lines of code changed in:
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:
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