drupal/includes
Dries Buytaert 34af2a3a8e CHANGES:
- Rewrote the cron system.  Removed cron.module and moved all cron
  related options to settings.module.  Cron was a confusing thing:
  it has been made simpler both in terms of code and configuration.

   + You had to rehash your modules to make the cron show up in
     the list.  This is no longer required.

   + You couldn't tell what cron "watchdog" or cron "story" were
     up to.  Instead, we now display a clear description message
     for every cron involved.

   + The user interface of setting.module - and the admin section
     in general, looks a bit ackward but I couldn't care less and
     don't want to see this improve at the time being.

- Improved setting.module:
   + Now uses variable_set().
   + Added some help and documentaition on how to setup cron.

- Improved ./export.

- Updated CHANGELOG.


TODO:

- I'm now going to look into UnConeD's question with regard to
  check_output() and $theme->node(), as well as the filter and
  macro stuff.  I'll probably be fine-tuning setting.module a
  bit more on my way.
2001-05-19 13:41:52 +00:00
..
comment.inc - Tidied up the field_get() API and improved the implementation of 2001-05-17 20:50:15 +00:00
common.inc - Changed form_file($name) to form_file($title, $name, $size, $description = 0). 2001-05-18 09:17:00 +00:00
database.inc - added new variable: theme_footer which can be used to provide a 2001-04-14 19:29:27 +00:00
locale.inc Changes 2001-04-23 11:06:17 +00:00
module.inc CHANGES: 2001-05-19 13:41:52 +00:00
node.inc - Removed debug output. 2001-05-17 19:51:42 +00:00
search.inc - Code review: improved search API, tidied up the search related code, 2001-05-09 18:28:09 +00:00
setting.php - Updated to only die() if page is directly requested. 2001-05-16 14:45:36 +00:00
structure.inc CHANGES: 2001-05-10 20:40:31 +00:00
theme.inc - Removed the "history"-field from the SQL table "users" and added 2001-05-16 20:54:37 +00:00
timer.inc - improved submit.php: 2001-04-15 17:01:32 +00:00
user.inc - Tidied up the field_get() API and improved the implementation of 2001-05-17 20:50:15 +00:00
variable.inc CHANGES: 2001-05-19 13:41:52 +00:00