/[drupal]/contributions/modules/views/js/ajax_view.js
ViewVC logotype

Log of /contributions/modules/views/js/ajax_view.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.19.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 22:01:26 2009 UTC (3 weeks, 5 days ago) by merlinofchaos
Branch: DRUPAL-7--3
Changes since 1.19: +6 -3 lines
Diff to previous 1.19
First (actually probably abouth twentieth, but first committed) pass at porting Views to D7 based upon revision 221 from https://code.launchpad.net/~d7cx/d7cx-views/DRUPAL-7--3

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 26 15:07:25 2009 UTC (4 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-7, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-7--3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#529164: Fatal typo in profile list field.

Revision 1.17.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 00:09:40 2009 UTC (4 months, 1 week ago) by merlinofchaos
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-ALPHA1
Changes since 1.17.2.1: +2 -2 lines
Diff to previous 1.17.2.1 , to branch point 1.17 , to next main 1.19
Fix for themes that turn inputs into buttons.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 19:30:44 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-6
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
#463580 by ximo: AJAX summary links broken in some displays.

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 19:30:40 2009 UTC (5 months, 3 weeks ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
#463580 by ximo: AJAX summary links broken in some displays.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 00:11:25 2009 UTC (8 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-4, DRUPAL-6--2-5
Branch point for: DRUPAL-6--3
Changes since 1.16: +5 -2 lines
Diff to previous 1.16
#376570 by yhahn: Better AJAX scrolling.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 23:03:32 2009 UTC (8 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#366250 by sirkitree: Fix deprecated jquery selectors so we can work with jquery 1.2.6 as well as 1.3.2.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 00:10:08 2009 UTC (10 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-3
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
#345545 by mfb: Correct occasional Drupal.settings related javascript error.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 19:21:34 2009 UTC (10 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.13: +51 -67 lines
Diff to previous 1.13
#277321 by nedjo: Use AJAX properly supports summaries in attachments.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 18:35:50 2008 UTC (11 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-2
Changes since 1.12: +6 -4 lines
Diff to previous 1.12
#339295 by katbailey: AJAX paging could fail with the same view in multiple tabs.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 22:09:19 2008 UTC (13 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Views exposed forms might not get seen by javascript if they had multiple _ in the view name or display id (by Steven)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 00:14:01 2008 UTC (13 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC5
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
#279073 by hass and pwolanin: A subset of some translation fixes.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 18:45:59 2008 UTC (13 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
#316203: Exposed filters not functioning in some circumstances due to underscores in display IDs not matching dashes in CSS ids

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 29 23:56:28 2008 UTC (13 months, 4 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC4
Changes since 1.8: +44 -39 lines
Diff to previous 1.8
Since it's not easily possible to do the views filter block externally, bring the functionality directly into Views, including modifying the ajax for that to work.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 17:05:14 2008 UTC (14 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7
#312125 by mooffie: An earlier commit somehow missed a closing bracket in the javascript.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 20:50:58 2008 UTC (14 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.6: +11 -6 lines
Diff to previous 1.6
#293229 by mooffie: AJAX views had issues with multiple instances of the same view on a page.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 20:06:47 2008 UTC (14 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.5: +13 -4 lines
Diff to previous 1.5
#311745 by mooffie: Incorrect use of replaceWith caused invalid data sent through attachBehaviors().

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 22:31:59 2008 UTC (18 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
#262604: Add more error info to ajax failure messages.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 05:15:21 2008 UTC (19 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
Fix for exposed filters with ajax and clean URLs off

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 16:31:20 2008 UTC (19 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA5
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
#241033: (by hass) String translatability fixes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 15:58:26 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
#240481: (By hass) make .js strings translateable

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 00:58:35 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA4
Forgot to cvs add these files.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2