Show
Ignore:
Timestamp:
04/05/08 01:31:43 (20 months ago)
Author:
bchoate
Message:

Changes to update type-based touches prior to any rebuilding. Added 'pre_build', 'post_build' callbacks that wrap entire build process (pre_build is called at start of multi-request build process; post_build is called at the end). Added a total publish time message at end of build process. BugId:74814

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/App.pm

    r1769 r1778  
    664664    MT->add_callback('post_save', 0, $app, \&_cb_mark_blog ); 
    665665    MT->add_callback('MT::Blog::post_remove', 0, $app, \&_cb_unmark_blog ); 
     666    MT->add_callback('pre_build', 9, $app, sub { $app->touch_blogs() } ); 
    666667    MT->add_callback('new_user_provisioning', 5, $app, \&_cb_user_provisioning); 
    667668}