Commit Graph

1695 Commits (0db96f196a89956e60ad38aaf8fac1dcbdf0fa4c)

Author SHA1 Message Date
Steven Wittens 653733a84c - Throttle: fixed incorrect watchdog message (seems a leftover from before). 2004-02-05 17:32:36 +00:00
Dries Buytaert abf27dde48 - Fixed bug #5628: wrong timestamp in aggregator. Patch by BartJ. 2004-02-04 21:23:07 +00:00
Steven Wittens d3d8839764 Rolling back a couple of incorrect replacements in Dries' double-to-single-quotes patch. 2004-02-02 02:05:20 +00:00
Steven Wittens 0664586554 Typo 2004-02-02 01:55:08 +00:00
Dries Buytaert c1559f66b5 - Changed 1100+ double quotes to single quotes. 2004-02-01 22:13:59 +00:00
Dries Buytaert eec20988bf - Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy module. 2004-02-01 21:51:28 +00:00
Dries Buytaert 010c419a21 - Replaced a bunch of double quotes by single quotes. 2004-02-01 21:32:01 +00:00
Dries Buytaert dc938c533b - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,
fixed translation issues in taxonomy module, etc.
2004-02-01 21:04:42 +00:00
Steven Wittens 4cef0f12c8 Fixed bug in query: if "%" is used in an SQL query, it needs to be escaped as %% because otherwise it can get parsed by the sprintf() in db_query().
See: http://drupal.org/node/view/5531

(present in HEAD as well)
2004-02-01 17:55:11 +00:00
Dries Buytaert 7ce34a1c64 - Fixes by Goba: updated help text of mass URL aliasing and fixed escaping problem. 2004-02-01 10:52:25 +00:00
Dries Buytaert fb1195258f - Fixed tracker bug: tracker module has a line of faulty code which tries
to get the node name in the old way.  Patch by JonBob.
2004-01-31 21:32:06 +00:00
Dries Buytaert 48a4dff897 - Patch by Goba: added form descriptions where appropriate and removed some
duplicated code from the comment module.
2004-01-31 21:16:42 +00:00
Dries Buytaert 252cf676ae - Patch #5526 by Kjartan: cleaned up node_page(), show a 404 when the node
could not be found.
2004-01-31 10:39:35 +00:00
Dries Buytaert fcb9011d88 - Modified filter patch by Ax. 2004-01-31 10:18:51 +00:00
Dries Buytaert 384ae54cf6 - Cleanup: modified some context-sensitive help, changed "s to 's, added
<legend> and <fieldset> tags, used drupal_set_message() to print a
  status message and removed some dead code.
2004-01-31 09:50:39 +00:00
Kjartan Mannes 8c547ca53c - Removed obsolete head hook. 2004-01-30 13:13:21 +00:00
Kjartan Mannes 63eccc5ebb - Modified node and comments to not be marked as new when they are 30 days old. 2004-01-29 22:00:31 +00:00
Dries Buytaert 43d49576da - Fixed bug #5434: added missing "/" in link to be XHTML compliant. Patch by pz. 2004-01-29 20:57:59 +00:00
Kjartan Mannes df062323b2 - Fixed bug #5479: Default comments per page setting broken. (walkah) 2004-01-29 19:51:39 +00:00
Dries Buytaert b1fe1c941e - Replaced the 'active post' and 'recent post' by better integrated and
easier to understand 'new' links.   The 'new' links are clickable both
  at the forum overview (to get to the new forum topics) and at the topic
  overview (to get to the new comments).
2004-01-28 22:10:34 +00:00
Dries Buytaert 02c622dea1 - Patch 4332 by Goba: eliminate compose tips module. 2004-01-27 22:10:47 +00:00
Dries Buytaert 1687dd07c9 - Patch 5049 by JonBob: allow a module to define multiple node types. 2004-01-27 18:47:07 +00:00
Dries Buytaert 10e8da6937 - Patch 5246 by Stefan: usability improvements for the locale module. 2004-01-26 19:47:58 +00:00
Dries Buytaert 66190b1787 - Patch #5393 by Goba: changes the search hook return value, and requires an array
containing two elements, the first being the requested title, and the second being
  the result list. Advantages:
    * Cleaner search code in common.inc
    * Po extraction is possible and works fine
    * No hardcoded exceptions for node and comment modules, since any module can
      return results in order of relevance (or another order)
