hns
19c2858b32
Fix RequestTrans.set() for multiple file upload items with the same name.
2007-06-04 08:03:36 +00:00
hns
22ec17d968
* Update to jakarta commons-logging 1.1
2007-06-04 07:57:15 +00:00
hns
1205242715
* Update to jakarta commons-fileupload 1.2
2007-06-04 07:54:32 +00:00
hns
ba15a17834
* Update to jakarta commons-io 1.3.1
2007-06-04 07:53:54 +00:00
hns
b659294a89
* Add new Image constructor that takes a java.io.InputStream as argument.
...
* Always use javax.imageio.* to create new images instead of java.awt.Toolkit.
2007-06-01 09:04:17 +00:00
6f508612c8
Add param object as argument when calling renderSkin in skin_macro
2007-05-31 13:26:15 +00:00
e15b2bb521
Added positional parameters to some macros
2007-05-30 12:33:51 +00:00
hns
40d0f45ba2
* Fix regression for bug 484 introduced in revision 1.177:
...
use extension id instead of prototype name for _prototype property in constructor.
2007-05-25 09:46:02 +00:00
hns
297b45439f
* Update to new Rhino CVS snapshot from 2007-05-24 with the
...
patches from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2007-05-24 14:40:33 +00:00
hns
2ae82c3baf
* Unwrap argument in isTypedObject(). Fixes bug 523.
...
http://helma.org/bugs/show_bug.cgi?id=523
2007-05-24 14:27:17 +00:00
hns
a20913ab7f
* Use incremental serial numbers for DbMapping.lastDataChange and
...
Node.lastSubnode* fields instead of timestamps, because the latter
may not work consitently. Fixes bug 518
http://helma.org/bugs/show_bug.cgi?id=518
* Do not fetch named subnodes from relational database. Fixes regression
described in comment #4 of bug 516
http://helma.org/bugs/show_bug.cgi?id=516#c4
2007-05-24 14:10:53 +00:00
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
13365e16df
* Remove obsolete circumvention of TransientNode.getID().
2007-05-11 13:26:50 +00:00
hns
43f0ea2da1
* Comment out unsetConstraints() invocation in removeNode() to be consistent.
2007-05-11 13:24:03 +00:00
hns
1091d34c77
* Implement bug #516
...
* Fix bug #515
* Some refactoring in helma.objectmodel.db
2007-05-10 15:13:44 +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
hns
d8f5446d01
* sourceCharset property patch contributed by kunitoki at gmail on helma-user
2007-05-10 09:31:19 +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
hns
972bb8f232
* Fix indentation in Transactor.kill()
2007-05-03 14:52:14 +00:00
hns
657b86dee5
* Catch Linkage- and VirtualMachineErrors in scheduler loops in order to
...
keep on trucking in the face of OutOfMemoryErrors and the like.
* Sleep first, then do the work in scheduler loop.
2007-05-03 14:51:37 +00:00
hns
72db2bf08e
* Use Application.logError() instead of System.err.println().
2007-05-03 14:21:16 +00:00
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
hns
083422891f
* Remove macro processing stuff.
2007-05-02 13:48:23 +00:00
hns
b097d65d52
* Mark path.contains() and HopObject.contains() as deprecated,
...
and replace them with indexOf() methods.
2007-05-02 13:44:44 +00:00
hns
1dcdb8e452
* Remove processed parameter feature ($(...), $[...]), as it is largely redundant.
...
* Fix bug reported by Tobi on helma-user where nested macros in default, prefix or suffix
returned something else than a string.
2007-04-26 09:26:30 +00:00
hns
20ff053619
* Implement automatic parsing of foo[bar][baz] parameter names to objects.
2007-04-24 14:38:11 +00:00
3548d309c1
Oops, if the name endsWith("s") we add an "e", not the other way around...
2007-04-23 15:03:47 +00:00
dd72bd4804
Great, we already have helma.String included so let's use them methods!
2007-04-23 15:00:56 +00:00
82df79e01d
Added forEach() and size_macro() methods
2007-04-23 14:59:34 +00:00
grob
52b3dca226
changed helma.Http to correctly handle multiple cookies received from the remote server (fixes http://helma.org/bugs/show_bug.cgi?id=509 ).
2007-04-23 12:10:07 +00:00
hns
79970a0b77
* Check if prototype column is mapped to a HopObject property in
...
constructor. If so, set the property to the prototype name.
2007-04-20 13:44:39 +00:00
hns
cb03565e33
* Set parent scope to shared global for static HopObject functions.
...
Fixes http://helma.org/bugs/show_bug.cgi?id=507
2007-04-17 21:38:20 +00:00
hns
fdce5dc09e
* Be case insensitive when comparing database columns.
2007-04-17 21:37:06 +00:00
hns
6a19c73e27
* Support standard parameters such as prefix, suffix, default for nested parameters
...
(but only convert result to string if actually required)
2007-04-17 14:45:25 +00:00
hns
72feb3356a
* Add new Filters.js module contributed by Michael Platzer
...
* Add Filters.js and JSON.js to all.js
2007-04-17 13:43:59 +00:00
hns
e18c085317
* Remove global defineLibraryScope() function.
2007-04-17 12:35:30 +00:00
hns
401d14d9eb
* Make sure macro output is converted to return value for nested macros.
2007-04-06 19:13:45 +00:00
ab188b2a70
Renamed helma.Group.Wrapper to helma.Group.GroupObject
2007-04-05 15:53:09 +00:00
2d278e8272
Initial commit of helma.Group to where it belongs IMHO (helma.Group is the JavaScript wrapper for the HelmaGroup extension which currently still resides in helmagroups/apps/groupdemo/Global/GroupExtension.js)
...
Although the global variable "groups" still contains the manager object to handle all group objects, the inner structure was streamlined to conform with Helma's library structure (helma namespace) and to generally prevent namespace cluttering.
2007-04-05 15:33:58 +00:00
hns
6deb0a2a9a
* Fix little bug in resolvePath().
2007-04-05 07:21:57 +00:00
hns
f0bb5c322d
* use new helma.gif as jsdoc logo, helma2.gif does not work because of some jsdoc bug.
2007-04-04 23:56:48 +00:00
hns
49ba6fb0bb
* Update helma logo.
2007-04-04 23:55:45 +00:00
hns
0d0171f07d
* Add clean target and remove double invocation of package-modules target
2007-04-04 23:39:39 +00:00
hns
e2dad09d4c
* Update to today's CVS snapshot, including support for const keyword
...
and get/set in object initializers.
2007-04-04 22:55:25 +00:00
hns
b401e17301
* Implement more lenient macro tag sniffing.
...
* Change accessibility of Macro methods to default.
* Change unhandled macro handler name to onUnhandledMacro()
as suggested by Tobi on helma-dev
2007-04-04 21:55:33 +00:00
hns
170af5b845
* Implement lenient macro parse mode if something smells fishy.
...
* Allow empty skin to override.
2007-04-04 20:49:54 +00:00
hns
7161df38b2
* Check out helma_1_6 branch for helmaTools (contains fixes and enhancements)
2007-04-04 15:14:31 +00:00
hns
4b79e98a8b
* Implement HopObject.onPersist() callback contributed by
...
Kris Leite on helma-user.
2007-04-04 12:50:01 +00:00