hns
649aac3f7c
Use the updatePrototype() method in type manager that takes the
...
prototype object instead of the prototype name.
2002-07-05 15:07:01 +00:00
hns
65686330fc
Update the prototype before returning the skinfiles.
2002-07-05 15:05:55 +00:00
hns
9c3cbea82f
Provide a variant of the updatePrototype() method that takes a
...
prototype object instead of the prototype name.
2002-07-05 15:05:10 +00:00
hns
443dd18158
fixed formatting and indentation.
2002-07-05 13:28:42 +00:00
hns
47ab428371
Check if prototype exists in hasFunction(...).
2002-07-04 18:44:51 +00:00
hns
fab876e2e7
Some cleanup, fixed bug where a zip file with entries for a prototype
...
would prevent stuff in the prototype's directory to be ignored. (use
getLastCheck() instead of getLastUpdate() to find out if we should
look for new files in directory)
2002-07-04 18:31:11 +00:00
hns
894c544174
Added javadoc comments, made some fields final.
2002-07-04 18:28:35 +00:00
hns
a85ac92e2b
Added private makeNodeHandle method that honors the
...
prototyperef attribute when converting an XML tag to a NodeHandle.
2002-07-04 17:35:22 +00:00
hns
df4d199072
added getDbMapping(typename) method that gets the DbMapping for
...
a prototype name.
changed sql argument encoding utility method: single quotes are now
encoded as '' instead of \'
2002-07-04 17:33:56 +00:00
hns
d66a280200
changed sql argument encoding utility method: single quotes are now
...
encoded as '' instead of \'
2002-07-04 17:33:20 +00:00
hns
47a3202ba8
fixed formatting and indentation.
2002-07-04 17:05:52 +00:00
hns
c9707a83b8
Added appname.mountpoint option for entries in apps.properties
...
to define where an application should be mounted on the
embedded web server.
2002-07-02 15:16:08 +00:00
kmfdm
2c7bef0c8e
fixed typo
2002-06-28 15:14:22 +00:00
hns
fd441f1521
Still checking to see if commit mails are working...
2002-06-27 15:41:00 +00:00
hns
97b4f8b7e9
Updated version date and checking to see if commit mails are working again.
2002-06-27 15:37:09 +00:00
hns
2f722912b5
made getLogger() method public.
2002-06-27 15:28:21 +00:00
hns
a6eb8d62ca
Kill Threads the hard way when timeouts occurr.
...
Eventually, we might want to add a method in the ScriptingEngine
interface for that purpose, i.e. to let scripting engines kill threads in
a soft + specific way.
2002-06-27 14:19:59 +00:00
stefanp
390184871f
bugfix: xml-child hop:parent was accidentally read into properties-map too,
...
after being used for parentHandle.
2002-06-25 13:59:07 +00:00
hns
6bb8d54587
Moved scriptingEngine.updatePrototypes() invocation to the
...
beginning of the loop in the run() method.
2002-06-21 15:31:02 +00:00
hns
f3e9f21bb3
Added updatePrototypes() method to ScriptingEngine interface.
2002-06-21 15:28:40 +00:00
hns
e47b5ca388
Fixed <> encoding inside Helma macro tags.
2002-06-21 15:26:31 +00:00
hns
962b2b6e6c
HTML encoding is now smarter about encoding &, < and >.
...
If they are part of a valid HTML entity reference, an HTML tag or
a Helma macro they are passed through unchanged, otherwise
they are encoded to &, < or >.
Another new feature that should make writing documentation on
Helma easier is that everything is encoded if it is placed within
a <code> tag.
2002-06-21 13:41:29 +00:00
hns
e949582026
updated version info
2002-06-18 10:48:47 +00:00
hns
05c8263281
Add support for private properties of hopobject, which don't cause
...
object indexes to be reloaded when modified.
2002-06-18 10:47:58 +00:00
hns
84e0eb7748
Create a constructor for the user prototype so it's possible to create
...
user object usnig "new user()".
2002-06-18 10:26:24 +00:00
hns
c0417d5a6a
Removed remote image capability (image manipulatino via RMI)
2002-06-11 17:02:04 +00:00
hns
47debc3784
changed "todo" to "FIXME".
2002-06-11 16:31:02 +00:00
hns
89c232a6f9
addPart() now takes just one part at a time, but accepts the
...
file name to use for the part as second argument.
Also, it accepts instances of helma.util.MimePart, which are used
in HTTP file uploads and teh global getURL() function.
setText() now plays together nicely with addPart(). If both
plain text and MIME parts are set for a message, the
text will be added as plain text at the beginning of the message.
2002-06-11 16:30:43 +00:00
hns
e857528208
Changed global getURL() function to return a MimePart object
...
instead of a string, so it is now possible to retrieve any kind of
URL instead of just text URLs.
2002-06-11 16:27:38 +00:00
hns
5e34cfdcc7
user.onLogout() is called again, at least for automatic session
...
timeouts.
2002-06-11 15:54:10 +00:00
hns
6c32d0f073
minor formatting fix
2002-06-11 15:53:32 +00:00
hns
e9ec59ca21
don't use explicit encoding when setting mail headers;
...
use platform default instead.
2002-06-11 15:38:17 +00:00
hns
6c452b1893
fixed formatting/indentation
2002-06-11 15:21:36 +00:00
stefanp
f1f9afe13f
added extension mechanism: call initScripting() on every active extension
...
(list specified by helma.main.Server).
2002-06-08 19:56:08 +00:00
stefanp
ec40bec475
added extension mechanism: call applicationStarted() and applicationStopped()
...
on every active extension (list specified by helma.main.Server).
2002-06-08 19:54:49 +00:00
stefanp
8eabb419d5
added extension mechanism: read comma-separated extension-list from
...
server.properties, try to get classes (subclasses of helma.extensions.HelmaExtension)
and call their init()-method.
2002-06-08 19:53:28 +00:00
stefanp
f68ed83394
added extension mechanism
2002-06-08 19:51:38 +00:00
hns
0a09f6e2ed
updated version string
2002-06-07 20:19:08 +00:00
hns
63b7cb78c3
added getCurrentRequestEvaluator hook for benchmarking
...
and debugging.
2002-06-07 19:51:11 +00:00
hns
e5dcf80f84
made invokeDirectFunction public for benchmarking purposes.
2002-06-07 19:50:52 +00:00
hns
aa4c0389d4
merged in changes from "lazy_typing" branch, prototypes
...
are only initialized on demand.
2002-06-07 19:15:51 +00:00
hns
f1a304f122
remove default servlet if application base is stopped.
2002-06-07 19:13:24 +00:00
hns
43cba33077
marked class as final.
...
print stack trace on id generation if debug is true.
2002-06-07 19:12:17 +00:00
hns
0652286e82
marked class as final.
2002-06-07 19:11:44 +00:00
hns
8d604c8f0c
removed import statements for ScriptingEnvironment and
...
ScriptingException
2002-06-07 19:07:13 +00:00
hns
33653fffbd
No more skin caching in the skin manager. Skins are from now
...
on cached only on the response object.
2002-06-07 18:34:49 +00:00
hns
d1a36dc7e0
changes in skin caching: the response object now holds a local
...
skin cache which is expunged each time the skin path is set.
But no more long term skin caching in the application or
skin manager.
2002-06-07 18:34:04 +00:00
hns
15cc95f9e1
minor cleanup
2002-06-07 18:32:28 +00:00
hns
61fd1966c1
removed memory leak where XmlUtil held strong static
...
references on transactor threads.
2002-06-07 18:31:54 +00:00
hns
11ba081196
added zero argument constructor and init() method.
2002-06-07 18:27:11 +00:00