[MediaWiki-commits] [Gerrit] mediawiki...ActionEditSubmit[master]: Archive repository

2017-12-06 Thread Umherirrender (Code Review)
Umherirrender has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/394814 )

Change subject: Archive repository
..


Archive repository

Bug: T180808
Change-Id: Ided673d5624a5d4d9d87387f24bedd416e0ef17a
---
D .phpcs.xml
A ARCHIVED
D ActionEditSubmit.hooks.php
D ActionEditSubmit.php
D CODE_OF_CONDUCT.md
D Gruntfile.js
D LICENSE
D README
D composer.json
D i18n/ar.json
D i18n/ast.json
D i18n/ba.json
D i18n/be-tarask.json
D i18n/be.json
D i18n/bg.json
D i18n/br.json
D i18n/ca.json
D i18n/csb.json
D i18n/da.json
D i18n/de.json
D i18n/diq.json
D i18n/en-gb.json
D i18n/en.json
D i18n/es.json
D i18n/eu.json
D i18n/fi.json
D i18n/fr.json
D i18n/gd.json
D i18n/gl.json
D i18n/he.json
D i18n/hi.json
D i18n/hsb.json
D i18n/hu.json
D i18n/ia.json
D i18n/it.json
D i18n/ja.json
D i18n/jv.json
D i18n/kab.json
D i18n/ko.json
D i18n/ksh.json
D i18n/li.json
D i18n/lij.json
D i18n/mg.json
D i18n/mk.json
D i18n/mr.json
D i18n/ms.json
D i18n/nb.json
D i18n/nl.json
D i18n/oc.json
D i18n/pl.json
D i18n/pt-br.json
D i18n/pt.json
D i18n/qqq.json
D i18n/roa-tara.json
D i18n/ru.json
D i18n/skr-arab.json
D i18n/sr-ec.json
D i18n/sv.json
D i18n/te.json
D i18n/tr.json
D i18n/tt-cyrl.json
D i18n/uk.json
D i18n/zh-hans.json
D i18n/zh-hant.json
D package.json
65 files changed, 2 insertions(+), 1,234 deletions(-)

Approvals:
  Umherirrender: Verified; Looks good to me, approved



diff --git a/.phpcs.xml b/.phpcs.xml
deleted file mode 100644
index 5f46cf8..000
--- a/.phpcs.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-   
-   
-   
-   
-   
-   
-   .
-   
-   
-   vendor
-
diff --git a/ARCHIVED b/ARCHIVED
new file mode 100644
index 000..431bf5d
--- /dev/null
+++ b/ARCHIVED
@@ -0,0 +1,2 @@
+This extension was unmaintained for some time and has been archived.
+Please see  for more information.
\ No newline at end of file
diff --git a/ActionEditSubmit.hooks.php b/ActionEditSubmit.hooks.php
deleted file mode 100644
index 7ad068f..000
--- a/ActionEditSubmit.hooks.php
+++ /dev/null
@@ -1,24 +0,0 @@
-https://www.mediawiki.org/wiki/Manual:Hooks/GetLocalURL
-*/
-   static function inlineEditURL( $title, &$url, $query ) {
-   $url = preg_replace( '/(?<=^|&|\?)(action=)edit(?=&|$)/', 
'$1submit', $url );
-
-   return true;
-   }
-}
diff --git a/ActionEditSubmit.php b/ActionEditSubmit.php
deleted file mode 100644
index fc2e184..000
--- a/ActionEditSubmit.php
+++ /dev/null
@@ -1,22 +0,0 @@
- __FILE__,
-   'name' => 'ActionEditSubmit',
-   'author' => 'David Leaman',
-   'version' => '0.1.0',
-   'descriptionmsg' => 'actioneditsubmit-desc',
-   'url' => 
'http://lalashan.mcmaster.ca/theobio/projects/index.php/Extension:ActionEditSubmit',
-   'license-name' => 'GPL-3.0',
-];
-
-$wgAutoloadClasses['ActionEditSubmitHooks'] = __DIR__ . 
'/ActionEditSubmit.hooks.php';
-$wgMessagesDirs['ActionEditSubmit'] = __DIR__ . '/i18n';
-$wgHooks['GetLocalURL'][] = 'ActionEditSubmitHooks::inlineEditURL';
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
deleted file mode 100644
index d8e5d08..000
--- a/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1 +0,0 @@
-The development of this software is covered by a [Code of 
Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index a45071e..000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/*jshint node:true */
-module.exports = function ( grunt ) {
-   grunt.loadNpmTasks( 'grunt-jsonlint' );
-   grunt.loadNpmTasks( 'grunt-banana-checker' );
-
-   grunt.initConfig( {
-   banana: {
-   all: 'i18n/'
-   },
-   jsonlint: {
-   all: [
-   '**/*.json',
-   '!node_modules/**',
-   '!vendor/**'
-   ]
-   }
-   } );
-
-   grunt.registerTask( 'test', [ 'jsonlint', 'banana' ] );
-   grunt.registerTask( 'default', 'test' );
-};
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 818433e..000
--- a/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
-GNU GENERAL PUBLIC LICENSE
-   Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. 
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to 

[MediaWiki-commits] [Gerrit] mediawiki...ActionEditSubmit[master]: Archive repository

2017-12-02 Thread MarcoAurelio (Code Review)
MarcoAurelio has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/394814 )

