* add OutputPage::addScriptFile() for easier adding of JS files, similar to OutputPag...
[lhc/web/wiklou.git] / includes / EditPage.php
2008-05-09 Brion Vibber* add OutputPage::addScriptFile() for easier adding...
2008-05-09 Brion VibberEnsure there's a newline at the end of the editing...
2008-05-03 Niklas Laxström* Xml::
2008-04-23 Rotem Liss* When undoing an edit, make sure it wasn't deleted.
2008-04-15 Aryeh GregorAdd a new hook EditPageBeforeEditConflict to allow...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Alexandre EmsenhuberE_WARNING, thanks to Siebrand for reporting it
2008-04-11 Alexandre EmsenhuberShow edit comment as it will appear in history when...
2008-04-09 Brion Vibber* (bug 13458) Preview/edit toolbar spacing now works...
2008-04-08 Brion Vibbertweak to r32864 -- remove extra parameters from string...
2008-04-06 Aryeh GregorSlight tweak to last commit: don't preserve whitespace...
2008-04-06 Aryeh GregorPartial revert of r32376: don't strip whitespace from...
2008-04-06 Aryeh GregorSome random whitespace/style fixes
2008-04-02 Aaron SchulzAdd showLogExtract() and remove use of FauxRequest...
2008-03-24 Brion Vibber* (bug 1600) Strip extra == section markup == in new...
2008-03-24 Alexandre Emsenhuber* Fixed call to deprecated functions
2008-03-07 Niklas Laxström* Parse MediaWiki message translations with a correct...
2008-03-04 Raimond Spekking* (bug 13019) Message cache for some extensions not...
2008-03-03 Roan KattouwAPIEDIT_VODAFONE BRANCH MERGE:
2008-03-03 Brion VibberCorrection to r31475 -- works with PHP 5.1 now.
2008-03-03 Brion Vibber* (bug 13211) Don't break edit buttons when Image names...
2008-03-01 Roan KattouwFixing bug 13100 by removing a redundant line in EditPa...
2008-02-28 Brion Vibber* (bug 13130) Moved edit token and autosummary fields...
2008-02-26 Roan Kattouw(bug 13100) Added 'preloadtitle' parameter to action...
2008-02-26 Tim StarlingUse a separate redlink parameter for red link determina...
2008-02-25 Andrew GarrettFor pages with hidden categories, add a list of these...
2008-02-24 Brion VibberRevert r31223 -- edit token below the text box means...
2008-02-23 Victor Vasiliev* (bug 13130) Position of wpEditToken input tag in...
2008-02-23 Victor VasilievRevert it back. It's already disabled on enwiki. If...
2008-02-21 Tim Starling* Don't show edit permissions errors on a red link...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Huji(bug 13005) DISPLAYTITLE does not work on preview
2008-02-13 Ryan Schmidt* EditPageBeforeEditButtons hook now passes EditPage...
2008-02-13 Ryan Schmidt* Renamed hook 'ModifyEditButtons' to 'EditPageBeforeEd...
2008-02-12 Ryan Schmidt* ModifyEditButtons hook added for altering the edit...
2008-01-25 Roan KattouwReturning EditPage::AS_HOOK_ERROR rather than false...
2008-01-25 Roan KattouwRe-applying r30130, this time without the EXCEDED/EXCEE...
2008-01-25 Aryeh GregorRevert 30130, completely breaks editing with fatal...
2008-01-24 Roan KattouwRemoving some unused global $wgTitle; statements and...
2008-01-24 Tim StarlingFix fatal error in eval.php
2008-01-24 Aryeh GregorCommit some junk: spacing, braces, parentheses, other...
2008-01-20 Victor VasilievImage redirects:
2008-01-15 Brion Vibber* (bug 12567) Fix for misformatted read-only messages...
2008-01-11 Aryeh GregorI doubt we'll get $this->hookError set to '0', but...
2008-01-11 Aryeh GregorSome random code cleanup/prettification.
2008-01-10 Roan KattouwFixing the mess that was r29539:
2008-01-09 Aryeh GregorClean up some braces, indentation; add profiling to...
2008-01-09 Brion Vibber* (bug 12553) Fixed invalid XHTML in edit conflict...
2008-01-02 Brion Vibber* (bug 12486) Protected titles now give a warning for...
2008-01-02 Aryeh GregorWhen a user is prohibited from creating a page, a title...
2008-01-02 Aryeh GregorChalk another bug up to PHP's lunacy. When a user...
2007-12-23 Aryeh GregorFix last commit adding ID's, I didn't want to remove...
2007-12-23 Aryeh GregorAdd HTML ID's mw-read-only-warning and mw-anon-edit...
2007-12-22 Victor Vasiliev* (bug 12380) Bot-friendly EditPage::spamPage
2007-12-10 Tim StarlingAdd support for parse warnings. Currently only displaye...
2007-11-30 Tim Starling* Add #ifexist invocation count to the limit report...
2007-11-29 Raimond SpekkingCleanup for r27897:
2007-11-27 Raimond Spekking* Show a warning message when creating/editing a user...
2007-11-24 Aaron Schulz*Tweak rev_deleted message
2007-11-20 Andrew Garrett* Ensure that rate-limiting is applied to rollbacks.
2007-11-14 Brion VibberUse == for comparison, not = !
2007-11-12 Tim StarlingAdded EditFilterMerged hook: like EditFilter but uses...
2007-11-04 River Tarnellmissing global $wgTitle causes errors on page save
2007-11-03 David McCabeLiquid Threads EditPage take 3: Now we use $this->mTitl...
2007-11-01 Aaron Schulz*Revert r27091. This breaks some extensions by randomly...
2007-11-01 Niklas Laxström* Fixed E_NOTICE..
2007-11-01 Nick JenkinsPrevent PHP E_STRICT notice: Only variables should...
2007-11-01 David McCabeSplit mTitle into uiTitle and dbTitle; this is explaine...
2007-10-31 Niklas Laxströmprofiling calls
2007-10-30 Rotem LissFixing a variable name, and a PHP warning.
2007-10-30 Yuri AstrakhanMerged from apiedit_vodafone branch, r27042.
2007-10-23 Raimond SpekkingAdd CSS id's for some warning messages
2007-10-18 Brion VibberRevert r26670 [LiquidThreads-related patches] for now:
2007-10-12 David McCabeMerged in changes from Liquid Threads branch including...
2007-10-11 Nick JenkinsTighten up the handling of $wgEmailConfirmToEdit ,...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-28 Aaron Schulz*Don't add redundant perm errors, as the text can get...
2007-09-24 Niklas LaxströmCommitting a version which at least shows the text...
2007-09-14 Brion Vibber* (bug 11342) Fix several 'returnto' links in permissio...
2007-09-13 Brion VibberRevert r25819 -- Adding a floated gallery to image...
2007-09-12 Raimond Spekking* (bug 11243) Show thumbnail on image description page...
2007-09-08 Tim StarlingMoved EditPage::sectionAnchor() and EditPage::pseudoPar...
2007-09-06 Tim LaquaRefining EditPage::pseudoParseSectionAnchor function...
2007-09-06 Brion VibberChange new section summary to use /* blah */ format...
2007-09-06 Tim Laqua(m) Removing debug comment.
2007-09-06 Tim LaquaRefining fix for bug 10836 - taking care of unintended...
2007-09-03 Tim LaquaChanged from wfMsg('newsectionsummary') to wfMsgForCont...
2007-09-03 Tim LaquaMinor - Switched to hardcoded space for 'newsectionsummary'
2007-09-03 Tim LaquaFixed bug 10836
2007-08-31 Aaron Schulz*Don't show the whole edit form if they are not allowed...
2007-08-31 Aaron Schulz*Call OutputPageBeforeHTML on preview (bug 7050)
2007-08-29 Brion Vibber* (bug 11114) Fix regression in read-only mode error...
2007-08-28 Rob Church(bug 11095) Honour "preview on first edit" preference...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-03 Andrew GarrettUse the new userCan changes to display better, clearer...
2007-07-30 Brion VibberUndo r24394; not really comfortable with this change...
2007-07-26 Raimond SpekkingAdding "thumb" to the image editbutton. In this way...
2007-07-25 Nick JenkinsTrivial cosmetic anal-retentive adjustment to four...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
next