hns
91101092f4
Updated to org.mortbay.jetty-jdk1.2.jar from the Jetty 4.2.2 distribution.
2002-11-28 15:34:17 +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
f90f8d678b
Fixed encoding in XML declaration (Xerces complained)
2002-11-28 13:18:11 +00:00
hns
03af43fd40
Moved JDBC MySQL 2.0.14 from lib to lib/ext
2002-11-28 13:02:13 +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
8cbcbd82ca
use launcher.jar
2002-11-26 17:41:28 +00:00
hns
269aeda187
use launcher.jar,
...
changed newline encoding back to windows mode (hopefully)
minor fixes.
2002-11-26 17:41:14 +00:00
hns
2a9515663a
Update version, copy launcher.jar
2002-11-26 17:35:17 +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
hns
30d593119b
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.
2002-11-26 14:59:56 +00:00
hns
94e9a8efab
Removed boolean inherit argument from INode.get*() methods because it
...
was never used.
2002-11-26 14:00:04 +00:00
hns
ab349a1c3c
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.
2002-11-26 13:24:17 +00:00
hns
a6516af320
Rewrote cookie setting to be more flexible and allow setting of path and domain.
2002-11-26 13:22:27 +00:00
hns
c8690f49d3
Renamed evaluator field to eval to avoid abiguities
2002-11-25 13:18:23 +00:00
hns
b57b024082
Re-added getRootHref() method, which was removed because it's not used by
...
Helma code. Turns out the manage application needs it.
2002-11-25 10:33:07 +00:00
hns
e81bb842c7
Updated version string
2002-11-22 19:33:02 +00:00
hns
452cf28676
Some minor changes in getNodeHref() and getDataRoot()
2002-11-22 19:31:30 +00:00
hns
4757fa93a8
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.
2002-11-22 19:28:35 +00:00
hns
83d997477c
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.
2002-11-22 19:26:39 +00:00
hns
b052ee89a7
Removed one unused line
2002-11-22 19:05:29 +00:00
hns
78875ea8e1
Scripting exception can now wrap the original exception.
2002-11-22 19:04:44 +00:00
hns
0ce0f3f0eb
Call getChildElement() instead of getSubnode() as fallback in getProperty().
...
Fixed bug 155.
2002-11-22 14:41:39 +00:00
hns
4babc5c850
* Do not print out exception messages multiple times.
...
* Create a scripting exception wrapping the original exception.
2002-11-22 14:40:51 +00:00
stefanp
4505fb1ffc
- click on showApi-button calls docapplication/read_action to re-read the
...
application each time a user enters the doc-frameset.
- function docfiles aren't stored in their own directory each but moved up to the
prototype directory, further regex-parsing of the resuting html-code necessary
2002-11-22 14:32:46 +00:00
stefanp
c709dd4c59
server password is now encoded as one single entry in server.properties
...
(adminAccess instead of adminUsername+adminPassword)
2002-11-22 14:31:28 +00:00
stefanp
917502ba56
use higher request timeout because rendering the apidocs
...
might take more than one minute on a slow computer
2002-11-22 14:29:28 +00:00
hns
c1338c3d67
Avoid printing out exception twice in printStackTrace().
2002-11-22 14:21:43 +00:00
hns
8edec30f84
Fixed type (contructor -> constructor)
2002-11-22 14:01:15 +00:00
hns
16bc1ab07b
Do not prepend "Runtime error" in EcmaScriptExceptions.
2002-11-22 14:00:12 +00:00
stefanp
7bd5803a33
simplified editing of server authentication.
...
as changes to server.properties are now immediately read and accessible
from the manage-application we just have a md5-encoding utility and leave
it to the admin to add the values to the server.properties file. this makes
sure that nothing can be changed via the web.
changes to allowadmin are effective immediately too.
2002-11-22 11:58:37 +00:00
stefanp
cd8ebdd41b
re-added access check to actions
2002-11-22 11:55:42 +00:00
stefanp
604ab4f8ba
lots of formatting fixes,
...
added functionindex to docapplication
2002-11-22 11:39:11 +00:00
stefanp
ac03362a52
re-added for use in DocApplication.listFunctions ()
2002-11-22 11:37:51 +00:00
stefanp
99b0d50d71
don't add hopobject as a parent prototype to global
2002-11-22 11:37:29 +00:00
stefanp
5bd8b44ee7
added listFunctions()
2002-11-22 11:37:07 +00:00
stefanp
63f3faf811
use app.getCacheUsage() instead of accessing NodeManager
2002-11-22 09:56:40 +00:00
stefanp
1d8329cfde
parse DocApplication when it's first accessed.
...
added getCacheUsage()
2002-11-22 09:55:55 +00:00
stefanp
7633e98eea
major overhaul of the manage app's api-documentation functions.
...
things can now be rendered to static html, new helma features are
supported (prototype extension), everyhting is done in a nice and
clean way with skins.
2002-11-21 18:36:03 +00:00
stefanp
520a32fe80
some tiny fixes
2002-11-21 18:32:47 +00:00
hns
4372b62ad2
Minor change in log message
2002-11-21 16:03:51 +00:00
hns
a5ed324daf
FesiEvaluator was renamed to FesiEngine.
2002-11-21 16:00:31 +00:00
hns
ffbed8751e
ScriptingEngine interface got an additonal init() method.
...
FesiEvaluator was renamed to FesiEngine.
Some naming cleanups.
2002-11-21 15:57:35 +00:00
hns
039ab180be
merge in classloader branch
2002-11-21 15:55:32 +00:00
hns
75afb61744
Added getContentType() and getContentLength() methods
2002-11-21 15:47:44 +00:00