Change subject: Archive repository
..

Archive repository

Change-Id: Ided673d5624a5d4d9d87387f24bedd416e0ef17a
---
D .phpcs.xml
A ARCHIVED
D ActionEditSubmit.hooks.php
D ActionEditSubmit.php
D CODE_OF_CONDUCT.md
D Gruntfile.js
D LICENSE
D README
D composer.json
D i18n/ar.json
D i18n/ast.json
D i18n/ba.json
D i18n/be-tarask.json
D i18n/be.json
D i18n/bg.json
D i18n/br.json
D i18n/ca.json
D i18n/csb.json
D i18n/da.json
D i18n/de.json
D i18n/diq.json
D i18n/en-gb.json
D i18n/en.json
D i18n/es.json
D i18n/eu.json
D i18n/fi.json
D i18n/fr.json
D i18n/gd.json
D i18n/gl.json
D i18n/he.json
D i18n/hi.json
D i18n/hsb.json
D i18n/hu.json
D i18n/ia.json
D i18n/it.json
D i18n/ja.json
D i18n/jv.json
D i18n/kab.json
D i18n/ko.json
D i18n/ksh.json
D i18n/li.json
D i18n/lij.json
D i18n/mg.json
D i18n/mk.json
D i18n/mr.json
D i18n/ms.json
D i18n/nb.json
D i18n/nl.json
D i18n/oc.json
D i18n/pl.json
D i18n/pt-br.json
D i18n/pt.json
D i18n/qqq.json
D i18n/roa-tara.json
D i18n/ru.json
D i18n/skr-arab.json
D i18n/sr-ec.json
D i18n/sv.json
D i18n/te.json
D i18n/tr.json
D i18n/tt-cyrl.json
D i18n/uk.json
D i18n/zh-hans.json
D i18n/zh-hant.json
D package.json
65 files changed, 2 insertions(+), 1,234 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ActionEditSubmit 
refs/changes/14/394814/1

diff --git a/.phpcs.xml b/.phpcs.xml
deleted file mode 100644
index 5f46cf8..000
--- a/.phpcs.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-   
-   
-   
-   
-   
-   
-   .
-   
-   
-   vendor
-
diff --git a/ARCHIVED b/ARCHIVED
new file mode 100644
index 000..431bf5d
--- /dev/null
+++ b/ARCHIVED
@@ -0,0 +1,2 @@
+This extension was unmaintained for some time and has been archived.
+Please see  for more information.
\ No newline at end of file
diff --git a/ActionEditSubmit.hooks.php b/ActionEditSubmit.hooks.php
deleted file mode 100644
index 7ad068f..000
--- a/ActionEditSubmit.hooks.php
+++ /dev/null
@@ -1,24 +0,0 @@
-https://www.mediawiki.org/wiki/Manual:Hooks/GetLocalURL
-*/
-   static function inlineEditURL( $title, &$url, $query ) {
-   $url = preg_replace( '/(?<=^|&|\?)(action=)edit(?=&|$)/', 
'$1submit', $url );
-
-   return true;
-   }
-}
diff --git a/ActionEditSubmit.php b/ActionEditSubmit.php
deleted file mode 100644
index fc2e184..000
--- a/ActionEditSubmit.php
+++ /dev/null
@@ -1,22 +0,0 @@
- __FILE__,
-   'name' => 'ActionEditSubmit',
-   'author' => 'David Leaman',
-   'version' => '0.1.0',
-   'descriptionmsg' => 'actioneditsubmit-desc',
-   'url' => 
'http://lalashan.mcmaster.ca/theobio/projects/index.php/Extension:ActionEditSubmit',
-   'license-name' => 'GPL-3.0',
-];
-
-$wgAutoloadClasses['ActionEditSubmitHooks'] = __DIR__ . 
'/ActionEditSubmit.hooks.php';
-$wgMessagesDirs['ActionEditSubmit'] = __DIR__ . '/i18n';
-$wgHooks['GetLocalURL'][] = 'ActionEditSubmitHooks::inlineEditURL';
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
deleted file mode 100644
index d8e5d08..000
--- a/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1 +0,0 @@
-The development of this software is covered by a [Code of 
Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index a45071e..000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/*jshint node:true */
-module.exports = function ( grunt ) {
-   grunt.loadNpmTasks( 'grunt-jsonlint' );
-   grunt.loadNpmTasks( 'grunt-banana-checker' );
-
-   grunt.initConfig( {
-   banana: {
-   all: 'i18n/'
-   },
-   jsonlint: {
-   all: [
-   '**/*.json',
-   '!node_modules/**',
-   '!vendor/**'
-   ]
-   }
-   } );
-
-   grunt.registerTask( 'test', [ 'jsonlint', 'banana' ] );
-   grunt.registerTask( 'default', 'test' );
-};
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 818433e..000
--- a/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
-GNU GENERAL PUBLIC LICENSE
-   Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. 
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public