Fixed redirect table update per brion's suggestions.
[lhc/web/wiklou.git] / includes /
2006-10-31 Yuri AstrakhanFixed redirect table update per brion's suggestions.
2006-10-31 Brion Vibber* Add tab links from extensions to classic-based skins...
2006-10-31 Greg Sabino MullaneFix incorrect var name.
2006-10-31 Brion Vibber* (bug 7766) Remove redundant / from AJAX requests...
2006-10-31 Tim StarlingAdded {{#special:}} parser function, to give the local...
2006-10-30 Aryeh Gregor(bug 7758) Added wrapper span to "templates used" expla...
2006-10-30 Brion VibberRevert 17297 and 17298 for the moment.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-30 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-29 Yuri AstrakhanUpdates 'redirect' table on each save. WARNING: Breakin...
2006-10-29 Brion Vibber* Fix purging for updated SVG files
2006-10-29 Brion Vibber* (bug 3224) Allow minor edits by bots to skip new...
2006-10-27 Brion Vibber* Remove unsightly "_" from namespace in Special:Allpag...
2006-10-27 Yuri AstrakhanAPI * Optimized backlinking query (still needs an index...
2006-10-26 Brion Vibber* PageArchive can now return a Revision object for...
2006-10-25 Yuri AstrakhanAPI * backlinks (forgot to add)
2006-10-25 Brion Vibber* Allow compound interwiki prefixes in $wgImportSources
2006-10-25 Brion Vibber* (bug 7686) Include id attribute on delete form confir...
2006-10-25 Brion Vibber* (bug 7684) Obey watchcreated preference for Special...
2006-10-25 Nick JenkinsBug 7687: Fix movetalk box checks itself when confirmin...
2006-10-25 Nick JenkinsBug 7369 - Allow "Show Changes" without requiring edit...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-24 Brion Vibber* (bug 7663) Include language variant switcher links...
2006-10-24 Brion Vibber* Fix user_newpass upgrade for prefixed tables (reporte...
2006-10-23 Tim StarlingAdded a per-user limit on password reminder emails...
2006-10-22 Yuri AstrakhanAPI * cache expiration control
2006-10-22 Yuri AstrakhanAPI * Extra profiling for allpages * better help output
2006-10-22 Yuri Astrakhanrenaming ApiQueryRecentchanges.php to ApiQueryRecentCha...
2006-10-22 Yuri Astrakhanrenaming ApiQueryRecentchanges.php to ApiQueryRecentCha...
2006-10-22 Jimmy Collins* (bug 7606) MediaWiki messages for "rss" and "atom...
2006-10-22 Aryeh GregorTweak Cologne Blue style so that all search boxes are...
2006-10-22 Aryeh GregorFix common.css so that it loads correctly, remove inclu...
2006-10-22 Robert StojnićFix bug #7605. For logged-in users use the selected...
2006-10-21 Aryeh GregorBump style version, accidentally missed from last commit.
2006-10-21 Brion Vibber* Include common.css from classic-style skins in main...
2006-10-21 Brion Vibberbumping style version to match live hack.
2006-10-21 Brion Vibber* (bug 6427) Block blocked IPs from using the mail...
2006-10-21 Yuri AstrakhanAPI * touched field format
2006-10-21 Yuri AstrakhanMarked authenticateUserData() as public
2006-10-21 Yuri AstrakhanMarked all functions as static
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-20 Aryeh Gregor(bug 7644) User creations that are aborted by hooks...
2006-10-20 Rotem LissSome cleanup: code style, whitespace, docs, using singl...
2006-10-20 Yuri AstrakhanAPI * Added rudimentary RC list
2006-10-20 Aryeh Gregor* (bug 6276) Stopped search field from getting too...
2006-10-20 Aryeh GregorAdded escapeClass static function to Sanitizer and...
2006-10-20 Aryeh Gregor(bug 5795) CSS class added to body based on page name...
2006-10-20 Nick JenkinsMinor tweak, stops "variable e hides argument" notifica...
2006-10-19 Nick Jenkins* Don't give attackers an opening by echoing back known...
2006-10-19 Tim StarlingExperimental workaround for bugs.php.net/bug.php?id...
2006-10-18 Yuri AstrakhanAPI *
2006-10-18 Tim Starlingdocs
2006-10-18 Aryeh Gregor* (bug 4525) Move section links down visually to same...
2006-10-18 Yuri AstrakhanAPI * HTML is now valid HTML Transitional (thansk nickj)
2006-10-18 Yuri AstrakhanAPI * Optimized revision <rev> tag setting
2006-10-18 Nick JenkinsRevert part of r17066 - ParserOptions private variables...
2006-10-18 Yuri AstrakhanAPI
2006-10-18 Aryeh Gregor* Finish fixing bug 3205, and bump up $wgStyleVersion.
2006-10-17 Tim StarlingPass by reference, allow AutoAuthenticate to create...
2006-10-17 Nick Jenkins* Probably want "$this->mIsGenerator = false;", not...
2006-10-17 Nick Jenkins* Make ParserOptions private variables private.
2006-10-17 Yuri AstrakhanAPI * login module parameter format
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
2006-10-16 Yuri AstrakhanAPI * better profiler modules naming
2006-10-16 Yuri AstrakhanAPI * Enabled global profiling
2006-10-16 Brion Vibber* (bug 7599) Fix thumbnail purging, PHP notices on...
2006-10-16 Brion Vibbersafety first
2006-10-16 Yuri Astrakhan* API: logevents query module (incomplete)
2006-10-16 Brion VibberAvoid new CSS class and id names without mw prefix...
2006-10-16 Brion Vibberbump style version forgotten in r17047 which made big...
2006-10-16 Yuri Astrakhan* API: added prop parameter to watchlist, added partrol...
2006-10-16 Aryeh GregorForgot to bump up style version
2006-10-16 Yuri Astrakhan* API: fixed titleToKey() to convert values to upper...
2006-10-16 Mark BergsmaPurge using HEAD instead of GET, as Squid can match...
2006-10-16 Aryeh Gregor(bug 7587) Fix erroneous id for specialpage tab, enabli...
2006-10-16 Aryeh Gregor(bug 3015) Add CSS ids to subcategory and page sections...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-15 Brion Vibber* Fix regression in autoconfirm permission check
2006-10-15 Mark BergsmaChange the HTCP purge method from 'NONE' to 'GET',...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-15 Tim StarlingAlways grant access to Special:Userlogin, even if the...
2006-10-14 Yuri Astrakhan* API watchlist: Forced an index, enabled generator
2006-10-14 Tim StarlingBC
2006-10-14 Tim StarlingDependency tracking layer for caching.
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
2006-10-14 Tim StarlingConverted User to use lazy initialisation. This is...
2006-10-14 Tim StarlingSkip load balancing stuff if there is only one server
2006-10-14 Tim StarlingMore informative error message in Special:Confirmemail
2006-10-14 Tim StarlingFixed line endings on Windows. Cleaned up PHP 5 error...
2006-10-13 Brion Vibber* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP...
2006-10-13 Brion Vibber* Added global $wgStyleVersion to centralize bumping...
2006-10-13 Brion VibberReverting r16989 -- makes it extremely difficult to...
2006-10-13 Rotem Liss(bug 7560) Separate Special:Categories name and categor...
2006-10-13 Aryeh Gregor(bug 2241) Hide watch tab on edit in favor of checkbox...
2006-10-13 Aryeh Gregor(bug 3205) Stop right floats from stacking horizontally...
2006-10-13 Yuri Astrakhan* API: added watchlist module (incomplete)
2006-10-13 Yuri Astrakhan* API: fixed caching header per jeluf's fix in query.php
2006-10-13 Yuri Astrakhan* API: Enabled output caching to allow proper output...
2006-10-13 Yuri Astrakhan* API: Added revids parameter.
next