Closed (fixed)
Project:
Apache Solr AJAX
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2010 at 17:42 UTC
Updated:
20 Jul 2010 at 20:40 UTC
Jump to comment: Most recent file
This issue will keep track of code changes to release 1.11.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 846568-settings.patch | 844 bytes | loganfsmyth |
| #4 | 846568.patch | 9.13 KB | jpmckinney |
| #2 | 846568.patch | 4.04 KB | jpmckinney |
| #1 | 1.11.patch | 4.24 KB | jpmckinney |
Comments
Comment #1
jpmckinney commentedStop 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.
Comment #2
jpmckinney commentedCommitted above patch.
Here is an incremental patch to expose the functions inside apachesolr_ajax.js, so that users can override them selectively.
Comment #3
jpmckinney commentedComment #4
jpmckinney commentedForgot to add:
Drupal.apachesolr_ajax = {};Extracted
Drupal.apachesolr_ajax.initializeout ofYAHOO.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.
Comment #5
loganfsmyth commentedFixing issue with Drupal.settings parsing. It has a bunch of arrays that need to be compressed and merged a bit.
Comment #6
jpmckinney commentedReleased 1.11