Prevent minor E_STRICT warning:
[lhc/web/wiklou.git] / includes /
2007-01-22 Nick JenkinsPrevent minor E_STRICT warning:
2007-01-22 Andrew GarrettNew special page, Special:Protectedpages, which shows...
2007-01-21 Antoine MussoNew hook: AjaxAddScript. Used to load some more ajax...
2007-01-21 Antoine MussoIndent output when adding links and meta tags
2007-01-21 Rob ChurchReorder conditions from Werdna's previous commit; short...
2007-01-21 Andrew GarrettIgnore cascading protection for user CSS/JS subpages...
2007-01-21 Antoine MussoRemove any additional trailing slashes when subpaging...
2007-01-21 Brion VibberRevert r19529 ('ajax editors list'); per chat w/ hashar...
2007-01-20 Rob Church(bug 8403) Respect bad image list exceptions in galleri...
2007-01-20 Antoine MussoFix an error introduced with r19483. Pointed out by...
2007-01-20 Antoine MussoOptional feature : 'Ajax show editors' based on an...
2007-01-20 Rob Church(bug 8671) Expose "wpDestFile" as a parameter to "uploa...
2007-01-20 Rob ChurchIntroduce 'CustomEditor' hook; see docs/hooks.txt for...
2007-01-20 Rob Church* (bug 8712) Expose user groups as a JavaScript global...
2007-01-20 Rob ChurchCheck for interface existence in wfLoadAllExtensions...
2007-01-20 Rob Church* (bug 8715) Warn users when editing an interface messa...
2007-01-20 Antoine MussouserCan(Edit|Create|Move) are deprecated : do not use...
2007-01-20 Antoine MussoWe forgot userCanCreate()
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-20 Antoine Mussowhitespaces killing
2007-01-20 Antoine MussoSplit out ParserOptions and ParserOutput classes in...
2007-01-19 Rob Church(bug 8701) Check database lock status when blocking...
2007-01-19 Brion VibberNormalize / to DIRECTORY_SEPARATOR in wfRelativePath...
2007-01-19 Brion VibberFix for MySQL strict mode; explicitly set the deprecate...
2007-01-18 Rob Church(bug 8688) Handle underscores/spaces in Special:Blockip...
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...
next