/[drupal]/drupal/misc/autocomplete.js
ViewVC logotype

Log of /drupal/misc/autocomplete.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.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 12:03:31 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, DRUPAL-7-0-UNSTABLE-9, HEAD
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
#159762 by paul.lovvik and jp.stacey: Fixed Autocomplete errors from whitespace entry.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 05:51:07 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.32: +2 -3 lines
Diff to previous 1.32
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 07:12:15 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 19:21:54 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 13:37:29 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.29: +7 -1 lines
Diff to previous 1.29
- Patch #201269 by Xano; synonym collapsing in core.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 20:19:35 2009 UTC (7 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.28: +34 -34 lines
Diff to previous 1.28
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 19:18:44 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.27: +39 -41 lines
Diff to previous 1.27
#444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 23:15:08 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#360081 by quicksketch: Stop using global variables for JavaScript settings.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 13:46:52 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.25: +4 -1 lines
Diff to previous 1.25
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 10:01:26 2008 UTC (12 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3, DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.24: +16 -14 lines
Diff to previous 1.24
- Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 00:29:09 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.23: +45 -45 lines
Diff to previous 1.23
#231475 by birdmanx35 and redndahead: Coding style for comments in *.js.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 11:53:21 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9, DRUPAL-7-0-UNSTABLE-1
Branch point for: DRUPAL-6
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
#201141 by yched: instead of 'HTTP error 200' messages when a PHP error occurs, actually display the PHP error message

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 18:59:01 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 12 18:29:32 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.20: +4 -5 lines
Diff to previous 1.20
#174708 by multiple contributors: update jQuery to 1.2

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 15:37:08 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.19: +4 -8 lines
Diff to previous 1.19
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 8 12:51:59 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 09:05:45 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.17: +17 -17 lines
Diff to previous 1.17
#119441: JavaScript aggregator/compressor by m3avrck and others.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 07:31:04 2007 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-2, DRUPAL-5-1, DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-2, DRUPAL-5-20, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Branch point for: DRUPAL-5
Changes since 1.16: +9 -7 lines
Diff to previous 1.16
#107611 by Steven. Fix bug triggered by pressing enter while results are being fetched.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 30 12:10:00 2006 UTC (2 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.15: +3 -5 lines
Diff to previous 1.15
#104537: Fix autocomplete dropdown positioning in IE6 and IE7.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 07:20:26 2006 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14
#86384 by AjK and Steve McKenzie. Catch backspace in autocomplete fields.

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 14:51:36 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-5, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.11.2.1: +111 -133 lines
Diff to previous 1.11.2.1 , to branch point 1.11 , to next main 1.34
reverting previous foobar

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 14:27:39 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.11: +133 -111 lines
Diff to previous 1.11
neuw Drupal-Dateien

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 02:39:48 2006 UTC (3 years, 1 month ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1, DRUPAL-5-0-BETA-2, DRUPAL-5-0-RC-1
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
- #88439: Update jQuery in core to 1.0.2
- #88642: Change drupal.js function separators to semi-colons.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 23:31:24 2006 UTC (3 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.12: +121 -112 lines
Diff to previous 1.12
#69786: jQuery JavaScript Library in Drupal core

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 07:23:47 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.11: +18 -5 lines
Diff to previous 1.11
#63630 by Zen, Remove hardcoded statements from the acdb prototype.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 17 20:48:25 2006 UTC (3 years, 7 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-4, DRUPAL-4-7-1, DRUPAL-4-7-2, DRUPAL-4-7-3, DRUPAL-4-7-4
Branch point for: DRUPAL-4-7
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Removing trailing whitespace.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 6 02:41:48 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-2, DRUPAL-4-7-0-RC-3
Changes since 1.9: +20 -21 lines
Diff to previous 1.9
#57415: Replace drupal_implode_autocomplete() by drupal_to_js()

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 5 00:53:16 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.8: +15 -3 lines
Diff to previous 1.8
#57255: Cancel autocomplete requests when the user tabs out of the field

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 26 15:07:54 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-1
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
#47557, autocomplete broken by Prototype library, patch by yched.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 22 17:37:41 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4, DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6
Changes since 1.6: +2 -3 lines
Diff to previous 1.6
- #44939: Fix Unicode autocomplete in IE

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 16:31:49 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5
- Fix Safari alert when no autocomplete matches are returned.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 31 18:37:30 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3
Changes since 1.4: +3 -4 lines
Diff to previous 1.4
- Patch #28483 by Steven: JavaScript enabled uploading.

  Comment from Steven: It does this by redirecting the submission of the form to a hidden <iframe> when you click "Attach" (we cannot submit data through Ajax directly because you cannot read file contents from JS for security reasons).  Once the file is submitted, the upload-section of the form is updated.  Things to note:

    * The feature degrades back to the current behaviour without JS.
    * If there are errors with the uploaded file (disallowed type, too big, ...), they are displayed at the top of the file attachments fieldset.
    * Though the hidden-iframe method sounds dirty, it's quite compact and is 100% implemented in .js files. The drupal.js api makes it a snap to use.
    * I included some minor improvements to the Drupal JS API and code.
    * I added an API drupal_call_js() to bridge the PHP/JS gap: it takes a function name and arguments, and outputs a <script> tag. The kicker is that it preserves the structure and type of arguments, so e.g. PHP associative arrays end up as objects in JS.
    * I also included a progressbar widget that I wrote for drumm's ongoing update.php work. It includes Ajax status updating/monitoring, but it is only used as a pure throbber in this patch. But as the code was already written and is going to be used in the near future, I left that part in. It's pretty small ;). If PHP supports ad-hoc upload info in the future like Ruby on Rails, we can implement that in 5 minutes.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 11 13:00:17 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
- Patch by Uwe: tidied up CVS IDs.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 3 16:12:55 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.2: +3 -5 lines
Diff to previous 1.2
- Patch #25354 by Thox: fixed Javascript caching.  Faster response and less server traffic for matches previously found.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 25 00:14:42 2005 UTC (4 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.1: +6 -3 lines
Diff to previous 1.1
- #23506: Fix autocomplete throbber firing on wrong events.
- Add simple throbber to drupal.css

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 24 06:00:21 2005 UTC (4 years, 6 months ago) by unconed
Branch: MAIN
* cue Star Wars theme tune *
Return of the JavaScript!

- #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.

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