Go to file
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
database - Added the possibility to reorder filters. Patch by UnConeD. 2004-02-06 19:07:56 +00:00
includes - Patch #5708 by Goba: moved the URL aliasing functions to a common place, so 2004-02-08 17:12:44 +00:00
misc - Patch #5569 by mathias: fixed jumpy menu behavior with konqueror. 2004-02-07 09:11:01 +00:00
modules Patch 5554 by Goba (slightly modified): 2004-02-08 18:38:15 +00:00
scripts - Removing some dated scripts. 2004-01-02 22:44:43 +00:00
themes - Patch #5418 by hba: made the Xtemplate theme fully translatable. 2004-02-01 21:37:50 +00:00
.htaccess - Direct 404s to Drupal. Suggested by Goba. 2003-12-18 18:53:11 +00:00
CHANGELOG - Mentioning filter system updates. 2004-02-07 19:08:28 +00:00
INSTALL - Corrected some breadcrumb trails and added a paragraph about upgrading. 2004-01-14 06:28:59 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Made James the blog api maintainer. 2004-01-28 17:49:12 +00:00
cron.php - Removed the hard-coded list of watchdog types. The list is compiled 2004-01-02 16:28:45 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php - Reworked 404 (page not found) handling. Patch by walkah. You can specify a 2003-12-16 21:06:34 +00:00
update.php - Added curly brackets around table name 2004-02-08 11:12:33 +00:00
xmlrpc.php - Changed the order of include statements. 2004-01-26 18:51:37 +00:00