- 01 Nov, 2001 4 commits
-
-
Dries Buytaert authored
- Another batch of updates/improvements: + introduced basic node permissions ("create", "delete", "update" and "view") at the node level: it's up to the "<$node->type>_module" to hide gory details (if any). + made the "blog it"-feature in the blog and import module work with the new node system, in specific with the new centralized forms. + made it possible to update blogs. + made the page module work with the new node system. + various smaller improvements.
-
Dries Buytaert authored
- Added first, preliminary version of mail-to-sql to CVS.
-
Dries Buytaert authored
-
Dries Buytaert 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 Buytaert authored
- We'll no longer need submit.php: it is going to be replaced by functions in the new node.module.
-
Dries Buytaert authored
- weblogs.module: + made it use the new node table scheme + added the site's slogan to the ping
-
Dries Buytaert authored
- Made some improvements/updates to the database abstraction layer.
-
- 25 Oct, 2001 1 commit
-
-
Kjartan Mannes authored
- fixed some untranslated strings in the user.module.
-
- 23 Oct, 2001 4 commits
-
-
Dries Buytaert authored
- Updated the CHANGELOG; added a few notes about Drupal 3.0.1
-
Dries Buytaert authored
- small update to the INSTALL file
-
Dries Buytaert authored
- Added an ini_set(...) to conf.php to solve history/cache browsing issues on some Drupal/PHP installations.
-
Dries Buytaert 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 Mannes 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 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.
-
- 18 Oct, 2001 1 commit
-
-
Kjartan Mannes authored
just another log in box.
-
- 17 Oct, 2001 1 commit
-
-
Dries Buytaert authored
- fixed a SQL typo in node.php: user --> users - added SQL table keys for the node types
-
- 16 Oct, 2001 3 commits
-
-
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
-
- 15 Oct, 2001 5 commits
-
-
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.
-
- 14 Oct, 2001 5 commits
-
-
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).
-