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
3b30ca4fc7
- Patch #5418 by hba: made the Xtemplate theme fully translatable.
2004-02-01 21:37:50 +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
Dries Buytaert
928435a565
- Fixed bug 5532: search broken if any subsearch returns without results.
...
Patch by Goba.
2004-02-01 19:07:36 +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
cfcba7cfbb
- Modified patch from pz: made tablesort.inc's validate.
2004-02-01 10:39:23 +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
294286687a
- Patch #5163 by mattias: allow theme_table to accept a html attributes
...
parameter array.
2004-01-31 21:07:54 +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
Dries Buytaert
786a0cef08
- Fixed bug #5500 by pz: missing alt="" tag in Xtemplate theme.
2004-01-29 20:45:08 +00:00
Kjartan Mannes
df062323b2
- Fixed bug #5479 : Default comments per page setting broken. (walkah)
2004-01-29 19:51:39 +00:00
Kjartan Mannes
3a9625e2e3
- Fixing extension splitting (was using the first dot instead of the last one).
2004-01-29 11:39:22 +00:00
Dries Buytaert
c8daca07d2
- Patch #5448 by pz: removed code duplication from theme.inc.
2004-01-29 06:47:19 +00:00
Dries Buytaert
abc8317a0b
- Fixed bug #5384 : tablesort outputs invalid HTML (improved patch).
2004-01-29 06:42:03 +00:00
Dries Buytaert
007efa52b6
- Fixed bug #5384 : tablesort outputs invalid HTML.
2004-01-28 22:24:48 +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
842e223b9b
- Made James the blog api maintainer.
2004-01-28 17:49:12 +00:00
Kjartan Mannes
acd5eb1eb6
- Fixed bug #5439 : Doxygen errors in theme.inc
2004-01-28 11:36:29 +00:00
Dries Buytaert
02c622dea1
- Patch 4332 by Goba: eliminate compose tips module.
2004-01-27 22:10:47 +00:00
Dries Buytaert
01b5aa1736
- Made Goba the locale module maintainer.
2004-01-27 18:55:52 +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
f99eb4dc48
- Fixed bug 5440: sort() -> asort(). Suggested by Goba.
2004-01-27 18:14:25 +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
667022830e
- Patch 5140 by Moshe: removed the theme("header") and theme("footer") functions.
2004-01-26 19:05:21 +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
68479ae77c
- Fixed bug 5140: Drupal does not work with PHP 4.2.1 and cleaned up the
...
bootstrap code. Patch by Kjartan.
2004-01-26 18:55:43 +00:00
Dries Buytaert
c325e684ca
- Changed the order of include statements.
2004-01-26 18:51:37 +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
fe1a74709a
- Code improvements: changed some " to '.
2004-01-25 10:07:24 +00:00
Dries Buytaert
cdfa6b8e4d
- Improvement #5388 : removed unnecessary SQL queries when no URL aliases are defined.
2004-01-25 09:09:00 +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
c20538fae8
- Missing }
2004-01-24 16:27:31 +00:00
Dries Buytaert
c3d70557a4
- Fixed table width.
2004-01-24 16:25:41 +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
c6be16d9ad
- Patch #5351 by Kyber: fixed bug in field_get().
2004-01-23 15:31:29 +00:00
Dries Buytaert
95de30c761
- Some small forum changes.
2004-01-21 22:59:12 +00:00
Dries Buytaert
a5b0525afd
- Forum module improvements.
2004-01-21 18:34:18 +00:00