* (bug 8136) Introduce 'ArticleUndelete' hook; see docs/hooks.txt for more info
[lhc/web/wiklou.git] / includes /
2007-01-18 Rob Church* (bug 8136) Introduce 'ArticleUndelete' hook; see...
2007-01-18 Brion Vibber* Fix API revision list on PHP 5.2.1; bad reference...
2007-01-18 Niklas Laxström* Escaping and Xml
2007-01-18 Brion Vibber* (bug 8673) Minor fix for web service API content...
2007-01-17 Niklas Laxström* Escape page title
2007-01-17 Niklas Laxström* Label was not working
2007-01-17 Niklas Laxström* Escaping
2007-01-17 Niklas Laxström* Use the nice xml function we have
2007-01-17 Antoine Mussowhitespaces
2007-01-17 Niklas Laxström* Escaping
2007-01-17 Niklas Laxström* Escaping
2007-01-17 Antoine MussoIgnore self closing on closing tags ( '</div />' now...
2007-01-17 Antoine MussoSanitizer now correctly escapes lonely '>' occuring...
2007-01-17 Antoine Musso* Fix hardcoded background color in parserTests.php
2007-01-17 Antoine MussoFix #6171 : magically close tags in tables when not...
2007-01-17 Antoine Mussowhitespaces killing
2007-01-17 Rob Church(bug 8678) Fix detection of self-links for numeric...
2007-01-17 Niklas Laxström* plaintext
2007-01-17 Rob Church(bug 8676) Regression in previewing deleted revisions...
2007-01-17 Niklas Laxström* Unsupport html
2007-01-17 Andrew Garrett- $term = htmlspecialchars( $term );
2007-01-17 Andrew GarrettAdd autoconfirmation by edit count. Users must have...
2007-01-17 Brion Vibberuse wfEscapeShellArg instead of escapeshellarg on the...
2007-01-17 Ilmari KaronenQuick fix to make diffonly work properly on category...
2007-01-17 Brion Vibber* Add title prefix search for Special:Undelete
2007-01-17 Brion VibberApply most of the code tweaks from the live site:
2007-01-16 Rob ChurchDon't do auto-patrolling if patrolling is switched off
2007-01-16 Antoine Mussokill whitespaces
2007-01-16 Antoine MussoMake declaration compatible with QueryPage::formatResult
2007-01-16 Rob Church* Introduce "BookInformation" hook; see docs/hooks...
2007-01-16 Rob Church* (bug 8621) Log revisions marked as patrolled
2007-01-16 Rotem LissAdding var declaration.
2007-01-16 Greg Sabino MullaneRefactor versioning from setup and store number internally.
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2007-01-15 Antoine MussoFix #8629 : document $wgFilterCallback
2007-01-15 Brion Vibbersome mornings 2 cups of coffee isn't enough
2007-01-15 Ilmari KaronenIE compatibility fix (thanks, howcheng): don't pass...
2007-01-15 Brion Vibbers/htmlspecialchars/urlencode/ for a URL get parameter
2007-01-15 Aryeh Gregor* (bug 8643) Correctly escape the page-specific CSS...
2007-01-15 Aryeh GregorParser::parse() a) is used by Article, CoreParserFuncti...
2007-01-15 Rob Church* Fix edit and delete links on Special:Brokenredirects
2007-01-15 Rob ChurchTypo in example comment
2007-01-15 Rob ChurchFormat block addresses with underscores better in conve...
2007-01-15 Rob Church(bug 8628) Add user-aware block list link to Special...
2007-01-15 Ivan LaninUse "nstab-special" message instead of "specialpage...
2007-01-15 Ilmari KaronenMake setupCheckboxShiftClick() process all checkboxes...
2007-01-15 Aryeh Gregors/\r\n/\n/
2007-01-14 Aryeh Gregor* Don't iterate through all elements to update tooltips...
2007-01-14 Ilmari Karonenmake section links in edit summaries non-local when...
2007-01-14 Greg Sabino MullaneDon't index old versions via tsearch2
2007-01-14 Rob ChurchFix double-escaping introduced in r19259
2007-01-14 Rob Church* (bug 8522) Provide a "delete" link on Special:Brokenr...
2007-01-14 Rob Church(bug 8407) Disallow indexing of "printable" versions
2007-01-14 Rob Church(bug 8619) Add user-aware "unblock" link to Special...
2007-01-14 Rob Church(bug 7842) Link back to deleted revision list from...
2007-01-14 Tim StarlingFixed diff-related regression, tidy accidentally disabled
2007-01-14 Rotem LissTypo in comment.
2007-01-14 Niklas Laxström* A little bit prettier
2007-01-14 Brion Vibber* (bug 8632) Fix regression in page protection null...
2007-01-14 Brion VibberTemporary(?) optimization; only update templatelinks...
2007-01-14 Brion VibberPLEASE TEST YOUR ONE-LINE COMMITS THANKS
2007-01-14 Leon WeberMade User::edits() use user_editcounts. If it has not...
2007-01-14 Leon WeberMade Linke::userToolLinks() show the contribs link...
2007-01-13 Brion VibberQuick and dirty guard against a FakeTitle making its...
2007-01-13 Tim StarlingRemoved broken __END__ feature.
2007-01-13 Antoine Mussoclean up spaces :p
2007-01-13 Antoine Mussokill whitespaces
2007-01-13 Brion Vibber* Unmaintained Oracle support files have been removed.
2007-01-13 Brion Vibber* Add 'purge' privilege to replace the hardcoded check...
2007-01-13 Brion Vibberuse number_format on bytes/sec in output to make it...
2007-01-13 Brion Vibber* fix last commit so quickUserCan() actually skips...
2007-01-13 Brion Vibberfix benchmark test data downloads; fix link for english...
2007-01-13 Andrew Garrettwhoops, left a debugging die() in there
2007-01-13 Andrew GarrettPossibly partial patch to make userCanEdit avoid runnin...
2007-01-13 Brion Vibber* (bug 7250) Updated Unicode normalization tables to...
2007-01-13 Brion Vibberadjust CleanUpTest to run with PHPUnit 3
2007-01-12 Ilmari Karonenakeytt(id) was broken, fix it; also make sure window...
2007-01-12 Greg Sabino MullaneAdd 2 new select-clause columns to groupby clause.
2007-01-12 Andrew GarrettMissing dollarsign re-added
2007-01-12 Domas MituzasWipe out memcached code from WatchedItem: does not...
2007-01-12 Andrew Garrett"Two"
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-12 Andrew GarrettVarious,
2007-01-12 Brion Vibber* Pass e-mail and real name fields to AuthPlugin::addUs...
2007-01-12 Andrew GarrettVarious tweaks for last commit, including a merge of...
2007-01-12 Andrew GarrettDisplay MULTIPLE culprit pages for cascading protection...
2007-01-12 Brion Vibberfix typo which caused page restrictions to be loaded...
2007-01-12 Nick JenkinsPrevent E_STRICT errors on file upload of the following...
2007-01-12 Andrew GarrettUI stuff for the cascading protection feature - warning...
2007-01-12 Ilmari Karonen(bug 3446) Add user preference to hide page content...
2007-01-12 Andrew GarrettRestore backwards-compatibility for old types of restri...
2007-01-12 Brion VibberPretty up parser test output:
2007-01-12 Domas MituzasPHP and types ;-) mcaccess--, dbaccess--
2007-01-12 Domas Mituzassomeone was lost in type conversion too ;-)
2007-01-11 Domas MituzasI suppose.... someone forgot to uncomment? ;-)
2007-01-11 Brion Vibberremove intrusive debugging line added in r19111
2007-01-11 Leon Weber* (bug 8567) Added hook RawPageViewBeforeOutput just...
2007-01-11 Ilmari Karonenwhitespace
2007-01-11 Ilmari Karonenmake default system messages show on "view source"
2007-01-11 Ilmari KaronenAllow customizing the minimum per-namespace protection...
next