drupal/includes
Dries Buytaert 3958a714cd - some important changes to our theme API which can be summerized as:
abstract() + article() = story()

  abstract() and article() have been merged into a new function story()
  which looks like:

  function story($story_object, $reply) {
    if (!reply) {
       // full story
    }
    else {
       // main page version / abstract
    }
  }

  This should allow you to "compress" your theme as abstract() and
  article() tended to be 98% identical.

  => I didn't really merge your themes so I leave it up to *you* to
     improved the code!!! Do it ASAP as we release drupal 2.00 in 7
     days.

  In future we'll have similar functions for other content types as
  for example:

     review($review, $reply);
     enquete($enquete, $reply);
     ...
2001-03-08 08:16:23 +00:00
..
ban.inc A rather large and important update: 2001-03-07 21:29:40 +00:00
comment.inc - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
common.inc - added fine-grained user permission system which allows us to give 2001-02-18 15:14:56 +00:00
database.inc Added "db_insert_id()", a wrapper for mysql_insert_id(); 2001-03-03 22:59:11 +00:00
function.inc - fixed small translation glitch in format_interval 2001-03-01 21:34:09 +00:00
hostname.conf - various smaller updates before I start watching Formula 1 with [a] a 2001-03-04 12:06:13 +00:00
locale.inc - various smaller updates before I start watching Formula 1 with [a] a 2001-03-04 12:06:13 +00:00
module.inc A rather large and important update: 2001-03-07 21:29:40 +00:00
search.inc - initial import of the preliminary translation code. 2001-02-12 20:40:43 +00:00
section.inc - fixed one bug that only showed when up using 4.00 and not with 4.0.4 2001-01-22 08:57:10 +00:00
story.inc - added fine-grained user permission system which allows us to give 2001-02-18 15:14:56 +00:00
theme.inc - fixed small translation glitch in format_interval 2001-03-01 21:34:09 +00:00
timer.inc - initial import of the preliminary translation code. 2001-02-12 20:40:43 +00:00
user.inc - added fine-grained user permission system which allows us to give 2001-02-18 15:14:56 +00:00
watchdog.inc code revision: 2001-03-03 15:30:15 +00:00