hns
15d7342ea4
Switch to standard Java (JAXP) XML parser for getXmlDocument()
...
and provide our own HTML parser for getHtmlDocument which is a
thin bridge between javax.swing.text.html.parser.* and the Apache
HTML-DOM implementation.
2002-06-03 20:15:16 +00:00
stefanp
a699facf6d
always convert property names to lowercase
2002-06-03 15:04:39 +00:00
stefanp
798c404847
switched internal db of hopblog to xml-database
2002-05-31 16:32:01 +00:00
hns
e7a17d20ab
Removed support for old type.properties db mapping.
2002-05-31 13:57:09 +00:00
hns
fae1c98f1c
Removed check for global object "user" (which was merged in
...
again by CVS accidentally).
2002-05-31 13:56:20 +00:00
hns
a26d52ae02
Rewrote global object wrapping to be look more consistent
2002-05-31 13:50:44 +00:00
hns
ceb80decb0
Removed support for res.skin and public skins.
2002-05-31 13:44:14 +00:00
hns
841a195560
Rewrote getActiveUsers() and getSessionsForUser() to return
...
ArrayList instead of an Enumeration. The reason is that this is easier
to turn into an array and generally more versatile than an Enumeration.
2002-05-31 13:39:19 +00:00
hns
7bfc14d164
Merged in changes from Stefan Pollach's "usersession_05_15" branch.
2002-05-31 13:35:33 +00:00
hns
5818dd8d52
Fixes in servlet registry methods
2002-05-28 20:17:19 +00:00
hns
c6d7496f4b
Made noPropertyMarker non-static. This held a reference to the
...
evaluator and the application, preventing garbage collection.
2002-05-28 18:24:56 +00:00
hns
c424e54261
Helma encode() functions now do entity encoding
...
again, but the right way. It transforms special Windows characters (such as smart quotes)
top valid Unicode, uses symbolic entities for ISO-8859-1 characters and numeric entities
fpr everything above.
2002-05-27 16:52:34 +00:00
hns
5a589d4bd6
If macro returned something write it to the response object regardless if
...
the macro wrote to the response itself or not.
2002-05-24 22:51:19 +00:00
hns
5b862803c6
Pass a clone of the parameter map to macros, so if the macro
...
modifyes the object we still have the original version.
2002-05-24 14:30:04 +00:00
hns
eb2f292877
minor addition to comment
2002-05-24 14:04:40 +00:00
hns
67a5f5f412
don't decode query string, we do that afterwards in servlet
...
where we know which encoding to use.
2002-05-23 20:37:40 +00:00
hns
459bf13822
Merged Stefan Pollach's XML Database branch.
2002-05-23 19:50:40 +00:00
hns
4fdf0b97d9
Declared as class as final, getEvaluator() as private.
2002-05-23 19:35:52 +00:00
hns
6576b9fc0f
Templates work again (also with _as_string).
2002-05-23 19:35:18 +00:00
hns
0a3a514ddc
Added DomExtension as standard extension.
...
Templates work again (also with _as_string).
Do not remove internal functions when cleaning up global object.
2002-05-23 19:34:59 +00:00
hns
2f3dd29223
Made getPathInfo() and getCharacterEncoding return useful values.
2002-05-23 19:32:34 +00:00
hns
202575d801
Reworked much of the helma servlet code.
...
Parameter parsing is now done by the servlet itself since we know
best about the encoding used by an application.
AcmeServletClient is gone, the new EmbeddedServletClient
is a subclass of AbstractServletClient, so no more duplicate code here.
2002-05-23 19:31:40 +00:00
hns
14a6f0840e
Merged Stefan Pollach's XML Database branch.
2002-05-23 19:27:54 +00:00
hns
ca2a42e204
implemented support for "prefix" and "suffix" for macros that
...
directly write out to response buffer.
2002-05-23 14:11:08 +00:00
hns
00173af1b6
only print stack trace if app.debug(),
...
removed dead code.
2002-05-16 17:12:04 +00:00
a03ba78b03
changed linebreak output of function res.writeln from <br> to <br /> (for xhtml compatibility)
2002-05-16 16:54:49 +00:00
35aa84d81d
changed linebreak output of function res.writeln from <br> to <br /> (for xhtml compatibility)
2002-05-16 15:37:37 +00:00
hns
5d3214979b
avoid output to stderr when opening new connection
2002-05-15 18:03:38 +00:00
8a00c456d8
still experimenting with file permissions and the right taring...
2002-05-15 17:50:17 +00:00
b03410952c
grrr, i hate that tar xml ant weirdo-ness: still experimenting with file permissions and the right taring...
2002-05-15 17:33:15 +00:00
d240acab24
modified antclick task to achieve correct file permissions when taring that thang
2002-05-15 17:23:59 +00:00
hns
23c965c85d
updated version date.
2002-05-15 17:21:18 +00:00
hns
db69f15dc1
Implemented skin caching.
2002-05-15 17:20:44 +00:00
hns
36eee9e151
pass number of read characters to Skin constructor.
2002-05-15 17:19:05 +00:00
hns
1085f83d02
Pretty much streamlined Skin parsing and rendering,
...
trying to reduce the number of objects created.
2002-05-15 17:18:32 +00:00
hns
e618c5c8a2
updated comment which was from 1998 or something like that
2002-05-15 17:17:04 +00:00
hns
b457ca8a88
implemented writeCharArray() method
2002-05-15 17:16:38 +00:00
db9fab2c8c
fixed a typo creating syntax error in line 313
2002-05-15 16:35:00 +00:00
1f2cf86509
added lines in target "antclick" for creating a tgz package, too
2002-05-15 16:32:08 +00:00
0dcf1ad58b
added line to change access rights for hop.sh in /antclick
2002-05-15 15:57:02 +00:00
e1b5aedeca
added targets "antclick", "cleanup", "fullcleanup"; modified target "package" (now excludes docs) and added target "fullpackage" (which does what "package" did before)
2002-05-15 15:51:28 +00:00
4fd9583a30
initial check-in
2002-05-15 13:51:49 +00:00
9e9220f11b
kicked out hopblog due to helma progressing from hsp templates
2002-05-15 13:43:01 +00:00
c4ff262a1d
now using relative path to hsqldb files
2002-05-15 12:27:00 +00:00
c7cc771d45
initial check-in
2002-05-15 09:58:27 +00:00
a903fbb0cd
initial check-in
2002-05-15 09:48:58 +00:00
ac2faa75de
initial check-in
2002-05-14 17:32:12 +00:00
61998b0234
initial check-in
2002-05-14 17:23:35 +00:00
hns
d0899da45b
backpedalling on dumb previous modification...
...
never change something you don't understand.
2002-05-14 17:09:57 +00:00
hns
707e9e9171
updated version string to current date.
2002-05-14 16:44:04 +00:00