Go to file
Kjartan Mannes 5592761620 This is a major change to the system, needs more testing!
Committing Changes by Moshe Weitzman:
- admin_user_account(), user_edit(), and user_view() no longer have any
  hard code for authentication modules. instead authentication modules
  implement the _user hook.
- fixed a couple 'help' typos.
- linked the 'REGISTER' text in the login block to the register page.
  this page now advertises DA better if site employs DA.
- admins may now edit everything about a user account (was a feature
  request).
- user #1 may now login immediately, in addition to receiving his
  password via email.

Other changes:
- modules and themes are now enabled/disabled in the administrative /
  settings / modules | themes pages. Requires SQL update and things must
  be enabled before your site returns to normal. TODO: enable all
  functionality. (For now just do UPDATE system SET status = 1;)
- removed $themes from conf.php.
- added a $theme->system() function where theme can specify settings.
  All themes in the Drupal CVS have been updated to use this.
- added _system hook to modules. TODO: update modules to use this.
- changed strange use of sprintf to the usual strtr. The disadvantage of
  sprintf is that it requires translations to keep the string order,
  which may not be possible in all languages.
- an invalid/nonexisting theme in a user profile will now fallback to the
  BaseTheme instead of crashing.
2002-04-14 19:34:04 +00:00
database - added default value to enable user block to update.php 2002-01-27 19:27:17 +00:00
includes This is a major change to the system, needs more testing! 2002-04-14 19:34:04 +00:00
misc - Fixed more than 30 HTML and XML well-formedness errors. 2002-01-27 14:58:45 +00:00
modules This is a major change to the system, needs more testing! 2002-04-14 19:34:04 +00:00
scripts - moving cvs-to-sql to contrib. 2002-04-13 22:34:20 +00:00
themes This is a major change to the system, needs more testing! 2002-04-14 19:34:04 +00:00
.htaccess - applying patches from Axel Kollmorgen. See 2002-02-17 13:04:50 +00:00
CHANGELOG - Updated the CHANGELOG; added a few notes about Drupal 3.0.1 2001-10-23 20:47:54 +00:00
INSTALL - small update to the INSTALL file 2001-10-23 20:38:42 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Added the MAINTAINERS file to CVS. 2001-11-14 20:26:34 +00:00
admin.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
cron.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
error.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
favicon.ico I whipped up a favicon to please our IE using users... 2001-01-04 15:21:43 +00:00
index.php This is a major change to the system, needs more testing! 2002-04-14 19:34:04 +00:00
module.php - specifying an invalid module will redirect you to the index page instead of 2002-03-05 22:53:51 +00:00
node.php - import.module: 2001-12-30 16:16:38 +00:00
update.php This is a major change to the system, needs more testing! 2002-04-14 19:34:04 +00:00
xmlrpc.php - missed a file in my last large $id$ commit. 2001-10-20 20:45:05 +00:00