Commit graph

882 commits

Author SHA1 Message Date
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
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
hns
0ba2d745ee merged in code for limiting XML writing depth (although
commented out for now)
2002-06-07 18:25:52 +00:00
hns
3460462520 added org/w3c/dom/ranges/ package 2002-06-06 16:22:06 +00:00
michi
3d518f4ec7 jar-file was broken; updated with latest version from http://xml.apache.org/dist/crimson/ 2002-06-06 15:54:32 +00:00
hns
fc6e04efd8 Only include encoding in xml declaration if it was explicitly
set by the constructor.
2002-06-06 13:40:50 +00:00
hns
413432dec6 Cleaned up class, fixed argument order in Xml.write():
now the hopobject is the first argument, and the filename the
second one. This seems more consistent to me (both taken
alone and in combination with the Xml.writeToString() function).
2002-06-06 13:22:27 +00:00
hns
758bd0f384 Apache DOM classes necessary for using and building
getHtmlDocument() functionality. Extracted from Xerces-J 2.0.1
(Re-checked in as binary file)
2002-06-06 12:55:38 +00:00
hns
78ab940d8a removed invalid file (checked in as text) 2002-06-06 12:53:08 +00:00
hns
c79214846b made parsing more flexible by allowing InputSource
parameter additionally to InputStream
2002-06-05 18:11:21 +00:00
hns
13fb4e28f6 Renamed save(), load() and create() to write(), writeToString(),
read() and readFromString() as discussed on the mailing list.
2002-06-05 17:47:11 +00:00
hns
0149b093b7 made parsing more flexible by allowing InputSource
parameter additionally to InputStream
2002-06-05 17:45:38 +00:00