]> git.mxchange.org Git - hub.git/commit
Added announcement answer XML, template engine and acceptance of announcements
authorRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 21:47:29 +0000 (21:47 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 21:47:29 +0000 (21:47 +0000)
commitf8fb89d6b4f9b4bfbd5498f784043542ea23ec88
treecfeb0b48838ed3cae3f394afa33c81a946f12d1d
parent7ded3baebf9fca0678a306169ebef250614d183e
Added announcement answer XML, template engine and acceptance of announcements
27 files changed:
.gitattributes
application/hub/config.php
application/hub/exceptions/announcement/.htaccess [new file with mode: 0644]
application/hub/exceptions/announcement/class_AnnouncementNotAcceptedException.php [new file with mode: 0644]
application/hub/main/class_BaseHubSystem.php
application/hub/main/commands/console/class_HubConsoleMainCommand.php
application/hub/main/handler/message-types/anouncement/class_NodeMessageAnnouncementHandler.php
application/hub/main/handler/message-types/class_
application/hub/main/handler/message-types/class_BaseMessageHandler.php
application/hub/main/handler/message-types/self-connect/class_NodeMessageSelfConnectHandler.php
application/hub/main/helper/hub/answer/.htaccess [new file with mode: 0644]
application/hub/main/helper/hub/answer/announcement/.htaccess [new file with mode: 0644]
application/hub/main/helper/hub/answer/announcement/class_NodeAnnouncementMessageAnswerHelper.php [new file with mode: 0644]
application/hub/main/helper/hub/answer/class_BaseHubAnswerHelper.php [new file with mode: 0644]
application/hub/main/nodes/boot/class_HubBootNode.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/nodes/master/class_HubMasterNode.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/template/announcement/class_XmlAnnouncementTemplateEngine.php
application/hub/main/template/answer/.htaccess [new file with mode: 0644]
application/hub/main/template/answer/announcement/.htaccess [new file with mode: 0644]
application/hub/main/template/answer/announcement/class_XmlAnnouncementAnswerTemplateEngine.php [new file with mode: 0644]
application/hub/main/template/class_
application/hub/main/template/connect/class_XmlSelfConnectTemplateEngine.php
application/hub/templates/xml/answer/.htaccess [new file with mode: 0644]
application/hub/templates/xml/answer/announcement/.htaccess [new file with mode: 0644]
application/hub/templates/xml/answer/announcement/announcement_answer.xml [new file with mode: 0644]