- 20 Oct, 2001 1 commit
-
-
Kjartan authored
easier. Also changed the <? tag to <?php in some cases.
-
- 09 Oct, 2001 1 commit
-
-
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().
-
- 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
- book.module: fixed "/admin.php" bug reported by Gerhard. - search.module: made the search categories translatable.
-
- 24 Sep, 2001 1 commit
-
-
Dries authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- 22 Sep, 2001 1 commit
-
-
Dries authored
- improved search module (vaguely derived from axel's code)
-
- 18 Sep, 2001 1 commit
-
-
Dries authored
- Fixed 2 typos in the user module. Thanks Axel and Remco. - Applied (modified versions of) Alexander's patches on the development branch.
-
- 30 Jun, 2001 1 commit
-
-
Dries authored
- Made search.php a module, being search.module. - Updated the permission names to be more consistent. - Small improvement to node.php.
-