Commit Graph

42 Commits (b2dd7765a63b9a9639a7bd9e5d83ac9ad4db6453)

Author SHA1 Message Date
Gábor Hojtsy c6d841c096 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc 2007-12-13 09:34:40 +00:00
Gábor Hojtsy d83289f857 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Gábor Hojtsy f77b60f291 by hass and yhager: CSS inherit was completely misused in RTL CSS files 2007-11-27 12:09:27 +00:00
Gábor Hojtsy b6f36a1cf9 by mikesmullin: fix gradient coordinate counting in color module 2007-11-12 16:06:25 +00:00
Gábor Hojtsy f412b0a5e2 follow up note by Freso, patch by me: concatenation coding style fixes at end of lines in color module help 2007-10-11 10:51:06 +00:00
Gábor Hojtsy ed1a53698a 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 e5b3613549 by Tresler, Freso and webernet: add missing help page for color module 2007-10-10 10:45:23 +00:00
Gábor Hojtsy 21ac9f1917 by multiple contributors: update jQuery to 1.2 2007-09-12 18:29:32 +00:00
Gábor Hojtsy 893b0fbd5c by Ralf Stamm: fix some E_NOTICE errors in color module 2007-08-06 12:54:39 +00:00
Gábor Hojtsy 9e1c8ededc by douggreen: apply file API common sense (permissions, file API functions instead of custom code) to files handled by color.module 2007-07-01 22:13:35 +00:00
Dries Buytaert c11cb4ec24 - Patch by nedjo: enable AJAX by making all behaviours reattachable. 2007-07-01 15:37:10 +00:00
Dries Buytaert 29eb5a6284 - Patch by dww: only allow enabling modules with the same Drupal core compatibility version. 2007-06-08 05:50:58 +00:00
Gábor Hojtsy 0fe9be0b6e 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 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Steven Wittens 7f8b191781 : JavaScript aggregator/compressor by m3avrck and others. 2007-06-01 09:05:45 +00:00
Dries Buytaert 96926ca047 - Patch by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00
Gábor Hojtsy 860947d3c8 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
Dries Buytaert ac65ff9074 - Patch by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Dries Buytaert e66371cac1 - Patch by merlinofchaos: move theme information to .info files and improved theme inheritance. 2007-05-06 05:47:52 +00:00
Dries Buytaert 083a6a274d - Patch by Ralf Stamm: missing CVS IDs in files. 2007-04-13 07:33:24 +00:00
Dries Buytaert 5bbbf10ba8 - Patch by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Steven Wittens f7440d4d73 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert eb6b848de6 - Patch by Eaton: unify hook _alter() 2007-03-26 00:35:59 +00:00
Steven Wittens 5f84319ceb : Fix bad div tag in color picker form. 2007-01-20 08:12:20 +00:00
Dries Buytaert 0c63234497 - Patch by hickory: removed extraneous div closing tag. 2007-01-19 13:26:54 +00:00
Steven Wittens e0570581ab : Fix color picker help link. 2006-12-18 11:59:07 +00:00
Steven Wittens b86f45b1e6 : CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. 2006-12-10 09:54:35 +00:00
Dries Buytaert f28aa5f3ec - Patch by Steven et al: added a memory check to garland/color.module. 2006-12-07 17:02:25 +00:00
Dries Buytaert c37b3794cc - Patch by Chris Kennedy and webchick: tweak color.install strings/links. 2006-12-05 05:49:50 +00:00
Steven Wittens ac399fd43b Code style 2006-12-04 22:52:27 +00:00
Steven Wittens fcf4c6a7e8 Improve memory usage of color.module (de-allocate images earlier) 2006-11-30 17:41:03 +00:00
Neil Drumm b86df33b8c by havran. Remove a trailing slash which confuses certain versions of PHP. 2006-11-25 08:58:35 +00:00
Dries Buytaert 8ee2abd5b7 - Patch by m3avrck: make consistent use of url() in CSS files. 2006-11-23 11:05:46 +00:00
Dries Buytaert 6ae6dc0d85 - Patch by webchick, neil, dww et al: show version numbers on modules page. 2006-11-21 20:55:36 +00:00
Neil Drumm 77a7282420 by Rok Zlender. Disab;e color picker when private file dopwnloads are being used (temporary solution). 2006-11-10 19:59:30 +00:00
Dries Buytaert c400b47510 - Patch by Tobias and Dave: broken Garland logo when using subdirectories. 2006-11-07 12:11:37 +00:00
Dries Buytaert 9e7f41cd91 - Patch by chx: Garland does not display secondary tabs when color module is off. 2006-11-07 12:09:09 +00:00
Neil Drumm 955eb4f75e by Frando. array_shift needs a real variable for pass by reference. 2006-11-07 07:31:59 +00:00
Steven Wittens 1e27bbd41f color.install missing 2006-10-29 15:56:25 +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 7992505881 - Last minute oopsie. Make sure /files/color is created 2006-10-29 13:34:10 +00:00
Steven Wittens b01d96aed5 : Adding Garland theme to core. 2006-10-29 13:21:46 +00:00