Experimental merging of edit conflicts
[lhc/web/wiklou.git] / includes / EditPage.php
2004-03-14 Mr. E23Experimental merging of edit conflicts
2004-03-14 Mr. E23Fixed broken edit conflict page
2004-03-13 Tim Starlingbug fix in proxy check
2004-03-10 Tim Starlingproxy check
2004-03-08 Tim Starlinguse the one central list of talk namespaces, don't...
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-05 Mr. E23Added language string 'talkpagetext' before talk page...
2004-02-29 Tim StarlingParser improvements: global variable destruction
2004-02-26 Tim StarlingSplit parser from OutputPage into Parser.php, corrected...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-30 Gabriel WickeSquid integration changes
2004-01-29 Erik Moellerbugfix: edit pages are not articles (resulted in a...
2004-01-28 Evan ProdromouMake it optional to allow anonymous minor edits
2004-01-18 Erik Moeller-$wgEnableEditToolbar, broken in non-English langs...
2004-01-18 Tim Starlingadded $wgEnableEditToolbar to disable JS toolbar
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2004-01-11 Erik MoellerNew edit toolbar for bold, italic, links, headlines...
2003-12-12 Tim StarlingIP substitution in blockedtext
2003-12-11 Brion Vibber(fix regression) Don't select the edit box on preview...
2003-12-10 Brion VibberOnly emit the javascript to set editbox focus when...
2003-12-02 Brion VibberFix regression: view source when editing protected...
2003-11-27 Brion VibberFix article count update on page creation
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-09-09 Brion VibberView source in read-only message when db is locked
2003-08-17 Brion VibberExperimental patch to partially protect against simulta...
2003-08-16 Bogdan StancescuAdded label tags for wcMinoredit and wcWatchthispage...
2003-08-05 Matthias JordanIf the global config variable $wgWhitelistEdit is true...
2003-08-02 Brion VibberExtract the edit page interface functions out of Articl...