content_distribution 6.x-2.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.0-beta6.tar.gz | 35.87 KB | 0a2f0a84822ceeb61c34118c41a63327 |
| content_distribution-6.x-2.0-beta6.zip | 52.7 KB | 452bc2c3d3ed313a37cc6272ae0f1bf9 |
Release notes
Bug fixes since last beta:
- #899478: delete button is removed on all nodes, not just retrieved ones by joachim: Fixed delete button being removed on all nodes, not just retrieved ones.
- #969874: warning on views argument settings page by joachim: Fixed warning on views argument settings page.
content_distribution 6.x-2.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.0-beta5.tar.gz | 35.92 KB | 78830ef7250ad2d7447a8ad4abfa34dd |
| content_distribution-6.x-2.0-beta5.zip | 52.77 KB | fb2721c0acde4ea1960544f4a4093e55 |
Release notes
Bug fixes and improvements since the last beta:
- #821700: Configurable API Domain on Retriever Sites by Josh Benner: Added configurable API key domain on retriever sites.
- by joachim: Changed form alteration to remove delete button on retrieved nodes.
- #683480: fails with multivalues/multitype filefield and imagefield by luketsimmons, Agileware: Fixed filefield processing to work with multivalued fields.
content_distribution 6.x-2.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.0-beta4.tar.gz | 35.24 KB | 1d3667a01859164efd64a5c4f4d03027 |
| content_distribution-6.x-2.0-beta4.zip | 52.46 KB | e836ef73dcc5406670a7da4e176b5e2a |
Release notes
Latest beta release.
content_distribution 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-1.3.tar.gz | 25.08 KB | 9078702b4a93998192ddbf471fdce3a8 |
| content_distribution-6.x-1.3.zip | 32.05 KB | 3c4c56f28e61144ae653d07622aca8cf |
Release notes
SA-CONTRIB-2010-018 - Content Distribution - Multiple Vulnerabilities - http://drupal.org/node/717556
Other bug fixes:
- #714794: Warn user on node editing by joachim: Fixed lack of user warning about clobbering on editing a retrieved node.
- #710500: work around CCK bug with field node types by joachim: Fixed use of unreliable CCK type_name.
- #710420: filefield path settings not respected by joachim: Fixed filefield path settings not being respected.
- #707964: wrong parameters in form handlers by joachim: Fixed wrong parameters in form handlers.
- by joachim: Cleaned up user switching.
- #709694: gaps and surplus in info file dependencies by joachim: Fixed info file dependencies.
- #663798: mystery ticky box? by joachim: Fixed date reset option insisting on a date.
- #708400: surplus Views API hook by joachim: Removed surplus implementation of views hook.
- #708092: move default views to separate file by joachim: Moved hook_views_default_views() to separate file.
- #676254: All kinds of broken watchdog() calls in content_retriever.module by brianV: Fixed parameters and erroneous t() in watchdog calls.
- #663604: domain part of hash doesn't include port; module broken on localhosts that don't use port 80 by joachim: Fixed domain part of hash missing port when not 80.
- #709072: improve distributor_service info description and file doc headers by joachim: Changed distributor_service info description and file doc headers.
Code cleanup:
- #708986: fold in system.connect by joachim: Changed content_retriever_xmlrpc() to handle connect and login methods.
- #708472: refactor content_retriever_xmlrpc() by joachim: Refactored content_retriever_xmlrpc().
- #662624: code style cleanup (part 3) by joachim: Fixed code style issues.
content_distribution 6.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.0-beta3.tar.gz | 32.8 KB | cac744545c84a0ba33b2fd9301afba16 |
| content_distribution-6.x-2.0-beta3.zip | 50.16 KB | 5c2e5ab241051ca3e6e4e6741570f71a |
Release notes
Changes since beta 2:
New features and changes:
- #711332: Uncouple nodequeue module by joachim: Removed nodequeue dependency; moved nodequeue support to a separate module.
- #665252: setting weights on admin menu items is bad form by joachim: Removed weights on admin menu items.
- #711276: add support for nodereference arguments by joachim: Added support for nodereference arguments.
- Added API documentation for all hooks.
- Updated README
Bugfixes:
- Fixed the lists of required services and permissions in the README file.
Upgrade notes:
- See #710144: can't query multiple node types.
- Nodequeue support has been moved out to a separate module in this project. If you are using Nodequeue to distribute your content, you need to enable the Content distribution Nodequeue module.
content_distribution 6.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.0-beta2.tar.gz | 28.87 KB | 27e693d0c0dec2cf1975779115148dcc |
| content_distribution-6.x-2.0-beta2.zip | 40.33 KB | 8dff242eee16be5da09b3148981afcd5 |
Release notes
Changes since beta 1:
New features:
- #708830: add hooks for alter and save on retrieved nodes by joachim: Added hooks for alter and save on retrieved nodes; split out filefield handling to separate module; split out core node properties handling to an inc file.
Bugfixes:
- #710752: no nid in messages by joachim: Fixed missing nid in messages.
- #710500: work around CCK bug with field node types by joachim: Fixed use of unreliable CCK type_name.
- #710420: filefield path settings not respected by joachim: Fixed filefield path settings not being respected.
- #663442: mystery unsetting in hook_form_alter by joachim: Removed unsetting of node form elements in hook_form_alter().
- #707964: wrong parameters in form handlers by joachim: Fixed wrong parameters in form handlers.
Upgrade notes:
See #710144: can't query multiple node types.
content_distribution 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.0-beta1.tar.gz | 27.09 KB | 9a671bbe92ebce9e151cac1ef5598a66 |
| content_distribution-6.x-2.0-beta1.zip | 35.36 KB | 6e05295ca623e1c5f9f5f51c318fc59c |
Release notes
New features:
- #665230: allow distributing view to use any arguments by joachim: Added ability to use any arguments in the content distribution view.
- #709104: add a service to get a view object by joachim: Added a service to get a view object.
Bugfixes and refactoring:
- #707964: wrong parameters in form handlers by joachim: Fixed wrong parameters in form handlers.
- #709694: gaps and surplus in info file dependencies by joachim: Fixed info file dependencies.
- #708986: fold in system.connect by joachim: Changed content_retriever_xmlrpc() to handle connect and login methods.
- #709072: improve distributor_service info description and file doc headers by joachim: Changed distributor_service info description and file doc headers.
- #708472: refactor content_retriever_xmlrpc() by joachim: Refactored content_retriever_xmlrpc().
- #663798: mystery ticky box? by joachim: Fixed date reset option insisting on a date.
- #708400: surplus Views API hook by joachim: Removed surplus implementation of views hook.
- #708094: write a proper views handler by joachim: Added a proper Views handler instead of query altering.
- #708092: move default views to separate file by joachim: Moved hook_views_default_views() to separate file.
Also other changes prior to branching for 6.x-2.x, such as fixing problems with connecting to the Distributor site for some services, hash keys not working on a localhost with a port other than 80, permissions issues, etc.
Upgrade notes:
See #710144: can't query multiple node types.
content_distribution 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-2.x-dev.tar.gz | 34.26 KB | bcc2b478264ae5202142414f14ad3a8e |
| content_distribution-6.x-2.x-dev.zip | 51.14 KB | 0ab8ceec48f51b7a85d741cc6c6bcf55 |
Release notes
Development release of the 6.x-2.x branch.
Requires Services 6.x-2.0-beta1.
This branch of the module is undergoing big changes. Testing and ideas welcome, but be warned that some builds of this dev release may not be stable!
For a partial roadmap, see #665230: allow distributing view to use any arguments.
Upgrade notes:
- the Views 'updated date' argument has changed handler: if you have altered the 'content_distribution_queue' view you will need to change the handler.
content_distribution 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-1.2.tar.gz | 24.61 KB | 494e73ed79747ab7060767436ea06e53 |
| content_distribution-6.x-1.2.zip | 31.18 KB | 008799af856acad13df2339196eaeb17 |
Release notes
Bugfixes and code cleanup and bringing this in line to work with Services 6.x-2.x.
content_distribution 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-1.x-dev.tar.gz | 24.86 KB | 64d897b3325a02e7768c741f168926ca |
| content_distribution-6.x-1.x-dev.zip | 31.49 KB | 4ba4a03c9367cfb57799af52db1ccfbb |
Release notes
drupal 6 dev snapshot
content_distribution 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-1.1.tar.gz | 24.55 KB | 4a11e24034721cc68e62bfe168d423cd |
| content_distribution-6.x-1.1.zip | 31.24 KB | 34f22c94eb02c1efbba322516b0da094 |
Release notes
modules now implement API keys as well as session IDs in service calls for increased security.
multiple bug fixes in the distribution / retriever modules
admin interfaces tidied / improved usability on admin pages
added readme.txt base documentation on how to initially set-up and configure the modules
content_distribution 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| content_distribution-6.x-1.0.tar.gz | 21.75 KB | b05be281e3f577d6dfc01f6f742d7c9f |
| content_distribution-6.x-1.0.zip | 28 KB | 14c66cf40e19e74c6d034003f24844c6 |
Release notes
initial release