Add some newlines in messages
[lhc/web/wiklou.git] / includes /
2009-09-19 Bryan Tong MinhwfMsgExt, instead of wfMsg
2009-09-19 Aaron Schulzbug 20739: fix call to missing function
2009-09-19 Bryan Tong MinhFollow up to r56639: Remove some existence check duplic...
2009-09-19 Bryan Tong MinhFix several messages generated by SpecialUpload::getExi...
2009-09-19 Happy-melonImplement a 'root' permission, which grants all other...
2009-09-19 Happy-melonFix User::idFromName to actually return null on failure...
2009-09-19 Bryan Tong MinhFix overwrite permission checking for users without...
2009-09-18 Raimond SpekkingAdd $wgRCMaxAge to the message 'activeusers-count'...
2009-09-18 Bryan Tong MinhSet wpSourceType to file by default for backwards compa...
2009-09-18 Niklas LaxströmUse Html:: functions
2009-09-18 Tomasz Fincbumping version number as new xsd r54472 was approved...
2009-09-18 Aryeh GregorTighten up unquoted attribute output
2009-09-18 Roan Kattouw* API: (bug 20700) Add amprop=default to list default...
2009-09-18 Aaron Schulztypecast $attribs to an array to avoid on-site notices
2009-09-18 Roan KattouwPartial revert of r56602: remove what is probably accid...
2009-09-18 Andrew GarrettForce changedfilter parameter to integer on Special...
2009-09-18 Aryeh GregorDon't drop default attrib values in non-HTML5
2009-09-18 Andrew GarrettRemove double catlinks on edit page.
2009-09-18 Niklas LaxströmShut up warnings from r56420 that have annoyed us few...
2009-09-18 Siebrand MazelandRevert functional change from r56594. That broke more...
2009-09-18 Siebrand Mazeland* use wfMsgExt with escapenoentities instead of wfMsgHt...
2009-09-18 Siebrand Mazeland* process messages with escapenoentities instead of...
2009-09-17 Alex ZFix for r55393, put the padding:0 on the td's rather...
2009-09-17 Alexandre EmsenhuberOnly set "unserialize_callback_func" if we use it,...
2009-09-17 Aaron Schulzbug 20701: fixed strange breakage from r53173
2009-09-17 Philip TzouFollow up on r56560. Typo.
2009-09-17 Philip TzouFollow up on r55415 and r56458. Use another way to...
2009-09-17 Roan KattouwAPI: Per CR comments on r56091, make the timeout for...
2009-09-17 Michael Dale* minor fix to uploadFromChunks in case its initialized...
2009-09-17 Bryan Tong MinhResolving virtual url of temp path for stashed files...
2009-09-17 Michael Dale* some clean up and defined append function in other...
2009-09-17 Alexandre Emsenhuber* indent debug output produced when both $wgShowDebug...
2009-09-17 Siebrand Mazeland* process messages with escapenoentities instead of...
2009-09-17 Brion VibberFix for r55592: show the direct-page link/create link...
2009-09-17 Alex Zmerge most of r56515 back to trunk (changing Userrights...
2009-09-17 Michael Dale* removed "== true"
2009-09-17 Roan KattouwFix r56091: cache URLs with and without ?version separately
2009-09-17 Michael Dale* adds $wgEnableJS2system check for $wgUseAJAXCategorie...
2009-09-17 Michael Dale* ( bug 18264 ) upload-by-url form was still disabled...
2009-09-17 Andrew GarrettFix bug 20688 (Hidden categories still hidden if there...
2009-09-17 Roan KattouwFollowup to r56174: tooltipAndAccesskey also returns...
2009-09-17 Raimond SpekkingConsistency tweak: Use pipe-separator for diff / hist...
2009-09-17 Raimond SpekkingDo not lower case the message text. This is wrong for...
2009-09-17 Andrew GarrettIn Xml::encodeJsVar, keep backwards compatibility by...
2009-09-17 Siebrand MazelandAdd setting $wgAJAXCategoriesNamespaces to allow config...
2009-09-17 Alex ZFix logic error from r54153. By negating each individua...
2009-09-17 Aaron SchulzActually declare $wgOut ;)
2009-09-17 Aaron Schulzpartial revert of r55447: breaks url wpName prefilling
2009-09-17 Michael Dale* Enhanced OutputPage to support js2 style javascript...
2009-09-17 Aaron Schulzpartial revert on r55573; livePreview() is still used
2009-09-17 Alex ZActually use the filename supplied by the user.
2009-09-17 Brion VibberRevert r53832, r53897, r54145 "(bug 17988) Spaces befor...
2009-09-17 Andrew GarrettFix bug where checking another user's blocked status...
2009-09-17 Andrew GarrettFix regression in r52174 where parameter was not passed...
2009-09-16 Brion Vibberfix for bad entries
2009-09-16 Aaron SchulzDefault $attribs to an array in expandAttributes()
2009-09-16 Chad Horohoefix headers
2009-09-16 Alex Zuse fetchUser statically per r56133
2009-09-16 Brion VibberFix for wikibits.js loading when $wgStylePath != "...
2009-09-16 Alexandre Emsenhuber* (bug 20517) Cancel link from edit page now returns...
2009-09-16 TobiasFollow-up on r56284: LogEventsList::showLogExtract...
2009-09-16 Bryan Tong MinhCleanup SpecialUpload::getExistsWarning which reference...
2009-09-16 Aaron SchulzSet log_page on save
2009-09-16 Alex Z(bug 20655) If $wgHtml5 is false, run attribute values...
2009-09-16 Tim StarlingFix for bug 20601: disable debug output. It can be...
2009-09-16 Andrew GarrettLiquidThreads JS/AJAX updates
2009-09-15 Alexandre Emsenhuberwhitespaces tweaks
2009-09-15 Siebrand Mazeland* fix oversight in r56324 in showMissingArticle() ...
2009-09-15 Andrew GarrettMake Change Tags index name configurable with a new...
2009-09-15 Tim StarlingMore useful debug output for CGI
2009-09-14 Brion VibberClean up a live hack from wmf-deployment r53208: option...
2009-09-14 Brion VibberMerge live hack from wmf-deployment r53208: skip calcul...
2009-09-14 Brion VibberCommit live hack from wmf-deployment r53208: skip user...
2009-09-14 Brion VibberIncrease limit from 500 to 5000 per live hack committed...
2009-09-14 Siebrand MazelandFollow-up to r56324 per IRC comments by Nikerabbit...
2009-09-14 TobiasFixing User::getBlockedStatus which broke r55918. Funct...
2009-09-14 Siebrand MazelandSupport GENDER in 'renameuser-renamed-notice', changing...
2009-09-14 Alex ZReplace the user rename log display for non-existent...
2009-09-14 Aaron Schulzbug 18472 Suppression log filtered by "offender", as...
2009-09-14 Aaron SchulzPG fix for listusers
2009-09-14 Aaron Schulzcode style tweaks
2009-09-14 Roan Kattouw(bug 18180) Special:Export ignores limit, dir, offset...
2009-09-14 Philip TzouUpdate the Chinese conversion tables.
2009-09-14 Alex ZFixes for r56284:
2009-09-13 TobiasFollow-up on r56251 - merging showLogs and showLogExtract
2009-09-13 Aaron SchulzFor wikis with $wgMiserMode off, update activeuser...
2009-09-13 Aaron SchulzRemoved redundant show/hide clutter
2009-09-13 Niklas LaxströmMinor style
2009-09-13 TobiasCreating new function wgOutput->showLogs and including...
2009-09-12 Aaron SchulzAdd getVisibility function (which fixes revisiondelete...
2009-09-12 Happy-melonFix fatal left over from preferences rewrite, that...
2009-09-12 Aaron Schulz* Removed duplicate revdelete links
2009-09-12 Aaron Schulzbug 20470 Edits with user/IP suppression are now marked
2009-09-12 TobiasAdjust the time according to the user configuration...
2009-09-12 Raimond SpekkingFollow-up r56215: Replace hardcoded text with a new...
2009-09-11 Brion VibberForward-port image manipulation disabling hack from...
2009-09-11 Roan KattouwMake os_disableSuggestionsOn() work also when called...
2009-09-11 Alexandre EmsenhuberFix for r55535, per Brion's comment: convert x-coded...
2009-09-11 Alexandre Emsenhuber* (bug 20556) Stub threshold's "other" <input> in Speci...
2009-09-11 Alexandre EmsenhuberFixes for r56068 and r55984:
next