- 20 Oct, 2001 6 commits
-
-
natrak authored
-
Dries authored
- Updated example.theme: it's being reduced to a minimum as it can inherit most/all of its functions from the BaseTheme.
-
Dries authored
- Started a theme.inc clean-up.
-
natrak authored
one was posted and the rest expired/dumped/queued.
-
Kjartan authored
by setting them in a $conf variable. This will let you host several domains off the same Drupal installation with the same databases with minor differences in settings. Note: the values can not be changed by users in a GET or POST string.
-
natrak authored
by setting them in a $conf variable. This will let you host several domains off the same Drupal installation with the same databases with minor differences in settings. Note: the values can not be changed by users in a GET or POST string.
-
- 18 Oct, 2001 1 commit
-
-
Kjartan authored
just another log in box.
-
- 17 Oct, 2001 1 commit
-
-
Dries authored
- fixed a SQL typo in node.php: user --> users - added SQL table keys for the node types
-
- 16 Oct, 2001 3 commits
-
-
Dries authored
- Added a *cool* new Perl script by Alexander. You can use this script to check your code against the Drupal coding style: "This program tries to show as many improvements as possible with no false positives."
-
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'.
-
Kjartan authored
-
- 15 Oct, 2001 5 commits
-
-
Dries authored
- Renamed the SQL update files to be more consistent with the database definitions in the ./database/ directory. And like that we can also start adding .pgsql update files ...
-
Dries authored
- Tidied up the script names a bit ...
-
Dries authored
- removed this script, it is too simple to be true ...
-
Dries authored
- Fixed the script's extention.
-
Dries authored
- Fixed the script's extention: it's a shell script, not a Perl script.
-
- 14 Oct, 2001 6 commits
-
-
Dries 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 authored
- Small improvement: quoted all strings when used as an array index.
-
Dries authored
- Small improvement to db_query() to make debuging queries a bit more easy.
-
Dries authored
- Quote string tables indexes (patch by Mike Krus).
-
Dries authored
- Pass theme objects by reference, avoids creating copies and lets called functions to store data in the theme (patch by Mike Krus).
-
Dries authored
- translate the link (patch by Mike Krus).
-
- 13 Oct, 2001 1 commit
-
-
Dries authored
- Fixed the remaining SQL problems when running MySQL in ANSI mode. (moderation/comment related)
-
- 12 Oct, 2001 4 commits
- 11 Oct, 2001 2 commits
- 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.
-
- 07 Oct, 2001 2 commits
- 06 Oct, 2001 1 commit
-
-
Dries authored
- Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
-
- 05 Oct, 2001 1 commit
-
-
Dries authored
- fixed 2 bugs that where introduced by moving the index.php to node_page() in node.module.
-
- 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().
-
- 02 Oct, 2001 4 commits
-
-
Dries authored
- tidied up some "$status"-es and removed "$rstatus".
-
Dries authored
- updated the CHANGELOG
-
Dries authored
- a small module to notify or ping weblogs.com
-
Dries authored
- improved the tracker.module so that it shows all the recent comments instead of all recent comments to recent nodes.
-