Fixed HTML error when there isn't any unsettable right (XML Parsing Error: mismatched...
[lhc/web/wiklou.git] / includes /
2008-04-21 Alexandre EmsenhuberFixed HTML error when there isn't any unsettable right...
2008-04-21 Aaron SchulzBetter variable name
2008-04-21 Aaron SchulzAdd rcid for new unpatrolled pages
2008-04-21 Aaron SchulzLets include the prefix folks
2008-04-20 Aaron SchulzFORCE should only apply when no group given
2008-04-20 Aaron SchulzRemove filesort from EXPLAIN
2008-04-20 Aaron SchulzMore cleanup and simplifications
2008-04-20 Aaron SchulzUse $key for the url param
2008-04-20 Aaron SchulzHandle bad oldids more gracefully
2008-04-20 Aaron SchulzMake a single restore link for multi-rev revisiondelete...
2008-04-20 Alexandre Emsenhuber(bug 13796) Show links to parent pages even if some...
2008-04-20 Siebrand MazelandRemove getKeys(). Unused in core and extensions in...
2008-04-20 Domas MituzasProfilerSimpleText needs loading!
2008-04-20 Aaron SchulzNS_MEDIA fix for old parser too
2008-04-20 Aaron SchulzRemove old nonsensical code
2008-04-20 Aaron Schulz* Clean up IRC feed
2008-04-19 Aaron SchulzFix NS_MEDIA link handling
2008-04-19 Alexandre EmsenhuberDon't throw a fatal error if somebody access Special...
2008-04-19 Niklas Laxström* This function is not used anymore
2008-04-19 Niklas Laxström* Use FormOptions in WhatLinksHere
2008-04-19 Niklas Laxström* New helper class for dealing with forms
2008-04-19 Bryan Tong Minh(bug 13792) Broken titles are now silently skipped...
2008-04-19 Victor Vasiliev* (bug 13793) Special:Whatlinkshere filters wrong ...
2008-04-19 Niklas Laxström* Split output formatting away from the mile long function
2008-04-19 Niklas Laxström* Shortcut for common use case
2008-04-19 Alexandre EmsenhuberPer r33580: Bump $wgStyleVersion
2008-04-18 Brion VibberRevert r33565 pending some cleanup...
2008-04-18 Aryeh GregorUsers moving a page can now have all subpages automatic...
2008-04-18 Aryeh Gregor* Allow the "log in / create account" link in the toolb...
2008-04-18 Aryeh Gregor(bug 12698) Create PAGESIZE parser function, to return...
2008-04-18 Aryeh GregorRe-eliminate the fatal error I reintroduced in my last...
2008-04-18 Aryeh Gregor* Add Parser::incrementExpensiveFunctionCount() and...
2008-04-18 Aryeh GregorComments, code simplification
2008-04-18 Aryeh GregorFix fatal error on calling PAGESINCATEGORY with invalid...
2008-04-18 Niklas Laxström* Expiry handling is really sub-optimal here
2008-04-18 Niklas Laxström* Parse messages in correct language, so plurals and...
2008-04-18 Aryeh Gregor* Do not display empty columns on Special:UserRights...
2008-04-17 Aaron Schulzrevisiondeletion log clean up
2008-04-17 Aaron SchulzAll or nothing
2008-04-17 Niklas Laxström* Clean up
2008-04-17 Niklas Laxström* Clean up a little
2008-04-17 Brion Vibber* (bug 13768) pt_title field encoding fixed
2008-04-17 Niklas Laxström* Double-escaping, checkLabel, fixed another label
2008-04-17 Raimond SpekkingFix error from r33495: class -> id. Thanks to Nikerabbit.
2008-04-17 Robert LeveringtonSlightly modified version of attachment 4606 by Sergey...
2008-04-17 Robert LeveringtonNormalising comment spacing.
2008-04-17 Raimond Spekking* Tweaks for sections date/time and search of SpecialPr...
2008-04-17 Aryeh GregorThe problem also applies to all the other regex special...
2008-04-17 Greg Sabino MullaneEscape forward slashes in search terms, otherwise PHP...
2008-04-17 Robert StojnićUse content language for search prefixes.
2008-04-17 Aaron SchulzRemove unused message
2008-04-17 Aaron SchulzRemove temp $wgAllowLogDeletion var
2008-04-17 Alexandre EmsenhuberRemove unused global declaration of $wgCookiePrefix...
2008-04-17 Roan Kattouw(bug 13768) Handling case-insensitivity of pt_title...
2008-04-17 Andrew GarrettDid this already!
2008-04-17 Raimond Spekking* Use existing CSS classes for input form aligning
2008-04-16 Brion VibberApply $wgCookieHttpOnly setting to the session cookie...
2008-04-16 Brion Vibber* Clean up cookie setting code in User
2008-04-16 Aaron Schulz* Move affectedRows count up
2008-04-16 Alexandre EmsenhuberRemove usage of deprecated function, thanks to Siebrand...
2008-04-16 Raimond SpekkingUse existing CSS classes for input form aligning
2008-04-16 Niklas Laxströmialex> nikerabbit: ++$wgStyleVersion
2008-04-16 Aaron SchulzFix double escaping
2008-04-16 Aaron SchulzMore revision delete cleanup
2008-04-16 Aaron SchulzFix suppress log revert links
2008-04-16 Brion VibberCleanup for r33429 - fix double-escaping
2008-04-16 Aaron SchulzNo need to pass db around, should be the same
2008-04-16 Aaron SchulzActually pass in a db ;)
2008-04-16 Raimond SpekkingUse existing CSS classes for input form aligning
2008-04-16 Alexandre EmsenhuberAllow $wgArticle to be null on special pages
2008-04-16 Raimond Spekking* Use existing CSS classes for input form aligning
2008-04-16 Alexandre EmsenhuberDon't show a double <ul> for the list (NewPagesPager...
2008-04-16 Aryeh GregorWhen hiding things on WhatLinksHere, generated URLs...
2008-04-16 Alexandre Emsenhuber* added call to wfDeprecated() to methods marked as...
2008-04-15 Aaron Schulz* Allow for things that call addEntry() to pass in...
2008-04-15 Raimond SpekkingUse existing CSS classes for input form aligning
2008-04-15 Robert StojnićAjax suggestions:
2008-04-15 Aaron SchulzReturn false if nothing changed
2008-04-15 Raimond SpekkingloadAllMessages to ensure that all localizations for...
2008-04-15 Brion VibberGroup all logs in ERC, not an arbitrary subset
2008-04-15 Roan KattouwAdding CSS class for nested <fieldset>s. Nesting fields...
2008-04-15 Alexandre EmsenhuberTweaks for Special:Newpages:
2008-04-15 Brion VibberRevert r33378 -- class spam
2008-04-15 Brion Vibber* (bug 13725) Upload form watch checkbox state set...
2008-04-15 Roan Kattouw(bug 13745) Fix regression from r33133 by changing...
2008-04-15 Brion VibberRevert some chunks of r33133 and r33375:
2008-04-15 Aaron Schulzvalign='top'
2008-04-15 Aaron SchulzAdd class to non-content links
2008-04-15 Brion VibberTemporarily remove the username option.
2008-04-15 Alexandre Emsenhuber(bug 13752) Section redirects now works again
2008-04-15 Brion VibberTemporarily put $wgCookieHttpOnly off while it's evaluated
2008-04-15 Alexandre Emsenhuber* Pass directly the title object to OutputPage::returnT...
2008-04-15 Aaron SchulzAutoreview null edits too (bug 13733)
2008-04-15 Aryeh GregorAdd a new hook EditPageBeforeEditConflict to allow...
2008-04-15 Aryeh GregorMake sure to use table prefixes correctly. Thanks...
2008-04-15 Aryeh GregorIt would have been fun if this went live. :D
2008-04-15 Aryeh GregorCould we please have documentation for new config options?
2008-04-15 Aryeh GregorAdd RELEASE-NOTES for 33269, fix another one.
2008-04-15 Raimond SpekkingLocalize the group names
2008-04-15 Andrew GarrettDon't give PHP warnings for PHP<5.2
next