Commit Graph

3097 Commits (4.4.1)

Author SHA1 Message Date
Dries Buytaert 43a0ecd8d8 - Updated the CHANGELOG.txt. 2004-05-01 09:46:02 +00:00
Dries Buytaert 80dc4357c1 - Bug #7135: fixed saving of comment viewing options in PostgreSQL. Patch by Adrian. 2004-05-01 09:25:21 +00:00
Kjartan Mannes b8c6c4d3e0 - Fixed bug #7406: User delete hook incorrect params. 2004-04-29 22:40:47 +00:00
Kjartan Mannes 065d28d076 - MFH. 2004-04-29 21:10:38 +00:00
Kjartan Mannes 81232ca3fd - Fixed bug #7094: Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.
- Fixed feed status not being reset when items are removed.
2004-04-29 21:08:48 +00:00
Dries Buytaert 83a92386ef - Patch #6887 by drumm: fixed drupal_http_request 2004-04-27 18:18:24 +00:00
Dries Buytaert 630ece975c - Patch #6444 by Junyor: allow modules to change the 'changed' timestamp of nodes. 2004-04-24 07:47:21 +00:00
Dries Buytaert 0f813b98ee - Patch #7332 by marky: don't emit extra whitespace withing <body> 2004-04-23 06:13:54 +00:00
Dries Buytaert 2ccba9a714 - Patch #6887 by Gerhard: fget -> fread for sake of compatibility. 2004-04-21 19:46:01 +00:00
Dries Buytaert 5296f3383d - Patch #4635 by Ber: user search should translate wildcard character 2004-04-21 17:51:10 +00:00
Dries Buytaert d7ee1eba54 - Patch #7161 by jhriggs: fixed bug with 'last page' functionality. 2004-04-15 22:19:08 +00:00
Dries Buytaert 1d09fc485c - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:41:30 +00:00
Steven Wittens dd2c05b124 Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data. 2004-04-15 14:05:59 +00:00
Steven Wittens e3873fb55d Left-over debug statement. oopsie. 2004-04-14 14:06:26 +00:00
Steven Wittens 1717154b38 Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs.
Remember to use $array1 + $array2 instead.
2004-04-14 14:01:05 +00:00
Dries Buytaert 8114e245eb - Patch #7088 by TDobes: fixed incorrect comment links in search results. 2004-04-13 21:33:43 +00:00
Dries Buytaert 557f783d46 - Patch #7120 by MegaGrunt: made the title of nodes the same size on home page as on the node page and improved the various header styles to give better visual indication of hierarchy. 2004-04-13 18:13:07 +00:00
Dries Buytaert c1d42fb267 - Patch #7121 by Adrian: added missing PostgreSQL update function. 2004-04-13 18:07:02 +00:00
Dries Buytaert 610ad02ea7 - Patch #4765: fixed broken permission in blogapi module 2004-04-13 17:58:58 +00:00
Dries Buytaert ebe241da68 - Patch #7110 by drumm: fixed missing aggregator module help text. 2004-04-13 05:31:43 +00:00
Dries Buytaert 6c7c2adec8 - Patch #7082 by MegaGrunt: fixed font size and comment spacing. 2004-04-13 04:57:54 +00:00
Dries Buytaert 2d50f1f09c - Patch #6982 by David: fixed link problem with page nodes 2004-04-12 10:12:59 +00:00
Dries Buytaert 66dad43b67 - Added forum-closed.gif created by kika. 2004-04-12 09:54:35 +00:00
The Great Git Migration 4c1adf41c7 This commit was manufactured as part of Drupal's Great Git Migration to
create branch 'DRUPAL-4-4'.

Cherrypick from master 2004-04-12 09:52:30 UTC Dries Buytaert <dries@buytaert.net> '- Added forum-closed.gif created by kika.':
    misc/forum-closed.gif
