Commit Log (Page 23 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-06-26 to 2003-06-16 (Commits 2039-2088 of 3188)

hannes 2003-06-26 18:51

Implement global write() and writeln()

26 lines of code changed in:

hannes 2003-06-26 16:10

Merged changes from helma_1_2 (between helma_1_2_5 and helma_1_2_5_merge_1)

142 lines of code changed in:

hannes 2003-06-25 17:50

Adapt to new signature of Application.getSkin().

5 lines of code changed in:

hannes 2003-06-25 17:49

Checking in SkinKey class for per-request skin caching.

73 lines of code changed in:

hannes 2003-06-25 17:47

Added native implementation for String.trim(), Date.format() and Number.format().

45 lines of code changed in:

hannes 2003-06-25 17:19

Changed dependsOn() argument to String to force coercion to string.
This will probably break FESI, but is required by Rhino (e.g. for NativeDate).

3 lines of code changed in:

hannes 2003-06-25 17:15

Refactored and simplified renderSkin* methods.

94 lines of code changed in:

hannes 2003-06-25 17:14

Internally replace '.' with '_' in action names.

5 lines of code changed in:

hannes 2003-06-25 17:13

Internally replace '.' with '_' in action names.
Implement proxy method for Application.getSkin() that takes care of per-request caching.

26 lines of code changed in:

hannes 2003-06-25 17:12

Changed skin cache methods to take any object as key.

4 lines of code changed in:

hannes 2003-06-25 17:11

Changed signature of getSkin to take a prototype name instead of a path element parameter.

4 lines of code changed in:

hannes 2003-06-25 14:14

Added setText() method and lots of JavaDoc comments.

46 lines of code changed in:

hannes 2003-06-25 13:56

Make res.skinpath work.

51 lines of code changed in:

hannes 2003-06-25 12:46

Do not create a constructor for HopObject - this is done by defineClass().

5 lines of code changed in:

hannes 2003-06-25 12:46

Follow Rhino conventions for JavaScript constructor naming.

5 lines of code changed in:

stefanp 2003-06-24 16:42

fixed chopDelimiters() again

7 lines of code changed in:

stefanp 2003-06-24 16:31

chopDelimiters() fixed to chop beginning as well as ending from the same line

10 lines of code changed in:

hannes 2003-06-24 16:11

Remove unused prototypeField variable.

2 lines of code changed in:

hannes 2003-06-24 16:07

Removed reference to FESI package.

4 lines of code changed in:

hannes 2003-06-24 16:06

Make classMapping case sensitive, add method for prototype to java class name lookup.
Add simple constructor taking just a name argument.

28 lines of code changed in:

hannes 2003-06-24 16:05

Added feature to switch case sensitivity on and off.

35 lines of code changed in:

hannes 2003-06-24 16:03

Removed import for helma.scripting.fesi package

2 lines of code changed in:

hannes 2003-06-24 16:02

Lots of fixes and cleanup.

138 lines of code changed in:

hannes 2003-06-24 16:00

Moved extensions to separate directory.

2313 lines of code changed in:

stefanp 2003-06-24 13:20

listTags() filters with string and no longer with int

6 lines of code changed in:

stefanp 2003-06-24 13:20

rewrote class to make custom tag types possible
kind is now type and is no longer int but a string. features whatever comes
after the @-sign in the tag

68 lines of code changed in:

stefanp 2003-06-24 13:18

use Util.chopComment() instead of doing it here.
solved constructor problem for TokenStream - we need jra from
rhinoLatest or from cvs

5 lines of code changed in:

stefanp 2003-06-24 13:17

added static chopComment() which chops everything after a closing comment tag

20 lines of code changed in:

hannes 2003-06-24 10:31

Use constructor for TokenStream (adding additional null argument).

6 lines of code changed in:

hannes 2003-06-23 17:58

Override wrapAsJavaObject in wrapper factory to check for IPathElement objects.

8 lines of code changed in:

hannes 2003-06-23 17:54

Implemented stopping of running threads. kicked out some dead code.

21 lines of code changed in:

stefanp 2003-06-23 17:39

make the introspector work with rhino

12 lines of code changed in:

hannes 2003-06-23 17:21

handle org.mozilla.rhino.NativeString as string in HopObject.put().

4 lines of code changed in:

stefanp 2003-06-23 16:49

kicked out FESI parser and implemented parsing with rhino dependency.
all token-handling/file-parsing moved to DocFunction.java, all raw file
handling to Util

299 lines of code changed in:

hannes 2003-06-23 16:17

Check for null when converting arguments in invoke().

3 lines of code changed in:

hannes 2003-06-23 16:12

Be more careful about entering and exiting contexts.

7 lines of code changed in:

hannes 2003-06-23 16:12

Use native JavaScript array when converting a XML-RPC Array.

3 lines of code changed in:

hannes 2003-06-20 16:42

Use a helma.util.SystemMap for app.modules so it is wrapped by the scripting engine
as native object.

6 lines of code changed in:

hannes 2003-06-20 16:42

Do not throw exceptions, instead return an object with either a result or an error property.

13 lines of code changed in:

hannes 2003-06-18 18:11

Added Remote (XML-RPC client) object.
Fixes in XML-RPC argument encoding.

26 lines of code changed in:

hannes 2003-06-18 18:09

Return string representation if hint is null in getDefaultValue.

3 lines of code changed in:

hannes 2003-06-18 17:00

Implement basic encoding/decoding of incoming XML-RPC calls.

82 lines of code changed in:

hannes 2003-06-18 16:59

Implement getDefaultValue(String.class) for MapWrapper.

9 lines of code changed in:

hannes 2003-06-18 16:59

do a Context.toObject() on the result of getURL().

3 lines of code changed in:

hannes 2003-06-17 16:47

Updated version string to 1.3-alpha-0

5 lines of code changed in:

hannes 2003-06-17 16:44

Invoke scripted constructor function.

10 lines of code changed in:

hannes 2003-06-17 16:44

* We now have our own version of FunctionObject.addAsConstructor() to install
HopObject constructors, because we do not want the prototype.constructor property
to be set. Otherwise, scripted constructor functions are shadowed.
* Fix typo in getElementWrapper().

24 lines of code changed in:

hannes 2003-06-17 15:15

Checking in the MailExtension.

3 lines of code changed in:

hannes 2003-06-17 14:23

Change argument type for write/writeln/debug methods from Object to String
so that toString() is performed by the script runtime. (FESI wasn't able to do this,
but Rhino is.)

5 lines of code changed in:

hannes 2003-06-16 21:48

Changed default scripting engine to helma.scripting.rhino.RhinoEngine.

5 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