- 20 Oct, 2001 1 commit
-
-
Kjartan authored
easier. Also changed the <? tag to <?php in some cases.
-
- 18 Oct, 2001 1 commit
-
-
Kjartan authored
just another log in box.
-
- 16 Oct, 2001 1 commit
-
-
Dries 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 authored
- fixed problem with language setting not being saved: patch by Axel
-
Dries 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 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
- 28 Sep, 2001 1 commit
-
-
Dries 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 authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
- 20 Sep, 2001 4 commits
-
-
Dries 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 authored
- got rid of some unused warning / error messages
-
Dries authored
-
Dries authored
-
- 19 Sep, 2001 1 commit
-
-
Dries authored
- fixed language bug in user.module
-
- 18 Sep, 2001 4 commits
-
-
Kjartan authored
less reliant on php config.
-
Dries authored
- fixed another bug in the new user.module (reported by Remco).
-
Dries authored
- an attempt to work around a getenv() problem
-
Dries authored
- Fixed 2 typos in the user module. Thanks Axel and Remco. - Applied (modified versions of) Alexander's patches on the development branch.
-
- 16 Sep, 2001 5 commits