Page MenuHomeIn-Portal Phabricator

in-news
No OneTemporary

File Metadata

Created
Sat, May 3, 5:21 PM
Index: branches/5.3.x/install/cache/.gitignore
===================================================================
--- branches/5.3.x/install/cache/.gitignore (nonexistent)
+++ branches/5.3.x/install/cache/.gitignore (revision 16162)
@@ -0,0 +1 @@
+file_hashes.php
Index: branches/5.3.x/install/cache/class_structure.php
===================================================================
--- branches/5.3.x/install/cache/class_structure.php (nonexistent)
+++ branches/5.3.x/install/cache/class_structure.php (revision 16162)
@@ -0,0 +1,15 @@
+<?php
+// @codingStandardsIgnoreFile
+
+/**
+ * This file is automatically @generated. Use 'php tools/build_class_map.php' to rebuild it.
+ */
+return array(
+ 'cache_format' => 1,
+ 'classes' => array(
+ 'ArticlesEventHandler' => '/modules/in-news/units/articles/articles_event_handler.php',
+ 'ArticlesTagProcessor' => '/modules/in-news/units/articles/articles_tag_processor.php',
+ 'InNewsPrerequisites' => '/modules/in-news/install/prerequisites.php',
+ 'InNewsUpgrades' => '/modules/in-news/install/upgrades.php',
+ ),
+);
Property changes on: branches/5.3.x/install/cache/class_structure.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/5.3.x/install/cache
===================================================================
--- branches/5.3.x/install/cache (nonexistent)
+++ branches/5.3.x/install/cache (revision 16162)
Property changes on: branches/5.3.x/install/cache
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+file_hashes.php

Event Timeline