drupal/includes
Dries Buytaert c56ee67e29 - Changed field_set(), field_get() and field_merge() to use ',' and
'=' instead of ';' and ':'.  It is considered to be more readable.
  --> A _first_ step towards and improved index.module.  Stay tuned
      for more.

  + Important:
     If you update from CVS - apply the queries in 2.00-to-x.xx.sql!

- Changed all 'attribute' to 'attributes'.

  + Important:
     If you update from CVS - apply the queries in 2.00-to-x.xx.sql!

  + Important:
     This might require to ieni-wieni small update to your custom
     themes and/or node-related modules:
      - themes: node_index($node->attribute) -> node_index($node)
      - node modules: attribute -> attributes
2001-06-11 20:01:13 +00:00
..
comment.inc This a rather large commit that needs a lot of fine-tuning. If you 2001-06-10 15:01:20 +00:00
common.inc - Changed field_set(), field_get() and field_merge() to use ',' and 2001-06-11 20:01:13 +00:00
conf.php - Updated the $themes array to include all the themes. 2001-06-07 10:57:41 +00:00
database.inc - Improved db_fetch_array() to return an associative array only: 2001-06-06 18:57:41 +00:00
locale.inc Changes 2001-04-23 11:06:17 +00:00
module.inc - Removed a few lines of dead code. 2001-05-29 21:11:20 +00:00
node.inc - Changed field_set(), field_get() and field_merge() to use ',' and 2001-06-11 20:01:13 +00:00
search.inc - Removed includes/timer.inc: it has been integrated in common.inc. 2001-05-20 19:30:39 +00:00
theme.inc - Changed field_set(), field_get() and field_merge() to use ',' and 2001-06-11 20:01:13 +00:00
user.inc - Improved the rating module: made it possible to define "weights" 2001-05-24 21:49:10 +00:00
variable.inc - Moved most of the options in structure.module to node.module. The 2001-06-02 22:12:35 +00:00