Dries Buytaert
|
21da8b32dc
|
- Patch #223549 by WorldFaliz: usability: admin/block warning message placement.
|
2008-06-24 16:52:18 +00:00 |
Dries Buytaert
|
aa8c6466cc
|
- Patch #256285 by mfer: upgraded to jQuery 1.2.6. This patch was tested
extensively by mfer but might be slightly experimental still. Hard to
test.
|
2008-06-12 19:49:10 +00:00 |
Dries Buytaert
|
a251ff70fc
|
- Patch #251402 by quicksketch: text can't be selected via click and drag when the Drupal drag and drop interface is present in IE7.
|
2008-06-12 19:13:17 +00:00 |
Dries Buytaert
|
8e8c8305aa
|
- Patch #259096 by cwgordon7: commenting standards are broken in tabledrag.js.
|
2008-06-10 19:42:28 +00:00 |
Dries Buytaert
|
9f09788e3b
|
- Patch #225527 by dvessel: removed jsEnabled check.
|
2008-05-19 19:42:18 +00:00 |
Dries Buytaert
|
86788d4844
|
- Patch #217957 by Pasqualle, yched and quicksketch: tabledrag column hiding not taking headers colspan into account + performance improvements.
|
2008-05-02 15:20:39 +00:00 |
Dries Buytaert
|
0a8be2adda
|
- Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve visibility of the 'more help' link by adding an icon.
|
2008-04-02 20:23:15 +00:00 |
Dries Buytaert
|
a01deb1b1a
|
- Ported a missing Drupal 6.1 security fix.
|
2008-03-23 14:55:26 +00:00 |
Dries Buytaert
|
1d390ef36c
|
- Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH triggered by text input enter key press breaks autocomplete.
|
2008-02-12 13:52:33 +00:00 |
Dries Buytaert
|
ec9f8e090a
|
- Patch #216904 by pwolanin et al: if there are more than 21 menu items under a parent, the weights got screwy.
|
2008-02-10 19:14:08 +00:00 |
Dries Buytaert
|
b8a1eab1fb
|
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
|
2008-02-06 19:38:28 +00:00 |
Gábor Hojtsy
|
ef043ca5bb
|
#214329 by starbow: avoid attaching scroll behavior multiple times
|
2008-01-30 10:17:39 +00:00 |
Gábor Hojtsy
|
becdc4321d
|
#214292 by theborg: collapse.js alters the default submit buttons in forms in Internet Explorer
|
2008-01-29 10:58:25 +00:00 |
Gábor Hojtsy
|
97a97554f1
|
#213064 by dvessel: fix sticky table headers bug when resizing
|
2008-01-23 09:48:10 +00:00 |
Gábor Hojtsy
|
d5823e8673
|
#211404 by dvessel: improve tableheader.js performance in all browsers, solves freeze in IE7
|
2008-01-21 15:13:50 +00:00 |
Gábor Hojtsy
|
d50abff253
|
#209720 by theborg: avoid processing resizable teasers before teaser.js is run and the proper wrappers are in place
|
2008-01-17 19:31:56 +00:00 |
Gábor Hojtsy
|
d2a9e857d9
|
#208991 by JirkaRybka: target sticky table headers to Drupal output tables only, so it won't sticky random tables in other site content
|
2008-01-15 10:43:00 +00:00 |
Gábor Hojtsy
|
061433ad6d
|
#208197 by dvessel: back to cloning the table header only in tableheader.js (fixes radio button issues and Safari 2 crashing)
|
2008-01-13 21:21:53 +00:00 |
Gábor Hojtsy
|
6d47c7c348
|
#194590 follow up by theborg, catch: avoid cloning the sticky table headers with the same id value
|
2008-01-10 17:59:38 +00:00 |
Gábor Hojtsy
|
db55c269da
|
#201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in JS and no-JS mode
|
2008-01-09 12:10:04 +00:00 |
Gábor Hojtsy
|
6dcf2cccaa
|
#194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: fix a dozen issues with sticky table headers
|
2008-01-09 09:56:39 +00:00 |
Gábor Hojtsy
|
adf836896a
|
#204756 by dvessel: textarea.js assumed #disabled fields are to be hidden
|
2008-01-08 19:54:07 +00:00 |
Gábor Hojtsy
|
877122a4a1
|
#201141 by yched: instead of 'HTTP error 200' messages when a PHP error occurs, actually display the PHP error message
|
2008-01-04 11:53:21 +00:00 |
Gábor Hojtsy
|
ff6ce75f7b
|
#200370 by quicksketch: fixes to drag and drop support to make it usable by CCK
|
2007-12-19 10:58:35 +00:00 |
Dries Buytaert
|
9c835a88ca
|
- Patch #195073 by yshed and quicksketch: make DnD functionality work on IE7.
|
2007-12-18 09:49:06 +00:00 |
Gábor Hojtsy
|
a859f4a0e8
|
#197641 follow up by moofie: make drag and drop handle text translatable and fix smaller bugs
|
2007-12-16 10:36:53 +00:00 |
Gábor Hojtsy
|
b0007cdd09
|
#197641 by quicksketch and myself: fix drag and drop RTL issues (connector line facing and drag directions)
|
2007-12-13 10:14:18 +00:00 |
Gábor Hojtsy
|
baf6910cc1
|
#198218 by fractile81 and catch: two missing semicolons in tabledrag.js
|
2007-12-06 09:53:53 +00:00 |
Gábor Hojtsy
|
e999e23e68
|
#196513 by yched: resizable textarea was a bit too agressive in unbinding handlers, so it made drag and drop disabled
|
2007-11-30 23:26:58 +00:00 |
Gábor Hojtsy
|
e9f52b4248
|
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)
|
2007-11-30 12:19:10 +00:00 |
Gábor Hojtsy
|
dba1500aae
|
#196195 by yched: fix missing CVS Id tag in tabledrag.js
|
2007-11-29 10:57:38 +00:00 |
Gábor Hojtsy
|
60862d61eb
|
#195073 by quicksketch: self is passed anyway, so we don't need to do it as part of the event
|
2007-11-27 20:41:01 +00:00 |
Gábor Hojtsy
|
1f299b52e0
|
#195073 by yched and quicksketch: allow multiple drag and drop utilizing tables to be used on the same page (small bug fix)
|
2007-11-27 13:10:24 +00:00 |
Gábor Hojtsy
|
e6a88be5d1
|
#193333 by quicksketch et al: taxonomy drag and drop support
|
2007-11-26 19:46:52 +00:00 |
Dries Buytaert
|
9a96837b89
|
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
|
2007-11-26 16:36:44 +00:00 |
Dries Buytaert
|
58852d4b7b
|
- Patch #192736 by quicksketch et al: drag and drop for book module.
|
2007-11-26 16:19:37 +00:00 |
Gábor Hojtsy
|
b10155385b
|
#193921 by kkaefer: resizable textfields behavior should come after teaser splitter (cck breaker)
|
2007-11-23 11:45:37 +00:00 |
Gábor Hojtsy
|
6d4862c258
|
#181126 by quicksketch et al: drag and drop support for menus
|
2007-11-20 10:18:43 +00:00 |
Gábor Hojtsy
|
c0994a3a4e
|
#177556 by flobruit and momendo: hide 'select all' checkbox when there are no checkboxes to select
|
2007-11-19 12:15:16 +00:00 |
Gábor Hojtsy
|
c40af9443d
|
#193274 by dmitrig01 and quicksketch: send submit button data with AHAH submissions
|
2007-11-19 10:05:48 +00:00 |
Gábor Hojtsy
|
940b059010
|
#154593 by asimmonds and quicksketch:fix select all checkbox in moving table headers
|
2007-11-14 21:25:48 +00:00 |
Dries Buytaert
|
6049f23760
|
- Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page.
|
2007-11-14 09:50:00 +00:00 |
Dries Buytaert
|
17d1527e3d
|
- Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module
|
2007-11-13 14:04:08 +00:00 |
Gábor Hojtsy
|
4ac53c34a7
|
#178818 by fajerstarter: disable the broken teaser splitter in Konqueror (jQuery support for Konqueror is quite sketchy)
|
2007-10-27 11:45:18 +00:00 |
Gábor Hojtsy
|
b94f2716cf
|
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
|
2007-10-21 18:59:02 +00:00 |
Gábor Hojtsy
|
ed1a53698a
|
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
|
2007-10-11 09:51:29 +00:00 |
Gábor Hojtsy
|
212c0484b9
|
#181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar
|
2007-10-10 10:24:25 +00:00 |
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 |