clients 6.x-2.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-beta6.tar.gz | 26.69 KB | 8f65952bbbb2a4c637d558bc67cb8358 |
| clients-6.x-2.0-beta6.zip | 34.68 KB | 73d7a1a6b1209503c956731297151fa1 |
Release notes
Changes since 6.x-2.0-beta5:
clients 6.x-2.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-beta5.tar.gz | 25.68 KB | 60bafbb9c539e4ba50c8a3ef10d05a5b |
| clients-6.x-2.0-beta5.zip | 33.58 KB | 54e4e81e1a8be7de6a40e574e09eade8 |
Release notes
Changes since last release:
- #1245400: callMethod calls missing try-catch blocks by joachim: Fixed missing catching of exceptions in test button operations.
- #1245388: test button operations should pass connection name, not cid by joachim: Fixed test button operations passing connection id instead of machine name.
clients 6.x-2.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-beta4.tar.gz | 25.65 KB | ebde276c11445fb5b0a2ac76bcd12f96 |
| clients-6.x-2.0-beta4.zip | 33.57 KB | 60010609385b2eab0157cc96935475de |
Release notes
Only one change with this release: the Client Connection API now throws exceptions. This should make error handling and reporting much easier.
See the README for details of how this changes the API.
clients 6.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-beta3.tar.gz | 24.83 KB | 5d9ed4ae0cede096c95a15332b468759 |
| clients-6.x-2.0-beta3.zip | 32.68 KB | 62af2eef65bc9dd99772792b06604d5c |
Release notes
Bug fixes.
You will need to check your permissions, as one has been removed:
- Issue #1179476: ugly permission name by joachim: Changed Drupal clients module to use base module admin permission.
You may also want to tweak your database column sizes to remain in line with the schema:
- by joachim: Changed varchar lengths in hook_schema to powers of 2.
Other bug fixes:
- by joachim: Fixed confusing warning on connection list page for broken connections.
- by joachim: Fixed missing declaration of 7.x-3.x Services connection.
clients 6.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-beta2.tar.gz | 24.85 KB | 5c5adac0640464414698762e36b5ead8 |
| clients-6.x-2.0-beta2.zip | 32.69 KB | 2c1f105a16db5c34dba7cf2b96645beb |
Release notes
- Added support for connections to Services 7.x-3.x.
- Fixed a bug in the form for adding new connections.
clients 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-beta1.tar.gz | 24.49 KB | 50010f0010dfaa6ce2902a6fb4f0365c |
| clients-6.x-2.0-beta1.zip | 32.35 KB | 17b07ced1a8a75ae14a6fc3f7ae4a611 |
Release notes
Various fixes and cleanups.
This is now stable, and the issue queue is down to just tweaks and new features, so calling this a beta :)
clients 6.x-2.0-alpha10
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha10.tar.gz | 30.92 KB | 0f2b7e6ae89aaab0c27342df3e8d19f3 |
| clients-6.x-2.0-alpha10.zip | 43.85 KB | d4ac93632f5cadb11df22f499e701c06 |
Release notes
Mostly cleaning up and improvements and fixes to documentation.
New feature: the endpoint on the connection admin page is now a link.
clients 6.x-2.0-alpha9
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha9.tar.gz | 35.39 KB | a182ee45495d8177b98d9f59db7e9874 |
| clients-6.x-2.0-alpha9.zip | 50.43 KB | 0dc3bcde90a2258a1984cc8b29a28661 |
Release notes
This release adds support for CTools exportables, meaning that connections can be added to Features.
You will need the 6.x-1.x-dev release of CTools.
This has required some significant changes. Connections are now referred to by machine name, not cid, which has knock-on effects on the API and the database storage. You should:
- clear your cache
- review any code which makes use of the Clients API
- review your database storage of connections and any data which refers to connections
clients 6.x-2.0-alpha8
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha8.tar.gz | 33.87 KB | d0ebdfbf19cc8822f3faa85d7c981b6f |
| clients-6.x-2.0-alpha8.zip | 48.88 KB | 6851ff168437c6db4ed7d206e99d1e45 |
Release notes
Lots of changes since the last release.
Mostly cleanup, but the following are of note:
- Issue #1146648: add a single line API by joachim: Added a single function call API.
- Issue #1100500: change connection name to machine name by joachim: Changed connection name to machine name.
Both of these may require changes to your code and your data.
The full list of changes is:
- Issue #1146648: add a single line API by joachim: Added a single function call API.
- Issue #1143136: saving a connection should redirect to its view page or stay on the edit form by joachim: Fixed redirect on saving a connection.
- Issue #1146060: move title setting to base form by joachim: Further fixes with add and edit form merge; moved title setting to base form.
- Issue #1143182: merge add and edit form builders for connections by joachim: Changed connection UI to use a single form for add and edit.
- Issue #1146568: fix validation of uniqueness of machine name by joachim: Fixed validation of uniqueness of machine name.
- Issue #1100500: change connection name to machine name by joachim: Changed connection name to machine name.
- by joachim: Cleaned up for whitespace, comments, function order, and general cruft.
- Issue #1144764: kill off pointless hooks by joachim: Removed hooks that use the wrong pattern.
- Issue #1143410: merge clients_connection_load() and clients_get_connection() by joachim: Changed clients_connection_load() to return a complete handler and clients_get_connection() to depend on it.
- Issue #1143158: use menu loader in hook_menu by joachim: Changed hook_menu to use menu loader for connections.
- Issue #1143126: kill off 'methods enabled' and 'views enabled' by joachim: Removed connection options 'methods enabled' and 'views enabled'.
- Issue #1143128: add connection type to view page by joachim: Added connection type to view page.
clients 6.x-2.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha6.tar.gz | 35.35 KB | 2545a43d22d3d88f2584075fc0b3bb71 |
| clients-6.x-2.0-alpha6.zip | 52.33 KB | 9c9b3015dbb6f2dbb324fdf0f0b8b9ef |
Release notes
Another alpha release. Lots of bug fixes and a few new features.
clients 6.x-2.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha5.tar.gz | 33.98 KB | 4e35dbfe4a8c3ef6a2df1a1e98faffe0 |
| clients-6.x-2.0-alpha5.zip | 50.19 KB | f00f68fd060a8beaac8eba3b76d56d2e |
Release notes
Fixes a bug in validation of new connections.
clients 6.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha4.tar.gz | 33.97 KB | 8b43a9c3c30ce72c5a4855dc467f8c3e |
| clients-6.x-2.0-alpha4.zip | 50.25 KB | 8c65add274f23cff3ab5c9a0253115f9 |
Release notes
Removed the dependency on Ahah helper, which somehow crept back in.
clients 6.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha3.tar.gz | 33.99 KB | 3ee8bec4f163304976cc7d8813fa9428 |
| clients-6.x-2.0-alpha3.zip | 50.32 KB | f98b3aadab36e76a5800c05088d41575 |
Release notes
Mostly internal clean-ups, though note class names for connections have changed.
clients 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha2.tar.gz | 34.09 KB | f01b4acb3a79899774775e5d2bf23b90 |
| clients-6.x-2.0-alpha2.zip | 50.32 KB | c608e9a7f3696f1cefddccdb5735ac8c |
Release notes
Further changes to the API.
Should be stable to use -- further changes will be internal clean-up.
clients 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.0-alpha1.tar.gz | 27.71 KB | fe084fda11ad0d3f212c9cc649656e13 |
| clients-6.x-2.0-alpha1.zip | 44.42 KB | dbecbce466e31bf0eed692376ff621de |
Release notes
Alpha release. Doesn't work... mostly! ;)
Big changes have been made on the 2.x branch, including a better API for modules using a Client connection.
I'm mostly making this release so transport module can rely on it.
clients 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-2.x-dev.tar.gz | 26.69 KB | efe68008b5d550ff65ee2839c42d84dd |
| clients-6.x-2.x-dev.zip | 34.67 KB | 4f25071b3d19d51e1ef009a01a9426f5 |
Release notes
The 6.x-2.x branch is *very* experimental.
clients 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| clients-6.x-1.x-dev.tar.gz | 24.73 KB | 3060e93a0d6320881f0a24016ef7ab50 |
| clients-6.x-1.x-dev.zip | 39.03 KB | 74044898465a10723f3ad0d01a943b19 |
Release notes
Merged from head, try this one.