Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #673884 by casey, mfer: optimize Drupal.parseJSON.
#653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.
- Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls.
#646694 by rfay: Added much more meaningful error reporting to AJAX.
#654964 by sun: Fixed Remove babysitting code for cross-js library convention.
#561726 by effulgentsia, TwoD, and sun: Make ajax.js and tabledrag.js implement Drupal.detachBehaviors().
#610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation.
- 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.
#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.
#310139 by fonant, c960657, pwolanin: drupal_urlencode() and Drupal.encodeURIComponent was used to encode query strings and other components it should not have been used for
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
- Patch #329015 by Damien Tournoud: improved error handling of batch API.
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
#444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript.
#444352 by kkaefer: Remove the 4.7-era JS killswitch.
#360081 by quicksketch: Stop using global variables for JavaScript settings.
#335741 by electricmonk. Do not recurse over non-objects.
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
- Patch #302251 by katbailey: remove the themes property from the Drupal object in drupal.js.
- Patch #313902 by c960657: properly display SimpleTest errors.
- Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.
#231475 by birdmanx35 and redndahead: Coding style for comments in *.js.
#272636 by evolvingweb, dvessel: add 'js' class to html tag in drupal.js instead of overwriting all its classes with 'js'. Backport by sun.
#272636 by evolvingweb, dvessel: add 'js' class to html tag in drupal.js instead of overwriting all its classes with 'js'
- Patch #272636 by dvessel: drupal.js overwrites class of html element, rather than adding to it.
- Patch #225527 by dvessel: removed jsEnabled check.
- Ported a missing Drupal 6.1 security fix.
Drupal 6.1; including #227608 (SA-2008-18)
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
#210131 by John Resig, dvessel with several testers: jQuery 1.2.3
#201141 by yched: instead of 'HTTP error 200' messages when a PHP error occurs, actually display the PHP error message
#157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page.
#177906 by douggreen: JavaScript cookie detection should use path=/ to avoid broken situations when run at a 'subdirectory'
#174708 by multiple contributors: update jQuery to 1.2
- Patch #172540 by ChrisKennedy: fixed typo on Drupal.formatPlural().
#158687 by drumm: fix URI encoding of some special chars
#158687 by drumm: fix URI encoding of some special chars
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
#119441: JavaScript aggregator/compressor by m3avrck and others.
#127539: progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
- Patch #107061 by Steven et al: add jQuery teaser splitter.
reverting previous fubar
neuw Drupal-Dateien
- #88439: Update jQuery in core to 1.0.2 - #88642: Change drupal.js function separators to semi-colons.
#69786: jQuery JavaScript Library in Drupal core
#76637 by timcn. Adding some documentation to drupal.js.
- Patch #76637 by timnc: streamline JavaScript addition and add settings storage.
- Patch #49993 by Sid_M: fixed two minor problems with HTTPGet(). 1) There is a race condition created by calling send() before setting the callback function. Admittedly, this race shouldn't be lost, but it's not good practice to bet on winning races in code. 2) Line 55 is redundant. Since the value of bAsync is based on the non/existence of callbackFunction, there is no need to check both variables later.
#49993, remove redundant statement, patch by Steve McKenzie
- Patch #59038 by nedjo: drupal.js parseJson() should allow valid [ first character
#58956 by timcn: prevent multiple class names from being glued together., backport from HEAD
- Patch #58956 by timcn: prevent multiple class names from being glued together.
#60532: multiple file upload broken in some browsers
#57255: Cancel autocomplete requests when the user tabs out of the field
#53314, upload.module JavaScript broken on Firefox 1.0.x, patch by tenrapid
- #47510: Show JavaScript alert when PHP errors occur
- #44939: Fix Unicode autocomplete in IE
- Patch 41169 by Chris: got rid of expensvie object 2 array casts.
- #42446: Resizable textareas.
Fix JS in: - #31968: IE - #41743: Safari
- Oopsie, faulty rcsmerge
- Clarifying Opera bug to Opera 8
- Patch #40677 by Steven: make the updater work again.
- Patch #35924 by Neil: improved the update system.
- Patch #39725 by Goba: improvements to the code comments.
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
Fixes for AJAX/JS stuff in Konqueror: - Fix collapsible fieldsets (broken since to 'IE5 icons alignment' fix) - Fix JS upload (broken due to mysterious form submission abortion bug) Thanks Bèr for letting me use VNC :).
- 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.
- Patch #29095 by Moshe: fixed parse error in drupal.js.
- Patch by Uwe: tidied up CVS IDs.
- Patch #23746 by Thox: added support for Ajax HTTPPost functionality.
- Patch #16204 by Thox: committed the collapsible form elements patch.
NOTE: this patch works well, but the improved node edit form still has
some rough edges. It is important that we continue to improve
usability. Give it a try.
- #24068: Fix "undefined is undefined" error in IE5 with drupal.js
* 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.
| Licensing info: all code is licensed under the GNU General Public License, version 2 or later. | Licensing questions see the FAQ |
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |