Commit Graph

420 Commits (e2d58353bcf9cc438f61066fa8176df957904bd6)

Author SHA1 Message Date
Gábor Hojtsy b217d4da9a #157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. (part 2) 2007-10-05 09:36:52 +00:00
Gábor Hojtsy 31b73898af #157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. 2007-10-05 09:35:09 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Dries Buytaert 8e027a8b58 - Patch #179937 by quicksketch: made the table header magic more robust. When a table disappears from the HTML, an error would otherwise be thrown. 2007-10-02 07:09:51 +00:00
Gábor Hojtsy a0a97f2f14 #176222 by dmitrig01: update jquery from 1.2.0 to 1.2.1 2007-09-26 16:14:17 +00:00
Gábor Hojtsy 216322ac98 #177906 by douggreen: JavaScript cookie detection should use path=/ to avoid broken situations when run at a 'subdirectory' 2007-09-25 14:55:36 +00:00
Gábor Hojtsy 7a4612ca3e #106115 by sparr: restore previously present 16x16 (and add 32x32) favicon size, so when a shortcut is saved, a nice icon is used 2007-09-17 08:41:57 +00:00
Gábor Hojtsy 21ac9f1917 #174708 by multiple contributors: update jQuery to 1.2 2007-09-12 18:29:32 +00:00
Gábor Hojtsy 34a26b3ce9 #172782 by ChrisKennedy: fix IE 7 JS alerts by not trying to reuse the height variable 2007-09-12 11:45:03 +00:00
Gábor Hojtsy b3d3e39c47 #163361 by dvessel: fix hidden textareas in Opera and remove gap between textarea and grippie in Firefox/Safari 2007-09-06 13:06:13 +00:00
Dries Buytaert 3ad6d53d81 - Patch #172540 by ChrisKennedy: fixed typo on Drupal.formatPlural(). 2007-09-03 16:55:56 +00:00
Gábor Hojtsy c07305d060 #172149 by dvessel: add semicolons, so the JS aggregator works 2007-09-01 07:08:11 +00:00
Dries Buytaert 0c700430b0 - Patch #170224 by momendo, dvessel, dmitrig01 et al: upgrade jQuery to 1.1.4. 2007-09-01 06:59:21 +00:00
Dries Buytaert fb1948cbf7 - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a patch spree ... 2007-09-01 05:42:49 +00:00
Gábor Hojtsy 6d25504ce2 #171866 by kkaefer and dvessel: prevent the tableheader script from running in IE less then v7, because of incompatibility 2007-08-30 18:56:18 +00:00
Gábor Hojtsy e362dd9b07 #134307 by dww, Stefan Nantegaal and dvessel: fix table headers interaction with Safari, so the fieldset contents will not disappear 2007-08-30 17:37:08 +00:00
Dries Buytaert f2ce877d43 - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS. 2007-08-23 16:41:19 +00:00
Gábor Hojtsy f23c24c8a3 #164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files
 - add a new line after the CVS Id, if more code or phpdoc follows in the same code block
 - fix bogus Id tags previously added
2007-08-07 08:39:36 +00:00
Gábor Hojtsy 3cccee7f4a #158687 by drumm: fix URI encoding of some special chars 2007-07-13 20:07:15 +00:00
Dries Buytaert 6aae0a3c30 - Pach #146462 by quicksketch, Stefan, et al: update to jQuery 1.1.3.1 2007-07-12 18:24:24 +00:00
Dries Buytaert 2ceae6ad58 - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler). 2007-07-04 15:42:38 +00:00
Dries Buytaert c11cb4ec24 - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. 2007-07-01 15:37:10 +00:00
Steven Wittens 39a0ee0264 #151125: Teaser textarea missing after preview/edit. 2007-06-22 06:30:11 +00:00
Gábor Hojtsy c059a6d984 #145737 follow up patch by yhager: include right to left styles for print.css 2007-06-10 08:55:55 +00:00
Gábor Hojtsy 57c9a13e1f #118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found 2007-06-08 12:51:59 +00:00
Gábor Hojtsy 0fe9be0b6e #146462 by Gurpartap Singh: update jQuery to 1.1.2 and make the core JS files compatible with the new version 2007-06-04 10:36:42 +00:00
Dries Buytaert 1fe90cba4f - Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Steven Wittens 7f8b191781 #119441: JavaScript aggregator/compressor by m3avrck and others. 2007-06-01 09:05:45 +00:00
Gábor Hojtsy 860947d3c8 #145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules
Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now,
so maintainers remember that changing them should also have an effect on RTL CSS files.

