Index: trunk/phase3/includes/api/ApiQueryBlocks.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 10, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiDisabled.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Sep 25, 2008 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Sep 25, 2008 |
| 7 | + * |
8 | 8 | * Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryFilearchive.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.12+ |
| 5 | + * |
5 | 6 | * Created on May 10, 2010 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.12+ |
8 | | - * |
9 | 8 | * Copyright © 2010 Sam Reed |
10 | 9 | * Copyright © 2008 Vasiliev Victor vasilvv@gmail.com, |
11 | 10 | * based on ApiQueryAllpages.php |
— | — | @@ -23,6 +22,8 @@ |
24 | 23 | * with this program; if not, write to the Free Software Foundation, Inc., |
25 | 24 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
26 | 25 | * http://www.gnu.org/copyleft/gpl.html |
| 26 | + * |
| 27 | + * @file |
27 | 28 | */ |
28 | 29 | |
29 | 30 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiImport.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Feb 4, 2009 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2009 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatYaml.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 19, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiResult.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 4, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on June 14, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryCategoryInfo.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on May 13, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on August 16, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Iker Labarga <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatBase.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 19, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryAllimages.php |
— | — | @@ -1,10 +1,10 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
| 5 | + * API for MediaWiki 1.12+ |
| 6 | + * |
5 | 7 | * Created on Mar 16, 2008 |
6 | 8 | * |
7 | | - * API for MediaWiki 1.12+ |
8 | | - * |
9 | 9 | * Copyright © 2008 Vasiliev Victor vasilvv@gmail.com, |
10 | 10 | * based on ApiQueryAllpages.php |
11 | 11 | * |
— | — | @@ -22,6 +22,8 @@ |
23 | 23 | * with this program; if not, write to the Free Software Foundation, Inc., |
24 | 24 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
25 | 25 | * http://www.gnu.org/copyleft/gpl.html |
| 26 | + * |
| 27 | + * @file |
26 | 28 | */ |
27 | 29 | |
28 | 30 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryAllmessages.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Dec 1, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatTxt.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 22, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQuerySearch.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 30, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryLogEvents.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 16, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiUnblock.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Sep 7, 2007 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Sep 7, 2007 |
| 7 | + * |
8 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryWatchlistRaw.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 4, 2008 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatRaw.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Feb 2, 2009 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2009 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryProtectedTitles.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Feb 13, 2009 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2009 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 7, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatDbg.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 22, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryIWLinks.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.17+ |
| 5 | + * |
5 | 6 | * Created on May 14, 2010 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.17+ |
8 | | - * |
9 | 8 | * Copyright © 2010 Sam Reed |
10 | 9 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
11 | 10 | * |
— | — | @@ -22,6 +21,8 @@ |
23 | 22 | * with this program; if not, write to the Free Software Foundation, Inc., |
24 | 23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
25 | 24 | * http://www.gnu.org/copyleft/gpl.html |
| 25 | + * |
| 26 | + * @file |
26 | 27 | */ |
27 | 28 | |
28 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiLogin.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 19, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006-2007 Yuri Astrakhan <Firstname><Lastname>@gmail.com, |
10 | 9 | * Daniel Cannon (cannon dot danielc at gmail dot com) |
11 | 10 | * |
— | — | @@ -22,6 +21,8 @@ |
23 | 22 | * with this program; if not, write to the Free Software Foundation, Inc., |
24 | 23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
25 | 24 | * http://www.gnu.org/copyleft/gpl.html |
| 25 | + * |
| 26 | + * @file |
26 | 27 | */ |
27 | 28 | |
28 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryLangLinks.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on May 13, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatYaml_spyc.php |
— | — | @@ -1,6 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Spyc -- A Simple PHP YAML Class |
| 5 | + * |
| 6 | + * @file |
5 | 7 | * @version 0.2.3 -- 2006-02-04 |
6 | 8 | * @author Chris Wanstrath <chris@ozmm.org> |
7 | 9 | * @see http://spyc.sourceforge.net/ |
Index: trunk/phase3/includes/api/ApiFormatXml.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 19, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryUserInfo.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 30, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatJson.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 19, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 6, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Sep 4, 2006 |
6 | | - * |
7 | 4 | * API for MediaWiki 1.8+ |
8 | 5 | * |
| 6 | + * Created on Sep 4, 2006 |
| 7 | + * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,9 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
| 26 | + * @defgroup API API |
25 | 27 | */ |
26 | 28 | |
27 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
— | — | @@ -29,10 +31,6 @@ |
30 | 32 | } |
31 | 33 | |
32 | 34 | /** |
33 | | - * @defgroup API API |
34 | | - */ |
35 | | - |
36 | | -/** |
37 | 35 | * This is the main API class, used for both external and internal processing. |
38 | 36 | * When executed, it will create the requested formatter object, |
39 | 37 | * instantiate and execute an object associated with the needed action, |
Index: trunk/phase3/includes/api/ApiEmailUser.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on June 1, 2008 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on June 1, 2008 |
| 7 | + * |
8 | 8 | * Copyright © 2008 Bryan Tong Minh <Bryan.TongMinh@Gmail.com> |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryIWBacklinks.php |
— | — | @@ -1,13 +1,12 @@ |
2 | 2 | <?php |
3 | | - |
4 | | -/* |
| 3 | +/** |
| 4 | + * API for MediaWiki 1.17+ |
| 5 | + * |
5 | 6 | * Created on May 14, 2010 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.17+ |
| 8 | + * Copyright © 2010 Sam Reed |
| 9 | + * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
8 | 10 | * |
9 | | - * Copyright (C) 2010 Sam Reed |
10 | | - * Copyright (C) 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
11 | | - * |
12 | 11 | * This program is free software; you can redistribute it and/or modify |
13 | 12 | * it under the terms of the GNU General Public License as published by |
14 | 13 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -22,6 +21,8 @@ |
23 | 22 | * with this program; if not, write to the Free Software Foundation, Inc., |
24 | 23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
25 | 24 | * http://www.gnu.org/copyleft/gpl.html |
| 25 | + * |
| 26 | + * @file |
26 | 27 | */ |
27 | 28 | |
28 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiOpenSearch.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 13, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiHelp.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 6, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiPageSet.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 24, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryWatchlist.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 25, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiBlock.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Sep 4, 2007 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Sep 4, 2007 |
| 7 | + * |
8 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryDisabled.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Sep 25, 2008 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Sep 25, 2008 |
| 7 | + * |
8 | 8 | * Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiPatrol.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.14+ |
| 5 | + * |
5 | 6 | * Created on Sep 2, 2008 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.14+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Soxred93 soxred93@gmail.com, |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiUndelete.php |
— | — | @@ -1,11 +1,11 @@ |
2 | 2 | <?php |
3 | | - |
4 | | -/* |
5 | | - * Created on Jul 3, 2007 |
| 3 | +/** |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
8 | | - * Copyright (C) 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
| 6 | + * Created on Jul 3, 2007 |
9 | 7 | * |
| 8 | + * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
| 9 | + * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
11 | 11 | * it under the terms of the GNU General Public License as published by |
12 | 12 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 7, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryExternalLinks.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on May 13, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 5, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006, 2010 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | /** |
Index: trunk/phase3/includes/api/ApiQueryCategories.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on May 13, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiParamInfo.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Dec 01, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 7, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryInfo.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 25, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryDuplicateFiles.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 27, 2008 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Roan Kattow <Firstname>,<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiUpload.php |
— | — | @@ -1,8 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Created on Aug 21, 2008 |
5 | 4 | * API for MediaWiki 1.8+ |
6 | 5 | * |
| 6 | + * Created on Aug 21, 2008 |
| 7 | + * |
7 | 8 | * Copyright © 2008 - 2010 Bryan Tong Minh <Bryan.TongMinh@Gmail.com> |
8 | 9 | * |
9 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -19,6 +20,8 @@ |
20 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
21 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
22 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
23 | 26 | */ |
24 | 27 | |
25 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryTags.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Jul 9, 2009 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2009 |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFeedWatchlist.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 13, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryUsers.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 30, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 16, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryImages.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on May 13, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryAllLinks.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 7, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryRecentChanges.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 19, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryAllCategories.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on December 12, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryRandom.php |
— | — | @@ -1,10 +1,10 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
| 5 | + * API for MediaWiki 1.8+ |
| 6 | + * |
5 | 7 | * Created on Monday, January 28, 2008 |
6 | 8 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 9 | * Copyright © 2008 Brent Garber |
10 | 10 | * |
11 | 11 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +21,8 @@ |
22 | 22 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 24 | * http://www.gnu.org/copyleft/gpl.html |
| 25 | + * |
| 26 | + * @file |
25 | 27 | */ |
26 | 28 | |
27 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryLinks.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on May 12, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiMove.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Oct 31, 2007 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Oct 31, 2007 |
| 7 | + * |
8 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 25, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiWatch.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Jan 4, 2008 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Yuri Astrakhan <Firstname><Lastname>@gmail.com, |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiLogout.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Jan 4, 2008 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2008 Yuri Astrakhan <Firstname><Lastname>@gmail.com, |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiParse.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Dec 01, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryExtLinksUsage.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on July 7, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryAllpages.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 25, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatWddx.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 22, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiProtect.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Sep 1, 2007 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Sep 1, 2007 |
| 7 | + * |
8 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiPurge.php |
— | — | @@ -1,10 +1,10 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
| 5 | + * API for MediaWiki 1.14+ |
| 6 | + * |
5 | 7 | * Created on Sep 2, 2008 |
6 | 8 | * |
7 | | - * API for MediaWiki 1.14+ |
8 | | - * |
9 | 9 | * Copyright © 2008 Chad Horohoe |
10 | 10 | * |
11 | 11 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +21,8 @@ |
22 | 22 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 24 | * http://www.gnu.org/copyleft/gpl.html |
| 25 | + * |
| 26 | + * @file |
25 | 27 | */ |
26 | 28 | |
27 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryPageProps.php |
— | — | @@ -1,12 +1,11 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 25, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
| 8 | + * Copyright © 2010 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
8 | 9 | * |
9 | | - * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | | - * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
12 | 11 | * it under the terms of the GNU General Public License as published by |
13 | 12 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryBacklinks.php |
— | — | @@ -1,12 +1,11 @@ |
2 | 2 | <?php |
3 | | - |
4 | | -/* |
| 3 | +/** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 16, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
| 8 | + * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
8 | 9 | * |
9 | | - * Copyright (C) 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | | - * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
12 | 11 | * it under the terms of the GNU General Public License as published by |
13 | 12 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiRollback.php |
— | — | @@ -1,11 +1,11 @@ |
2 | 2 | <?php |
3 | | - |
4 | | -/* |
5 | | - * Created on Jun 20, 2007 |
| 3 | +/** |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
8 | | - * Copyright (C) 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
| 6 | + * Created on Jun 20, 2007 |
9 | 7 | * |
| 8 | + * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
| 9 | + * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
11 | 11 | * it under the terms of the GNU General Public License as published by |
12 | 12 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Jul 2, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiExpandTemplates.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 05, 2007 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2007 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiUserrights.php |
— | — | @@ -1,9 +1,10 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * Created on Mar 24, 2009 |
6 | 5 | * API for MediaWiki 1.8+ |
7 | 6 | * |
| 7 | + * Created on Mar 24, 2009 |
| 8 | + * |
8 | 9 | * Copyright © 2009 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 10 | * |
10 | 11 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +21,8 @@ |
21 | 22 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 23 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 24 | * http://www.gnu.org/copyleft/gpl.html |
| 25 | + * |
| 26 | + * @file |
24 | 27 | */ |
25 | 28 | |
26 | 29 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiFormatPhp.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Oct 22, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiQueryBase.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
| 4 | + * API for MediaWiki 1.8+ |
| 5 | + * |
5 | 6 | * Created on Sep 7, 2006 |
6 | 7 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 8 | * Copyright © 2006 Yuri Astrakhan <Firstname><Lastname>@gmail.com |
10 | 9 | * |
11 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -21,6 +20,8 @@ |
22 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
23 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
25 | 26 | */ |
26 | 27 | |
27 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/phase3/includes/api/ApiDelete.php |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | | - * Created on Jun 30, 2007 |
6 | 4 | * API for MediaWiki 1.8+ |
7 | 5 | * |
| 6 | + * Created on Jun 30, 2007 |
| 7 | + * |
8 | 8 | * Copyright © 2007 Roan Kattouw <Firstname>.<Lastname>@home.nl |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
22 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 | * http://www.gnu.org/copyleft/gpl.html |
| 24 | + * |
| 25 | + * @file |
24 | 26 | */ |
25 | 27 | |
26 | 28 | if ( !defined( 'MEDIAWIKI' ) ) { |