drupal/modules
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
..
block A rather large and important update: 2001-03-07 21:29:40 +00:00
comment A rather large and important update: 2001-03-07 21:29:40 +00:00
drupal - locale module: added documentation (first draft) 2001-02-21 08:25:21 +00:00
locale A rather large and important update: 2001-03-07 21:29:40 +00:00
story A rather large and important update: 2001-03-07 21:29:40 +00:00
watchdog A rather large and important update: 2001-03-07 21:29:40 +00:00
account.module A rather large and important update: 2001-03-07 21:29:40 +00:00
affiliate-site.module - initial import of the preliminary translation code. 2001-02-12 20:40:43 +00:00
backend.class A rather large and important update: 2001-03-07 21:29:40 +00:00
ban.module A rather large and important update: 2001-03-07 21:29:40 +00:00
block.module A rather large and important update: 2001-03-07 21:29:40 +00:00
box.module A rather large and important update: 2001-03-07 21:29:40 +00:00
calendar.class - removed redundant spaces 2001-01-26 13:38:46 +00:00
calendar.module - removed redundant spaces 2001-01-26 13:38:46 +00:00
comment.module A rather large and important update: 2001-03-07 21:29:40 +00:00
cron.module - documentation updates contributed by Michael O'Henly <michael@tenzo.com> 2001-02-05 16:42:38 +00:00
diary.module A rather large and important update: 2001-03-07 21:29:40 +00:00
documentation.module - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
drupal-site.module - small updates 2001-02-10 17:54:51 +00:00
drupal.module - locale module: added documentation (first draft) 2001-02-21 08:25:21 +00:00
faq.module A rather large and important update: 2001-03-07 21:29:40 +00:00
headline.module - locale module: added documentation (first draft) 2001-02-21 08:25:21 +00:00
locale.module A rather large and important update: 2001-03-07 21:29:40 +00:00
module.module - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
rating.module A rather large and important update: 2001-03-07 21:29:40 +00:00
section.module A rather large and important update: 2001-03-07 21:29:40 +00:00
story.module A rather large and important update: 2001-03-07 21:29:40 +00:00
submission.module - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
watchdog.module A rather large and important update: 2001-03-07 21:29:40 +00:00
wishlist.module - removed redundant spaces 2001-01-26 13:38:46 +00:00