Commit Graph

1130 Commits (e205fee081d307ee7a3ef2248fbb3ded7fcf003c)

Author SHA1 Message Date
Dries Buytaert e205fee081 - Changed the Druplicon logo (courtesey of UnConeD) 2001-11-01 20:51:43 +00:00
Dries Buytaert 23ca7a2d88 - 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.
2001-11-01 17:04:20 +00:00
Dries Buytaert 3d47ad359d - Added first, preliminary version of mail-to-sql to CVS. 2001-11-01 16:43:22 +00:00
Dries Buytaert 66a3043c49 - remamed the logo 2001-11-01 11:50:14 +00:00
Dries Buytaert 336b713a5f - A large batch of updates, amongst them a rewritten node system. More
information available on the mailing list.
2001-11-01 11:00:51 +00:00
Dries Buytaert aafedfb367 - We'll no longer need submit.php: it is going to be replaced by functions
in the new node.module.
2001-10-31 22:00:52 +00:00
Dries Buytaert bf176c1d67 - weblogs.module:
+ made it use the new node table scheme
   + added the site's slogan to the ping
2001-10-31 21:31:20 +00:00
Dries Buytaert 7c181aba6d - Made some improvements/updates to the database abstraction layer. 2001-10-31 20:33:23 +00:00
Kjartan Mannes 46ea3659dd - added a logout link to the user menu.
- fixed some untranslated strings in the user.module.
2001-10-25 13:25:36 +00:00
Dries Buytaert 690e60f030 - Updated the CHANGELOG; added a few notes about Drupal 3.0.1 2001-10-23 20:47:54 +00:00
Dries Buytaert 68f6e94074 - small update to the INSTALL file 2001-10-23 20:38:42 +00:00
Dries Buytaert eb2a3f3f52 - Added an ini_set(...) to conf.php to solve history/cache browsing issues
on some Drupal/PHP installations.
2001-10-23 20:26:02 +00:00
Dries Buytaert 078e2fdcbd - Updated the coding style checker. (patch by Alex) 2001-10-23 18:20:43 +00:00
natrak 9fa5286dd3 - added a path field to the blocks. Its a regexp to define which pages you
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.
2001-10-22 12:55:42 +00:00
Kjartan Mannes 2f8a5bed5f - added a path field to the blocks. Its a regexp to define which pages you
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.
2001-10-22 12:55:41 +00:00
Kjartan Mannes 3b7425aefb - added a new configuration option that lets you set various index.php
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.
2001-10-20 20:58:59 +00:00
Kjartan Mannes 83c5209c15 - missed a file in my last large $id$ commit. 2001-10-20 20:45:05 +00:00
Kjartan Mannes 9e4dd57084 - updated CHANGELOG. 2001-10-20 19:15:12 +00:00
natrak e7fd76a1c9 - added the CVS keyword $Id$ to all files to make future version tracking
easier. Also changed the <? tag to <?php in some cases.
2001-10-20 18:57:10 +00:00
Kjartan Mannes 864c18d4c3 - added the CVS keyword $Id$ to all files to make future version tracking
easier. Also changed the <? tag to <?php in some cases.
2001-10-20 18:57:09 +00:00
natrak a98d2a2603 - fixed an SQL error 2001-10-20 15:40:52 +00:00
Dries Buytaert 0a4d2a5588 - Updated example.theme: it's being reduced to a minimum as it can inherit
most/all of its functions from the BaseTheme.
2001-10-20 13:37:30 +00:00
Dries Buytaert d595fc8f4e - Started a theme.inc clean-up. 2001-10-20 13:35:12 +00:00
natrak 8d4650c4e2 - fixed a problem with node retrival if several nodes had the same title but only
one was posted and the rest expired/dumped/queued.
2001-10-20 11:42:09 +00:00
Kjartan Mannes a98d1d7cab - modified the variable code so you can override site settings in the config file
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.
2001-10-20 11:24:53 +00:00
natrak 6b4e1ec475 - modified the variable code so you can override site settings in the config file
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.
2001-10-20 11:24:52 +00:00
Kjartan Mannes 1539d4f428 - user.module should now return your user settings when you log in and not
just another log in box.
2001-10-18 11:12:00 +00:00
Dries Buytaert f295648cb1 - fixed a SQL typo in node.php: user --> users
- added SQL table keys for the node types
2001-10-17 18:18:35 +00:00
Dries Buytaert af6c2808fc - 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."
2001-10-16 20:59:27 +00:00
Dries Buytaert 33a3502dfe - 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'.
2001-10-16 20:13:22 +00:00
Kjartan Mannes 2ec1512419 - blocks will now show up again if 'Enabled: always' 2001-10-16 11:51:03 +00:00
Dries Buytaert 8542e2a3f7 - 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 ...
2001-10-15 22:23:45 +00:00
Dries Buytaert 9980d3f16c - Tidied up the script names a bit ... 2001-10-15 22:08:40 +00:00
Dries Buytaert 1f371ebfbf - removed this script, it is too simple to be true ... 2001-10-15 22:05:41 +00:00
Dries Buytaert 5761c3b99c - Fixed the script's extention. 2001-10-15 22:04:12 +00:00
Dries Buytaert a7b29ed3eb - Fixed the script's extention: it's a shell script, not a Perl script. 2001-10-15 22:03:24 +00:00
Dries Buytaert 625455b53b - 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.
2001-10-14 15:27:00 +00:00
Dries Buytaert 27c4514719 - Small improvement: quoted all strings when used as an array index. 2001-10-14 11:31:01 +00:00
Dries Buytaert 27e4d1ab3e - Small improvement to db_query() to make debuging queries a bit more easy. 2001-10-14 11:29:29 +00:00
Dries Buytaert 451852c28a - Quote string tables indexes (patch by Mike Krus). 2001-10-14 07:47:42 +00:00
Dries Buytaert 54d76f753b - Pass theme objects by reference, avoids creating copies and lets called
functions to store data in the theme (patch by Mike Krus).
2001-10-14 07:47:11 +00:00
Dries Buytaert c683ab5f7b - translate the link (patch by Mike Krus). 2001-10-14 07:46:17 +00:00
Dries Buytaert 0a5e1828f4 - Fixed the remaining SQL problems when running MySQL in ANSI mode.
(moderation/comment related)
2001-10-13 08:34:58 +00:00
Dries Buytaert 73d61b7839 - fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR' 2001-10-12 18:35:21 +00:00
Dries Buytaert d6e54f8fa1 - fixed a small typo: "hour" --> "hours" 2001-10-12 18:20:51 +00:00
Dries Buytaert b8c2f7f017 - replaced a header("Location: xxx") by a drupal_goto() 2001-10-12 18:20:19 +00:00
Dries Buytaert 2d6fb0f7c1 - added a few missing rollback()'s and corrected a typo 2001-10-12 18:19:41 +00:00
Dries Buytaert 7c6c3a65c1 - improved the node sorting 2001-10-11 18:54:35 +00:00
Dries Buytaert 959cae8222 - added sequence tables
- fixed bug in node_page()

- fixed bug in db_result()

- fixed rss glitch
2001-10-11 12:25:25 +00:00
Dries Buytaert d62b6dedaa - fixed problem with language setting not being saved: patch by Axel 2001-10-09 21:46:55 +00:00