Commit graph

111 commits

Author SHA1 Message Date
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
grob
fca989d668 * updated lucene jar files to version 2.2.0
* changed Document.addField(): instead of defining field options as booleans (still supported for backwards compatibility), they can now contain a string defining the storage, indexing and term vector options for this field. this way all options supported by lucene can be used. see apidoc for accepted values. in addition addField() now accepts an instance of helma.Search.Document.Field as single argument too.
* added Document.Field() constructor wrapping a lucene document field instance. The constructor can be called with the same options as Document.addField()
* Document.getField() now returns an instance of helma.Search.Document.Field instead of a plain JS object. For backwards compatibility name and value can still be accessed as properties, but to get detailed information about the field the appropriate methods needs to be called (eg. isTokenized(), isStored())
* removed Index.getModifier() as all but one method of IndexModifier is now available in IndexWriter too
* removed private getWriterModifier() method as waiting for index unlock is now done by Lucene itself (defaults to 1 second)
* getWriter() now supports a second argument enabling or disabling auto commit (defaults to false)
* changed default boolean clause in BooleanQuery.addTerm() and BooleanQuery.addQuery() from "and" (MUST) to SHOULD
* removed Document.getDateField(): the value of a field converted into a date is now accessible via the "dateValue" property of the field
* added Document.removeField(name)
2007-09-06 11:46:48 +00:00
p3k
c6d5098e8c Fixed bug that prevented correct error handling 2007-08-30 12:40:25 +00:00
p3k
2af69af96f Added support for content length and HTTP error messages 2007-08-30 12:38:33 +00:00
zumbrunn
437d603faf changed docs for file.list methods, attempting to work around a JSDoc rendering problem 2007-07-31 21:24:08 +00:00
zumbrunn
54d348d904 fixed docs for File.prototype.renameTo and helma.File.renameTo to show that the expected argument is of type FileObject, not String 2007-07-31 19:50:05 +00:00
zumbrunn
62e88d817a added reference to docs for supported date format pattern 2007-07-30 20:03:58 +00:00
hns
00fa917e42 * Patch for bug 521 submitted by Andreas Unterluggauer.
http://helma.org/bugs/show_bug.cgi?id=521
2007-07-18 12:05:12 +00:00
michi
95530f2f0f fixed bug 525:
it is now possible..
* to specify a maximum response size
* to define a custom response handler (e.g. for directly writing the response to the disk)
* to specify credentials directly in the URL

additionallz the returned result-object now contains a map with all header-fields.
2007-07-17 16:12:09 +00:00
hns
f3ddd892de * Handle java.sql.Types.BOOLEAN. Fixes bug 529, 2007-07-16 08:13:30 +00:00
zumbrunn
460ace26be minor tweaking for docs generation 2007-07-01 15:50:28 +00:00
hns
701a2671e9 * Use zero length byte array for class comparison, tweak comments. 2007-06-28 13:34:57 +00:00
michi
917f48ccac bug fix for helma.Html.isSelected; see http://www.nabble.com/helma.Html-bug-tf3842136s2589.html#a10879801 2007-06-22 08:13:23 +00:00
michi
2c36528d98 switched from getColumnName to getColumnLabel; as suggested here: http://www.nabble.com/helma.Database---suggested-improvement-t3841979s2589.html 2007-06-05 13:20:28 +00:00
p3k
6f508612c8 Add param object as argument when calling renderSkin in skin_macro 2007-05-31 13:26:15 +00:00
p3k
e15b2bb521 Added positional parameters to some macros 2007-05-30 12:33:51 +00:00
p3k
b5275719bb Added helma.Ftp.putBytes method for transfer of byte arrays, e.g. an image retrieved from a database. Btw: code is still formatted with indentation of 3 spaces (should be 4 afaik) 2007-05-23 14:34:48 +00:00
hns
c38a093d5c * Add itemPrefix and itemSuffix parameters as suggested by Maksim Lin on helma-user 2007-05-10 13:45:34 +00:00
grob
cd05f1679b * fixed a bug in Index.create() to correctly work for both disk- and ram-indexes
* added missing argument documentation
* fixed typo in Index.addDocuments()
2007-05-07 14:58:52 +00:00
grob
84e03145e5 fixed a problem in smtp port assignment as reported by stefan rinner (http://grazia.helma.at/pipermail/helma-dev/2007-May/003580.html) 2007-05-04 06:57:59 +00:00
p3k
39837792c3 Added String.EMPTY and String.SPACE constants 2007-05-03 14:13:29 +00:00
michi
0aa1a868d1 fixed bug 510:
helma.Http did not handle character encoding correctly
2007-05-03 11:09:05 +00:00
p3k
3548d309c1 Oops, if the name endsWith("s") we add an "e", not the other way around... 2007-04-23 15:03:47 +00:00
p3k
dd72bd4804 Great, we already have helma.String included so let's use them methods! 2007-04-23 15:00:56 +00:00
p3k
82df79e01d Added forEach() and size_macro() methods 2007-04-23 14:59:34 +00:00