Page MenuHomeIn-Portal Phabricator

in-bulletin
No OneTemporary

File Metadata

Created
Sun, Aug 10, 8:06 AM

in-bulletin

Index: branches/5.3.x/install/cache/.gitignore
===================================================================
--- branches/5.3.x/install/cache/.gitignore (nonexistent)
+++ branches/5.3.x/install/cache/.gitignore (revision 16159)
@@ -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 16159)
@@ -0,0 +1,25 @@
+<?php
+// @codingStandardsIgnoreFile
+
+/**
+ * This file is automatically @generated. Use 'php tools/build_class_map.php' to rebuild it.
+ */
+return array(
+ 'cache_format' => 1,
+ 'classes' => array(
+ 'EmoticonEventHandler' => '/modules/in-bulletin/units/emoticons/emoticon_eh.php',
+ 'InBulletinPrerequisites' => '/modules/in-bulletin/install/prerequisites.php',
+ 'InBulletinUpgrades' => '/modules/in-bulletin/install/upgrades.php',
+ 'PollCommentEventHandler' => '/modules/in-bulletin/units/poll_comments/poll_comment_eh.php',
+ 'PollEventHandler' => '/modules/in-bulletin/units/polls/poll_eh.php',
+ 'PollTagProcessor' => '/modules/in-bulletin/units/polls/poll_tp.php',
+ 'PostEventHandler' => '/modules/in-bulletin/units/posts/post_eh.php',
+ 'PostHelper' => '/modules/in-bulletin/units/helpers/post_helper.php',
+ 'PostTagProcessor' => '/modules/in-bulletin/units/posts/post_tp.php',
+ 'PrivateMessageBodyEventHandler' => '/modules/in-bulletin/units/private_message_body/private_message_body_eh.php',
+ 'PrivateMessageEventHandler' => '/modules/in-bulletin/units/private_messages/private_message_eh.php',
+ 'PrivateMessageTagProcessor' => '/modules/in-bulletin/units/private_messages/private_message_tp.php',
+ 'TopicsEventHandler' => '/modules/in-bulletin/units/topics/topics_event_handler.php',
+ 'TopicsTagProcessor' => '/modules/in-bulletin/units/topics/topics_tag_processor.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 16159)
Property changes on: branches/5.3.x/install/cache
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+file_hashes.php

Event Timeline