- Oct 15, 2001
-
-
Dries Buytaert authored
- removed this script, it is too simple to be true ...
-
Dries Buytaert authored
- Fixed the script's extention.
-
Dries Buytaert authored
- Fixed the script's extention: it's a shell script, not a Perl script.
-
- Oct 14, 2001
-
-
Dries Buytaert authored
- I tidied up most SQL tables to be more consistent with the rest of the tables: I changed all "id"s to "xid"s where "x" is the first letter of the table name. I also renamed all remaining "userid"s to "uid"s as I mentioned I would do. Take a look at ./drupal/updates/3.00-to-x.xx.sql for the MySQL updates.
-
Dries Buytaert authored
- Small improvement: quoted all strings when used as an array index.
-
Dries Buytaert authored
- Small improvement to db_query() to make debuging queries a bit more easy.
-
Dries Buytaert authored
- Quote string tables indexes (patch by Mike Krus).
-
Dries Buytaert authored
- Pass theme objects by reference, avoids creating copies and lets called functions to store data in the theme (patch by Mike Krus).
-
Dries Buytaert authored
- translate the link (patch by Mike Krus).
-
- Oct 13, 2001
-
-
Dries Buytaert authored
- Fixed the remaining SQL problems when running MySQL in ANSI mode. (moderation/comment related)
-
- Oct 12, 2001
-
-
Dries Buytaert authored
- fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR'
-
Dries Buytaert authored
- fixed a small typo: "hour" --> "hours"
-
Dries Buytaert authored
- replaced a header("Location: xxx") by a drupal_goto()
-
Dries Buytaert authored
- added a few missing rollback()'s and corrected a typo
-
- Oct 11, 2001
-
-
Dries Buytaert authored
- improved the node sorting
-
Dries Buytaert authored
- added sequence tables - fixed bug in node_page() - fixed bug in db_result() - fixed rss glitch
-
- Oct 09, 2001
-
-
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.
-
- Oct 07, 2001
-
-
Dries Buytaert authored
- added a comment() function to the base theme: you don't have to overload it in your custom themes - moved 'theme_account()' to the base theme as '$theme->user()' so that it can be themed.
-
Dries Buytaert authored
- Added a new theme!
-
- Oct 06, 2001
-
-
Dries Buytaert authored
- Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
-
- Oct 05, 2001
-
-
Dries Buytaert authored
- fixed 2 bugs that where introduced by moving the index.php to node_page() in node.module.
-
- Oct 03, 2001
-
-
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().
-
- Oct 02, 2001
-
-
Dries Buytaert authored
- tidied up some "$status"-es and removed "$rstatus".
-
Dries Buytaert authored
- updated the CHANGELOG
-
Dries Buytaert authored
- a small module to notify or ping weblogs.com
-
Dries Buytaert authored
- improved the tracker.module so that it shows all the recent comments instead of all recent comments to recent nodes.
-
- Oct 01, 2001
-
-
Dries Buytaert authored
- bugfix: renamed 'conf_default' to 'system_default'
-
- Sep 30, 2001
-
-
Dries Buytaert authored
- small improvement to 'drupal_goto()'
-
Dries Buytaert authored
- fixed bug: 'account_perm()' should have been 'user_perm()'
-
Dries Buytaert authored
-
Dries Buytaert authored
-
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'.
-
Dries Buytaert authored
- small improvement to the "user blogs" block
-
- Sep 29, 2001
-
-
Dries Buytaert authored
- small update
-
Dries Buytaert authored
- fixed a SQL bug in the "next / prev" code of book.module
-
- Sep 28, 2001
-
-
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)!
-
Dries Buytaert authored
"call to undefined function: db_num_row()"
-
Dries Buytaert authored
- bugfix: a permission was missing from the permission table
-
Dries Buytaert authored
- removed the themes that are not actively maintained ...
-