drupal/updates
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
..
1.00-to-2.00.sql - reorganized the ./update directory a bit 2001-03-25 11:25:30 +00:00
2.00-to-x.xx.php Nat: adding a block is nice, but make sure don't forget traling semi-colons on commands... :) 2001-05-14 23:08:29 +00:00
2.00-to-x.xx.sql - Changed field_set(), field_get() and field_merge() to use ',' and 2001-06-11 20:01:13 +00:00