Dries Buytaert
38e89dd03f
- Patch 5775 by Goba: fixes the only error currently reported by the doxygen
...
parser in Drupal core, plus fixes some errorneous (copy-pasted) doxygen docs.
2004-02-10 19:28:39 +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
Dries Buytaert
fb94e1d7b8
- Small CSS change to make paragraphs more natural.
2004-02-09 06:11:55 +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
Dries Buytaert
8239dd0711
- Changed some double quotes to single quotes.
2004-02-08 21:04:08 +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
ebba90fe68
- Patch #5708 by Goba: moved the URL aliasing functions to a common place, so
...
they will be part of the same documentation group, as well as created a new
'formatting functions' group and added a lot of docs for them. Also fixed
some small errors reported by the doxygen parser.
2004-02-08 17:12:44 +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
1afcfd1007
- Added curly brackets around table name
2004-02-08 11:12:33 +00:00
Dries Buytaert
d0ffb4794a
- Refined the regex to validate the input.
2004-02-08 11:08:28 +00:00
Steven Wittens
46140081fa
- Mentioning filter system updates.
2004-02-07 19: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
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