Commit Graph

3121 Commits (4.4.2)

Author SHA1 Message Date
Dries Buytaert 46a6fe88d4 - Updated CHANGELOG.txt 2004-07-04 05:06:15 +00:00
Dries Buytaert 5b7e4a9ccf - Bug #8898 by Morbus: fixed incorrect date being displayed in the forum overview when a topic has no comments yet. 2004-06-29 20:36:39 +00:00
Dries Buytaert 33e70c8db8 - Patch #8908 by Junyor: fixed broken link on the drupal.module setting page. 2004-06-29 19:39:24 +00:00
Dries Buytaert dd13f8dc72 - Patch #8344 by Kjartan: drupal_http_request() did not always handle EOLs
correctly.
2004-06-21 20:15:19 +00:00
Dries Buytaert 8176ad403c - Patch #8598 by cetron: fixed typo in the help text: 'shuold' -> 'should' 2004-06-18 22:20:56 +00:00
Dries Buytaert 8f15498f28 - Partial patch #8284 by jseng: made the RSS auto-discovery URL absolute even though that is not strictly necessary. 2004-06-17 18:48:39 +00:00
Dries Buytaert 28be8dfee0 - Patch #8398 by Ber: the 'blog it'-links were never shown due to an incorrect
(but otherwise harmless) permission check.
2004-06-17 18:35:47 +00:00
Dries Buytaert c1e0e57691 - Patch #8548 by Moshe: fixed warning when creating new vocabulary. 2004-06-17 18:11:14 +00:00
Dries Buytaert 6bd267c6db - Patch #8405 by Adrian:
+ Fixed duplicated view.
   + Fixed node types not being picked up correctly.
   + Improved error handling in case a particular node has not been found.
2004-06-15 19:48:30 +00:00
Dries Buytaert 3d2988c824 - Patch #8418 by Axel: don't insert tid=0's in the database 2004-06-15 18:45:25 +00:00
Dries Buytaert 5081f9d059 - Patch #8089 by matthias: make sure aliased links can be flagged as 'active'. 2004-05-28 20:05:54 +00:00
Dries Buytaert 7ad063990c - Patch #7967 by matthias: small patch to improve the robustness of the tablesorting code. 2004-05-25 05:03:43 +00:00
Dries Buytaert e8c4f6eb6d - Patch 7727 by Benjamin Grant: fixed incorrect <channel> URL in blog feeds. 2004-05-24 18:43:31 +00:00
Dries Buytaert 411b51c92a - Patch #7725 by Marius: fixed glitch in e-mail address validation code. A subset of e-mail addresses was rejected as valid. 2004-05-24 18:08:43 +00:00
Dries Buytaert fa5fa7da4f - Patch #7966 by Goba: The box has it's content wrapped in a paragraph now, which is not suitable for the purposes the box is used in. Boxes are used to wrap tables or forms with titles. The comment module uses theme(box, ...) to wrap forms into boxes for example. Therefore using a paragraph does not make the output valid XHTML and a div is needed. 2004-05-24 05:11:09 +00:00
Dries Buytaert ec69000cf4 - Patch #7957 by James: made the blogapi module send absolute URLs instead of relative URLs. 2004-05-22 21:32:51 +00:00
Dries Buytaert 2e4bd3576e - Patch #7723 by Roderik: added strtolower()s to make PostgreSQL behave like MySQL and to be more 'forgiving' for users logging in on a PostgreSQL powered Drupal site. 2004-05-21 18:07:48 +00:00
Dries Buytaert 68d8282840 - Fixed a bug in the default theme_comment() function. 2004-05-20 10:45:26 +00:00
Dries Buytaert 75d9446533 - Patch #7638 by nereocystis: fixed PostgreSQL (ANSI SQL) compatibility bug in the comment module. 2004-05-10 21:31:11 +00:00
Steven Wittens a79313a155 #7468 - Added title="" attribute with term descriptions (if present) to taxonomy links.
See http://drupal.org/node/view/7468
2004-05-04 01:44:21 +00:00
Dries Buytaert 325b7d127a - Patch #7096 by bylund: fixed a bug with the node filters at the node administration page (administration > content) 2004-05-03 17:39:45 +00:00
Dries Buytaert beea1104cb - Patch #7503 by bylund: two strings could not be translated. 2004-05-03 17:33:23 +00:00
Dries Buytaert 6e03086201 - Patch #7504 by bylund: multiple form_radio-function calls is used instead
of a single form_radios-call. This could cause problems when trying to
  style individual form elements.
2004-05-03 17:28:28 +00:00
Steven Wittens 38aee50f47 Standard text/html HTTP Content-Type was not cached, causing encoding issues on some server configurations. 2004-05-03 11:53:15 +00:00
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