MediaWiki  REL1_19
importTextFile.php File Reference

Maintenance script allows creating or editing pages using the contents of a text file. More...

Go to the source code of this file.

Variables

 $options = array( 'help', 'nooverwrite', 'norc' )
 $optionsWithArgs = array( 'title', 'user', 'comment' )

Detailed Description

Maintenance script allows creating or editing pages using the contents of a text file.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Author:
Rob Church <[email protected]>

Definition in file importTextFile.php.


Variable Documentation

$options = array( 'help', 'nooverwrite', 'norc' )

Definition at line 27 of file importTextFile.php.

Referenced by XmlTypeCheck\__construct(), RandomImageGenerator\__construct(), ParserTest\__construct(), RecompressTracked\__construct(), ZipDirectoryReader\__construct(), ResourceLoaderFileModule\__construct(), MWHttpRequest\__construct(), SquidPurgeClientPool\__construct(), UploadForm\__construct(), PathRouter\add(), LinkCache\addLinkObj(), PathRouter\addStrict(), OutputPage\addStyle(), ProtectionForm\buildCleanupScript(), OutputPage\buildCssLinksArray(), SpecialWatchlist\cutoffLinks(), SpecialWatchlist\daysLink(), Block\defaultRetroactiveAutoblock(), LocalRepo\deletedFileHasKey(), PathRouter\doAdd(), SiteStatsInit\doAllAndCommit(), WikiPage\doEditUpdates(), Skin\editUrlOptions(), Sanitizer\escapeId(), DatabaseMssql\estimateRowCount(), DatabaseMysql\estimateRowCount(), DatabasePostgres\estimateRowCount(), DatabaseBase\estimateRowCount(), GenerateRandomImages\execute(), SpecialWatchlist\execute(), ApiExpandTemplates\execute(), CommandLineInc\execute(), RefreshImageMetadata\execute(), PPFuzzTest\execute(), DeletedContributionsPage\execute(), PhpHttpRequest\execute(), MWHttpRequest\factory(), Parser\fetchFile(), Parser\fetchFileAndTitle(), QueryPage\fetchFromCache(), PreferencesForm\filterDataForSubmit(), RepoGroup\findFile(), FileRepo\findFile(), RepoGroup\findFileFromKey(), FileRepo\findFileFromKey(), FileRepo\findFiles(), DatabaseSqlite\fixIgnore(), RefreshLinks\fixLinksFromArticle(), HTMLFormField\flattenOptions(), HTMLMultiSelectField\formatOptions(), HTMLRadioField\formatOptions(), Http\get(), DBLockManager\getConnection(), WikiPage\getContributors(), DeletedContributionsPage\getForm(), SpecialProtectedtitles\getLevelMenu(), SpecialProtectedpages\getLevelMenu(), Title\getLinksFrom(), Title\getLinksTo(), Category\getMembers(), Preferences\getOptionFromUser(), User\getOptions(), UsersPager\getQueryInfo(), ImageListPager\getQueryInfo(), LogPager\getQueryInfo(), ResourceLoaderWikiModule\getScript(), BaseTemplate\getSidebar(), ResourceLoaderUserCSSPrefsModule\getStyles(), ResourceLoaderWikiModule\getStyles(), Title\getSubpages(), MysqlInstaller\getTableOptions(), Title\getTemplateLinksFrom(), Title\getTemplateLinksTo(), ImageHistoryList\getThumbForLine(), ResourceLoaderWikiModule\getTitleMtimes(), SpecialProtectedpages\getTypeMenu(), DumpRenderer\handleRevision(), LocalRepo\hiddenFileHasKey(), SpecialWatchlist\hoursLink(), ForeignAPIRepo\httpGet(), DatabaseSqlite\indexUnique(), DatabaseMssql\insert(), DatabasePostgres\insert(), DatabaseOracle\insert(), DatabaseSqlite\insert(), DatabaseIbm_db2\insert(), DatabaseBase\insert(), Xml\languageSelector(), Linker\link(), Linker\linkAttribs(), Linker\linkKnown(), Linker\linkUrl(), Xml\listDropDown(), Maintenance\loadParamsAndArgs(), Parser\makeImage(), DatabaseSqlite\makeInsertOptions(), DatabaseBase\makeInsertOptions(), BaseTemplate\makeLink(), BaseTemplate\makeListItem(), SpecialRecentChanges\makeOptionsLink(), WikiPage\makeParserOptions(), DatabaseSqlite\makeSelectOptions(), DatabaseMssql\makeSelectOptions(), DatabasePostgres\makeSelectOptions(), DatabaseBase\makeSelectOptions(), DatabaseOracle\makeSelectOptions(), DatabaseIbm_db2\makeSelectOptions(), DatabaseSqlite\makeUpdateOptions(), DatabaseBase\makeUpdateOptions(), ChangeTags\modifyDisplayQuery(), Xml\monthSelector(), Html\namespaceSelector(), RecompressTracked\newFromCommandLine(), ImagePage\openShowImage(), SpecialRecentChanges\optionsPanel(), HTMLSelectAndOtherField\parseMessage(), OutputPage\parserOptions(), Job\pop(), Http\post(), Preferences\profilePreferences(), ForeignAPIFile\purgeCache(), LocalFile\purgeCache(), ForeignAPIFile\purgeThumbnails(), LocalFile\purgeThumbnails(), ZipDirectoryReader\read(), IndexPager\reallyDoQuery(), QueryPage\reallyDoQuery(), DateFormatter\reformat(), Http\request(), RefreshLinksJob\run(), RefreshLinksJob2\run(), TableCleanup\runTable(), ParserTest\runTest(), DatabaseMssql\select(), DatabaseIbm_db2\select(), DatabaseBase\select(), DatabaseBase\selectField(), DatabaseOracle\selectRow(), DatabaseBase\selectRow(), DatabaseMssql\selectSQLText(), DatabaseBase\selectSQLText(), ParserTest\setupRecorder(), SpecialAllpages\showChunk(), SpecialWatchlist\showHideLink(), SpecialWhatLinksHere\showIndirectLinks(), SpecialAllpages\showToplevel(), Parser\startParse(), SevenZipStream\stream_open(), OutputPage\styleLink(), ExtraParserTest\testBug8689(), NewParserTest\testParserTest(), Parser\testPst(), GlobalTest\testWfShellMaintenanceCmd(), ImageGallery\toHTML(), ThumbnailImage\toHtml(), Linker\tooltip(), Parser\transformMsg(), DatabaseIbm_db2\update(), DatabaseOracle\update(), DatabaseBase\update(), Language\userDate(), Language\userTime(), Language\userTimeAndDate(), wfFindFile(), wfMsgExt(), wfShellMaintenanceCmd(), and OutputPage\wrapWikiMsg().

$optionsWithArgs = array( 'title', 'user', 'comment' )

Definition at line 28 of file importTextFile.php.