|
1 | | -{ |
2 | | - "name": "AutoCreatePage", |
3 | | - "version": "0.6-dev", |
4 | | - "author": [ |
5 | | - "[http://korrekt.org Markus Krötzsch]", |
6 | | - "Daniel Herzig" |
7 | | - ], |
8 | | - "url": "https://www.mediawiki.org/wiki/Extension:AutoCreatePage", |
9 | | - "description": "Provides a parser function to create additional wiki pages with default content when saving a page.", |
10 | | - "license-name": "GPL-2.0+", |
11 | | - "requires": { |
12 | | - "MediaWiki": ">= 1.35" |
13 | | - }, |
14 | | - "AutoloadNamespaces": { |
15 | | - "ACP\\": "src/" |
16 | | - }, |
17 | | - "Hooks": { |
18 | | - "ParserFirstCallInit": "main", |
19 | | - "RevisionDataUpdates": "main", |
20 | | - "SpecialPageBeforeExecute": "main", |
21 | | - "SpecialPageAfterExecute": "main" |
22 | | - }, |
23 | | - "HookHandlers": { |
24 | | - "main": { |
25 | | - "class": "ACP\\AutoCreatePage" |
26 | | - } |
27 | | - }, |
28 | | - "config": { |
29 | | - "AutoCreatePageMaxRecursion": 1, |
30 | | - "AutoCreatePageIgnoreEmptyTitle": false, |
31 | | - "AutoCreatePageNamespaces": null, |
32 | | - "AutoCreatePageOnSpecialPages": [], |
33 | | - "_prefix": "eg" |
34 | | - }, |
35 | | - "ExtensionMessagesFiles": { |
36 | | - "AutoCreatePageMagic": "AutoCreatePage.i18n.magic.php" |
37 | | - }, |
38 | | - "manifest_version": 1 |
39 | | -} |
| 1 | +{ |
| 2 | + "name": "AutoCreatePage", |
| 3 | + "version": "0.7-dev", |
| 4 | + "author": ["[http://korrekt.org Markus Krötzsch]", "Daniel Herzig"], |
| 5 | + "url": "https://www.mediawiki.org/wiki/Extension:AutoCreatePage", |
| 6 | + "description": "Provides a parser function to create additional wiki pages with default content when saving a page.", |
| 7 | + "license-name": "GPL-2.0+", |
| 8 | + "requires": { |
| 9 | + "MediaWiki": ">= 1.39" |
| 10 | + }, |
| 11 | + "AutoloadNamespaces": { |
| 12 | + "ACP\\": "src/" |
| 13 | + }, |
| 14 | + "Hooks": { |
| 15 | + "ParserFirstCallInit": "main", |
| 16 | + "RevisionDataUpdates": "main", |
| 17 | + "SpecialPageBeforeExecute": "main", |
| 18 | + "SpecialPageAfterExecute": "main" |
| 19 | + }, |
| 20 | + "HookHandlers": { |
| 21 | + "main": { |
| 22 | + "class": "ACP\\AutoCreatePage" |
| 23 | + } |
| 24 | + }, |
| 25 | + "config": { |
| 26 | + "AutoCreatePageMaxRecursion": 1, |
| 27 | + "AutoCreatePageIgnoreEmptyTitle": false, |
| 28 | + "AutoCreatePageNamespaces": null, |
| 29 | + "AutoCreatePageOnSpecialPages": [], |
| 30 | + "_prefix": "eg" |
| 31 | + }, |
| 32 | + "ExtensionMessagesFiles": { |
| 33 | + "AutoCreatePageMagic": "AutoCreatePage.i18n.magic.php" |
| 34 | + }, |
| 35 | + "manifest_version": 1 |
| 36 | +} |
0 commit comments