Commit graph

956 commits

Author SHA1 Message Date
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
96cd8c406c adjusted to take advantage of the new appname.mountpoint option
for apps.properties files.
2002-07-02 15:21:35 +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
hns
fa4fcef67e (Re-)checked in crimson.jar 1.1.3. 2002-07-01 15:33:21 +00:00
hns
3749d23619 deleted crimson jar because it wasn't checked in as binary. 2002-07-01 15:32:11 +00:00
p3k
02c20371b0 added access permission for execution of hop.sh in tar action;
added prefix parameter in tar actions
2002-06-28 16:28:56 +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
p3k
e365ce4c63 update to version 1.5b3 of ant
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta3/bin/
2002-06-27 13:12:21 +00:00
hns
415ce24e0a Helma License 2.0 2002-06-26 16:59:08 +00:00
hns
d7603f69f3 Added licenses of third party libraries. 2002-06-26 16:58:00 +00:00
p3k
b2890fe700 added chmod 755 for hop.sh; renamed param buildvariation to distribution 2002-06-25 14:35:03 +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 &amp;, &lt; or &gt;.

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
p3k
52a97b1a46 check-in on behalf of michael platzer who added the org.apache.xerces.util-classes from xerces-j 2.0.1, so that the
usage of the HTML-parser *should* not rely on xerces.jar being in the
classpath anymore.
2002-06-21 06:59:15 +00:00
p3k
06ade1be76 removed target "app-package" (is replaced by target "app" and some cool code by stefanp in build.sh / .bat) 2002-06-18 14:40:20 +00:00
p3k
9a39b7b589 added little target "help" that only depends on "usage" for convenience 2002-06-18 14:24:06 +00:00
p3k
67410fbf2b commented out the line setting JAVA_HOME 2002-06-18 13:49:53 +00:00
stefanp
9851f312f7 make sure dist-directory exists everywhere 2002-06-18 12:20:17 +00:00
stefanp
8f8e572459 removed obsolete code, added appname as 2nd parameter for
app-package target
2002-06-18 11:33:01 +00:00
stefanp
a8e41a8695 removed obsolete code 2002-06-18 11:32:32 +00:00
stefanp
3461ea9ef1 removed todo-list 2002-06-18 11:08:53 +00:00
stefanp
55211e6b6a removed all demo apps as apps.properties for distribution are now located
in the build/main-directory.
2002-06-18 11:07:51 +00:00
stefanp
1527bef536 first checkin of build-model which fits the new cvs-layout 2002-06-18 11:01: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
stefanp
86d7f7d00d test 2002-06-18 09:20:10 +00:00
stefanp
2c1103ddb6 test 2002-06-18 09:16:15 +00:00
stefanp
fcb1662717 duplicated here so that they are added to the distribution 2002-06-18 09:12:46 +00:00
stefanp
0c7e3a2db4 test 2002-06-18 09:07:00 +00:00
hns
a6e1df85b0 Removed RMI compiler tags for Remote Image manipulation classes
(which have been removed).
2002-06-11 17:06:56 +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