hns
|
3cf88a3a25
|
Add test case for HopObject references
|
2010-01-26 15:56:18 +00:00 |
|
hns
|
7a2e89f4bd
|
Remove object from db after testEquality()
|
2010-01-26 15:34:34 +00:00 |
|
hns
|
edbeb4d8b2
|
Fix isEmail()/isUrl() using better/stricter RegExp patterns.
Fixes bug 690 - http://dev.helma.org/bugs/show_bug.cgi?id=690
|
2009-12-01 11:05:25 +00:00 |
|
hns
|
44e6dc30b4
|
Do not cache connection in helma.Database as it is cached and validated already by helma.objectmodel.db code.
|
2009-11-30 14:42:24 +00:00 |
|
hns
|
e2a5a82758
|
Add Array module repository. Fixes bug #687
http://dev.helma.org/bugs/show_bug.cgi?id=687
|
2009-11-04 11:13:12 +00:00 |
|
hns
|
98aff5cd1a
|
More tests and some fixes
|
2009-09-18 19:09:52 +00:00 |
|
hns
|
e68e058e6a
|
Simplify cleanup
|
2009-09-18 13:03:53 +00:00 |
|
hns
|
9490b2e48c
|
Add test for generic collections
|
2009-09-18 11:58:28 +00:00 |
|
hns
|
f96e053417
|
Use both grouped and ungrouped collection to add test set
|
2009-09-18 08:05:04 +00:00 |
|
hns
|
e051184c12
|
Add db support for PostgreSQL and Oracle.
|
2009-09-15 15:41:24 +00:00 |
|
hns
|
1b58896a2e
|
Add test for maxsize/offset/limit collections
|
2009-09-15 15:26:55 +00:00 |
|
hns
|
b0c72c989e
|
Make group order test work with oracle sort order
|
2009-09-15 14:54:36 +00:00 |
|
hns
|
684346bb49
|
Add test for collection order
|
2009-09-15 14:48:28 +00:00 |
|
hns
|
da1024e686
|
Switch svn:externals for Jala back to Jala 1.3 release
|
2009-09-14 20:14:15 +00:00 |
|
hns
|
dc941ca543
|
Move test suite into module hierarchy
|
2009-09-14 20:08:17 +00:00 |
|
hns
|
032d6dcae7
|
Fix bug 661 - comparison bug in loop macro in HopObject.js
|
2009-07-06 12:32:09 +00:00 |
|
grob
|
235a1342f8
|
committed patch by Simon Oberhammer (adding forEach() to HitCollection, see http://dev.helma.org/bugs/show_bug.cgi?id=670)
|
2009-06-30 08:18:59 +00:00 |
|
zumbrunn
|
052b6fc4bb
|
fixed code example for helma.Ftp.deleteFile method to use correct method name
|
2009-05-19 14:38:54 +00:00 |
|
zumbrunn
|
94d85929b4
|
patch by tobi, catching invalid date format errors and letting the now_macro write error output into the skin instead
|
2008-12-16 13:23:33 +00:00 |
|
hns
|
15ae889600
|
Fix cookie parsing to handle HttpOnly and other cookie extensions correctly.
|
2008-11-17 11:37:57 +00:00 |
|
hns
|
b9a776c979
|
Add addHeader(), setHeader(), getHeader() and removeHeader() methods to Mail object.
Remove unused java class constants. Fix for bug 540 <http://helma.org/bugs/show_bug.cgi?id=540>
|
2008-10-30 16:01:06 +00:00 |
|
hns
|
d0ede5de85
|
Add support for enabling TLS in helma.Mail as suggested by user Johnti on the Helma group:
http://groups.google.com/group/helma/browse_frm/thread/d32296c5df8996cb/af407e588fb60054
|
2008-10-20 15:09:12 +00:00 |
|
hns
|
a4811de1e0
|
Partial backport from Helma NG file module: Add optional arguments to open: append to append to existing file instead of opening it for reading, and charset to define the encoding for reading/writing the file. Also fixes a bug where close() does not properly reset all internal variables.
Fixes bug 636 <http://helma.org/bugs/show_bug.cgi?id=636>
|
2008-10-20 14:51:32 +00:00 |
|
zumbrunn
|
b5b7d8ff0b
|
removed obsolete information regarding the old FtpClient host object and fixed the constructor's example code accordingly
|
2008-07-01 18:03:34 +00:00 |
|
zumbrunn
|
8b6203fc0d
|
fixed description of repeat method
|
2008-07-01 17:38:19 +00:00 |
|
manfred
|
d0d7dd55c3
|
added renameFile for renaming remote files
|
2008-05-14 13:52:01 +00:00 |
|
zumbrunn
|
f8f0ad0692
|
changed docs for Aspects.addBefore() function to mention the parameters passed to the added function
|
2008-05-02 08:35:18 +00:00 |
|
hns
|
30c8f63155
|
* Patch from Anton Pirker on helma-user: Remove semicolons in encoding.
|
2008-04-22 10:47:54 +00:00 |
|
grob
|
a2640a9b70
|
added an optional name argument to Document.prototype.getFields() for retrieving all fields with the specified name
|
2008-04-19 09:57:57 +00:00 |
|
grob
|
f1577494a6
|
bugfix in Document.prototype.getFields(): don't use getField(), as this returns only the first of multiple fields with the same name
|
2008-04-10 09:55:03 +00:00 |
|
grob
|
7e267af7fd
|
reverted back to 2.2.0 (accidentally updated to 2.3.1 in [8803])
|
2008-04-01 13:53:44 +00:00 |
|
grob
|
1893ab3494
|
added count(fieldName, fieldValue) to helma.Search.Index prototype, returning the number of documents with a given field and value in the index
|
2008-04-01 13:43:15 +00:00 |
|
hns
|
17e8ea6d82
|
* Close sql statement after the logging. Fixes bug 605.
<http://helma.org/bugs/show_bug.cgi?id=605>
|
2008-03-26 18:53:31 +00:00 |
|
zumbrunn
|
ce879b2541
|
fixed see tags for getMultipartType, setMultipartType and addPart that were pointing to wrong places
|
2008-03-26 18:11:22 +00:00 |
|
hns
|
e75851c2a2
|
* Replace netcomponents.jar with jakarta commons-net.jar 1.4.1.
Change of java package name _should_ be all that is required.
|
2008-01-25 11:11:33 +00:00 |
|
hns
|
6995b9b6a1
|
* Make helma.Http always set result.content, regardless of response status code.
* Always call responseHandler, regardless of response status code.
* Fix setFollowRedirects() bug.
Fix for bug 583 http://helma.org/bugs/show_bug.cgi?id=583
|
2007-12-19 10:13:54 +00:00 |
|
zumbrunn
|
f3bfee3a16
|
turned documentation for JSON methods back on
|
2007-12-13 19:03:38 +00:00 |
|
zumbrunn
|
add43975fc
|
made some minor @see tag changes to please the new jsdoc-toolkit based docs
|
2007-12-13 18:30:16 +00:00 |
|
zumbrunn
|
1d9d306bca
|
made some minor @see tag changes to please the new jsdoc-toolkit based docs
|
2007-12-13 18:25:41 +00:00 |
|
zumbrunn
|
e4d04f1db0
|
added explanations regarding the usage of these optional repositories and added docs for helma.Image
|
2007-12-13 12:21:48 +00:00 |
|
zumbrunn
|
c17e1df282
|
added jsdoc comments documenting the various properties of helma.Url objects
|
2007-11-28 11:00:00 +00:00 |
|
michi
|
87ed97d3a3
|
if logSQL=true then we will also log queries, that are submitted via helma.Database to the sql-log-file; see http://www.nabble.com/logSQL-with-helma.Database-t4804158s2589.html
|
2007-11-23 17:13:32 +00:00 |
|
hns
|
8a27991087
|
Switching to jala trunk
|
2007-10-23 12:11:48 +00:00 |
|
hns
|
f232748501
|
Define svn:externals for jala 1.2
|
2007-10-09 13:29:56 +00:00 |
|
hns
|
a59ea3367e
|
robert: removed svn:mime-type and set svn:keywords property of all text files
|
2007-09-28 13:16:38 +00:00 |
|
grob
|
797a719f15
|
* fixed bug 539
* added private getter for internal buffer and mime multipart object to ease testing
|
2007-09-20 11:14:10 +00:00 |
|
grob
|
a15d836297
|
test-commit, please ignore
|
2007-09-17 10:41:06 +00:00 |
|
grob
|
880a312656
|
test-commit, please ignore
|
2007-09-17 10:40:12 +00:00 |
|
grob
|
a5b8ce588e
|
test commit, pls. ignore
|
2007-09-11 10:22:11 +00:00 |
|
grob
|
bc3130dd64
|
test commit, pls. ignore
|
2007-09-11 10:21:26 +00:00 |
|