Updates German
[lhc/web/wiklou.git] / includes /
2007-07-06 Yuri Astrakhanchanged updateArticle to doEdit. This is first of a...
2007-07-06 Yuri AstrakhanAPI: Backlink-style queries (backlinks, imageusage...
2007-07-06 Aryeh GregorUse spiffier variable swap method. Might not be as...
2007-07-06 Andrew GarrettAfter further thought, put undo on page history for...
2007-07-06 Andrew GarrettAdd (undo) buttons onto page history, for people with...
2007-07-06 Rob Church...and remove some un-needed lines
2007-07-06 Rob ChurchUse SiteStats accessors so we benefit from caching...
2007-07-06 Rob ChurchDocument and clean up wfQueriesMustScale(); less verbos...
2007-07-06 Rob Church* Introduce wfScript() wrapper around script path gener...
2007-07-06 Yuri AstrakhanAPI: Documentation cleanup
2007-07-05 Aryeh GregorAdd comment on cacheability of getUserJs() to fend...
2007-07-05 Tim StarlingReturn a ResultWrapper from Database::query() and query...
2007-07-05 Rob ChurchCoding conventions - spacing
2007-07-05 Tim Starlingunused variable
2007-07-05 Rob ChurchImprovements to the watchlist editor per Brion; diff...
2007-07-05 Brion VibberDon't bother including the ajax watch localizations...
2007-07-05 Daniel CannonDeleted trunk/phase3/includes/api/ApiRollback.php Mista...
2007-07-05 Roan KattouwAPI: Adding ucnamespace parameter to list=usercontribs
2007-07-05 Tim Starlinggen=js has the wrong cache properties for language...
2007-07-04 Magnus ManskeFix: mkdir doesn't run recursively on Windows when...
2007-07-04 Rob ChurchRevert part of r23695; "parsemag" is superfluous when...
2007-07-04 Rob ChurchMake WatchlistEditor::extractTitles() more robust when...
2007-07-04 Raimond Spekking* Make {{PLURAL:}} available for 2 messages
2007-07-04 Rob ChurchMove all watchlist editing into WatchlistEditor class...
2007-07-02 Aryeh GregorRevert r23617 per Brion
2007-07-02 Aryeh Gregor* Add 'editsection-brackets' message to allow localizat...
2007-07-02 Roan KattouwAPI: Fixing a bug that caused inprop=protection to...
2007-07-01 Tim StarlingDisplay a distinctive message when the edit token suffi...
2007-07-01 Tim StarlingRespect $wgUseAjax
2007-07-01 Aryeh Gregor* (bug 10422) Change <pre> on CSS/JS pages to <div...
2007-07-01 Tim Starlingforgot to commit this
2007-07-01 Tim Starling* De-crappified JS upload dest check feature. Converted...
2007-07-01 Tim StarlingFixed unnecessary use of the replaceafter option to...
2007-07-01 Magnus ManskeNew javascript for upload page that will show a warning...
2007-07-01 Yuri AstrakhanAPI: Reverted back to r23531 for the reasons listed...
2007-06-30 Roan KattouwRemoving a ')' that broke the entire API
2007-06-30 Roan KattouwAdding rvprop=lastid parameter to prop=revisions that...
2007-06-30 Rob Church(bug 10404) Show rights log fragment for the selected...
2007-06-30 Rob ChurchYes, now actually ditch the old code. :D
2007-06-30 Rob ChurchDitch over-verbose "statement of rights" in Special...
2007-06-30 Aaron Schulz*Mark all versions newer than the time of the latest...
2007-06-30 Aaron Schulz*Use NS_SPECIAL constant to be formal
2007-06-30 Aaron Schulz*Don't fuck over special pages with oldid param
2007-06-29 Yuri AstrakhanAPI: Minor cleanup
2007-06-29 Yuri AstrakhanAPI: Fixed site language code to use global instead...
2007-06-29 Roan KattouwMaking non-fm formats return help text when action...
2007-06-29 Roan KattouwReverting r23562: accidentally modified phase3 rather...
2007-06-29 Roan Kattouw* Separating UI code and DB code in Article::rollback()
2007-06-29 Roan KattouwAdding language in meta=siteinfo (API) (bug 10411)
2007-06-29 Brion Vibberbring $wgCompressRevisions comment in line with post...
2007-06-29 Brion Vibber* Fix empty message checks for message names containing &
2007-06-29 Rob ChurchFix r23553
2007-06-29 Rob ChurchHook callbacks for 'ShowRawCssJs' should do their own...
2007-06-29 Brion Vibber* (bug 10406) Fix Special:Listusers filter form for...
2007-06-29 Raimond SpekkingRevert r23523, r23524, stabbed by Tim :-(
2007-06-29 Tim StarlingRestore MW 1.4 behaviour for Special:Upload -- redirect...
2007-06-29 Rob ChurchClean up handling of custom CSS and JavaScript pages...
2007-06-29 Aryeh GregorOops, one bogus one slipped through.
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Rob Church* Fix read permission check for special pages with...
2007-06-28 Rob ChurchFix broken handling of log views for page titles consis...
2007-06-28 Raimond Spekking* Remove hard coded colons from upload form code, add...
2007-06-28 Rob ChurchPass the two titles in plain text as (unused per defaul...
2007-06-28 Rob ChurchSort out this ridiculous bug in Special:MovePage succes...
2007-06-28 Brion Vibber* Delay AJAX watch initialization until click so IE...
2007-06-28 Rob Church(bug 10398) Honour .php5 script extensions in pre-insta...
2007-06-28 Brion Vibber* Use native XMLHttpRequest class in preference to...
2007-06-28 Brion Vibber* (bug 10396) Fix AJAX error when $wgScriptPath/index...
2007-06-28 Brion Vibber* (bug 10387) Detect and handle '.php5' extension envir...
2007-06-28 Brion VibberTweak API change which broke Makesysop extension. Same...
2007-06-28 Rob Church(bug 10392) Include MediaWiki version details in versio...
2007-06-27 Brion VibberRevert r23034 for the moment; made it hard to clearly...
2007-06-27 Brion VibberFix regression -- wfMkdirParents() started whining...
2007-06-27 Brion VibberStripping out the year/month filter on contribs for...
2007-06-27 Brion Vibber* (bug 7071) Properly handle an 'oldid' passed to view...
2007-06-27 Rob Church* Introduce 'UserEffectiveGroups' hook; see docs/hooks...
2007-06-27 Brion VibberRevert r23471, r23474: restore Special:Version to worki...
2007-06-27 Raimond Spekking* (bug 10365) Localization of Special:Version
2007-06-27 Rob ChurchUse Linker::makeKnownLinkObj(); we have a Title object...
2007-06-27 Rob Church(bug 10360) Fix LogViewer::logLine() for new user log...
2007-06-27 Aryeh Gregor(bug 10377) "Permanent links" to revisions still work...
2007-06-26 Rob ChurchDrop the `redirect=no` thing for non-redirects, per...
2007-06-26 Tim StarlingWhen you log in from cookie, make the session valid...
2007-06-26 Aryeh GregorChange classes for <pre>s per Brion on Wikitech-l
2007-06-26 Tim Starlingload all messages
2007-06-26 Tim StarlingFixed incorrect error message for static member functions
2007-06-26 Raimond Spekking* (bug 10334) Replace normal spaces before percent...
2007-06-26 Raimond Spekking* (bug 10160) Show error message for unknown namespace...
2007-06-26 Aryeh Gregor(bug 6711) Add and to allow finer control over usergr...
2007-06-26 Aryeh Gregor* Wrap site CSS and JavaScript in a <pre> tag, like...
2007-06-25 Rob ChurchXml::monthSelector() -> Allow callers to override the...
2007-06-25 Rob ChurchReset the page title after adding preview parser output...
2007-06-25 Rob ChurchDISPLAYTITLE: Fix comparison, damn fragments...check...
2007-06-25 Rob ChurchRevert r23395, since it won't work (d'oh, of course)
2007-06-25 Rob ChurchOn second thoughts, don't increment the parser cache...
2007-06-25 Rob ChurchFix up DISPLAYTITLE and enable per default:
2007-06-25 Brion Vibber* (bug 10338) Enforce signature length limit in Unicode...
2007-06-25 Rob ChurchGood old PHP 5, and the $recursive parameter to mkdir()
2007-06-25 Rob ChurchClean up the mess that is Xml::monthSelector()...
2007-06-25 Rotem LissFixing the month names - e.g. use 'january', not 'janua...
next