Go to file
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
database - added a new faq module with administration interface 2001-03-03 15:31:51 +00:00
includes - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
misc New powered-by gif with 3D drop 2001-03-02 22:27:01 +00:00
modules - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
scripts - Took all "rating logic" out of the account.module and moved it into 2001-03-03 11:44:51 +00:00
themes - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
updates - renamed upgrade file 2001-03-03 15:27:00 +00:00
.htaccess - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
CHANGELOG - various smaller updates before I start watching Formula 1 with [a] a 2001-03-04 12:06:13 +00:00
CREDITS - a 2nd batch of various updates 2001-02-10 14:36:49 +00:00
INSTALL - added fine-grained user permission system which allows us to give 2001-02-18 15:14:56 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
account.php A rather large and important update: 2001-03-07 21:29:40 +00:00
admin.php - added a new faq module with administration interface 2001-03-03 15:31:51 +00:00
cron.php - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
error.php - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
export - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
favicon.ico I whipped up a favicon to please our IE using users... 2001-01-04 15:21:43 +00:00
index.php - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
module.php Yet another large batch of updates: 2000-12-23 23:25:28 +00:00
robots.txt Again, a large batch of updates - I'm twisting things around here: 2000-12-16 08:39:01 +00:00
search.php A rather large and important update: 2001-03-07 21:29:40 +00:00
story.php - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00
submit.php - some important changes to our theme API which can be summerized as: 2001-03-08 08:16:23 +00:00