summaryrefslogtreecommitdiff
path: root/misc/tableheader.js
Commit message (Collapse)AuthorAge
* Issue #1728122 by rymo | HonoredMule: Fixed Sticky Table header tables don't ↵David Rothstein2013-04-01
| | | | inherit parent table's outer width.
* Issue #988930 by davidwhthomas, jyve, tim.plunkett, nod_, effulgentsia, ↵webchick2012-04-28
| | | | droplet, patrickd: Fixed Sticky table headers need to react properly to 'show/hide weights column' link.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #787670 by casey, Kiphaas7: clean up tableheader.js.Dries Buytaert2010-07-28
|
* - Rollback of #787940.Dries Buytaert2010-05-23
|
* - Patch #787940 by casey: generic approach for position:fixed elements like ↵Dries Buytaert2010-05-14
| | | | toolbar.
* - Patch #622550 by roborn: fixed block administration page table header ↵Dries Buytaert2009-12-18
| | | | sticking.
* #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵Angie Byron2009-10-27
| | | | API changes to support overlays: lays ground work for implementation.
* - Patch #444402 by sun: clean up of parseInt() usage.Dries Buytaert2009-09-20
|
* - Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table ↵Dries Buytaert2009-09-15
| | | | headers.
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-08-31
| | | | .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.
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* #231475 by birdmanx35 and redndahead: Coding style for comments in *.js.Angie Byron2008-10-12
|
* #184143 by redndahead: Fix #anchor tags conflicting with tableheader.js.Angie Byron2008-09-30
|
* #214329 by starbow: avoid attaching scroll behavior multiple timesGábor Hojtsy2008-01-30
|
* #213064 by dvessel: fix sticky table headers bug when resizingGábor Hojtsy2008-01-23
|
* #211404 by dvessel: improve tableheader.js performance in all browsers, ↵Gábor Hojtsy2008-01-21
| | | | solves freeze in IE7
* #208991 by JirkaRybka: target sticky table headers to Drupal output tables ↵Gábor Hojtsy2008-01-15
| | | | only, so it won't sticky random tables in other site content
* #208197 by dvessel: back to cloning the table header only in tableheader.js ↵Gábor Hojtsy2008-01-13
| | | | (fixes radio button issues and Safari 2 crashing)
* #194590 follow up by theborg, catch: avoid cloning the sticky table headers ↵Gábor Hojtsy2008-01-10
| | | | with the same id value
* #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: ↵Gábor Hojtsy2008-01-09
| | | | fix a dozen issues with sticky table headers
* - Patch #179937 by quicksketch: made the table header magic more robust. ↵Dries Buytaert2007-10-02
| | | | When a table disappears from the HTML, an error would otherwise be thrown.
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #172782 by ChrisKennedy: fix IE 7 JS alerts by not trying to reuse the ↵Gábor Hojtsy2007-09-12
| | | | height variable
* #171866 by kkaefer and dvessel: prevent the tableheader script from running ↵Gábor Hojtsy2007-08-30
| | | | in IE less then v7, because of incompatibility
* #134307 by dww, Stefan Nantegaal and dvessel: fix table headers interaction ↵Gábor Hojtsy2007-08-30
| | | | with Safari, so the fieldset contents will not disappear
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* Slightly tweak the JS timing for sticky tableheader resizing.Steven Wittens2007-04-07
|
* - Patch #112605 by Steven: sticky table headers.Dries Buytaert2007-02-06