-
- Downloads
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.
Showing
- CHANGELOG 1 addition, 1 deletionCHANGELOG
- cron.php 1 addition, 8 deletionscron.php
- export 1 addition, 6 deletionsexport
- includes/module.inc 0 additions, 16 deletionsincludes/module.inc
- includes/variable.inc 9 additions, 0 deletionsincludes/variable.inc
- modules/cron.module 0 additions, 65 deletionsmodules/cron.module
- modules/cvs.module 15 additions, 7 deletionsmodules/cvs.module
- modules/headline.module 27 additions, 15 deletionsmodules/headline.module
- modules/rating.module 19 additions, 9 deletionsmodules/rating.module
- modules/settings.module 25 additions, 13 deletionsmodules/settings.module
- modules/watchdog.module 8 additions, 2 deletionsmodules/watchdog.module
- modules/watchdog/watchdog.module 8 additions, 2 deletionsmodules/watchdog/watchdog.module
- updates/2.00-to-x.xx.sql 3 additions, 0 deletionsupdates/2.00-to-x.xx.sql
Loading
Please register or sign in to comment