Update German
[lhc/web/wiklou.git] / includes /
2007-08-28 Rob Church* (bug 10985) Compromise solution; strike out resolved...
2007-08-28 Rob Church(bug 11022) Use a more accurate page title for Special...
2007-08-28 Rob Church(bug 11094) Update API help for 'siteinfo' - based...
2007-08-28 Rob Church(bug 11095) Honour "preview on first edit" preference...
2007-08-27 Brion Vibber* (bug 11072) Fix regression in API image history query
2007-08-27 Brion VibberRevert bug 10347 stuff -- too-big, too-prominent, too...
2007-08-27 Brion Vibber* (bug 11067) Fix regression in upload conflict thumbna...
2007-08-27 Aaron Schulz*Don't reference $moverestr either, makes things more...
2007-08-27 Aaron Schulz*Make protection notice only care about edit rights
2007-08-27 Brion Vibber* (bug 11082) Fix check for fully-specced table names...
2007-08-27 Raimond SpekkingRemove 'blockedtext-concise'/'autoblockedtext-concise...
2007-08-27 Rob ChurchShow relevant deletion log lines
2007-08-27 Rob Church* Drop useless `image` parameter from deletion links...
2007-08-27 Rob Church(bug 11079) Use 'wpReason' as the comment field name...
2007-08-27 Raimond SpekkingFix a regression from r24808 for some image options.
2007-08-27 Aaron Schulz*Add a space if we already have subtitle content
2007-08-26 Rotem Liss* Adding a newline before the statistics footer, to...
2007-08-26 Aaron Schulz*On second thought, don't use 'diff', might be confusin...
2007-08-26 Aaron Schulz*Rename protected-subtitle messages to something more...
2007-08-26 Brion VibberFix regression caused by r24505 for bug 10683 -- was...
2007-08-26 Niklas Laxström* Double url encoding of title broke Special:Newpages...
2007-08-26 Aaron Schulzforgot to commit this with message tweak
2007-08-26 Aaron Schulz*Generalize function to list UI names for all groups...
2007-08-26 Daniel Cannon(bug 10347) Added subtle message to subtitle indicating...
2007-08-25 Brion Vibber* (bug 11065) Fix regression in handling of wiki-format...
2007-08-25 Aaron Schulz*Use 'USE INDEX' not 'FORCE INDEX'. Database functions...
2007-08-25 Brion VibberFix for restore of image data where oldimage rows hadn...
2007-08-25 Aaron Schulz*oi_metadata can't be null. Some fa_metadata values...
2007-08-25 Brion VibberHack a special case for regression in setting image...
2007-08-25 Tim StarlingUpdate img_sha1 only when it's really needed, instead...
2007-08-23 Tim LaquaAdded SkinAfterBottomScripts hook to Skin::bottomScript...
2007-08-23 Brion Vibber* Resizing transparent GIF images with GD now retains...
2007-08-23 Raimond Spekking* (bug 5206) Add accesskey ',' to 'preferences' navigat...
2007-08-23 Raimond SpekkingRevert r25080, accident commit, sorry :-(
2007-08-23 Raimond Spekking* (bug 5206) Add accesskey ',' to 'preferences' navigat...
2007-08-22 Brion VibberRevert r25037 -- just removes functionality from Specia...
2007-08-22 Brion VibberOrder of link parameters changed in r25049; putting...
2007-08-22 Tim StarlingFixed typo in LocalFileDeleteBatch::execute() which...
2007-08-22 Brion VibberRevert r25047 -- produces confusing, useless behavior...
2007-08-22 Tim StarlingIn ImageGallery:
2007-08-22 Rob Church(bug 11023) Don't register Special:Upload as a special...
2007-08-22 Rob ChurchWhoops, fix up permission check so "deletedhistory...
2007-08-22 Rob Church* (bug 9002) Provide a "view/restore deleted edits...
2007-08-22 Rob Church* Fix "most viewed" heading
2007-08-22 Rob Church* (bug 9026) Incorrect heading numbering when viewing...
2007-08-22 Rob ChurchTweak comment; people seem to whine about this one...
2007-08-22 Rob Church(bug 10985) Special:DoubleRedirects was omitting "fixed...
2007-08-22 Rob Church(bug 9339) Use wfMsgExt() in OutputPage::showErrorPage...
2007-08-22 Rob ChurchAdd links back to the image in deletion and reversion...
2007-08-22 Rob ChurchAdd a class to <strong> for watched links in change...
2007-08-22 Tim LaquaFix f/ PNG-24 Alpha Transparency using GDLIB resizing
2007-08-21 Nick JenkinsAlready had brackets as part of the string.
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-21 Aaron Schulz*If no changes, made, we have no new revision. Make...
2007-08-20 Raimond SpekkingFix a regression from r24808:
2007-08-20 Rob ChurchUse an instance variable, not a static one
2007-08-20 Rob ChurchMore robust existence/sanity checking
2007-08-20 Rob ChurchAs r24950, but for FileDeleteForm
2007-08-20 Rob Church* Fix FileRevertForm::getTimestamp() - stupid assumptio...
2007-08-20 Brion Vibberaaand restore behavior from prior to r24882 on expected...
2007-08-20 Brion VibberThrow an exception for invalid data in expandAttributes...
2007-08-20 Rob ChurchTrim some end-of-file whitespace
2007-08-20 Rob Church(bug 11001) Submit Special:Newpages as a GET, rather...
2007-08-20 Nick JenkinsVariable $titleString seemed to be used before it was...
2007-08-20 Nick JenkinsVariable $user seemed to be used before it was defined...
2007-08-20 Nick JenkinsPrevent E_STRICT warning:
2007-08-19 Aaron Schulz*Update page on null revisions made for uploads
2007-08-17 Rob ChurchRemove some declarations for unused globals...
2007-08-17 Rob Church* Confirmation is now required when deleting old versio...
2007-08-17 Rob ChurchMake Xml::expandAttributes() a bit more robust against...
2007-08-17 Brion Vibberfix regression from r24838 -- lost a '>' char for redir...
2007-08-17 Rob Church* (bug 10971) `aufrom` parameter doesn't work with...
2007-08-16 Rob Church(bug 7890) Don't list redirects to special pages in...
2007-08-16 Daniel CannonHaha .. woops. Left some debugging in there :)
2007-08-16 Daniel Cannon* Fix bug with Protected namespace message when protect...
2007-08-15 Rob Churchwhitespace
2007-08-15 Aaron SchulzTweak ArticleUpdateBeforeRedirect hook a tad
2007-08-15 Rob ChurchDocument hooks in release notes, too, please. Also...
2007-08-15 Aaron Schulz*Add ArticleUpdateBeforeRedirect hook, to allow for...
2007-08-15 Rob Church(bug 8737) Fix warnings caused by incorrect use of...
2007-08-15 Rob ChurchCoerce mOutputHooks to an array; makes things backwards...
2007-08-15 Rob Church(bug 10937) Distinguish overwritten files in upload...
2007-08-15 Rob ChurchReverting r24829; using subtitles leads to an unclear...
2007-08-15 Aaron SchulzUse subtitles to make this consistent with delete/prote...
2007-08-15 Rob ChurchMark static methods as such
2007-08-15 Rob ChurchLanguage::lc() is non-static
2007-08-15 Tim StarlingDon't show warning if the file is missing
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-08-14 Daniel CannonMinor whitespace cleanup ... rmvd closing ?>
2007-08-14 Rob ChurchTweak confusing comment for User::whoIsReal()
2007-08-14 Rob ChurchDocument all methods and mark them public
2007-08-13 Rob ChurchShow edit count in user preferences
2007-08-13 Rob ChurchTweak comment to be clearer these are rights, not groups
2007-08-13 Rob ChurchBetter variable and method naming
2007-08-13 Rob Church* (bug 10902) Unable to fetch user contributions from...
2007-08-13 Rob ChurchTweak comment, "usable" is the purpose of this method...
2007-08-13 Aaron Schulz*Call Article::updateRevisionOn() to update page record...
2007-08-13 Aaron Schulz*Update page_latest to reflect the null revision, like...
2007-08-11 Rob ChurchTreat slave lag warning messages as wiki text and updat...
2007-08-11 Rob Church(bug 10872) Fall back to sane defaults when generating...
next