- 18 Feb, 2002 1 commit
-
-
Steven Wittens authored
-
- 31 Jan, 2002 1 commit
-
-
Kjartan Mannes authored
-
- 30 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Applied Natrak's module improvements.
-
- 27 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Fixed more than 30 HTML and XML well-formedness errors.
-
- 23 Jan, 2002 1 commit
-
-
Steven Wittens authored
-
- 21 Jan, 2002 1 commit
-
-
Kjartan Mannes authored
* only problem is that the admin.php link is not available until the admin enables the block. * $theme->user is obsolete, will patch the themes properly in a later patch. - moved moderation block from theme.inc to queue.module. * removed theme_moderation_results(). - updated database/database.mysql.
-
- 17 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Applied Marco's patch. See mailing list for more information.
-
- 16 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Removed print-statement from user_mail().
-
- 12 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Added some more explanations.
-
- 11 Jan, 2002 2 commits
-
-
Dries Buytaert authored
- Updated some of the descriptions.
-
Dries Buytaert authored
- Applied Marco's first "remember me" patch.
-
- 09 Jan, 2002 1 commit
-
-
Kjartan Mannes authored
- attempted to fixed crashes with the custom session handler. External SMTP library - added functionality to have Drupal not use the default PHP mail() function. For more info see: http://www.drupal.org/node.php?id=44 Note: for this to work all modules that send mails should use the Drupal function to send mail: user_mail($mail, $subject, $message, $header); Calendar - added an archive page which users can use to find archives instead of the good old block. Miscellaneous - fixed a "random" offset bug on module.inc that occurred on Windows. All of this needs more testing, and further suggestions are welcome.
-
- 07 Jan, 2002 1 commit
-
-
Dries Buytaert authored
- Added about 50 title tags.
-
- 05 Jan, 2002 1 commit
-
-
Dries Buytaert authored
A first tiny change: - Made the "account settings"-link point to the "edit user information" page rather than the "view user information" page. - Removed the "logout" link from the user menu (user_menu() function).
-
- 23 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Added "query log" functionality to Drupal. Inspired by weitzman's code/patch.
-
- 22 Dec, 2001 1 commit
-
-
Dries Buytaert authored
- Fixed bug where saving a user account from within the admin section would redirect you to an empty page. - Tidied up the user_save() function a bit.
-
- 01 Dec, 2001 1 commit
-
-
Dries Buytaert authored
user.module: - Fixed the session support. Requires a database update. - Applied a tiny optimization suggested by deekayen.
-
- 19 Nov, 2001 1 commit
-
-
Kjartan Mannes authored
- fixes help text - adds better login failure messages to user and to watchdog.
-
- 14 Nov, 2001 1 commit
-
-
Dries Buytaert authored
User module and DA modules: + Updated the documentation to use a Jabber or Drupal IDs instead of Deplhi IDs (as delphi.module won't be part of the default distro). Drupal and Jabber authentication make a better example. + added missing localization / t() functions in user_validate_authmaps() + applied coding convention: * fixed indentation * removed "EOF"; and <<EOFs from user module * changed some HTML into XHTML: use small letters, quote attributes * quoted some array indices: $edit[foo] --> $edit["foo"] + removed some useless sprintf()'s + removed hard-coded references to drop.org. + I don't think the authentication methods should /know/ there help link. Instead, the user module should now where to find the help (it does by knowing the hook to look for), and it is the user module that should take care of exporting the help to the preferred location: * removed the "link" field from the $info field in drupal_info and jabber_info; it wasn't used anyway? + removed the "maintainer" and "maintaineremail" from the auth modules; we don't keep this info in the other modules either so I don't see a reason to do so here.
-
- 01 Nov, 2001 1 commit
-
-
Dries Buytaert authored
- A large batch of updates, amongst them a rewritten node system. More information available on the mailing list.
-
- 25 Oct, 2001 1 commit
-
-
Kjartan Mannes authored
- fixed some untranslated strings in the user.module.
-
- 20 Oct, 2001 1 commit
-
-
Kjartan Mannes authored
easier. Also changed the <? tag to <?php in some cases.
-
- 18 Oct, 2001 1 commit
-
-
Kjartan Mannes authored
just another log in box.
-
- 16 Oct, 2001 1 commit
-
-
Dries Buytaert authored
- Removed a node's link ID (lid) as discussed on the mailing list. See 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
-
- 09 Oct, 2001 2 commits
-
-
Dries Buytaert authored
- fixed problem with language setting not being saved: patch by Axel
-
Dries Buytaert authored
- PEAR-ification of Drupal by claw: you can now host Drupal on a wide range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.
-
- 03 Oct, 2001 1 commit
-
-
Dries Buytaert authored
- Improved search architecture derived from Axel's new search patches. (There is room for improvement so let's go from these ... and build on them.) - Removed some $status's by calls to node_status().
-
- 30 Sep, 2001 2 commits
-
-
Dries Buytaert authored
- fixed bug: 'account_perm()' should have been 'user_perm()'
-
Dries Buytaert authored
- replaced all 'header("Location: foo")'s by a call to 'drupal_goto()' which will append the session ID to the uri 'foo' when PHP is compiled with '--enable-transe-sid'.
-
- 28 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- fixed small glitch in node_del() - fixed small glitch in comment_del() - changed the API of the form() function. The first parameter, the "action"-attribute in the <form>-tag has been made optional. By default, it will be set to "$REQUEST_URI". Why? Because in 98% of the cases we would do: global $REQUEST_URI; $form = form($REQUEST_URI, $form_content); while we can do: $form = form($form_content); now. Update your modules (and sorry for the inconvenience)!
-
- 27 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
- 20 Sep, 2001 4 commits
-
-
Dries Buytaert authored
- added a new tracker.module (everybody kept nagging about the missing "your drupal" feature). Tracker.module will be improved and expanded during the process. - renamed a link in user.module
-
Dries Buytaert authored
- got rid of some unused warning / error messages
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 19 Sep, 2001 1 commit
-
-
Dries Buytaert authored
- fixed language bug in user.module
-
- 18 Sep, 2001 4 commits
-
-
Kjartan Mannes authored
less reliant on php config.
-
Dries Buytaert authored
- fixed another bug in the new user.module (reported by Remco).
-
Dries Buytaert authored
- an attempt to work around a getenv() problem
-
Dries Buytaert authored
- Fixed 2 typos in the user module. Thanks Axel and Remco. - Applied (modified versions of) Alexander's patches on the development branch.
-