/[drupal]/drupal/modules/system/system.js
ViewVC logotype

Log of /drupal/modules/system/system.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.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:20:34 2009 UTC (6 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.36: +1 -14 lines
Diff to previous 1.36
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:34:15 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.35: +13 -15 lines
Diff to previous 1.35
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 21:53:15 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
- Patch #559368 by CalebD: trailing commas in JavaScript cause syntax errors in IE.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 05:51:08 2009 UTC (2 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.33: +14 -20 lines
Diff to previous 1.33
- 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.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 22:03:01 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
#557890 by Gábor Hojtsy: Added 'Search and metadata' category to configuration page.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 03:11:34 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
#550572 by sun and c960657: Fixed CSS+JS regressions related to form-item-[name].

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 23:18:29 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.30: +63 -1 lines
Diff to previous 1.30
#471018 by clemens.tolboom, sun, stBorchert, and mverbaar: Added generic pattern/js for hiding machine readable names (applied to menu and content types).

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 11:43:10 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.29: +22 -1 lines
Diff to previous 1.29
- Patch #459980 by Xano: rework admin/settings/performance.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 19:32:19 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.28: +22 -1 lines
Diff to previous 1.28
- Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more 'natural' to enable security notification e-mails.

Revision 1.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 08:59:12 2009 UTC (4 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-14
Changes since 1.14.2.1: +2 -2 lines
Diff to previous 1.14.2.1 , to branch point 1.14 , to next main 1.37
#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

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

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 08:02:29 2009 UTC (5 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#496922 by sun and Arancaytar: Fix JS Clean URL test to remove phantom redirects.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 19:51:43 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.25: +3 -12 lines
Diff to previous 1.25
- Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings page.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 03:38:25 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.24: +14 -1 lines
Diff to previous 1.24
- Patch #459836 by Xano: rework admin/settings/regional-settings.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 20:19:38 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.23: +15 -15 lines
Diff to previous 1.23
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.

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

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 00:35:46 2009 UTC (7 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.21: +5 -15 lines
Diff to previous 1.21
- Patch #392362 by Xano, Dave Reid: remove clean URL option from the installation process -- automatically enable clean URLs when possible, or hide the option when clean URLs cannot be enabled.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 15:26:29 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
- Patch #333156 by stella: add ability to configure the default country.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 23:15:09 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.19: +10 -10 lines
Diff to previous 1.19
#360081 by quicksketch: Stop using global variables for JavaScript settings.

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

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 11:54:40 2008 UTC (12 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.17: +13 -1 lines
Diff to previous 1.17
- Patch #337660 by dmitrig01: usability improvement - show a preview for the Powered By Drupal block.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 06:56:17 2008 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16
#11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)

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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 02:50:19 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2
Changes since 1.14: +6 -3 lines
Diff to previous 1.14
- Patch #215308 by Pancho: 'testing clean URLs' stay after test.

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 18:23:30 2008 UTC (21 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.14: +6 -3 lines
Diff to previous 1.14
#215308 by Pancho: 'Testing clean URLs...' was not removed in all cases when being checked

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 23:43:43 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Branch point for: DRUPAL-6
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
#193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by defualt to JS settings, also providing an elegant bugfix to #201248

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 27 11:32:05 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4
Changes since 1.12: +20 -18 lines
Diff to previous 1.12
#175944 by kkaefer and Pasqualle: fix clean URL check to use a dedicated URL with proper JSON output so certain server setup problems are cured

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 15:48:26 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.11: +26 -1 lines
Diff to previous 1.11
- Patch #180948 by quicksketch: automatically populate e-mail fields during install.

Revision 1.11 - (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.10: +2 -2 lines
Diff to previous 1.10
#174708 by multiple contributors: update jQuery to 1.2

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 17:35:47 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.9: +2 -7 lines
Diff to previous 1.9
#149092 by Gurpartap Singh slightly modified: Usability: generalize timezone discovery to use on user registration

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

Revision 1.8 - (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.7: +4 -4 lines
Diff to previous 1.7
#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.7 - (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.6: +4 -4 lines
Diff to previous 1.6
#119441: JavaScript aggregator/compressor by m3avrck and others.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 20:18:14 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Patch #148089 by ChrisKennedy: fixed clean URL test on Safari.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 16:22:26 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.4: +23 -1 lines
Diff to previous 1.4
- Patch #138706 by hunmonk: fixed PostgreSQL caching problem.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 19:55:23 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.3: +33 -1 lines
Diff to previous 1.3
- Patch #141637 by merlinofchaos, gabor, et al: provide a site config form at the end of install to collect data, plus allow profiles to modify and add more.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 29 16:06:04 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Patch #97213 by Chris: made clean URL test work with non-conventional ports.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 07:33:23 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
- Patch #134185 by Ralf Stamm: missing CVS IDs in files.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 07:41:51 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
- Patch #97213 by neclimdul: usability improvement: implemented clean URL test with jQuery.

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