Dries Buytaert
229ac8dec4
- Small bugfix.
2004-02-07 17:24:38 +00:00
Dries Buytaert
e28bbf6739
- Batch two with profile module improvements:
...
+ Reworked the 'account administration' page.
+ Fixed bug in the 'edit account' page.
+ Removed some dead code from the system.module.
2004-02-07 16:59:34 +00:00
Dries Buytaert
5a8129e0fb
- First batch of profile module improvements:
...
+ Tidied up the profile configuration page: grouped form elements.
+ Tidied up the block configuration settings: removed hard-coded
table.
+ Changed the profile API to return the preferred group name, and
changed the user module to group settings. Modules implementing
the _user hook will need to be udpated.
+ Removed register_form and register_validate for now.
2004-02-07 16:18:46 +00:00
Dries Buytaert
8c909397d7
- Patch #5501 : fixed invalid HTML in the comment and tracker module.
2004-02-07 10:57:27 +00:00
Dries Buytaert
c6deda88ef
- Patch #5048 by flevour: added missing t() function.
2004-02-07 10:46:46 +00:00
Dries Buytaert
26ee414578
- Usability improvement: changed 'messages' to 'logs'.
2004-02-07 10:42:09 +00:00
Dries Buytaert
06b25311b4
- Bug 4853: fixed invalid taxonomy query.
2004-02-07 10:39:54 +00:00
Dries Buytaert
d683e1d726
- Patch #5569 by mathias: fixed jumpy menu behavior with konqueror.
2004-02-07 09:11:01 +00:00
Dries Buytaert
fd64c56ec1
- Removed the 'remember me' feature. It has been broken for many months.
...
When an elegant fix is found, it will reappear.
2004-02-06 22:58:03 +00:00
Steven Wittens
0a8535eeef
- Fix: do not call prepare hook when the admin has chosen to escape everything
...
- Code style: use constants to prevent confusing configuration options
2004-02-06 19:41:00 +00:00
Dries Buytaert
3e5d749838
- Fixed problem with multiple node types. Patch by JonBob.
2004-02-06 19:11:59 +00:00
Dries Buytaert
bfba335376
- Added the possibility to reorder filters. Patch by UnConeD.
2004-02-06 19:07:56 +00:00
Dries Buytaert
0db96f196a
- Subset of patch 5613 by Goba: fixed some translation issues.
2004-02-05 22:58:59 +00:00
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
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