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

Log of /contributions/modules/views/js/ajax.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.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 20:17:12 2009 UTC (8 days, 14 hours ago) by merlinofchaos
Branch: DRUPAL-6--2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#366250 by Markus Petrux: Fix glitches with tabledrag and jQuery 1.3.

Revision 1.25.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 20:17:07 2009 UTC (8 days, 14 hours ago) by merlinofchaos
Branch: DRUPAL-6--3
Changes since 1.25.2.1: +2 -2 lines
Diff to previous 1.25.2.1 , to branch point 1.25 , to next main 1.26
#366250 by Markus Petrux: Fix glitches with tabledrag and jQuery 1.3.

Revision 1.26.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 22:01:26 2009 UTC (3 weeks, 3 days ago) by merlinofchaos
Branch: DRUPAL-7--3
Changes since 1.26: +59 -293 lines
Diff to previous 1.26
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.26 - (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.25: +7 -7 lines
Diff to previous 1.25
#529164: Fatal typo in profile list field.

Revision 1.25.2.1 - (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.25: +7 -7 lines
Diff to previous 1.25
Fix for themes that turn inputs into buttons.

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

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 18:52:04 2008 UTC (11 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-2, DRUPAL-6--2-3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#341897: Accidentally removed "administer views" permission trying to clean up broken _perm hooks

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

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 23:21:45 2008 UTC (15 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3, DRUPAL-6--2-0-RC4
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
#296765: user autocomplete incorrectly required administer views access. Also incorrectly required Views UI module.

Revision 1.21 - (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
Changes since 1.20: +8 -8 lines
Diff to previous 1.20
#262604: Add more error info to ajax failure messages.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 18:15:29 2008 UTC (19 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
Fix live preview exposed filter from ajax submit with clean urls off

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 04:32:49 2008 UTC (19 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Fix small problem with last commit

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 04:31:30 2008 UTC (19 months, 1 week ago) by merlinofchaos
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17
Remove unnecessary tabledrag messages. Thanks quicksketch!

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 15:58:26 2008 UTC (19 months, 4 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA5
Changes since 1.16: +8 -8 lines
Diff to previous 1.16
#240481: (By hass) make .js strings translateable

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 00:57:38 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA4
Changes since 1.15: +24 -13 lines
Diff to previous 1.15
Add simple throbber to most AJAX stuff.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 20:48:54 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.14: +18 -2 lines
Diff to previous 1.14
Corrections to last patch!

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 20:31:51 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Minor corrections, improvements to live preview

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 19:10:48 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
#115949: (by Nedjo) Allow use if AJAX paging with exposed filters and pager.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 16:53:48 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.11: +6 -2 lines
Diff to previous 1.11
Re-order views_handler_field_node so that it comes before items that try to extend it

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 01:25:18 2008 UTC (20 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.10: +41 -14 lines
Diff to previous 1.10
Most of user.views.inc plus some bug fixes, improvements to join handling. For those interested in the real complexities, check out views_handler_filter_many_to_one to see cool stuff you can do with joins in views 2 that you could not in views 1

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 23:20:06 2008 UTC (20 months, 1 week ago) by merlinofchaos
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
Refactor views_handler_filter_numeric to use dependency and be easier to create a child class of

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 21:43:04 2008 UTC (20 months, 1 week ago) by merlinofchaos
Branch: MAIN
Changes since 1.8: +8 -1 lines
Diff to previous 1.8
Dependenct javascript so some form elements can appear and disappear when needed/not needed.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 07:24:57 2008 UTC (20 months, 1 week ago) by merlinofchaos
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
#234814: (by ezra-g) Disable the save button while the update button is visible

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 00:10:42 2008 UTC (20 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA3
Changes since 1.6: +74 -1 lines
Diff to previous 1.6
Live preview

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 04:11:48 2008 UTC (21 months, 1 week ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA2
Changes since 1.5: +9 -1 lines
Diff to previous 1.5
Add better hiliting to the UI; now possible to tell what items are overridden as well as what item is currently being edited

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 00:11:59 2008 UTC (21 months, 1 week ago) by merlinofchaos
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
Checkpoint checkin

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 06:30:37 2008 UTC (21 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.3: +11 -2 lines
Diff to previous 1.3
UI is really getting there now.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 03:29:59 2008 UTC (21 months, 3 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
UI checkpoint checkin.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 02:42:13 2008 UTC (21 months, 4 weeks ago) by merlinofchaos
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Some URL fixes; not sure why it was working at all, before.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 02:34:39 2008 UTC (21 months, 4 weeks ago) by merlinofchaos
Branch: MAIN
A few more steps in the UI

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