Commit graph

1420 commits

Author SHA1 Message Date
hns
20df514693 Added getPrototypeByName() method to retrieve a prototype by name. 2003-04-25 15:59:48 +00:00
hns
4da79ad8f2 Just filled in a few javadocs 2003-04-25 14:27:47 +00:00
hns
ec55ce1042 * Parse additional join conditions for child collections as defined in
http://helma.org/stories/47853/
* When enforcing constraints try to preserve the type of the original
  property using the new Node.set() method.
2003-04-23 12:38:30 +00:00
hns
4501c5cf50 * Use specific methods when reading a Date or Time
column from a ResultSet in the constructor
* Add set() method that allows to directly set the value and type
  of a property
* Change the return type for getNonVirtualParent from INode to Node.
2003-04-23 12:36:43 +00:00
hns
4e47de9963 * Add setValue() method that allows to directly set the value and type
of the property
* Change the default string representation of date values to be
  compatible with MySQL.
2003-04-23 12:34:27 +00:00
hns
bdb1cb8f06 Make sure swallowNewlines is reset when the text after a block
tag resumes, even if no newline has been encountered.
2003-04-23 10:16:34 +00:00
hns
320d60f19a Added public getNodeManager() method 2003-04-17 09:34:27 +00:00
hns
a63398c8f5 Updated version date. 2003-04-16 13:38:31 +00:00
hns
61274e4350 Implement exportNode() method to export a node into a different
(relational) database than its default one. (The database must
contain a compatible table.)
2003-04-16 13:32:38 +00:00
hns
01016e6236 Be more specific in declaration of thrown Exceptions 2003-04-16 13:31:10 +00:00
hns
a9aab2798a Made IPv6 address parsing a bit sleeker 2003-04-15 17:10:37 +00:00
hns
b89204a631 Add support for IPv6 addresses 2003-04-15 16:34:37 +00:00
hns
24808c780f Moving crimson.jar back to lib (otherwise Helma build system is
broken for Java 1.3)
2003-04-15 15:40:50 +00:00
hns
698dba7b62 removed mysql.jar from lib/ext, it's now included from
build/main/lib/ext.
2003-04-15 15:18:58 +00:00
hns
4712fac888 Updated Helma version to 1.2.4 2003-04-15 14:37:11 +00:00
stefanp
b7f4d03a5e new readonly property app.name 2003-04-11 13:38:41 +00:00
stefanp
b522a740df merged changes from helma_1_2_cron branch (replacing the scheduler with
a cron-like setup)
2003-04-11 13:00:23 +00:00
hns
c8674a5f3d Removed unused code 2003-04-11 09:49:35 +00:00
hns
d5c48918a0 Reformatted according to Java code conventions.
Added Header comment with license and version info.
2003-04-10 17:16:25 +00:00
hns
33018c141c Still more experimentation with CVS keyword expansion 2003-04-10 14:43:18 +00:00
hns
11258060f6 checking CVS expansion 2003-04-10 14:38:34 +00:00
hns
8e1237a0d3 checking CVS expansion 2003-04-10 14:32:51 +00:00
hns
d14fc897e4 checking CVS expansion 2003-04-10 14:32:16 +00:00
p3k
3a37629a82 modified alt tags of antville logos (now showing "made with antville") 2003-04-10 14:01:10 +00:00
p3k
b38f0b6970 modified alt tags of antville logos (now showing "made with antville") 2003-04-10 13:59:35 +00:00
p3k
3258d821aa added data for pixel.gif which i accidentally have forgotten 2003-04-10 10:28:51 +00:00
p3k
3bcf809501 updated to version 1.00p1 2003-04-10 09:55:00 +00:00
p3k
65220db63c * converted to mckoi version 1.00p1
* added column TEXT_ALIAS for future use
2003-04-10 09:53:54 +00:00
p3k
d2710c14d7 * converted to mckoi version 1.00p1
* added data for manage.gif
2003-04-10 09:52:55 +00:00
p3k
a494b65805 converted to mckoi version 1.00p1 2003-04-10 09:52:26 +00:00
p3k
e13b13bb09 removed all database files to start from scratch 2003-04-10 09:41:16 +00:00
p3k
ac61d4f4cc removed by mckoi db query tool 2003-04-09 06:37:07 +00:00
p3k
c39be1c0f7 added column TEXT_ALIAS to table AV_TEXT 2003-04-09 06:35:22 +00:00
hns
2fea02fb46 Encode remaining newlines at the end of the text. 2003-04-08 12:44:53 +00:00
hns
f8123e7934 Enhancements in Helma format() functions:
* implement tag balancing:
   - unclosed tags are closed when necessary (either when an enclosing tag
     is closed or when all text is processed and tags are still open)
   - closed tags that were not opened are dropped
* be smart in newline-to-<br> conversion: when an HTML block element is met,
   some or all newline characters are excluded from conversion.
* implemented "allowed tags" feature, all other tags are escaped. This is not yet
   exported to the JavaScript API, though.
2003-03-21 18:17:23 +00:00
p3k
7763b6ac51 added manage.gif data to AV_IMAGE table 2003-03-20 19:11:33 +00:00
p3k
a63526e7d7 * modified build.xml to only copy jar files from helma/lib (no recursion)
* added mysql.jar to helma/build/main/lib/ext
(note: we could remove helma/lib/ext/mysql.jar now)
2003-03-20 19:11:06 +00:00
p3k
ad4892b0fb removed because hopblog is not in use anymore 2003-03-20 16:28:22 +00:00
hns
51816c2ff2 adding support for "legend" tag 2003-03-18 16:03:20 +00:00
hns
d35d8744b6 Added support for "acronym", "bdo", "dfn" and "noscript" tags. 2003-03-18 16:00:34 +00:00
stefanp
0e333e8c73 added toString() method to Xml object:
res.write(Xml) now renders the name of the package used as XML-parser
2003-03-14 15:44:40 +00:00
stefanp
4358af3f20 catch FESI.Parser.TokenMgrError which made the parsing crash completely on
certain syntax errors in js-files. now only the containing file isn't parsed.

use getDocApplication().isExcluded() instead of Util.isExcluded()
2003-03-14 11:37:48 +00:00
stefanp
2ea3261e16 added addExclude() and isExcluded() which are backed by a HashSet so that
we can have a per-app config of excluded strings.

added readProps() which parses app.properties for helma.excludeDocs setting
2003-03-14 11:36:48 +00:00
stefanp
0625420803 moved exclusion stuff to DocApplication 2003-03-14 11:35:41 +00:00
stefanp
744b24e34c added getDocApplication() that tries to find a DocApplication object among the parents of the element 2003-03-14 11:35:19 +00:00
p3k
52405fe405 moved crimson.jar into ext directory 2003-03-12 10:16:43 +00:00
hns
a0950e35a0 Added option to set http User-Agent header in getURL(). 2003-03-11 12:53:22 +00:00
stefanp
0879e2e1ff parse skins for comments like this:
<% // comment %>

helma doesn't call macros with that syntax, but uses
parameter default="xxx" if it is included in the comment tag!
2003-03-11 10:47:30 +00:00
hns
210aed5197 Break when hrefFunction has been executed. 2003-03-10 14:24:13 +00:00
hns
4a43f9bcab updated version to 1.2.3 final 2003-03-07 16:09:40 +00:00