Revert to arbitrarily old point before initial remote branch creation to help clean up
[lhc/web/wiklou.git] / includes / actions / RawAction.php
2012-06-02 awjrichardsRevert to arbitrarily old point before initial remote...
2012-06-05 CatropeMerge "[FileRepo] Fixed file move data-loss race condit...
2012-06-05 Aaron SchulzMerge "(bug 32643) Prevent action=purge&forcelinkupdate...
2012-06-05 KrinkleMerge "Reverse the dependency for mediawiki.language...
2012-06-04 DemonMerge "[FileBackend] Gave doQuickOperations() some...
2012-06-04 DemonMerge "[FileBackend] Purge Swift process cache before...
2012-06-04 DemonMerge "[FileBackend] Worked around Akamai CDN purge...
2012-06-04 DemonMerge "Fixed destructor in FSLockManager to clear all...
2012-06-04 DemonMerge "[FileRepo] Made getDescription() respect *_delet...
2012-06-04 DemonMerge "document CASE (0th array element) for $magicWords"
2012-06-04 DemonMerge "Rename $exclude_patterns to $excludePatterns...
2012-06-04 DemonMerge "Use canonical class name. Include ORMRowTest...
2012-06-03 Aaron SchulzMerge "Replace calls to deprecated Article::doWatch...
2012-06-03 SiebrandMerge "(bug 37151) Updating extensions/README file...
2012-06-03 Aaron SchulzMerge "Revert "Purge Squid variant pages based on page...
2012-06-03 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 Brion VIBBERMerge "Fixing alignment of thumbcaption for mixed RTL...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 DemonMerge "Allow closing dump output multiple times"
2012-04-02 DemonMerge "Changed wfMessage() usage to call directly Messa...
2012-03-30 Alexandre EmsenhuberChanged wfMessage() usage to call directly MessageCache...
2012-02-02 Alexandre EmsenhuberUse WikiPage instead of Title to get its id, whether...
2012-01-10 Gabriel WickeSupport If-modified-since for RawPage, fixes bug #10023.
2011-12-20 Aaron SchulzReverted r101014 per CR. Added comment. The sooner...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Chad HorohoeReduce some duplication in Action::getRestriction(...
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-27 Aaron Schulz* Pass in $user to Revision::getText()
2011-10-20 Alexandre EmsenhuberFix for r100333: forgot to override requiresWrite(...
2011-10-20 Alexandre Emsenhuber* Changed action=raw to use an Action subclass