Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - A large batch of updates, amongst them a rewritten node system. More | Dries Buytaert | 2001-11-01 |
| | | | | information available on the mailing list. | ||
* | - added a logout link to the user menu. | Kjartan Mannes | 2001-10-25 |
| | | | | - fixed some untranslated strings in the user.module. | ||
* | - added the CVS keyword $Id$ to all files to make future version tracking | Kjartan Mannes | 2001-10-20 |
| | | | | easier. Also changed the <? tag to <?php in some cases. | ||
* | - user.module should now return your user settings when you log in and not | Kjartan Mannes | 2001-10-18 |
| | | | | just another log in box. | ||
* | - Removed a node's link ID (lid) as discussed on the mailing list. See | Dries Buytaert | 2001-10-16 |
| | | | | | | | | | | | | | | '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'. | ||
* | - fixed problem with language setting not being saved: patch by Axel | Dries Buytaert | 2001-10-09 |
| | |||
* | - PEAR-ification of Drupal by claw: you can now host Drupal on a wide | Dries Buytaert | 2001-10-09 |
| | | | | | | | 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. | ||
* | - Improved search architecture derived from Axel's new search patches. | Dries Buytaert | 2001-10-03 |
| | | | | | | | (There is room for improvement so let's go from these ... and build on them.) - Removed some $status's by calls to node_status(). | ||
* | - fixed bug: 'account_perm()' should have been 'user_perm()' | Dries Buytaert | 2001-09-30 |
| | |||
* | - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()' | Dries Buytaert | 2001-09-30 |
| | | | | | which will append the session ID to the uri 'foo' when PHP is compiled with '--enable-transe-sid'. | ||
* | - fixed small glitch in node_del() | Dries Buytaert | 2001-09-28 |
| | | | | | | | | | | | | | | | | | | | | | - 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)! | ||
* | - a batch of updates, including some experimental changes to the moderation | Dries Buytaert | 2001-09-27 |
| | | | | of comments and nodes. | ||
* | - added a new tracker.module (everybody kept nagging about the missing | Dries Buytaert | 2001-09-20 |
| | | | | | | | "your drupal" feature). Tracker.module will be improved and expanded during the process. - renamed a link in user.module | ||
* | - got rid of some unused warning / error messages | Dries Buytaert | 2001-09-20 |
| | |||
* | - don't hash the password | Dries Buytaert | 2001-09-20 |
| | |||
* | - added a password hash | Dries Buytaert | 2001-09-20 |
| | |||
* | - fixed language bug in user.module | Dries Buytaert | 2001-09-19 |
| | |||
* | - use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to be | Kjartan Mannes | 2001-09-18 |
| | | | | less reliant on php config. | ||
* | - fixed another bug in the new user.module (reported by Remco). | Dries Buytaert | 2001-09-18 |
| | |||
* | - an attempt to work around a getenv() problem | Dries Buytaert | 2001-09-18 |
| | |||
* | - Fixed 2 typos in the user module. Thanks Axel and Remco. | Dries Buytaert | 2001-09-18 |
| | | | | | - Applied (modified versions of) Alexander's patches on the development branch. | ||
* | - added the "Log in" block | Dries Buytaert | 2001-09-16 |
| | |||
* | - added the search functionality | Dries Buytaert | 2001-09-16 |
| | |||
* | - fixed the access_get_role() problem reported by Remco | Dries Buytaert | 2001-09-16 |
| | |||
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |
| | |||
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |