restore section folding
[lhc/web/wiklou.git] / includes / EditPage.php
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik MoellerNew feature:
2004-05-12 Gabriel Wickedon't unescape preview text (made things like \&lt...
2004-05-10 Gabriel Wicketypo
2004-05-10 Gabriel Wickedon't show when previewing
2004-05-10 Gabriel Wickepreview note
2004-05-10 Gabriel Wicke* user css/js preview
2004-05-05 Gabriel Wickeno javascript: of course
2004-05-05 Gabriel Wickeopen edit help in separate window to work around IE...
2004-05-04 Tim StarlingSpam regex feature
2004-04-30 Brion VibberDisable the unsafe redirect default on Article::getCont...
2004-04-29 Gabriel Wickeremoved tawrapper
2004-04-29 Gabriel Wickesome IE6 textarea tweaks
2004-04-24 Angela Beesley Sta... Adds the username of the blocking sysop as a variable...
2004-04-20 Brion VibberFix tag nesting
2004-04-19 Gabriel Wickewrapper div around textarea for ie fix
2004-04-11 Brion VibberFix notice with toolbar option off
2004-04-09 Gabriel Wickeaccess keys and tooltips use wfMsg now
2004-04-09 Gabriel Wickei for 'minor edit'...
2004-04-09 Gabriel Wickeaccesskey w for watch this page checkbox, hardcoded...
2004-04-09 Gabriel Wickewrap removed
2004-04-09 Tim StarlingSome browsers allow submission of the form without...
2004-04-09 Brion VibberXHTMl fixes
2004-04-09 Brion VibberFix notice
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-04-07 Tim Starlingfixed accidental usage of wfFullUrl()
2004-04-06 Tim StarlingCryptographic security in Special:Blockme, in response...
2004-04-03 Brion VibberBasic page rendering and editing now works in XHTML...
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-04-03 Tim StarlingMade wfMerge() work on Windows, and fixed some merge...
2004-03-24 Erik Moeller1) section editing auto-summaries are now formatted...
2004-03-22 Erik Moellerchange auto-summary format from (foo) to =foo=
2004-03-20 Brion VibberClean up initialized variables; fix upload error.
2004-03-20 Brion VibberPut section-edit-summary-title back into head branch...
2004-03-19 Brion VibberRemove recently-added insert-section-title-as-summary...
2004-03-18 Erik Moellerdon't prefill summary again during preview
2004-03-18 Erik Moellerprefill edit summary with section title when section...
2004-03-14 Mr. E23Fixed problems with section editing and merging
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...