| .. |
|
ApiBase.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ApiFeedWatchlist.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
ApiFormatBase.php
|
* (bug 8673) Minor fix for web service API content-type header
|
2007-01-18 00:01:20 +00:00 |
|
ApiFormatJson.php
|
API * better self-description for various modules
|
2006-11-03 06:53:47 +00:00 |
|
ApiFormatJson_json.php
|
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
|
2007-01-20 15:09:52 +00:00 |
|
ApiFormatPhp.php
|
API * better self-description for various modules
|
2006-11-03 06:53:47 +00:00 |
|
ApiFormatWddx.php
|
API * better self-description for various modules
|
2006-11-03 06:53:47 +00:00 |
|
ApiFormatXml.php
|
API * better self-description for various modules
|
2006-11-03 06:53:47 +00:00 |
|
ApiFormatYaml.php
|
API * better self-description for various modules
|
2006-11-03 06:53:47 +00:00 |
|
ApiFormatYaml_spyc.php
|
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
|
2007-01-20 15:09:52 +00:00 |
|
ApiHelp.php
|
*API: rewired generator (more work needed)
|
2006-10-03 05:41:55 +00:00 |
|
ApiLogin.php
|
API * login module parameter format
|
2006-10-17 02:11:29 +00:00 |
|
ApiMain.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
ApiOpenSearch.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ApiPageSet.php
|
Fixed inefficient use of array_keys() introduced by Nick in r17880. If this is setting off alarms, then fix the alarms.
|
2006-11-25 17:11:58 +00:00 |
|
ApiQuery.php
|
API * better self-description for various modules
|
2006-11-03 06:53:47 +00:00 |
|
ApiQueryAllpages.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ApiQueryBacklinks.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ApiQueryBase.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
ApiQueryInfo.php
|
Fixed inefficient use of array_keys() introduced by Nick in r17880. If this is setting off alarms, then fix the alarms.
|
2006-11-25 17:11:58 +00:00 |
|
ApiQueryLogEvents.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
ApiQueryRecentChanges.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ApiQueryRevisions.php
|
* Fix API revision list on PHP 5.2.1; bad reference assignment
|
2007-01-18 02:01:47 +00:00 |
|
ApiQuerySiteinfo.php
|
API * Optimized backlinking query (still needs an index change)
|
2006-10-27 03:50:34 +00:00 |
|
ApiQueryUserContributions.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
ApiQueryWatchlist.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
ApiResult.php
|
API * Optimized revision <rev> tag setting
|
2006-10-18 05:35:24 +00:00 |