Remove leftover div
[lhc/web/wiklou.git] / includes /
2008-09-21 Siebrand MazelandRemove leftover div
2008-09-21 Siebrand Mazeland* Add tooltips for Users and Active users, shortening...
2008-09-21 Chad HorohoeHelps to actually _put_ the info into $wgMemc...
2008-09-21 Chad Horohoe* Lots and lots of docs
2008-09-21 Chad Horohoe(bug 15642) Remove ability for blocked sysops to block...
2008-09-21 Aaron SchulzRun query for people that don't have $wgMiserMode on...
2008-09-21 Tim StarlingRevert r41095, the bug is there because giving an error...
2008-09-21 Tim StarlingLog exceptions encountered in api.php. Check for null...
2008-09-21 Niklas Laxström* An attempt to fix bug 11119
2008-09-21 Tim StarlingFixed more wfGetDB() calls with no arguments.
2008-09-21 Tim StarlingMore specific error messages
2008-09-21 Tim StarlingwfGetDB() needs a parameter.
2008-09-21 Tim StarlingLogging tweaks
2008-09-21 Tim StarlingDebugging code left in, probably needs an option of...
2008-09-21 Tim StarlingRevert r40752. Causes lock contention on site_stats...
2008-09-21 Niklas Laxström* $name is not defined here
2008-09-21 Tim StarlingRevert/rewrite of r40696.
2008-09-21 Aryeh GregorProhibit empty page titles at a low level
2008-09-21 Aryeh GregorWhitespace/braces
2008-09-20 Aaron Schulz* Avoid doing templatelinks query (which can get huge...
2008-09-20 Alex ZMove protection level and protection expiry information...
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-09-20 Aaron SchulzRemove unnecessary transaction
2008-09-20 Aaron SchulzUse cur_id condition alone so that it actually deletes...
2008-09-20 Aaron SchulzRevert r40909, still too slow for comfort
2008-09-20 Aaron SchulzUse normal, more patient, connection attempts for maste...
2008-09-20 Tim Starling* Always log connection errors
2008-09-20 Tim StarlingFixed two patrol bugs:
2008-09-20 Aaron SchulzAdd missing wfProfileOut( __METHOD__ );
2008-09-20 Victor VasilievAdd class to rows so admins can hide groups from Specia...
2008-09-20 Aaron SchulzFix regression from r40636: footer is now parsed again
2008-09-20 Tim StarlingDon't double-escape search terms before highlighting...
2008-09-20 Tim StarlingFixed warning. QueryPage subclasses are required to...
2008-09-20 Tim StarlingFix fatal error, addNewUserLogEntryAutoCreate is invoke...
2008-09-20 Chad Horohoe+doc
2008-09-20 Chad HorohoeLots of doc updates. Documented where I knew what it...
2008-09-20 Tim StarlingRemove rage, looks unprofessional.
2008-09-20 Chad HorohoeFix more doxygen stuff.
2008-09-20 Tim StarlingReverted r40719, plainly flawed, for instance the hard...
2008-09-19 Brion VibberQuickie example adding $wgLang->commaList() to encapsul...
2008-09-19 Brion VibberDrop $wgDBminWordLen from DefaultSettings.php -- hasn...
2008-09-19 Aaron Schulzopps, use trim() instead
2008-09-19 Aaron SchulzTweak edit comment space
2008-09-19 Chad HorohoeAdd accessor to $rootElement, rather than accessing...
2008-09-19 Aaron SchulzClean up inDnsBlacklist()
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-19 Chad HorohoeFix some doxygen stuff.
2008-09-19 Aaron Schulz* Clean up patrol code to not possibly log twice (depen...
2008-09-18 Aaron SchulzWrap $log->addEntry() in transaction
2008-09-18 Alex Z*Don't let the API action=protect set actions that...
2008-09-18 Aaron Schulzimprove log dupe check
2008-09-18 Aaron SchulzComment out log_user_text stuff for now
2008-09-18 Aaron Schulz* Add support for log importing
2008-09-18 Alex Z(bug 12678) Don't show the upload link in the toolbox...
2008-09-18 Aaron Schulztitle -> logtitle
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-18 Brion VibberCleanup for r40944:
2008-09-18 Aaron Schulz* Move Import stuff to it's own file like Export
2008-09-18 Greg Sabino MullaneDuplicate code
2008-09-18 Chad HorohoeAdd id to file delete confirmation form.
2008-09-18 Aaron Schulz* Add XML log dump support
2008-09-17 Roan KattouwAPI: Adding APIAfterExecute, APIQueryAfterExecute and...
2008-09-17 Alexandre EmsenhuberFix for r40937 (and per talk with brion): merge the...
2008-09-17 Alexandre Emsenhuberfix some doxygen warnings
2008-09-17 Aaron SchulzBah, revert to r40753
2008-09-17 Aaron Schulz*Should need to escape twice
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-09-17 Andrew GarrettWork around misconfiguration by requiring strict compar...
2008-09-17 X!Readding 'Full Block Log' link, after being removed...
2008-09-16 Brion Vibber* (bug 10463) Apply $wgRenderHashAppend to sitenotice...
2008-09-16 Chad HorohoeRemove two useless classes from HTMLDiff. One was entir...
2008-09-16 Alexandre Emsenhuber* Added $wgUseMetadataEdit and $wgMetadataWhitelist...
2008-09-16 Alex ZTweak to ProtectionForm: Title::getRestrictionExpiry...
2008-09-16 Aaron Schulz* Add transaction to undelete
2008-09-16 Aaron SchulzAvoid undefined var errors if data fetch fails
2008-09-16 Alex Z*Re-implement r40723 in Article::view()
2008-09-16 Aaron Schulz* Make sure we have the right article ID, not slave...
2008-09-16 Aaron Schulzminor refactoring
2008-09-16 Aaron Schulz* Deal with new page move scenario (bug 3481)
2008-09-16 Aaron Schulz* Remove unneeded code
2008-09-16 Aaron SchulzThis is indexed now, do live. (bug 3945)
2008-09-16 Aaron Schulzwhitespace tweaks
2008-09-16 Tim StarlingRevert r40723, and associated i18n. Unexpected side...
2008-09-16 Tim StarlingFixed documentation. Don't use empty() to determine...
2008-09-16 Tim StarlingRevert r40627, r40551, r40536, r40535 (mark non-autocon...
2008-09-16 Tim StarlingRevert revert r40717 of my formatting change r40416.
2008-09-16 Tim Starling* Reverted code style change made by Aaron, "if ("...
2008-09-16 Tim StarlingIn protect.js:
2008-09-16 X!(bug 15617)
2008-09-16 Aaron SchulzUndefined var error fix
2008-09-15 Siebrand Mazeland* Fix common spelling error (seperate -> separate)
2008-09-15 Aaron SchulzRemove syntax typo that made line dupes
2008-09-15 Aaron SchulzRevert r40808. No need to make log_params and output...
2008-09-15 Brion VibberRevert r40838 -- patch is very scary and builds its...
2008-09-15 Brion VibberRevert r40837, r40839, r40840 (bug 332 - broken UTF-8)
2008-09-15 Chad HorohoeMinor cleanup (docs, visibilities, formatting)
2008-09-15 Aaron SchulzClean up OldChangesListRecentChangesLine hooks some...
2008-09-15 Daniel Kinzlerbug #15602: use echo for error messages if STDERR is...
2008-09-15 Tim StarlingRevert r40712, replace_variables is correct.
2008-09-15 Tim StarlingFix $user parameter to Article::doEdit(), which was...
next