This issue will keep track of code changes to release 1.11.

Comments

jpmckinney’s picture

StatusFileSize
new4.24 KB

Stop using Drupal.behaviors, as this module's JS code should only be run once.

Update Drupal.settings via AJAX.

Call Drupal.attachBehaviors after loading content.

Add the ability to return debug data in the JSON response.

jpmckinney’s picture

StatusFileSize
new4.04 KB

Committed above patch.

Here is an incremental patch to expose the functions inside apachesolr_ajax.js, so that users can override them selectively.

jpmckinney’s picture

Title: 1.11 Updates » 1.11 updates
jpmckinney’s picture

StatusFileSize
new9.13 KB

Forgot to add: Drupal.apachesolr_ajax = {};

Extracted Drupal.apachesolr_ajax.initialize out of YAHOO.util.History.onReady.

Add helper function apachesolr_ajax_enabled().

Move Drupal.apachesolr_ajax functions out of jQuery's .ready() so that custom modules can override them.

Move apachesolr_ajax.js to footer so that it can see Drupal.settings.

loganfsmyth’s picture

StatusFileSize
new844 bytes

Fixing issue with Drupal.settings parsing. It has a bunch of arrays that need to be compressed and merged a bit.

jpmckinney’s picture

Status: Active » Fixed

Released 1.11

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.