Commit graph

112 commits

Author SHA1 Message Date
Antoine Musso
c771fc9c96 Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
Nick Jenkins
a78478c449 For the maintenance/ directory files:
* Removing unused local vars.
* Removing unused global declarations.
* removing one or two pass-by-refs parameter declarations where not required by PHP5.
* Adding some local variable declarations / initializations (initialized to either to array(), null) to keep static code analyzer happy.
* Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
* Add one or two braces to if-else blocks.
2007-01-12 05:50:03 +00:00
Antoine Musso
72de206a8f Fix #7948 : warn that recentchanges need to be rebuild. 2007-01-07 18:50:26 +00:00
Brion Vibber
f2c29baf9f Update the FSF's address in all these GPL stub headers 2006-04-05 07:43:17 +00:00
Brion Vibber
266d41f165 * Added wfDie() wrapper, and some manual die(-1), to force the return code
to the shell to return nonzero when we crap out with an error.
2006-01-14 02:49:43 +00:00
Brion Vibber
e1ac4eb1b9 * Warn and abort if importDump.php called in read-only mode. 2005-10-05 01:23:22 +00:00
Brion Vibber
316945a633 * (bug 3182) Clear link cache during import to prevent memory leak 2005-09-24 03:44:54 +00:00
Brion Vibber
e90f4e5d07 * Special:Import/importDump fixes: report XML parse errors, accept <minor/> 2005-09-17 11:10:15 +00:00
Brion Vibber
af2177edfd Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
River Tarnell
b817c0c15f merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
Tim Starling
4f3afe35a7 fixed options declaration 2005-07-22 23:31:11 +00:00
Brion Vibber
6a9585b4aa Some code cleanup on Special:Import, add initial version of command-line
dump importer script (importDump.php). Can read from stdin or from file
on command-line (file can be auto-decompressed if gzip and zlib support).
Still needs some work, but basically functions.
2005-07-05 03:16:56 +00:00