MediaWiki  REL1_20
importTextFile.php File Reference

Create or edit 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

Create or edit 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 25 of file importTextFile.php.

Referenced by RandomImageGenerator\__construct(), RecompressTracked\__construct(), ZipDirectoryReader\__construct(), ResourceLoaderFileModule\__construct(), LinkCache\addLinkObj(), ProtectionForm\buildCleanupScript(), Title\countAuthorsBetween(), SpecialWatchlist\cutoffLinks(), SpecialWatchlist\daysLink(), Block\defaultRetroactiveAutoblock(), LocalRepo\deletedFileHasKey(), SiteStatsInit\doAllAndCommit(), UserCache\doQuery(), Skin\editUrlOptions(), Sanitizer\escapeId(), DatabaseMssql\estimateRowCount(), DatabaseMysql\estimateRowCount(), DatabasePostgres\estimateRowCount(), GenerateRandomImages\execute(), SpecialWatchlist\execute(), ApiExpandTemplates\execute(), CommandLineInc\execute(), RefreshImageMetadata\execute(), UpdateCollation\execute(), PPFuzzTest\execute(), DeletedContributionsPage\execute(), PhpHttpRequest\execute(), Revision\fetchFromConds(), PreferencesForm\filterDataForSubmit(), RefreshLinks\fixLinksFromArticle(), Http\get(), InstallerOverrides\getCliInstaller(), DeletedContributionsPage\getForm(), SpecialProtectedtitles\getLevelMenu(), SpecialProtectedpages\getLevelMenu(), Title\getLinksFrom(), Title\getLinksTo(), Preferences\getOptionFromUser(), UsersPager\getQueryInfo(), ImageListPager\getQueryInfo(), LogPager\getQueryInfo(), ResourceLoaderWikiModule\getScript(), BaseTemplate\getSidebar(), ResourceLoaderUserCSSPrefsModule\getStyles(), ResourceLoaderWikiModule\getStyles(), Title\getSubpages(), MysqlInstaller\getTableOptions(), Title\getTemplateLinksFrom(), Title\getTemplateLinksTo(), ResourceLoaderWikiModule\getTitleMtimes(), SpecialProtectedpages\getTypeMenu(), DumpRenderer\handleRevision(), LocalRepo\hiddenFileHasKey(), SpecialWatchlist\hoursLink(), ForeignAPIRepo\httpGet(), DatabaseMssql\insert(), DatabaseOracle\insert(), DatabasePostgres\insert(), DatabaseIbm_db2\insert(), Xml\languageSelector(), Linker\link(), Linker\linkAttribs(), Linker\linkKnown(), Linker\linkUrl(), Xml\listDropDown(), BaseTemplate\makeLink(), BaseTemplate\makeListItem(), SpecialRecentChanges\makeOptionsLink(), DatabaseMssql\makeSelectOptions(), DatabaseOracle\makeSelectOptions(), DatabaseIbm_db2\makeSelectOptions(), DatabasePostgres\makeSelectOptions(), ChangeTags\modifyDisplayQuery(), Xml\monthSelector(), Html\namespaceSelector(), RecompressTracked\newFromCommandLine(), SpecialRecentChanges\optionsPanel(), Http\post(), Preferences\profilePreferences(), ForeignAPIFile\purgeCache(), ForeignAPIFile\purgeThumbnails(), ZipDirectoryReader\read(), UploadFromUrl\reallyFetchFile(), DateFormatter\reformat(), Http\request(), RefreshLinksJob\runForTitleInternal(), TableCleanup\runTable(), DatabaseMssql\select(), DatabaseIbm_db2\select(), DatabaseOracle\selectRow(), DatabaseMssql\selectSQLText(), SpecialWatchlist\showHideLink(), SevenZipStream\stream_open(), ExtraParserTest\testBug8689(), NewParserTest\testParserTest(), CSSJanusTest\testTransformAdvanced(), GlobalTest\testWfShellMaintenanceCmd(), Linker\tooltip(), DatabaseIbm_db2\update(), DatabaseOracle\update(), wfFindFile(), wfMsgExt(), wfShellMaintenanceCmd(), and wfShellWikiCmd().

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

Definition at line 26 of file importTextFile.php.