2004-04-12 09:52:31 +00:00
Dries Buytaert d1376e1ae2 - Patch #7045 by Goba: the tracker links in the 4.4.0 CVS branch are broken, since they don't try to separate the fragment from the URL, and so URL aliasing is not possible. 2004-04-12 08:31:30 +00:00
Steven Wittens 4c01bf249f Missing semi-colon in entity. 2004-04-07 14:04:12 +00:00
Dries Buytaert b03ec76684 - Updated changelog. 2004-04-01 09:21:47 +00:00
Dries Buytaert 326cf02637 - Fixed pushbutton problems with IE. Patch by MegaGrunt 2004-03-31 22:46:46 +00:00
Dries Buytaert bf10cf0009 - Patch #6818 by Kristjan: chameleon theme CSS cleanup. 2004-03-30 22:15:21 +00:00
Dries Buytaert f03f3c7a72 - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors. 2004-03-30 21:01:50 +00:00
Dries Buytaert ca699da961 - Patch 6771 by MegaGrunt: blockquote improvements. 2004-03-29 18:41:25 +00:00
Dries Buytaert ccde65cf29 Patch 6523 by Steven:
- Strips the leading / from URLs to match with block paths. The reason is that everywhere else in Drupal, we use URLs without leading slash (e.g. URL aliasing). For consistency we should keep this behaviour everywhere. The replacement uses ereg_replace instead of str_replace, but the expression now only match the beginning of the URI so in fact it's faster, esp. for longer URIs.

- Updates the block docs about path matching: gets rid of leading slash, adds initial matching o
perator '^' and emphasises the slash behaviour (which was not mentioned anywhere before)

- Replaces the example expression for a negative match. It was horribly broken and odd, the repl
acement in this patch is correct and simpler.
2004-03-25 20:38:03 +00:00
Dries Buytaert f990a3446c - Patch #6480 by eap: news items were displayed in the wrong order. 2004-03-25 20:14:32 +00:00
Dries Buytaert 3100ef3766 - Patch #6517 by kika: drupal_http_request() fails to open feed because on PHP 4.1.2. Also updated file.inc. 2004-03-24 19:03:00 +00:00
Dries Buytaert 45cd734493 - Patch #6470 by Brian: fixed more XHTML erros related to multiple selects. 2004-03-24 05:59:53 +00:00
Dries Buytaert b0dbe4a410 - Patch #3987 by jhriggs: changed the location of the logout link. 2004-03-24 05:55:16 +00:00
Dries Buytaert 142a4e94d3 - Patch #6543 by Michelangelo: block path matching breaks when clean URLs are disabled. 2004-03-21 16:30:19 +00:00
Dries Buytaert 23e71f2e48 - Partial patch #6375 by jik: it's -> its 2004-03-20 14:32:40 +00:00
Dries Buytaert 9bd79d982b - Partial patch #6375 by jik: fixed broken URL in comment help. 2004-03-20 14:29:54 +00:00
Dries Buytaert 291de0bdf5 Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:47:14 +00:00
Dries Buytaert 46798d68c4 - Patch #6484 by Goba:
+ A small typo on tracker module, which prevented the help from displaying.
  + For for a HTML tag closing buglet which made Opera completely mess up
    the page.
  + Translation fixes in story.module.
2004-03-15 19:41:47 +00:00
Dries Buytaert 4b14f76b0c - Patch #6470 by Brian: fixed XHTML error with multiple selection boxes. 2004-03-14 20:07:43 +00:00
Dries Buytaert 5169fe6d16 - We have a new maintainer for the Debian package. 2004-03-12 21:24:50 +00:00
Dries Buytaert b554afbc58 - Patch #6391 by jik: after deleting a user, return to the user list, not the edit user form. 2004-03-12 18:42:43 +00:00
Dries Buytaert fc058baaed - Patch #6402 by TDobes: removed MSSQL example from conf.php as MSSQL is no longer supported. 2004-03-12 18:27:28 +00:00
Dries Buytaert 1ae378f4de - Bugfix: mark new comments when show as 'folded' 2004-03-11 21:48:17 +00:00
Dries Buytaert 8babf52223 - Patch 6345 by Chris: the 4th argument of form() is misnamed and used 0 as default value 2004-03-11 05:29:43 +00:00
Dries Buytaert 03c4f40f3a - Fixed bug #6345: drupal_attributes() adds redundant space. 2004-03-10 19:32:52 +00:00
Dries Buytaert bd27093f55 Patch 6270 by mathias: misc. fixes 2004-03-10 09:31:54 +00:00
Dries Buytaert bc7d7b2784 - Patch #3786 by Gerhard: removed last instance of <none> 2004-03-09 21:33:27 +00:00