2004-01-26 19:22:22 +00:00
Dries Buytaert a2055ae9d9 - Patch 5395 by Goba: no need to have an 'enable' setting. 2004-01-26 18:59:42 +00:00
Dries Buytaert f4b58e8900 - Made it possible to assing taxonomy terms to forum nodes. Tidied up the
forum module code a bit.
2004-01-25 21:11:01 +00:00
Dries Buytaert 8a913ffe7c - Removed the 'Page not found' message after the initial install and removed
some old user module logic to install the initial role IDs.
2004-01-24 16:54:22 +00:00
Dries Buytaert 2aa8036057 - Fixed bug in image parsing: caused 'Array' to be printed on the screen. 2004-01-24 15:47:44 +00:00
Dries Buytaert b85eb11e11 Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
Dries Buytaert ce803acecb - Patch 5330 by Adrian: PostgreSQL updates and fixes. 2004-01-23 18:21:45 +00:00
Dries Buytaert a5b0525afd - Forum module improvements. 2004-01-21 18:34:18 +00:00
Dries Buytaert 9c044fffcf - Patch #5281: removed hardcoded table and CSS from the queue module. Made
the queue page-able.  Patch by Stefan.
2004-01-21 18:08:17 +00:00
Dries Buytaert f1dfe0639a - Bug 5285: fixed broken URLs in user module. Patch by Stefan. 2004-01-21 17:26:59 +00:00
Dries Buytaert 0d35894a0b - Patch 5283 by Stefan: fixed typos in comment module. 2004-01-21 06:42:37 +00:00
Dries Buytaert 8d8e3d6ae6 Patch 5187 by Goba:
- puts the long multiline help text into one string
 - fixes the ambiquity of calling two things on the same name: "custom block"
   now the user customizeable blocks are called custom blocks, and the admin
   defined blocks are called Administator Defined Blocks
 - added info on throttle to the explanation on when a block is displyed
 - also fixing some small typos
2004-01-21 06:36:56 +00:00
Dries Buytaert 43e9bd79c2 - Patch 5256: code improvements: theme('header') + theme('footer') -> theme('page').
Patch by Gerhard.
2004-01-19 22:23:37 +00:00
Dries Buytaert 2ecc6a606e - Changed some wording 2004-01-19 22:22:08 +00:00
Dries Buytaert 652fb3474a - Removed instances of the 'throttle_enable' variable. 2004-01-19 22:11:46 +00:00
Steven Wittens b5ac46848e Removed left-over check in filter.module, fixes bug 5248. 2004-01-19 14:49:53 +00:00
Dries Buytaert 88d0603e93 - Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text. 2004-01-18 07:58:22 +00:00
Dries Buytaert 24e76c0d6c - Code beautifications: corrected indentation. 2004-01-17 23:34:11 +00:00
Dries Buytaert adb93fad37 - Reworked error/status reporting in the aggregator module to fix a bug. 2004-01-17 17:18:36 +00:00
Dries Buytaert 6e1cb6e003 - Patch #5184: fixed block path and aliases. Patch by Nick. 2004-01-17 11:33:58 +00:00
Dries Buytaert 02090ae2ed - Removed the 'enable/disable' setting from the throttle module. To disable
a module, disable it from the modules configuration page.
2004-01-17 11:19:10 +00:00
Dries Buytaert bc2348efbb - Comment setting improvements: updated the form descriptions, reorganized the
settings in groups, fixed a warning, rewrote the comments per page settings,
  etc.
2004-01-17 10:32:52 +00:00
Dries Buytaert 860a5cc388 - Removed the $help parameter from the _form hook. The help, typically
submission guidelines, should be emmitted using the _help hook.
2004-01-17 09:07:00 +00:00
Dries Buytaert ce42eb41a2 - Small cleanups 2004-01-15 20:25:50 +00:00
Dries Buytaert 36c0e4d745 - Bugfix: display the correct author. Patch by Nick. 2004-01-15 19:12:14 +00:00
Dries Buytaert 6fc8d944d8 - Small bugfix 2004-01-15 09:10:16 +00:00
Dries Buytaert 6fc2070a22 Patch 5114 by Kjartan:
- Adds drupal_set_header() and drupal_get_headers().
 - Cache now stores custom headers.
 - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
 - Added RSS autodiscover links to node, blog and taxonomy pages.
2004-01-14 22:30:09 +00:00