API: minor code cleanup. Bug that exposed secure wiki pages should be fixed.
[lhc/web/wiklou.git] / includes /
2007-05-19 Yuri AstrakhanAPI: minor code cleanup. Bug that exposed secure wiki...
2007-05-19 Yuri AstrakhanAPI: watchlist now reports a proper feed item when...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9927: usercontribs query does not accept...
2007-05-19 Yuri AstrakhanAPI: resolved bug 8772: Parameter to limit results...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9938: Querying by revids on api.php...
2007-05-19 Yuri Astrakhanminor fix -- $ns must be int before comparison
2007-05-18 Rob Church(bug 9886) Give a sample stub link in stub threshold...
2007-05-18 Rob Church* Support passing message arguments to OutputPage:...
2007-05-18 Rob Church* (bug 9628) Show warnings about slave lag on Special...
2007-05-18 Yuri AstrakhanAPI: disabled login module until it is more secure...
2007-05-17 Brion VibberForgot to bump the cache version when making RTL fixes
2007-05-17 Brion VibberFix for regression in variant short-URLs...
2007-05-17 Brion Vibber* Right-align diff line numbers in RTL language display
2007-05-17 Brion VibberAnother tweak for wide diffs: there *is* a CSS 3 draft...
2007-05-17 Nick JenkinsTrying out online PHPlint tool ( icosaedro.it/phplint...
2007-05-16 Brion VibberFix a couple regressions due to diff style changes...
2007-05-16 Greg Sabino MullaneMore defined() that should be isset(), thanks to David...
2007-05-16 Greg Sabino MullaneReplace defined with isset, thanks to David Ford, david...
2007-05-16 Brion Vibberuse $wgStyleVersion in handy-dandy $wgOut->addStyle...
2007-05-16 Magnus ManskeNew hook 'ImageOpenShowImageInlineBefore' for upcoming...
2007-05-16 Brion VibberAdd a version constant for diff cache so it can be...
2007-05-16 Brion Vibber* (bug 1438) Fix for diff table layout on very wide...
2007-05-16 Brion VibberFix regression in even sizing of diff columns; forgot...
2007-05-15 Brion Vibber* (bug 1438) Fix for diff table layout on very wide...
2007-05-15 Yuri Astrakhan* API: JSON format now allows callback parameter
2007-05-15 Greg Sabino MullaneBug 9908: check server version and adjust rank() argume...
2007-05-15 Greg Sabino MullaneRe-add tableName call to insert, whitespace/docs cleanup.
2007-05-15 Tim StarlingRevert r22159 as per wikitech-l.
2007-05-15 Yuri Astrakhan* API: Allow for query extensions
2007-05-15 Greg Sabino MullaneRedo insert() function: support IGNORE option, support...
2007-05-15 Yuri Astrakhan* API: fixed watchlist db selection ('watchlist' db...
2007-05-14 Yuri Astrakhan* API: updated documentation link
2007-05-14 Brion VibberFix regression where $wgActionPaths were not respected...
2007-05-14 Ilmari KaronenIt's dead code, Jim!
2007-05-14 Yuri Astrakhan* API: added property for external links (urls) retrieval
2007-05-14 Yuri Astrakhan* API: added categories property
2007-05-14 Ilmari KaronenAll the MediaWiki: pages linked to from Special:Allmess...
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-05-14 Ilmari Karonenrm useless "!!" left over from testing
2007-05-14 Ilmari Karonenwrap links to redirects in <span class="redirect-in...
2007-05-13 Antoine Mussoexif::version is static
2007-05-13 Antoine Musso#9896 Documentation for wgSquidServers. Patch by Loic...
2007-05-12 Tim Starlinga couple of fixes
2007-05-12 Aaron Schulz*Revert r22121, causes a lot of stuff to redirect to...
2007-05-12 Tim StarlingUse $_SERVER['REQUEST_URI'] instead of $_SERVER['PATH_I...
2007-05-11 River Tarnellinstead of storing every mail as a job, have a job...
2007-05-11 River Tarnellenglish stripping
2007-05-11 River TarnellrunJobs should have a way to only run certain types...
2007-05-10 Antoine MussoFix #5375: profiling does not respect read-only mode
2007-05-10 Antoine MussoSome fixes to avoid Xml::element call with null content...
2007-05-10 River TarnellPHP Fatal error: Call to undefined function request...
2007-05-10 River Tarnell- Http::request(), Http::post()
2007-05-10 Niklas Laxström* Bah, these two aren't even used
2007-05-10 Niklas Laxström* Better use of Xml functions
2007-05-10 Niklas Laxström* Don't show search box when the list is empty
2007-05-10 Raimond Spekking* move hardcoded colons into message files
2007-05-10 Tim StarlingFixed another stat call
2007-05-10 River Tarnellwhen $threshold is 0, page_len and page_is_redirect...
2007-05-10 Tim StarlingDon't check if the thumbnail file exists if $wgGenerate...
2007-05-10 Aryeh GregorIf for some weird reason user-reason is not given a...
2007-05-10 Aryeh Gregor(bug 9860) Fix bug caused by true == 'default' (don...
2007-05-10 Aryeh GregorMake ugly regex slightly less ugly. You don't have...
2007-05-09 Ilmari Karonenapply stub threshold to all content namespaces
2007-05-09 Antoine Musso* Fix #6823: HTML dumping should not increment the...
2007-05-09 Antoine MussoSplit out Linker::formatComment using two new private...
2007-05-09 Ilmari Karonenmake links to MediaWiki pages blue for messages with...
2007-05-09 Ilmari Karonensimplify stub threshold checking
2007-05-09 Ilmari Karonenmove key normalization from wfMsgWeirdKey() to non...
2007-05-09 Ilmari Karonenrm bogus attempt to call Language::getMessage() as...
2007-05-09 Ilmari Karonenwisdom from IRC :)
2007-05-09 Ilmari Karonensimplify wfMsgWeirdKey(), avoid needless DB query
2007-05-09 Niklas Laxström* Use overflow: hidden instead of auto as suggested...
2007-05-09 Aaron Schulz*Remove useless replace call
2007-05-09 Niklas Laxström* 400px is too big for small screens
2007-05-09 Niklas Laxström* Removed inconsistent hard coding of colons
2007-05-09 River Tarnellproper check for useskin parameter
2007-05-09 River Tarnelluseskin=monobook is very sad because generated CSS...
2007-05-09 River Tarnellhelp labels should use wikitext
2007-05-09 River Tarnellincr style version
2007-05-09 River Tarnellneed proper class and styling for prefsections
2007-05-09 River Tarnellput help text inline instead of at the bottom where...
2007-05-08 Ilmari Karonendisallow user js for Special:Userlogin and Special...
2007-05-08 Brion Vibber* (bug 9808) Fix regression that ignored user 'rclimit...
2007-05-08 Ilmari KaronenDisable user scripts on Special:Preferences, to prevent...
2007-05-08 Brion VibberTweak audit hooks
2007-05-08 Domas Mituzasenforce join order for whatlinkshere queries - avoid...
2007-05-08 Brion VibberRevert r21950; breaks four parser tests and allows...
2007-05-08 River TarnellSpecial:Undelete doesn't update page_latest when undele...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-08 River Tarnellmail() sending was not chucking recips properly in...
2007-05-08 River Tarnell(bug 9835) password input should be type="password"
2007-05-07 Brion Vibber* Add hooks for captcha in main user login form
2007-05-07 Niklas Laxström* Escaping the title
2007-05-07 River Tarnell< brion-sushi> Error sending mail: Undefined variable...
2007-05-07 Tim StarlingCompromise: don't reference log_id on MySQL.
2007-05-07 River Tarnell(bug 9812) (regression) Edit links in regular pages...
2007-05-07 Aryeh Gregor(bug 9156) Section edit links break if wikitext heading...
2007-05-06 Domas MituzasAvoid using IN (..) syntax if just single value is...
2007-05-06 Niklas Laxström* Polishing and documentation
2007-05-06 Aaron Schulz*Let users with 'reupload-own' upload over image where...
next