Downloads
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.
- Issue #1143132: delete confirmation form should use confirm_form(). by joachim: Changed delete confirmation form to use confirm_form().
- Issue #1142700: put client admin UI into tabs by joachim: Changed connection admin UI to use tabs.
- Issue #1121436: change parameter of connectionSettingsForm to $connection by joachim: Changed parameter of connection class connectionSettingsForm() to connection object.
- by joachim: Changed module permission names to standard form.
- Issue #1112324: remove Drupal services base class from admin UI by joachim: Fixed Drupal services base class showing in admin UI.
- Issue #1093894: move admin to to Site Building menu section by joachim: Changed admin pages to be under Site building section.
- by joachim: Changed all files to unix line endings.
(Alpha 7 got lost in the git tubes. Best not to ask... ;)