Commit graph

1210 commits

Author SHA1 Message Date
hns
3691b6d977 Return string values unwrapped. 2003-06-16 18:54:49 +00:00
hns
dd59d7e911 * Added implementation for Node.clearCache().
* fixed setting of HopObject properties.
2003-06-16 18:54:31 +00:00
hns
44a1235803 Added helma.util.SystemMap class as a HashMap that is used
internally by Helma and is wrapped as a native JavaScript object.
2003-06-16 18:53:33 +00:00
hns
8aa7c6bf33 Renamed getSkinfiles(path) to getSkinfilesInPath(path) because Rhino's
Java Bean setter/getter mechanism got confused for app.skinfiles.
2003-06-13 15:46:41 +00:00
hns
2a5c4a7c8f Implement index based put, get, has and delete that always handle the index to a string. 2003-06-13 15:43:15 +00:00
hns
84eac337cf Do not needlessly convert scriptable to string in put(). 2003-06-13 15:42:10 +00:00
hns
4d419c3a46 Implemented global getURL() function 2003-06-13 15:41:26 +00:00
hns
02f8ad1e3e Switch from WrapHandler to WrapFactory. 2003-06-13 15:40:52 +00:00
hns
6157bb0943 Checking in Image extension. 2003-06-13 10:02:04 +00:00
hns
a31f2cee77 Checking in FTP client extension. 2003-06-13 09:06:04 +00:00
hns
760e361b3f add getDBConnection(). 2003-06-12 16:09:27 +00:00
hns
1515cc96af Add definition of File object (FESI compatible).
Minor fix for line numbers in debug output.
2003-06-12 16:09:11 +00:00
hns
0c2ac1d781 Checking in first implementations of Database and File objects. 2003-06-12 16:08:01 +00:00
hns
67f38dceb8 Unwrap native java objects gotten as properties. 2003-06-10 15:41:57 +00:00
hns
534bba3d69 Various fixes and advancements in JavaObject and GlobalObject. 2003-06-10 15:36:01 +00:00
hns
1ea945f82a Added code for Rhino scripting engine. 2003-06-10 13:41:11 +00:00
hns
676b70519d Merging changes from 1.2.4 to 1.2.5 2003-06-10 13:20:45 +00:00
hns
350ce98d93 Merge changes between 1.2.4 and 1.2.4b 2003-04-17 10:34:15 +00:00
hns
66663c8b20 Merge from helma_1_2_4 2003-04-16 16:28:04 +00:00
hns
df40e73b63 Test merge from helma_1_2_4 to check for keyword expansion problems 2003-04-16 16:21:18 +00:00
hns
c25ffcf69d Merging changes from helma_1_2_3 2003-03-07 16:49:18 +00:00
hns
ed15173b8c Merged in changes from helma_1_2 branch 2003-02-26 12:41:54 +00:00
stefanp
9fdcecd9ff user.onLogout() is passed the id of the session that is actually logged out
as a parameter.
2003-01-22 09:23:17 +00:00
hns
f5f4db52ca go more than 3 steps down the parent chain in getNonVirtualParent() 2002-12-06 18:17:31 +00:00
hns
6b6f86117e Updated version string to 1.2 RC2 2002-12-05 16:52:15 +00:00
hns
f2bfe5b9cf Added new DbColumn class that encapsulates column name, SQL type and the
relation associated with the column. This helps us fix a bug where no column info
is available because a column has no relation associated with it. It also helps us
streamline the Relation lookup when creating a Node from a ResultSet.

Use StringBuffers instead of + for query string composition where possible.
2002-12-05 16:51:17 +00:00
hns
7e04b199e7 Explicitly make bean access methods public to prevent reflection bug. 2002-12-03 15:10:39 +00:00
hns
2e9f98039d Updated version string to 1.2 RC1 2002-12-03 12:58:15 +00:00
hns
b929268fb6 Implement a better way to get the URL of the helma.jar file. To be more precise,
do not rely on HOP_HOME to contain the file.
2002-12-02 16:10:31 +00:00
hns
d9a462f1ec Do not mess with HOP_HOME in launcher/Main 2002-12-02 13:26:01 +00:00
stefanp
9fa5abf0ac added method to filter type.properties for mappings to other prototypes 2002-12-02 12:17:45 +00:00
stefanp
f29baf6c5d fixed parse error in @param tags 2002-12-02 11:24:07 +00:00
stefanp
9f0699ace7 fixed bug that would parse only every 2nd function in functionfiles 2002-12-02 10:56:26 +00:00
hns
788c987a2d Updated version string 2002-11-29 17:59:26 +00:00
hns
62c54ce820 New smart classloading 2002-11-29 17:58:28 +00:00
hns
719959353e Merged in changes from FESI 1.1.5 2002-11-29 17:56:44 +00:00
hns
19fd7b0f7d Use the application's classloader for the Packages object if available.
Merged in changes from FESI 1.1.5
2002-11-29 17:56:20 +00:00
hns
148cd5de94 Use generic ClassLoader so we can use our own HelmaClassLoader. 2002-11-29 17:54:20 +00:00
hns
0aa65b8683 Add additional newline character at the end of every EcmaScript reader.
Otherwise, a // comment in the last line throws a parsing error (bug 169)
2002-11-29 17:01:02 +00:00
hns
3e5a3516d8 Merged in changes from FESI 1.1.5 2002-11-29 14:46:07 +00:00
hns
765b1dddf8 Updated version string 2002-11-28 18:23:05 +00:00
hns
9adf11a9d6 # 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.
2002-11-28 13:43:15 +00:00
hns
c44446023d Put pushStringBuffer() and popStringBuffer() back in because they are needed
by the template_as_string() functions.
2002-11-28 12:55:21 +00:00
stefanp
d79cb11bda j2sdk1.4.1 strangely complained about a comment in the last line of the file 2002-11-28 11:02:08 +00:00
hns
d9c4b3d6f3 Tentative fix for Java reflection bug where we're unable to call public methods
declared in non-public classes.
2002-11-27 17:22:53 +00:00
hns
63f7a2e4df ImageGenerator does no longer extend java.awt.Window.
Should work in headless mode now.
2002-11-27 15:52:33 +00:00
hns
c07fc06de4 Add public getters for application and server directory 2002-11-26 17:43:24 +00:00
hns
050438c80a Add jars to classpath without checking if they exist. 2002-11-26 17:42:30 +00:00
hns
c0b8abaa0b 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.
2002-11-26 15:05:25 +00:00
hns
d864dc37fe 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.
2002-11-26 15:02:34 +00:00