* Populate rev_parent_id
[lhc/web/wiklou.git] / includes /
2008-04-07 Aaron Schulz* Populate rev_parent_id
2008-04-07 Brion Vibber* (13624) Fix regression with manual thumb= parameter...
2008-04-07 Brion Vibber* (6943) Added PAGESINCATEGORY: magic word
2008-04-07 Alexandre EmsenhuberAdded parameter to BeforePageDisplay hook so that...
2008-04-07 Aaron SchulzMake it possible to prefix the line by hooks
2008-04-07 Roan KattouwOops, let's use a RIGHT JOIN here rather than an INNER...
2008-04-07 Roan Kattouw(bug 13618) Added rcprop=redirect and rcshow=redirect...
2008-04-06 Aaron SchulzTone down the user margins
2008-04-06 Daniel CannonOh, didn't realize there were constants for the bitfiel...
2008-04-06 Alexandre Emsenhuber(bug 12064) BeforePageDisplay hook is now called for...
2008-04-06 Niklas Laxström* Small cleanups
2008-04-06 Aryeh GregorSlight tweak to last commit: don't preserve whitespace...
2008-04-06 Aryeh GregorPartial revert of r32376: don't strip whitespace from...
2008-04-06 Alexandre Emsenhuber(bug 13630) allow_call_time_pass_reference warnings...
2008-04-06 Aryeh GregorSome random whitespace/style fixes
2008-04-06 Alexandre EmsenhuberPer request of Nikerabbit: add wfDeprecated() to all...
2008-04-06 Aaron SchulzUse different message for log items
2008-04-06 Aaron SchulzUse constant name
2008-04-06 Alexandre EmsenhuberRemoved usage of deprecated settings
2008-04-06 Aryeh GregorMove this stuff to shared.css
2008-04-06 Tim Starling* File redirects are slow: 2 queries per image per...
2008-04-06 Tim Starlingfixed a couple of places where the default DB could...
2008-04-06 Niklas Laxström* Use correct class, I wonder how long this has been...
2008-04-06 Alexandre Emsenhuber* Updated messages.inc per r32836
2008-04-06 Niklas Laxström* Logs are grouped under date headings similar to enhan...
2008-04-06 Daniel CannonUse $wgLang->formatNum to make Nikerabbit happy :)
2008-04-06 Daniel Cannon* Use parsemag to get plural, etc. to work in log entry.
2008-04-06 Daniel Cannonrev_deleted log: only show colon in log message if...
2008-04-06 Daniel CannonRm FIXME, make brackets consistent with the rest of mw
2008-04-06 Daniel CannonMake rev_deleted log entries more intelligible for...
2008-04-06 Aaron SchulzOnly needs [0]
2008-04-05 Niklas Laxström* (bug 13463) Login successful page doesn't use user...
2008-04-05 Bryan Tong Minh(bug 11673) Return error 'unknown_action' in specified...
2008-04-05 Bryan Tong Minh(bug 12136) Extend allowed characters in JSON callback...
2008-04-05 Bryan Tong Minh(bug 11633) Explicitly convert redirect titles to strin...
2008-04-05 Tim Starling* Generalised FileRepoStatus, providing a very similar...
2008-04-05 Tim Starling* Fixed bug 13532, incorrect use of wfFindFile() causin...
2008-04-05 Aaron SchulzUse TS_MW
2008-04-05 Aaron SchulzAnd here...
2008-04-05 Aaron SchulzUpdate doc
2008-04-05 Bryan Tong Minh(bug 13616) Replace underscores in search terms by...
2008-04-05 Alexandre EmsenhuberUgly hack to fix two strict standarts errors:
2008-04-04 Alexandre EmsenhuberForce line breaks to avoid some XHTML errors with some...
2008-04-04 Alexandre EmsenhuberKill no more needed and also false comments
2008-04-04 Niklas Laxström* I assume this was forgotten
2008-04-04 Aaron SchulzUse $dbw->timestamp()
2008-04-04 Bryan Tong MinhShow a normal permissionsErrorPage when the user does...
2008-04-04 Roan KattouwOops, a backtick snuck in
2008-04-04 Roan KattouwActually, let's have that commit() call there anyway...
2008-04-04 Aaron Schulzprivate -> protected (since CleanChanges extends this)
2008-04-04 Bryan Tong MinhMoved file deletion code to a more abstract FileDeleteF...
2008-04-04 Bryan Tong MinhRevert ApiQueryExtLinksUsage.php back to r32772: Forgot...
2008-04-04 Bryan Tong Minh(bug 13606) Added archivename to iiprop
2008-04-04 Roan KattouwAPI:
2008-04-04 Aaron Schulz* Don't show hist link if hidden
2008-04-04 Aaron SchulzDocument and flag some functions
2008-04-04 Aaron SchulzMissed one; use timestamp to use index
2008-04-04 Aaron Schulz* Make revisiondelete queries not suck (many where...
2008-04-04 Aaron Schulz* Add missing /event log action
2008-04-04 Aaron SchulzRemove unused vars
2008-04-03 Alexandre EmsenhuberFixed E_NOTICE when showing old items of delete/revisio...
2008-04-03 Raimond Spekking* Use existent CSS classes for form labels und input...
2008-04-03 Robert StojnićSuboptimal solution for one of the issues behind bug...
2008-04-03 Roan Kattouw(bug 13603) Added siprop=usergroups to meta=siteinfo...
2008-04-03 Aaron SchulzRemove leftover line
2008-04-02 Aaron SchulzAdd showLogExtract() and remove use of FauxRequest...
2008-04-02 Aaron SchulzUse isDeleted()
2008-04-02 Aaron SchulzClean up cache
2008-04-02 Aaron SchulzSlight UI cleanup
2008-04-02 Roan Kattouw(bug 13587) Execute deferred updates in api.php
2008-04-02 Aaron Schulzproper name
2008-04-02 Aaron SchulzDon't show nav links for extracts
2008-04-02 Aaron Schulz* hasRows() is still used
2008-04-02 Aaron SchulzTweak doc
2008-04-02 Aaron SchulzMove isDeleted and userCan functions
2008-04-02 Aaron Schulztypo
2008-04-02 Aaron SchulzStub down Viewer/Reader classes, move LogPager
2008-04-02 Raimond SpekkingUse existing CSS classes for label and input elements...
2008-04-02 Aaron SchulzMake dead show/hide links
2008-04-02 Raimond SpekkingFix a regression from r32685: Show a nice error message...
2008-04-02 Roan KattouwShould've added $dbw->commit() here, hope this fixes...
2008-04-02 Alexandre Emsenhuber* (bug 13431) Show true message source in Special:Allme...
2008-04-02 Alexandre Emsenhuber(bug 13441) Allow Special:Recentchanges to show bots...
2008-04-02 Alexandre Emsenhuber* Show suppress log for that page if user is allowed...
2008-04-02 Raimond SpekkingMove reason field and submit button into fieldset to...
2008-04-02 Aaron SchulzAdd getExcludeClause(), hide items from API too
2008-04-02 Aaron SchulzFake log_id if needed
2008-04-02 Aaron SchulzNO_ACTION_LINK should be here
2008-04-02 Aaron SchulzComment
2008-04-02 Aaron Schulz* User Pager for special:log
2008-04-02 Aaron SchulzUse new fields
2008-04-02 Aryeh Gregor(bug 13562) Misspelled option $wgUserNotifedOnAllChange...
2008-04-02 Andrew GarrettRemove 8-group limit for putting Userrights options...
2008-04-01 Aaron SchulzUse 'suppress' right rather than 'oversight'
2008-04-01 Aaron SchulzImprove log handling for Enhanced RC
2008-04-01 Alexandre Emsenhuber* Marked Revision::compressRevisionText() as static
2008-03-31 Aaron Schulz* Don't show "hide patrolled edits" link for people...
2008-03-31 Aaron SchulzReturn '' to avoid vague cryptic error message when...
2008-03-31 Aaron Schulz$wgStyleVersion
2008-03-31 Aaron Schulz* Add mw-userrights-disabled class to grey out unchange...
next