r70120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70119‎ | r70120 | r70121 >
Date:22:44, 28 July 2010
Author:jeroendedauw
Status:deferred (Comments)
Tags:
Comment:
Added some class stubs
Modified paths:
  • /trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php (added) (history)
  • /trunk/extensions/Deployment/includes/PackageDescriptor.php (added) (history)
  • /trunk/extensions/Deployment/includes/PackageRepository.php (added) (history)

Diff [purge]

Index: trunk/extensions/Deployment/includes/PackageDescriptor.php
@@ -0,0 +1,22 @@
 2+<?php
 3+
 4+/**
 5+ * File holding the PackageDescriptor class.
 6+ * Partly based on DeployDescriptor from Ontoprises Deployment Framework.
 7+ *
 8+ * @file PackageDescriptor.php
 9+ * @ingroup Deployment
 10+ *
 11+ * @author Jeroen De Dauw
 12+ * @author Kai K�hn
 13+ */
 14+
 15+/**
 16+ * Package description class.
 17+ *
 18+ * @author Jeroen De Dauw
 19+ * @author Kai K�hn
 20+ */
 21+class PackageDescriptor {
 22+
 23+}
\ No newline at end of file
Index: trunk/extensions/Deployment/includes/PackageRepository.php
@@ -0,0 +1,19 @@
 2+<?php
 3+
 4+/**
 5+ * File holding the PackageRepository class.
 6+ *
 7+ * @file PackageRepository.php
 8+ * @ingroup Deployment
 9+ *
 10+ * @author Jeroen De Dauw
 11+ */
 12+
 13+/**
 14+ * Package description processing class.
 15+ *
 16+ * @author Jeroen De Dauw
 17+ */
 18+class PackageRepository {
 19+
 20+}
\ No newline at end of file
Index: trunk/extensions/Deployment/includes/PackageDescriptiorProcessor.php
@@ -0,0 +1,22 @@
 2+<?php
 3+
 4+/**
 5+ * File holding the PackageDescriptorProcessor class.
 6+ * Partly based on DeployDescriptorProcessor from Ontoprises Deployment Framework.
 7+ *
 8+ * @file PackageDescriptorProcessor.php
 9+ * @ingroup Deployment
 10+ *
 11+ * @author Jeroen De Dauw
 12+ * @author Kai K�hn
 13+ */
 14+
 15+/**
 16+ * Package description processing class.
 17+ *
 18+ * @author Jeroen De Dauw
 19+ * @author Kai K�hn
 20+ */
 21+class PackageDescriptorProcessor {
 22+
 23+}
\ No newline at end of file

Comments

#Comment by Nikerabbit (talk | contribs)   23:37, 28 July 2010

Character encoding and file props?

#Comment by Jeroen De Dauw (talk | contribs)   23:49, 28 July 2010

Oops - will fix in next commit, probably tomorrow

Status & tagging log