Commit Graph

1822 Commits (4.4.3)

Author SHA1 Message Date
Dries Buytaert b4ecbd9401 - Fixed registration bug. 2005-06-01 19:21:02 +00:00
Dries Buytaert ea42a5b781 - Patch #4925 by erikhopp: comment module emits too many id="comment"s, so the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one. 2004-10-09 06:45:04 +00:00
Dries Buytaert b00f2cb8c2 - Bug #10530: added a missing period to a sentence in the help text. 2004-10-08 16:54:57 +00:00
Dries Buytaert b6dbd7fc24 - Fixed broken URL in the aggregator documentation. 2004-09-22 21:41:47 +00:00
Dries Buytaert 3f1c445268 - Fixed HTML typo in the documentation: <p> -> </p>. Fixes bug #10412. 2004-09-22 21:37:23 +00:00
Dries Buytaert be6fa10050 - Fixed typo in documentation: theyve -> they have. 2004-09-22 21:21:26 +00:00
Steven Wittens e04b3289a9 Fixing default of node_promote_blog to match node.module. 2004-09-17 18:01:31 +00:00
Dries Buytaert d6660cc2e5 - Patch #10418 by Goba: removed bogus $name references. 2004-09-08 20:47:19 +00:00
Dries Buytaert 4999678d47 Patch #7603 by JonBob: emit absolute URLs where possible (even though it isn't strictly necessary). 2004-08-21 19:38:15 +00:00
Dries Buytaert cbad809cd6 - Patch #9942 by JonBob: fixed a typo: 'form' -> 'from'. 2004-08-21 16:54:18 +00:00
Dries Buytaert 6a78a6597e - Patch #9967 by JonBob: fixed typo in context-sensitive help. 2004-08-21 16:49:01 +00:00
Dries Buytaert 0cd8cf282d - Patch #9430 by JonBob: fixed typo: 'that that' -> 'that' 2004-07-31 16:26:40 +00:00
Dries Buytaert 43c7f06955 - Backported patch #8497 to DRUPAL-4-4: check the length of keys before inserting
them in the index table.
2004-07-28 20:33:54 +00:00
Dries Buytaert 5d6aca1292 - Patch #9481 by JonBob: fixed small typo in help text. 2004-07-25 14:35:05 +00:00
Dries Buytaert aa478a43c7 - Patch #9032 by Goba: added missing t() functions. 2004-07-04 17:59:39 +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 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 e8c4f6eb6d - Patch 7727 by Benjamin Grant: fixed incorrect <channel> URL in blog feeds. 2004-05-24 18:43:31 +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
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 630ece975c - Patch #6444 by Junyor: allow modules to change the 'changed' timestamp of nodes. 2004-04-24 07:47:21 +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 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 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 2d50f1f09c - Patch #6982 by David: fixed link problem with page nodes 2004-04-12 10:12:59 +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 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