- Oct 20, 2001
-
-
Kjartan Mannes authored
variables. Example: set site_frontpage to "node" and site_frontpage_extra to "$meta = 'news'" and only nodes with that meta tag will be displayed on your main page. This requires some internal knowledge of how the various modules work and what settings can be passed to <module>_page() functions.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
natrak authored
easier. Also changed the <? tag to <?php in some cases.
-
Kjartan Mannes authored
easier. Also changed the <? tag to <?php in some cases.
-
natrak authored
-
Dries Buytaert authored
- Updated example.theme: it's being reduced to a minimum as it can inherit most/all of its functions from the BaseTheme.
-
Dries Buytaert authored
- Started a theme.inc clean-up.
-
natrak authored
one was posted and the rest expired/dumped/queued.
-
Kjartan Mannes 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.
-
- Oct 18, 2001
-
-
Kjartan Mannes authored
just another log in box.
-
- Oct 17, 2001
-
-
Dries Buytaert authored
- fixed a SQL typo in node.php: user --> users - added SQL table keys for the node types
-
- Oct 16, 2001
-
-
Dries Buytaert 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 Buytaert 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 Mannes authored
-
- Oct 15, 2001
-
-
Dries Buytaert 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 Buytaert authored
- Tidied up the script names a bit ...
-
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.
-