addnode 5.x-2.x-dev
Posted by panis on July 9, 2008 at 3:52pm
| Download | Size | md5 hash |
|---|---|---|
| addnode-5.x-2.x-dev.tar.gz | 14.12 KB | afbf6a17feba764262c66a05ae03d54f |
| addnode-5.x-2.x-dev.zip | 15.69 KB | 486b445c89fef9e94f9546b175c7d149 |
Last updated: February 25, 2011 - 07:26
Release notes
Rewrite of addnode.
addnode 5.x-1.2
Posted by Lionfish on May 8, 2007 at 11:40am
| Download | Size | md5 hash |
|---|---|---|
| addnode-5.x-1.2.tar.gz | 10.19 KB | 0086d2c45a925d56af71fc35b7693119 |
| addnode-5.x-1.2.zip | 11.17 KB | 10f30b780d24021a7a1919cd36bf3d79 |
Last updated: December 24, 2010 - 22:25
Release notes
Fixes http://drupal.org/node/141434 (patched by bdragon).
Could do with testing in php4 to check I've not included any other php5 code.
Thanks bdragon and astra!
Mike.
addnode 5.x-1.1
Posted by Lionfish on May 2, 2007 at 6:16pm
| Download | Size | md5 hash |
|---|---|---|
| addnode-5.x-1.1.tar.gz | 10.17 KB | 46e3fb85a3c656ac4160342e20e0bcba |
| addnode-5.x-1.1.zip | 11.16 KB | 10349c862c2cce6030a7fd112f0cb699 |
Last updated: December 24, 2010 - 22:25
Release notes
Now using subform_element.
Fixes:
http://drupal.org/node/128347 (although the way it reports the error is a bit of a problem)
http://drupal.org/node/132212
http://drupal.org/node/131908
http://drupal.org/node/129938
http://drupal.org/node/133629
http://drupal.org/node/137618
http://drupal.org/node/130449
should fix others too (needs further testing to confirm).
addnode 5.x-1.0
Posted by Lionfish on March 16, 2007 at 5:28pm
| Download | Size | md5 hash |
|---|---|---|
| addnode-5.x-1.0.tar.gz | 10.51 KB | e0a621997c08be3821ab73425574e821 |
| addnode-5.x-1.0.zip | 11.51 KB | 671c31b2dd067e982eec5d3aa43245fd |
Last updated: December 24, 2010 - 22:25
Release notes
Removed a print_r statement accidentally left in.
addnode 5.x-0.9
Posted by Lionfish on March 16, 2007 at 11:02am
| Download | Size | md5 hash |
|---|---|---|
| addnode-5.x-0.9.tar.gz | 10.46 KB | f38434dbc8cf6a53fea742e6e80ff410 |
| addnode-5.x-0.9.zip | 11.46 KB | 771aa7890e36db8f523389d5cf533b2c |
Last updated: December 24, 2010 - 22:25
Release notes
Fixes:
- Fixed name conflicts on form
- Subforms processed
- Correct subform is chosen for processing
- Whole subform now visible rather than just 'basic' subform
- Unexpectedly $op=='form' in the call to the function fixed
- Something breaks in submission - probably in validation? (but it silently fails...) fixed
- Submitted form was handled by the subform handler! Fixed by replacing drupal_prepare_form with home-made code.
- Added node is selected from the list once it's made
- Multiple addnodes work on the same form
- Other tweaks and fixes
Still a few bugs to fix, hence not at v1.0
It should function well enough to test though.