Fix #2261: Protect/unprotect do not verify if the page is already
[lhc/web/wiklou.git] / includes /
2005-12-15 Antoine MussoFix #2261: Protect/unprotect do not verify if the page...
2005-12-15 Ævar Arnfjörð Bjar... * New hook: SkinTemplateBuildContentActionUrlsAfterSpec...
2005-12-15 Antoine MussoFix #3991: allow the operation of wikicode on Protect...
2005-12-14 Ævar Arnfjörð Bjar... * Use call_user_func( $func ) rather than $func(),...
2005-12-13 Brion VibberAdd fixme note for ArticleViewHeader hook, which appear...
2005-12-12 Brion Vibber* (bug 3407) Fix encoding of subject and from/to header...
2005-12-12 Brion Vibber* (bug 3211) Include Date, To mail headers when using...
2005-12-12 Brion Vibber* (bug 3073) Keep search parameter on paging in Special...
2005-12-12 Brion Vibber* Fix regression: old version missing from edit links...
2005-12-11 Antoine MussoFix 2536 : 'Related Changes' being shown on non existen...
2005-12-11 Antoine MussoFix 2714 : backlink from special:whatlinkshere was...
2005-12-11 Tim StarlingTypo causing all conflicts to become new section edits
2005-12-11 Magnus ManskeAnother Hook. Poor Peter Pan.
2005-12-11 Brion Vibber* (bug 1600) Trigger edit conflict on duplicate section...
2005-12-11 Magnus ManskeNew hook
2005-12-11 Brion VibberRevert change which broke bajillions of block links
2005-12-11 Ævar Arnfjörð Bjar... * Add hooks that run before the special page function...
2005-12-11 Brion VibberAvar poked in these hooks as a demo for Tom, but they...
2005-12-10 Magnus ManskeHooks! Hoooooks!
2005-12-09 Magnus Manskelayout fix
2005-12-09 Ævar Arnfjörð Bjar... * Implemented a cache for User::getMaxID()
2005-12-09 Magnus Manskenew hook
2005-12-09 Ævar Arnfjörð Bjar... * (bug 3294) A hook intended for use by extensions...
2005-12-09 Ævar Arnfjörð Bjar... * Renamed Special:Blockip to Special:Block
2005-12-08 Ævar Arnfjörð Bjar... * Format deleted revisions correctly
2005-12-08 Ævar Arnfjörð Bjar... * Support a third paramater to Linker::commentBlock...
2005-12-08 Ævar Arnfjörð Bjar... * Don't display the protec/unprotect tab in NS_MEDIAWIKI
2005-12-08 Ævar Arnfjörð Bjar... * Removing undelete permission, useless permission...
2005-12-08 Brion VibberFix typo in moved purge code in onArticleEdit
2005-12-08 Ævar Arnfjörð Bjar... * Documentation: "Check where as the operating" =>...
2005-12-08 Brion Vibber* Use content-lang for sitenotice
2005-12-08 Brion Vibber* (bug 4212) Skip redundant meta-robots tag for default...
2005-12-08 Brion Vibber* (bug 4214) Skip redundant action text inserts into...
2005-12-08 Brion VibberAvoid undefined variable error on null edits
2005-12-08 Brion VibberCleanup...
2005-12-07 Brion Vibber* (bug 4207) Wrong image size when using 100x200px...
2005-12-07 Ævar Arnfjörð Bjar... * Typo in last commit
2005-12-07 Brion Vibber* (bug 4201) Fix user-talk mode for Enotif, and general...
2005-12-07 Magnus Manskesome new hooks, preparing for new extension
2005-12-06 Jens FrankRevert last change, was already fixed in the meantime
2005-12-06 Jens FrankAvoid FATAL ERROR when creating thumbnail of non-existi...
2005-12-06 Tim StarlingLazy initialisation of wgProxyList
2005-12-06 Tim StarlingLazy initialisation of wgProxyList, no flip required
2005-12-06 Tim StarlingMeasurement of the pre-profile setup time
2005-12-06 Ævar Arnfjörð Bjar... + Using usort() on the extensnion list with a callback...
2005-12-06 Ævar Arnfjörð Bjar... * (bug en.wikipedia.org/w/index.php?title=User_talk...
2005-12-06 Rowan CollinsTrivial changes to comments and commented lines in...
2005-12-05 Antoine Mussomake it a bit cleared: users should not modify the...
2005-12-05 Brion Vibber* (bug 4170) Decode HTML character escapes in sort key
2005-12-05 Brion Vibber* (bug 4169) Use $wgLegalTitleChars in pipe trick conve...
2005-12-05 Brion Vibber* (bug 1850) Additional fixes so existing local and...
2005-12-05 Brion VibberDefine $thumbUrl so it isn't undefined on failure
2005-12-05 Brion Vibber* (bug 4167) Fix regression caused by patch for bug 153
2005-12-05 Brion Vibber* Add createpage and createtalk permission keys, allowi...
2005-12-05 Brion VibberDon't disappear a parameter in a derived class just...
2005-12-04 Antoine Mussosome useless calls / unitialized $matches arrays
2005-12-04 Antoine MussoRemove Out::transformBuffer method that does nothing
2005-12-04 Antoine Mussounused dbw , remove call by reference but put a comment
2005-12-04 Antoine Musso* really comment commented live hack (some calls were...
2005-12-04 Antoine Mussoinitialize array before preg_match*
2005-12-04 Antoine Musso* useless calls to tableName
2005-12-04 Antoine MussoRemove never used stuff. There is some $rand = wfRandom...
2005-12-04 Jens FrankReturn error message instead of fatal abort
2005-12-04 Antoine Musso* code formatting
2005-12-04 Antoine Mussofname never used
2005-12-04 Antoine Mussouseless call
2005-12-04 Antoine Musso* argument passed by reference but not changed
2005-12-04 Antoine MussoClean up unused globals!
2005-12-04 Brion Vibber* (bug 4165) Correct validation for user language selec...
2005-12-04 Brion Vibber* (bug 4162) Add $wgThumbnailEpoch timestamp to force...
2005-12-04 Brion Vibber* (bug 153) Adjust thumbnail size calculations to match...
2005-12-04 Tim StarlingOptional summary parameter to action=rollback, for...
2005-12-04 Antoine Musso* code formatting
2005-12-04 Brion VibberRevert experimental hack as discussed on IRC
2005-12-03 Ævar Arnfjörð Bjar... * Removed call to htmlspecialchars(), undesireable
2005-12-03 Antoine MussoFix validation issue with Special:Userlogin , the div...
2005-12-03 Ævar Arnfjörð Bjar... * <onlyinclude> whitespace, only strip the last newline
2005-12-03 Brion Vibber* (bug 1850) Allow red-links on image pages linked...
2005-12-03 Ævar Arnfjörð Bjar... * Added an interface message that controls the layout...
2005-12-03 Brion Vibber* Tweak infinite-template-handling loop for PHP 5.1...
2005-12-02 Tim StarlingFixed extension function parameter passing
2005-12-02 Brion Vibber* (bug 4100, 3049) Add 'edittools' message to hold...
2005-12-02 Tom Gildermake sure new CSS is applied to create form too
2005-12-02 Tom GilderMake e-mail password message not display as error;...
2005-12-02 Tom GilderMajor overhaul of Special:Userlogin
2005-12-02 Ævar Arnfjörð Bjar... * Commiting live hack for handling <onlyinclude> whitespace
2005-12-01 Ævar Arnfjörð Bjar... * Make <onlyinclude> smarter about whitespace
2005-12-01 Ævar Arnfjörð Bjar... * It's not to be expected that when you're viewing...
2005-12-01 Brion Vibber* (bug 4035) Fix prev/next revision links on edit page
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-12-01 Brion Vibber* (bug 1915) Fix edit links when 'direction' used with...
2005-12-01 Brion Vibberfix typo in var name
2005-12-01 Brion Vibber* (bug 4071) Generate passwords long enough for $wgMini...
2005-12-01 Ævar Arnfjörð Bjar... * Typo: $dbname => $dbName
2005-11-30 Brion Vibber* (bug 3922) Further tweaks to bidi overrides in catego...
2005-11-30 Andrius RBugs 4062, 3922 - unrecommended unicode control charact...
2005-11-29 Antoine MussoFix bug 4048 by adding a new 'privacy' link in footer...
2005-11-29 Ævar Arnfjörð Bjar... * Removed Parser::doExponent(), unused
2005-11-29 Brion Vibber* Reduce fractions in display of exif exposure time
2005-11-28 Brion Vibber* (bug 2111) Collapsable exif metadata table, clean...
next