Dries Buytaert
f9a508d5dd
- Fixed more than 30 HTML and XML well-formedness errors.
2002-01-27 14:58:45 +00:00
Dries Buytaert
ca95b491ff
- Updated some of the descriptions.
2002-01-11 22:09:11 +00:00
Dries Buytaert
336b713a5f
- A large batch of updates, amongst them a rewritten node system. More
...
information available on the mailing list.
2001-11-01 11:00:51 +00:00
Kjartan Mannes
864c18d4c3
- added the CVS keyword $Id$ to all files to make future version tracking
...
easier. Also changed the <? tag to <?php in some cases.
2001-10-20 18:57:09 +00:00
Dries Buytaert
f1932821be
- 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.
2001-10-09 21:01:47 +00:00
Dries Buytaert
7a9bc86bd2
- 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().
2001-10-03 20:57:01 +00:00
Dries Buytaert
0cce47f15f
- 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)!
2001-09-28 16:20:55 +00:00
Dries Buytaert
6cde632962
- book.module: fixed "/admin.php" bug reported by Gerhard.
...
- search.module: made the search categories translatable.
2001-09-27 18:30:36 +00:00
Dries Buytaert
a1222d6430
- Fixed translation bugs (reported by Alexander Schwartz)
2001-09-24 18:46:07 +00:00
Dries Buytaert
6c7b845b34
- improved search module (vaguely derived from axel's code)
2001-09-22 21:01:39 +00:00
Dries Buytaert
ca85a56f1b
- Fixed 2 typos in the user module. Thanks Axel and Remco.
...
- Applied (modified versions of) Alexander's patches on the development
branch.
2001-09-18 18:39:15 +00:00
Dries Buytaert
e6a67118eb
- Made search.php a module, being search.module.
...
- Updated the permission names to be more consistent.
- Small improvement to node.php.
2001-06-30 09:50:36 +00:00