Commit Graph

1300 Commits (3329ad927c93b86587ec6ef3b7804ddcf1948384)

Author SHA1 Message Date
Steven Wittens 3329ad927c - #44498: Clean up pager / make more accessible 2006-01-15 00:04:20 +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 6ff8147a75 - Patch #44176 by Zen: performance improvement: split() -> explode(). 2006-01-13 14:38:38 +00:00
Dries Buytaert a3ae365057 - Patch by Zen/drumm: fixed glitch in form_select. 2006-01-13 07:44:59 +00:00
Dries Buytaert 11b9259db0 - Patch #44507 by DriesK: consistency: email -> e-mail. 2006-01-13 07:33:13 +00:00
Dries Buytaert cccca3b17e - Patch #44261 by Kobus/Zen: drupal -> Drupal. 2006-01-12 19:29:36 +00:00
Dries Buytaert 3607a2b059 - Patch #44373 by m3avrck: improved generated HTML/CSS. 2006-01-12 09:58:49 +00:00
Dries Buytaert 57447dc571 - Patch #42105 by chx / merlinofchaos: made form elements themable. 2006-01-10 19:37:27 +00:00
Dries Buytaert 6aae7ff747 - Patch #40927 by vhmauery: added attributes for files. Required for some contributed modules to work. 2006-01-09 10:22:12 +00:00
Dries Buytaert df82a1edc4 - Patch #43835 by jakeg: critical bugfix: fixed admin/modules. 2006-01-08 16:04:58 +00:00
Dries Buytaert 4ec8c0428e - Patch #41644 by chx: critical bug: db_rewrite_sql had a bad regex. 2006-01-08 12:51:37 +00:00
Dries Buytaert 7f87b19eeb - Patch #42886 by chx: critical feature: allow modules to be reordered. 2006-01-08 12:49:51 +00:00
Dries Buytaert 7f083e0c2f - Patch #35570 by ccourtne and Steve: forms API does not adhere #return_value for checkboxes. 2006-01-08 12:40:25 +00:00
Dries Buytaert 70c097f2be - Modified patch #43082 by chx: return a 404 when a callback function does not exist. 2006-01-08 12:17:57 +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
Dries Buytaert 6c20d333d2 - Patch #35667 by Crell: bug fix: on ?q=admin/block style.css was imported twice. 2006-01-06 07:25:44 +00:00
Dries Buytaert cade6b2bda - Patch #39179 by chx; make optgroups work with choice checker. 2006-01-06 07:15:47 +00:00
Steven Wittens c27b62b182 - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings
2006-01-05 23:35:34 +00:00
Dries Buytaert 780d33c77b - Patch #43429 by drumm: bug fix: made comparison of checkboxes more strict. 2006-01-05 11:05:14 +00:00
Dries Buytaert 399302a215 - Patch #40599 by Chris: minor code improvement: removed redundant isset(). 2006-01-05 10:59:34 +00:00
Dries Buytaert 15299efc89 - Patch #43360 by Chris: minor code clean-up: renamed $op to $hook. 2006-01-05 10:51:47 +00:00
Dries Buytaert 9385794e23 - Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used. 2006-01-04 09:32:28 +00:00
Dries Buytaert 83cb8d9e95 - Patch #40599 by Chris Johnson: file_download() checks module_invoke() return = -1. 2006-01-04 09:23:44 +00:00
Dries Buytaert 749284633f - Patch #42057 by hunmonk and chx: made saving user accounts work again. 2006-01-02 08:35:59 +00:00
Dries Buytaert 45db74aa77 - Patch #37494 by darius / chx: fixed problem with dates. 2006-01-02 08:04:02 +00:00
Steven Wittens ab468baa9e - Removing trailing spaces 2005-12-31 14:32:23 +00:00
Dries Buytaert 89e89a3b9b - Patch 42115 by Cvbge/ m3avrck: improved performance of session loading. 2005-12-31 11:50:47 +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 c243918eb1 - #32785: Allow external URLs in menus (and make url() more flexible) 2005-12-29 05:28:53 +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 4c66ab52f3 - #31301: Don't escape apostrophes in XML-RPC strings.
/me looks down
OH MY GOD... I'M MELLLLTTIIINNGG NOOOOOOO.... AAARGHHHHHH.

Oh well, don't the people inside the asylum say the outside world is insane, too?
2005-12-27 18:42:49 +00:00
Dries Buytaert 34a5d46022 - Patch #36465 by chx / Richard: made it possible to link to the front page. 2005-12-27 10:36:16 +00:00
Dries Buytaert b362985de5 - Patch #41118 by Goba: various upgrade script fixes. 2005-12-26 17:20:23 +00:00
Dries Buytaert 6c2f3e7982 - Patch #39179 by chx et al: fix checkboxes #default_values. 2005-12-26 11:14:14 +00:00
Steven Wittens b43fa0f9da - #41744: global urlencode() for menu paths 2005-12-22 22:58:12 +00:00
Dries Buytaert 4f13fbb709 - Patch #41023 by wtanaka: custom form elements can't cleanly set a value for themselves. 2005-12-19 14:43:42 +00:00
Dries Buytaert eb412f7c7e - Patch #39179 by chx: improved validation of forms. 2005-12-19 14:30:53 +00:00
Dries Buytaert 0dfc8e059f - Patch #41437 by webchick: improved code comments. 2005-12-17 17:24:46 +00:00
Steven Wittens db42745522 - Code style 2005-12-17 10:35:59 +00:00
Dries Buytaert bd4fe6ede9 - Patch #40813: Taxonomy forms should be in a fieldset. 2005-12-16 06:23:46 +00:00
Dries Buytaert b6dba6fa8e - Patch #40486 by chx/netbjarne: duplicate form id's breaks html validation. 2005-12-15 22:47:16 +00:00
Dries Buytaert 5accfa08f5 - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1.
Changed code to be compatible with all versions.
2005-12-15 16:02:50 +00:00
Dries Buytaert 764f1177ef - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +00:00
Dries Buytaert c4fc7f401f - Patch #40886 by chx: fixed problem with recursive/nested node API calls manipulating the same array references. 2005-12-14 18:46:21 +00:00
Dries Buytaert c0a43c50dc - Patch #40765 by chx: fixed problem with form types. 2005-12-14 13:22:19 +00:00
Dries Buytaert 12e0151715 - Patch #40855 by Ber: fixed typo in watchdog message. 2005-12-12 11:36:56 +00:00
Dries Buytaert b9f2b7e2a6 - Patch #40706 by chx: fixed warnings. 2005-12-11 12:31:17 +00:00
Dries Buytaert b4552cd977 - Patch #40512 by Richard: fixed coding style + performance improvements. 2005-12-10 20:01:55 +00:00
Dries Buytaert 4758c8cd28 - Patch #40518 by drumm: upgrade system fixes. 2005-12-09 16:14:26 +00:00