r70158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70157‎ | r70158 | r70159 >
Date:18:37, 29 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Work on repository and package definitions
Modified paths:
  • /trunk/extensions/Deployment/Deployment.php (modified) (history)
  • /trunk/extensions/Deployment/includes/PackageDescriptor.php (modified) (history)
  • /trunk/extensions/Deployment/includes/PackageDescriptorParser.php (modified) (history)
  • /trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Deployment/Deployment.php
@@ -10,12 +10,6 @@
1111 * @author Jeroen De Dauw
1212 */
1313
14 -/**
15 - * This documenation group collects source code files belonging to Deployment.
16 - *
17 - * @defgroup Deployment Deployment
18 - */
19 -
2014 if ( !defined( 'MEDIAWIKI' ) ) {
2115 die( 'Not an entry point.' );
2216 }
Index: trunk/extensions/Deployment/includes/PackageDescriptor.php
@@ -19,4 +19,11 @@
2020 */
2121 class PackageDescriptor {
2222
 23+ /**
 24+ * Constructor.
 25+ */
 26+ public function __construct() {
 27+ // TODO
 28+ }
 29+
2330 }
\ No newline at end of file
Index: trunk/extensions/Deployment/includes/PackageDescriptorProcessor.php
@@ -24,6 +24,6 @@
2525 */
2626 public function __construct() {
2727 // TODO
28 - }
 28+ }
2929
3030 }
\ No newline at end of file
Index: trunk/extensions/Deployment/includes/PackageDescriptorParser.php
@@ -26,7 +26,7 @@
2727 */
2828 public function __construct() {
2929 // TODO
30 - }
 30+ }
3131
3232 }
3333

Status & tagging log