Index: branches/1.3.x/install/cache/.gitignore =================================================================== diff -u -N --- branches/1.3.x/install/cache/.gitignore (revision 0) +++ branches/1.3.x/install/cache/.gitignore (revision 16157) @@ -0,0 +1 @@ +file_hashes.php Index: branches/1.3.x/install/cache/class_structure.php =================================================================== diff -u -N --- branches/1.3.x/install/cache/class_structure.php (revision 0) +++ branches/1.3.x/install/cache/class_structure.php (revision 16157) @@ -0,0 +1,27 @@ + 1, + 'classes' => array( + 'CustomEventHandler' => '/modules/custom/units/sections/custom_eh.php', + 'CustomUpgrades' => '/modules/custom/install/upgrades.php', + 'EArticleEventHandler' => '/modules/custom/units/sections/articles/e_article_eh.php', + 'EArticleTagProcessor' => '/modules/custom/units/sections/articles/e_article_tp.php', + 'ECategoryEventHandler' => '/modules/custom/units/sections/categories/e_category_eh.php', + 'ECategoryTagProcessor' => '/modules/custom/units/sections/categories/e_category_tp.php', + 'ELinkEventHandler' => '/modules/custom/units/sections/links/e_link_eh.php', + 'ELinkTagProcessor' => '/modules/custom/units/sections/links/e_link_tp.php', + 'EProductEventHandler' => '/modules/custom/units/sections/products/e_product_eh.php', + 'EProductTagProcessor' => '/modules/custom/units/sections/products/e_product_tp.php', + 'EReviewEventHandler' => '/modules/custom/units/sections/reviews/e_review_eh.php', + 'EUserEventHandler' => '/modules/custom/units/sections/users/e_user_eh.php', + 'EUserTagProcessor' => '/modules/custom/units/sections/users/e_user_tp.php', + 'SampleHelper' => '/modules/custom/units/helpers/sample_helper.php', + 'WidgetEventHandler' => '/modules/custom/units/widgets/widget_eh.php', + 'WidgetTagProcessor' => '/modules/custom/units/widgets/widget_tp.php', + ), +);