- 01 Nov, 2001 1 commit
-
-
Dries authored
- A large batch of updates, amongst them a rewritten node system. More information available on the mailing list.
-
- 31 Oct, 2001 3 commits
-
-
Dries authored
- We'll no longer need submit.php: it is going to be replaced by functions in the new node.module.
-
Dries authored
- weblogs.module: + made it use the new node table scheme + added the site's slogan to the ping
-
Dries authored
- Made some improvements/updates to the database abstraction layer.
-
- 25 Oct, 2001 1 commit
-
-
Kjartan authored
- fixed some untranslated strings in the user.module.
-
- 23 Oct, 2001 4 commits
-
-
Dries authored
- Updated the CHANGELOG; added a few notes about Drupal 3.0.1
-
Dries authored
- small update to the INSTALL file
-
Dries authored
- Added an ini_set(...) to conf.php to solve history/cache browsing issues on some Drupal/PHP installations.
-
Dries authored
- Updated the coding style checker. (patch by Alex)
-
- 22 Oct, 2001 2 commits
-
-
natrak authored
want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
-
Kjartan authored
want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
-
- 20 Oct, 2001 11 commits
-
-
Kjartan 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 authored
-
Kjartan authored
-
natrak authored
easier. Also changed the <? tag to <?php in some cases.
-
Kjartan authored
easier. Also changed the <? tag to <?php in some cases.
-
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 1 commit
-
-
Dries authored
- fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR'
-