Commit graph

1429 commits

Author SHA1 Message Date
hns
672ac0e7c1 Updated version string. 2003-01-29 16:36:52 +00:00
hns
0c62b57c26 Speed up image loading by splitting it up into getting the image's dimensions and
waiting for all bits to be loaded.
2003-01-29 16:31:33 +00:00
hns
af2a5e9793 Added additional resizeFast() method that works like resize() but uses a cheaper
resampling algoritm.
2003-01-29 16:16:21 +00:00
hns
d93efaa377 Do not allow Strings parameters of length 1 to be casted into a number. 2003-01-29 16:02:19 +00:00
hns
a2c4745d8e Make public static methods unsynchronized but synchronize private instance methods.
This will allow some concurrent duplicate work being done, but it will remove the
bottleneck on the static methods. See bug 186:
http://helma.org/bugs/show_bug.cgi?id=186
2003-01-29 16:00:48 +00:00
hns
564dc9f585 Updated version string. 2003-01-28 14:58:09 +00:00
hns
fb2e0d6369 Write long columns in streaming mode if need be (if setString() throws an exception)
Log inserts, updates and deletes if logSql is set to true.
2003-01-28 14:56:00 +00:00
hns
d3eb3b8d5d Read long columns in streaming mode if need be (if getString() throws an exception) 2003-01-28 14:54:26 +00:00
hns
965d758eae Convert boolean to integer in getIntegerValue() 2003-01-28 14:53:22 +00:00
hns
0e03e7a542 If scripted constructor function causes an exception, let it pass through
(i.e. rethrow it).
2003-01-28 13:09:16 +00:00
hns
55dd6f9cd0 If onRequest() causes an exception, let it pass through. 2003-01-28 13:08:12 +00:00
hns
2d05ec273e Invoke onLogout() function with the session id as parameter. 2003-01-28 12:48:58 +00:00
hns
585db17d22 Fixes bug 210, http://helma.org/bugs/show_bug.cgi?id=210 2003-01-28 12:38:29 +00:00
hns
712cba2d99 Output debug buffer even if main response buffer has not been created.
Fixes bug 212:
http://helma.org/bugs/show_bug.cgi?id=212
2003-01-28 12:22:46 +00:00
hns
df3b4de13f Make persistence layer independent from Village API. 2003-01-27 18:20:32 +00:00
hns
e3061ffba2 Remove Exception that is never thrown/caught. 2003-01-27 18:14:12 +00:00
hns
829b8bccc3 Log to the event log when an internal scheduler or XML-RPC invoked function
throws an exception
Fixes bug 196, http://helma.org/bugs/show_bug.cgi?id=196
2003-01-13 12:40:44 +00:00
hns
f6b2909aad Actually evict/invalidate nodes when invalidating child nodes via id/accessname,
if they are present in the cache.
Fixes bug 190, http://helma.org/bugs/show_bug.cgi?id=190
2003-01-13 11:59:57 +00:00
hns
63bcb750a3 Use quotes when looking up a relational node by ID and the ID column is a
type that requires values to be put in quotes.
Fixes bug 199 http://helma.org/bugs/show_bug.cgi?id=199
2003-01-13 11:32:22 +00:00
hns
26a6fb4682 Always do .toLowerCase() when looking up properties by property name.
This is because SystemProperties stores and delivers its keys in lower case.
Fixes/works around bug 189, http://helma.org/bugs/show_bug.cgi?id=189
2003-01-13 11:26:01 +00:00
hns
a0beacdf4c Do not enter into Helma macro tags or HTML comment tags if we are within a
HTML <code> tag (bug 200, http://helma.org/bugs/show_bug.cgi?id=200 )
2003-01-13 11:09:38 +00:00
hns
19d4126b51 Wait for first frame of image in image loader. 2002-12-17 17:40:26 +00:00
hns
5025f5fb96 Updated version to 1.2.1 2002-12-17 16:49:29 +00:00
hns
1fec2b0be0 updated helma version to 1.2.1 2002-12-17 16:47:14 +00:00
hns
1d0ffebc84 Add .zip files in lib/ext to classpath. 2002-12-16 15:00:34 +00:00
hns
2fd3dcc8c0 Updated version string 2002-12-16 13:07:02 +00:00
hns
ec7cf8f4c5 Do not wait for ALLBITS in ImageLoader since this never comes for animated GIFs! 2002-12-16 13:05:28 +00:00
hns
13f6e778d4 Updated version to 1.2.0 2002-12-10 15:59:44 +00:00
hns
14f8c0cf1c Updated version to 1.2 2002-12-10 15:58:41 +00:00
hns
817395e8b0 This commit was manufactured by cvs2svn to create branch 'helma_1_2'. 2002-12-06 18:17:32 +00:00
hns
f5f4db52ca go more than 3 steps down the parent chain in getNonVirtualParent() 2002-12-06 18:17:31 +00:00
hns
020766d634 Updated helma version to 1.2 rc2 and antclick version to 1.0pre3 2002-12-05 18:06:24 +00:00
hns
6b6f86117e Updated version string to 1.2 RC2 2002-12-05 16:52:15 +00:00
hns
f2bfe5b9cf Added new DbColumn class that encapsulates column name, SQL type and the
relation associated with the column. This helps us fix a bug where no column info
is available because a column has no relation associated with it. It also helps us
streamline the Relation lookup when creating a Node from a ResultSet.

Use StringBuffers instead of + for query string composition where possible.
2002-12-05 16:51:17 +00:00
hns
3d7af041bd Moved back to 4.1 line. Update to org.mortbay.jetty-jdk1.2.jar from Jetty 4.1.4. 2002-12-05 14:35:35 +00:00
hns
853001e62e Include README.txt (which is up to date) and exclude docs/ (which is outdated) 2002-12-05 14:15:26 +00:00
hns
8cc6ed61eb Brought Helma part of the README up to date. 2002-12-05 14:04:31 +00:00
hns
36836ddaf7 brought readme file up to date. 2002-12-05 13:50:50 +00:00
hns
7e04b199e7 Explicitly make bean access methods public to prevent reflection bug. 2002-12-03 15:10:39 +00:00
hns
084b1cfe39 Copied over new start scripts from build/main 2002-12-03 13:53:12 +00:00
hns
238c7a43d5 Copied over new start scripts from ../main 2002-12-03 13:51:59 +00:00
stefanp
3ddebd959f added a compile script as helma can't be run from classes directory anymore 2002-12-03 13:28:36 +00:00
hns
2e9f98039d Updated version string to 1.2 RC1 2002-12-03 12:58:15 +00:00
hns
4e8a6f3a12 Do not include source file in main helma distribution and make separate source
package instead.
2002-12-03 12:50:28 +00:00
hns
0f07aa0b41 Fix indentation (tab to space) 2002-12-03 10:33:43 +00:00
hns
b929268fb6 Implement a better way to get the URL of the helma.jar file. To be more precise,
do not rely on HOP_HOME to contain the file.
2002-12-02 16:10:31 +00:00
hns
9954933145 Separate HOP_HOME from Helma installation directory 2002-12-02 16:05:15 +00:00
hns
d9a462f1ec Do not mess with HOP_HOME in launcher/Main 2002-12-02 13:26:01 +00:00
stefanp
9fa5abf0ac added method to filter type.properties for mappings to other prototypes 2002-12-02 12:17:45 +00:00
stefanp
f29baf6c5d fixed parse error in @param tags 2002-12-02 11:24:07 +00:00