r70757 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70756‎ | r70757 | r70758 >
Date:08:17, 9 August 2010
Author:jeroendedauw
Status:ok (Comments)
Tags:
Comment:
Added 2 API module stubs, with hopefully for the first time correct svn properties.
Modified paths:
  • /trunk/extensions/Distribution/api/ApiExtension.php (added) (history)
  • /trunk/extensions/Distribution/api/ApiPackage.php (added) (history)
  • /trunk/extensions/Distribution/api/ApiQueryExtensions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Distribution/api/ApiQueryExtensions.php
@@ -1,4 +1,5 @@
22 <?php
 3+
34 /**
45 * API extension for Distribution that allows for the querieng of extensions in the repository.
56 *
Index: trunk/extensions/Distribution/api/ApiPackage.php
@@ -0,0 +1,34 @@
 2+<?php
 3+
 4+/**
 5+ *
 6+ *
 7+ * @file ApiPackage.php
 8+ * @ingroup Distribution
 9+ *
 10+ * @author Jeroen De Dauw
 11+ *
 12+ * This program is free software; you can redistribute it and/or modify
 13+ * it under the terms of the GNU General Public License as published by
 14+ * the Free Software Foundation; either version 2 of the License, or
 15+ * (at your option) any later version.
 16+ *
 17+ * This program is distributed in the hope that it will be useful,
 18+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
 19+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 20+ * GNU General Public License for more details.
 21+ *
 22+ * You should have received a copy of the GNU General Public License along
 23+ * with this program; if not, write to the Free Software Foundation, Inc.,
 24+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 25+ * http://www.gnu.org/copyleft/gpl.html
 26+ */
 27+
 28+/**
 29+ *
 30+ *
 31+ * @ingroup Distribution
 32+ */
 33+class ApiPackage extends ApiQueryBase {
 34+
 35+}
\ No newline at end of file
Property changes on: trunk/extensions/Distribution/api/ApiPackage.php
___________________________________________________________________
Added: svn:eol-style
136 + native
Index: trunk/extensions/Distribution/api/ApiExtension.php
@@ -0,0 +1,34 @@
 2+<?php
 3+
 4+/**
 5+ *
 6+ *
 7+ * @file ApiExtensions.php
 8+ * @ingroup Distribution
 9+ *
 10+ * @author Jeroen De Dauw
 11+ *
 12+ * This program is free software; you can redistribute it and/or modify
 13+ * it under the terms of the GNU General Public License as published by
 14+ * the Free Software Foundation; either version 2 of the License, or
 15+ * (at your option) any later version.
 16+ *
 17+ * This program is distributed in the hope that it will be useful,
 18+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
 19+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 20+ * GNU General Public License for more details.
 21+ *
 22+ * You should have received a copy of the GNU General Public License along
 23+ * with this program; if not, write to the Free Software Foundation, Inc.,
 24+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 25+ * http://www.gnu.org/copyleft/gpl.html
 26+ */
 27+
 28+/**
 29+ *
 30+ *
 31+ * @ingroup Distribution
 32+ */
 33+class ApiExtension extends ApiQueryBase {
 34+
 35+}
\ No newline at end of file
Property changes on: trunk/extensions/Distribution/api/ApiExtension.php
___________________________________________________________________
Added: svn:eol-style
136 + native

Follow-up revisions

RevisionCommit summaryAuthorDate
r70758Follow up to r70757jeroendedauw08:21, 9 August 2010

Comments

#Comment by Reedy (talk | contribs)   11:56, 9 August 2010

eol-style is right

No Id, which you will probably want ;)

Status & tagging log