| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespaces fixes | Alexandre Emsenhuber | 2012-02-16 | 1 | -94/+94 |
* | Fix user related direct member variable access | Sam Reed | 2012-02-16 | 1 | -2/+2 |
* | (bug 33442) Dont prompt for summary on page creation. | mrbluesky | 2012-02-15 | 1 | -11/+0 |
* | Add an OutputPage to the EditPage::showEditForm:initial to match the EditPage... | Daniel Friesen | 2012-02-15 | 1 | -1/+1 |
* | revert r111225 and r111201 | Mark A. Hershberger | 2012-02-13 | 1 | -6/+2 |
* | ugh, missed this global var | Mark A. Hershberger | 2012-02-11 | 1 | -1/+1 |
* | Follow-up to r111091. Dont paste md5 in the code. | mrbluesky | 2012-02-11 | 1 | -1/+1 |
* | Reverted r111188: backport conflict fodder | Aaron Schulz | 2012-02-11 | 1 | -14/+14 |
* | part 1 of fix for Bug 30332 - API spamblocklist error should provide *all* bl... | Mark A. Hershberger | 2012-02-10 | 1 | -1/+5 |
* | Fixes Bug 18775 - Redirect preview rendering stops prematurely, hides categories | Mark A. Hershberger | 2012-02-10 | 1 | -19/+20 |
* | w/s | Mark A. Hershberger | 2012-02-10 | 1 | -14/+14 |
* | (bug 17416) Don't prompt for summary when summary is preset using &summary= | mrbluesky | 2012-02-09 | 1 | -0/+16 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -5/+5 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | Revert from 107187 to 107186 for bug24430 patch, it causes layout issue | Benny Situ | 2012-01-25 | 1 | -0/+1 |
* | Update comment | mrbluesky | 2012-01-19 | 1 | -1/+1 |
* | Comments on status codes | mrbluesky | 2012-01-19 | 1 | -0/+99 |
* | Moved RessourceLoader modules and stylesheet related stuff from EditPage::edi... | Alexandre Emsenhuber | 2012-01-11 | 1 | -41/+45 |
* | Fix a race condition in classic edit toolbar setup | Brion Vibber | 2012-01-06 | 1 | -1/+9 |
* | * Add typehint to debug Call to a member function getTitle() on a non-object ... | Niklas Laxström | 2012-01-04 | 1 | -4/+3 |
* | Cleanup a few unused variables | Sam Reed | 2012-01-01 | 1 | -1/+0 |
* | Per Nikerabbit, fix for r107653: don't show the "missing revision" warning on... | Alexandre Emsenhuber | 2011-12-31 | 1 | -1/+1 |
* | Per Raymond, fix for r107653: missed two changes from $section to $this->section | Alexandre Emsenhuber | 2011-12-30 | 1 | -2/+2 |
* | * Style fixes in EditPage::showEditForm() to more readable | Alexandre Emsenhuber | 2011-12-30 | 1 | -70/+62 |
* | * Inverted the precedence between section edition and revision undoing, now u... | Alexandre Emsenhuber | 2011-12-30 | 1 | -78/+118 |
* | * Removed usage of Article where possible in EditPage | Alexandre Emsenhuber | 2011-12-30 | 1 | -20/+22 |
* | * Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consisten... | Alexandre Emsenhuber | 2011-12-29 | 1 | -1/+1 |
* | In EditPage::showDiff(): | Alexandre Emsenhuber | 2011-12-26 | 1 | -4/+5 |
* | * (bug 30711) WikiPage::replaceSection() now always the current text when add... | Alexandre Emsenhuber | 2011-12-26 | 1 | -2/+6 |
* | Use 'newsectionheaderdefaultlevel' message when previewing a new section so t... | Alexandre Emsenhuber | 2011-12-25 | 1 | -1/+1 |
* | Per Nikerabbit, follow-up r102024: removed uneeded variable | Alexandre Emsenhuber | 2011-12-24 | 1 | -1/+1 |
* | bug24430 - patch from Chinchin, remove number of column for edit field in pre... | Benny Situ | 2011-12-23 | 1 | -1/+0 |
* | follow-up to r106754 - using strict comparison, adding logic for editing exis... | Ryan Kaldari | 2011-12-20 | 1 | -7/+24 |
* | Fix for r104684 | Sam Reed | 2011-12-20 | 1 | -1/+1 |
* | adding sectiontitle/wgSectionTitle as a new parameter for page editing (so th... | Ryan Kaldari | 2011-12-20 | 1 | -27/+58 |
* | update all core usage of deprecated Title::userCanRead() | Robin Pepermans | 2011-12-13 | 1 | -1/+1 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -0/+7 |
* | * (bug 32617) Fix for edit summary on section 0 containing a bogus section he... | Brion Vibber | 2011-12-06 | 1 | -1/+1 |
* | For bug 32617: lift some code out to a function - EditPage::extractSectionTit... | Brion Vibber | 2011-12-06 | 1 | -6/+19 |
* | Fix notice in r104684 | Roan Kattouw | 2011-11-30 | 1 | -1/+2 |
* | )bug 15521) Use new section summary when the action of adding a new section a... | Roan Kattouw | 2011-11-30 | 1 | -1/+10 |
* | (bug 26854) Invalid user names go unchecked. Applied most of the patch submit... | Roan Kattouw | 2011-11-20 | 1 | -1/+1 |
* | Following r100264, update usages in core | John Du Hart | 2011-11-16 | 1 | -1/+1 |
* | Deprecated WikiPage::preSaveTransform() in favour of Parser::preSaveTransform... | Alexandre Emsenhuber | 2011-11-15 | 1 | -22/+24 |
* | Refactored EditPage::getPreloadedText(): | Alexandre Emsenhuber | 2011-11-13 | 1 | -21/+23 |
* | Moved methods around to group them by functionnality | Alexandre Emsenhuber | 2011-11-12 | 1 | -614/+613 |
* | Made DifferenceEngine use a context instead of global variables and updaters ... | Alexandre Emsenhuber | 2011-11-10 | 1 | -3/+3 |
* | * Changed OutputPage's handling of subtitles to use an array and implode it w... | Alexandre Emsenhuber | 2011-11-08 | 1 | -4/+2 |
* | * Made OuputPage::showPermissionsErrorPage() show a different messages for 'r... | Alexandre Emsenhuber | 2011-11-05 | 1 | -20/+7 |
* | Some cleanup to EditPage: | Alexandre Emsenhuber | 2011-11-04 | 1 | -75/+112 |