This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
2007-05-27 17:57:48 +00:00
Gábor Hojtsy a0caf14052 #127539 by yched: simplify developer docs about the finished value and fix an URL placeholder 2007-05-07 10:15:57 +00:00
Gábor Hojtsy c740ac7fd5 #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.
2007-05-04 09:41:37 +00:00
Dries Buytaert 083a6a274d - Patch #134185 by Ralf Stamm: missing CVS IDs in files. 2007-04-13 07:33:24 +00:00
Dries Buytaert 704737132f - Patch #101305 by bjaspan: work around IE textarea bug. 2007-04-10 11:24:16 +00:00
Dries Buytaert dcbb5fa3f4 - Patch #107061 by Steven et al: add jQuery teaser splitter. 2007-04-09 13:58:03 +00:00
Steven Wittens bf923ed908 Slightly tweak the JS timing for sticky tableheader resizing. 2007-04-07 03:03:40 +00:00
Dries Buytaert 649e1da4b5 - Removing whitespace. 2007-03-05 16:15:22 +00:00
Steven Wittens ba0ff1a9b7 #117018: Use Garland theme for installer/maintenance pages, and add task list in the sidebar.
- Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
2007-03-02 09:40:27 +00:00
Dries Buytaert 972d4f8de7 - Patch #120291 by njivy: collapse.js compatible with jQuery 1.1.1. 2007-02-28 20:29:38 +00:00
Dries Buytaert 1346fbb78e - Patch #118846 my mr700: fixed textareas so it works with jQuery 1.1.1. 2007-02-15 07:10:11 +00:00
Dries Buytaert f996fd9568 - Patch #112605 by Steven: sticky table headers. 2007-02-06 08:35:13 +00:00
Steven Wittens 7300cece58 #104927: Don't use DOM 0 in collapse.js (IE5 compatibility). 2007-01-11 03:38:31 +00:00
Steven Wittens f4c82fa91b Update to Farbtastic 1.2. 2007-01-10 07:03:48 +00:00
Neil Drumm d5e9aad52b #107611 by Steven. Fix bug triggered by pressing enter while results are being fetched. 2007-01-09 07:31:04 +00:00
Steven Wittens 46808f11f4 Reverting bad commit 2007-01-07 08:22:01 +00:00
Steven Wittens 90b00a688f #80085: Don't show user picture form on registration pages (chx / webchick) 2007-01-07 08:20:31 +00:00
Steven Wittens 905fd30abb #104537: Fix autocomplete dropdown positioning in IE6 and IE7. 2006-12-30 12:10:00 +00:00
Neil Drumm 3074b97f43 #86384 by AjK and Steve McKenzie. Catch backspace in autocomplete fields. 2006-12-29 07:20:26 +00:00
Steven Wittens bfa2f8e980 Fix update.js after id cleanup patch 2006-12-27 14:11:45 +00:00
Dries Buytaert 0d57baef27 - Patch #104833 by RobRoy: upgrade to jQuery 1.0.4. 2006-12-23 21:46:35 +00:00
Dries Buytaert 09d52f32d9 - Removing trailing whitespace. 2006-12-14 14:21:36 +00:00
Steven Wittens 3fa1e2b6f7 #82690: Fix HTTP 411/406 problem with progress.js 2006-12-12 05:57:02 +00:00
Steven Wittens 57eecc45f6 #92849: Simplify JS code for collapsed fieldsets, and fix cut-off content in wide fieldsets. 2006-12-10 09:05:47 +00:00
Steven Wittens 8825e579e9 - #82178: Make grippie image horizontal.
- #100668: Remove gap between textarea and grippie, in Safari.
2006-12-05 21:03:34 +00:00
Steven Wittens 001d54f663 #84961: Add 'select all' and range select feature to admin tables. 2006-11-21 08:16:39 +00:00
Neil Drumm 3f1993fedf #88045 by kkaefer. Keep focus after expanding a fieldset. 2006-11-17 20:36:46 +00:00
Steven Wittens bfaba123d1 Updating to jQuery 1.0.3 (JS features verified to work) 2006-11-07 00:44:40 +00:00
Dries Buytaert dd32f8ddff - Removing tabs. 2006-10-31 15:03:37 +00:00
Steven Wittens 49f6f3bf71 Color.module tweaks:
- Remove tab characters
- Make sure GD2 is present before doing magic.
- Add requirement check for GD2
- Fix broken .png file
2006-10-29 15:13:01 +00:00
Steven Wittens b01d96aed5 #88202: Adding Garland theme to core. 2006-10-29 13:21:46 +00:00
Steven Wittens 5ec06d3ee4 #89556: Upgrade to jQuery SVN to fix radio buttons in fieldsets 2006-10-23 19:51:35 +00:00
Steven Wittens 5ac7267827 - #88439: Update jQuery in core to 1.0.2
- #88642: Change drupal.js function separators to semi-colons.
2006-10-14 02:39:48 +00:00
Neil Drumm 1f9b94dc55 #82762 by Uwe Hermann. Add a CVS id. 2006-09-08 23:16:14 +00:00
Dries Buytaert 4ea672bfd1 - Removing stray whitspaces. 2006-09-07 08:05:31 +00:00
Steven Wittens 883e563196 Pretty up the status report 2006-09-01 09:23:45 +00:00
Steven Wittens 693ee74145 #69786: jQuery JavaScript Library in Drupal core 2006-08-31 23:43:15 +00:00
Steven Wittens 7fd9aa5c8a #69786: jQuery JavaScript Library in Drupal core 2006-08-31 23:31:25 +00:00
Steven Wittens 6bbc4d7bf1 - Fix upload.js after edit[] patch (note: uploading is still broken, with or without JS) 2006-08-30 18:56:31 +00:00
Neil Drumm 4fdc90e1d2 #76637 by timcn. Adding some documentation to drupal.js. 2006-08-23 04:59:17 +00:00
Dries Buytaert a8de1e92d7 - Patch #76637 by timnc: streamline JavaScript addition and add settings storage. 2006-08-22 09:00:31 +00:00
Dries Buytaert 3646f8914f - 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.
2006-08-20 06:22:35 +00:00
Neil Drumm 3cc2b1e3d7 #77183 by m3avrck and timcn, split up drupal.css by module. 2006-08-14 07:14:50 +00:00
Dries Buytaert 3c0ad23f7d - Patch #77714 by Goba: remove archive module CSS 2006-08-08 20:31:29 +00:00
Dries Buytaert b138793b68 - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Steven Wittens dd0fbaea0e - Don't overwrite background-color for ajax throbber 2006-06-30 00:13:32 +00:00
Dries Buytaert 7bacdb4353 - Patch #59038 by nedjo: drupal.js parseJson() should allow valid [ first character 2006-06-07 09:34:11 +00:00
Dries Buytaert c3324b9a50 - Patch #58956 by timcn: prevent multiple class names from being glued together. 2006-05-29 14:22:31 +00:00
Neil Drumm f2837eed28 #60453 by Flanker, CSS cleanup. 2006-05-23 02:11:17 +00:00
Neil Drumm ae5e50883c #63630 by Zen, Remove hardcoded statements from the acdb prototype. 2006-05-20 07:23:47 +00:00
Neil Drumm efe07dadf3 #60453 by leafish_paul, remove units on '0' values in drupal.css. 2006-05-07 04:18:02 +00:00
Neil Drumm dcc64e37f0 #61954 by nedjo, Remove unneeded lines in upload.js 2006-05-05 10:47:20 +00:00
Dries Buytaert 62320df60e - Added missing CSS. 2006-05-01 10:43:38 +00:00
Steven Wittens 23bd2c005a #60532: multiple file upload broken in some browsers 2006-04-27 18:12:25 +00:00
Dries Buytaert d071f99172 - Removing trailing whitespace. 2006-04-17 20:48:26 +00:00
Steven Wittens 8b04c7f0db #51002: Admins could not see unpublished comments (plus minor usability enhancements for previewing/unpublished) 2006-04-15 04:07:18 +00:00
Gerhard Killesreiter a4fd2d666c #57750, fixing leftovers, patch by tenrapid 2006-04-14 13:48:56 +00:00
Steven Wittens 1cd46e64ce #57750: Tweaks for textareas inside collapsed fieldsets 2006-04-14 02:01:02 +00:00
Steven Wittens 39c261909f #57750: Resizable textareas in collapsible fieldsets 2006-04-12 16:07:39 +00:00
Gerhard Killesreiter 70aae83c8e #58166, fixes for typos, patch by Uwe Herrmann 2006-04-11 11:33:15 +00:00
Steven Wittens 4821200689 #57415: Replace drupal_implode_autocomplete() by drupal_to_js() 2006-04-06 02:41:48 +00:00
Steven Wittens a81547d5b3 #57255: Cancel autocomplete requests when the user tabs out of the field 2006-04-05 00:53:16 +00:00
Steven Wittens 02f6a3ee2d #56709: Expose hidden 'toggle_logo' variable and rearrange theme toggles. 2006-04-04 23:36:18 +00:00
Steven Wittens d498d4c119 #53405, prevent accidental checkbox/radiobutton clicks 2006-03-30 17:56:46 +00:00
Gerhard Killesreiter cb49e19e9e #54003, Watchdog not logging update errors, patch by Steven 2006-03-28 09:29:23 +00:00
Gerhard Killesreiter 776a2217a6 #47557, autocomplete broken by Prototype library, patch by yched. 2006-03-26 15:07:54 +00:00
Gerhard Killesreiter 2d1aeff2d1 #53314, upload.module JavaScript broken on Firefox 1.0.x, patch by tenrapid 2006-03-24 13:17:17 +00:00
Steven Wittens 7d9217fc20 - #47841: Sort help items alphabetically (and prettify output) 2006-03-12 01:56:11 +00:00
Steven Wittens 86f4ef1e99 - Adding missing cvs tags to .js files 2006-03-09 23:20:24 +00:00
Dries Buytaert bbca6b4828 - Patch #52418 by Zen: fapi conversion + bug fixes. 2006-03-07 11:36:49 +00:00
Steven Wittens 3f2b287d7c - #49501: Improve error reporting in the update system 2006-03-01 22:19:24 +00:00
Steven Wittens fe77e77431 - #49405: Minor advanced search UI/code tweaks 2006-02-28 21:10:04 +00:00
Steven Wittens d2f5f7cf78 - #46797: Resizable textarea grippie mispositioned sometimes in Opera 2006-02-24 11:38:14 +00:00
Dries Buytaert 3be4f176c7 - Patch #50995 by ma3vrck: fixed indentation of messages on IE6. 2006-02-23 19:49:42 +00:00
Dries Buytaert 594391b838 - Patch #50416 by tangent: made progress.gif smaller, and made it work on (some) Firefox browsers. 2006-02-21 08:34:01 +00:00
Dries Buytaert 583d5a4ee9 - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
Steven Wittens 69339c71a3 - #48567: Busy bullets 2006-02-09 08:36:01 +00:00
Steven Wittens d67a050347 - #39674: Scroll fieldsets into view when expanding them 2006-02-07 02:29:06 +00:00
Steven Wittens d38429248e - #47510: Show JavaScript alert when PHP errors occur 2006-02-05 19:04:58 +00:00
Dries Buytaert f0e6aa0506 - Patch #47853 by drewisch: removed single quotes from urls in CSS files. 2006-02-04 19:42:45 +00:00
Dries Buytaert 30d59fd52c - Patch #46400 by m3avrck: clean up book navigation markup + UI improvements. (Hint: the forum module has previous and next links too.) 2006-01-27 18:57:13 +00:00
Dries Buytaert d958fad0d6 - Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view items correctly + CSS cleanup + form handling cleanup. 2006-01-26 13:43:04 +00:00
Dries Buytaert af43886456 - Patch #33861 by Morbus et al: clean up the watchdog view. 2006-01-24 08:18:26 +00:00
Steven Wittens a1e4655bbc - #44939: Fix Unicode autocomplete in IE 2006-01-22 17:37:41 +00:00
Dries Buytaert 4be34db2c1 - Patch #45228 by m3avrck: fixed aggregator CSS. 2006-01-21 08:29:28 +00:00
Dries Buytaert 9c4d4fe7b2 - Patch #45228 and patch #45025 by m3avrck and Uwe: aggregator module HTML/CSS cleanups. 2006-01-20 09:09:18 +00:00
Dries Buytaert 186ebd18da - Patch #42072 by m3avrck: more improvements to the node revesion overview screen. 2006-01-17 21:19:43 +00:00
Steven Wittens efd634ac15 - Fix Safari alert when no autocomplete matches are returned. 2006-01-16 16:31:49 +00:00
Dries Buytaert 1a866d14f4 - Patch #44498 by m3vrck: improved HTML generated code for pagers. 2006-01-14 09:40:22 +00:00
Dries Buytaert 2f59320ca5 - Patch #44512 by Ber: cleaned up some CSS. 2006-01-13 07:55:46 +00:00
Steven Wittens d4ad3657e4 - #44299: Avoid possible race condition with 0-delay progressbar monitoring 2006-01-12 22:52:49 +00:00
Dries Buytaert 3607a2b059 - Patch #44373 by m3avrck: improved generated HTML/CSS. 2006-01-12 09:58:49 +00:00
Dries Buytaert 303720fb62 - Patch #15609 by m3avrck: get rid of forced <br />-tag after <label>-tags. Makes it easier to theme forms. 2006-01-06 07:32:54 +00:00
Steven Wittens 45439f71d0 - #42913: Avoid resizable textarea drag handler loop
- #42911: Remove left-over event handling code
2006-01-04 22:20:59 +00:00
Steven Wittens 7a2d7d0937 - #42910: Use CSS2 s-resize instead of CSS3 ns-resize. 2006-01-04 20:44:04 +00:00
Dries Buytaert ea2d791095 - Patch 41169 by Chris: got rid of expensvie object 2 array casts. 2005-12-31 10:48:56 +00:00
Steven Wittens 682892ad90 - #42446: Disable resizable textareas inside collapsed fieldsets. 2005-12-30 16:12:46 +00:00
Steven Wittens fa321c22b2 Missing grippie.png 2005-12-30 15:49:33 +00:00
Steven Wittens 79a193a2d2 - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
Steven Wittens 5e49dd2a68 - #42446: Resizable textareas. 2005-12-29 03:59:30 +00:00
Steven Wittens 69bcdef531 - JS Updater: stop monitoring progress when 100% is reached (can lead to infinite refresh loops in Safari) 2005-12-21 23:44:08 +00:00
Steven Wittens 5a37a75966 Fix JS in:
- #31968: IE
- #41743: Safari
2005-12-21 17:29:08 +00:00
Steven Wittens 4b0067ee16 - Oopsie, faulty rcsmerge 2005-12-21 15:04:23 +00:00
Steven Wittens 42f5ddd347 - Clarifying Opera bug to Opera 8 2005-12-21 15:03:32 +00:00
Dries Buytaert 4ceb499c0a - Patch #41751 by Neil: don't fiddle with button margins. 2005-12-20 18:20:26 +00:00
Dries Buytaert 0212f66ff1 - Patch #40677 by Steven: make the updater work again. 2005-12-19 14:27:28 +00:00
Dries Buytaert 5c29f5cc9a - Patch #40677 by Thox: make the upgrade path work in Opera. 2005-12-16 13:21:24 +00:00
Dries Buytaert f7042c955c - Patch #41385 by Thox: made the upload.module work again. 2005-12-16 12:50:38 +00:00
Dries Buytaert a19acb219e - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
Dries Buytaert eaad4aa2f7 - Patch #39725 by Goba: improvements to the code comments. 2005-12-02 21:28:18 +00:00
Dries Buytaert fa771b971b - Patch by Neil: removed left-over css. 2005-11-23 08:19:46 +00:00
Dries Buytaert f6764cfbd8 - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. 2005-10-22 15:14:46 +00:00
Steven Wittens 909d6928ac - #28159: Advanced search features (hello from DrupalCon)
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
2005-10-18 14:41:27 +00:00
Steven Wittens e4f597b0bc - Remove left-over debug css from form api patch 2005-10-11 19:52:34 +00:00
Dries Buytaert ecf5ed57d6 - Patch #33587 by Richard Archer: make table headers wrap by default. Cleaner default, less prone for table-less themes. 2005-10-11 11:56:45 +00:00
Dries Buytaert 7e1527ee61 - Patch #29465: new form API by Adrian et al.
TODO:
  + The contact.module was broken; a new patch for contact.module is needed.
  + Documentation is needed.
  + The most important modules need to be updated ASAP.
2005-10-07 06:11:12 +00:00
Dries Buytaert 16262e03d5 - Patch #28320 by Neil: improved the HTML/CSS of the user login block. 2005-09-07 20:56:00 +00:00
Dries Buytaert a73d5744c3 - Patch #30629 by Neil: fixed scrollbar height. 2005-09-07 20:50:01 +00:00
Steven Wittens 7f73c2bfb2 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 :).
2005-09-07 13:49:39 +00:00
Dries Buytaert c13025d232 - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages. 2005-09-02 19:18:14 +00:00
Steven Wittens 74e7bcdf7f - Bugfix: throbber styles should not apply without JS 2005-08-31 21:17:26 +00:00