Dries Buytaert
f137b26979
- Patch 4902 by Goba:
...
+ only adds an optional parameter to url() and l(), so individual links
can be set to be absolute
+ modifies drupal_goto() to accept the parameters of url() without the
$absolute parameter, so cleaner invocations can be used
+ rework of some code in node_feed, making it much better to look at
(the current code uses foreach with an immediate brake to get the first
key of the associative array, geeeeez)
+ added xml:base to the rss tag generated by node_feed()
+ set all user mail URLs to be absolute
+ fix a small fragmented URL in user.module
2004-02-11 19:21:14 +00:00
Dries Buytaert
a333c05d74
- Patch by Gerhard: fixed instance of format_plural
2004-02-11 05:58:54 +00:00
Dries Buytaert
b880405421
- Usability improvement: print a message if you are (not) allowed to print
...
forum topics.
2004-02-10 22:50:04 +00:00
Dries Buytaert
254ca4b900
- Patch 5729 by Goba: removed dead code from page.module.
2004-02-10 21:36:37 +00:00
Dries Buytaert
6c99c2d86f
- Patch #5766 by Moshe: replace getenv() with $_SERVER.
2004-02-10 19:41:57 +00:00
Dries Buytaert
0d0d72767b
- Avoid SQL queries if possible.
2004-02-10 19:24:47 +00:00
Steven Wittens
fda228a172
Fix bad default timezone format for timezone display. Would cause a bug on sites that haven't been configured completely yet.
2004-02-10 18:10:08 +00:00
Steven Wittens
1c5a3947d1
Bugfix: new user registration was broken.
...
See: http://drupal.org/node/view/5741
2004-02-09 05:38:32 +00:00
Steven Wittens
5abbc3971f
- Improved welcome message
2004-02-09 00:56:23 +00:00
Steven Wittens
8a5961ce5b
- Fixed possible issue with preg_replace with /e
2004-02-09 00:43:58 +00:00
Kjartan Mannes
97c2aa2bda
- Modified format_date() to handle timezones properly.
2004-02-08 21:42:59 +00:00
Dries Buytaert
325f9891b2
- Added a welcome message written by Steven.
2004-02-08 21:16:03 +00:00
Kjartan Mannes
3528f79e39
- Readding queue message on node add removed in rev 1.86.
...
Uses drupal_set_message() so the message doesn't interfeer with non-HTML
formats (posting using blog API etc).
2004-02-08 20:56:24 +00:00
Kjartan Mannes
016a8f6830
- Removing timezone fix that crept in.
2004-02-08 20:38:53 +00:00
Kjartan Mannes
bc407492e8
- Fixed codying style, typos, osbolete help.
2004-02-08 20:36:13 +00:00
Dries Buytaert
991cb5c982
Patch 5554 by Goba (slightly modified):
...
- Modifies _user_mail_text() to automatically override the default
strings when needed and apply t() on the strings. This lets Drupal translators
include default messages in translations, and also removes a lot of repeated code.
Modified the internal $messageid of the approval message from
welcome_approval_body/subject to approval_body/subject, so automatic variable
name computation can be done. This does not affect any variable table keys, since
the change was especially done to keep the variable names...
- Adds %login_uri and %edit_uri to move away from the concatenation approach used in
the default messages, thus making those messages visible for the .po extractor
- Uses direct return in help text generation when no more action need to be taken
on the help string (the '$output .=' approach was just plain silly looking and
misleading, since there was no preceding or appended string in $output)
2004-02-08 18:38:15 +00:00
Dries Buytaert
6450c7122e
- Fixed typo introduced by last archive module patch.
2004-02-08 17:09:17 +00:00
Dries Buytaert
bc8057df38
- Patch #5613 by Goba: fixed translation issue with archive module and removed
...
some locale module code that is now part of extractor.php.
2004-02-08 17:07:07 +00:00
Dries Buytaert
d0ffb4794a
- Refined the regex to validate the input.
2004-02-08 11:08:28 +00:00
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
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
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