Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
86.8 KB
MD5: d3bd72c99f39af0487de6d4a2410add9
SHA-1: fba5c2ffca3dea5f69bff89a6bcfa7859a2e6fbb
SHA-256: 87529b838011c5b0a1fc13e8ab183f1004a7d26e4f915b2edc7bc07be1b2ccac
Download zip
98.48 KB
MD5: 394df46d0120d28290af9bdb21401cee
SHA-1: b063e3e7e3d7e2ffecdce8e62d961f834db7900e
SHA-256: 238dda88af6c05b0504efdb59e7aef23cd4158657619f4f4b51eee99ac82e168
Release notes
A second -beta release, addressing a number of issues that were tracked down in -beta1. Note that the 7.x Support module now depends on the Entity module (providing CRUD support). Be sure to install the Entity API module before upgrading to the Support 7.x-1.x-beta2 release.
Bug fixes:
- #436726: Make it possible to assign ticket to other user at ticket creation
reported by paddy_mul: Ajax support for client changing. - #1287772: Undefined Variable
reported by jlevinson: Fix undefined variable $user in support_query_alter(). - #1289244: State tabs are screwed up
addendum: Fix subclients not having a default local task. - #1289244: State tabs are screwed up
Fix corrupted state tabs in support.module hook_menu(). - #1289256: clid 0 == all clients for support projects
Fix fallout from the support_client 0 change. - #1291290: Subclient support for projects
Fix projects on subclients. - #1299964: All tickets promoted to the frontpage
reported by LeeHarveyOswald: Brown paper bag fix: Add missing else block that handles filtering out tickets - #1300520: Project tab confusion
reported by LinuxETC: Fix undefined index: und in support_mail_tokens(). Also, render the node body properly instead of using the fallback filter. - #1301390: double escaping on support_reference_autocomplete
Fix double escaping on autocomplete results. - #1301408: Implement Drupal 7 style loading to reduce the number of queries and speed things up
Implement Drupal 7 style loading to reduce the number of queries and speed things up. - #1301424: {support_assigned} primary key is backwards
Change order of {support_assigned} primary key. Add index on (uid). - Fix a glitch with table sorting on support/user/%.
- Fix the sort order on support/user/%, secondary sort was applying before the click sort.
- Fix mangled db_query() call.
- Fix a permission query that wasn't fully updated for D7.
- Fix missing descriptive text on admin screen for support_charts.
Features:
- #1267346: support_client CRUD
requested by ergonlogic: CRUD support. Actually, on D7, this is better done as entity support. (new dependency on entity.module) - #1292560: Actions / triggers support
Support fetching all clients / one client as a system action. - #1302622: Wrong urls for subclients in various places -- refactor figuring out the queue url
Unify queue url code to reduce bugginess when working with subclients.