In ApiMain, gather Vary headers in OutputPage
[lhc/web/wiklou.git] / includes / Autopromote.php
2012-07-01 SiebrandMerge "Expose the log_id of the deletion log entry...
2012-07-01 SiebrandMerge "(bug 32297) Use symbolic names, not offsets...
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-06-26 Tim StarlingMerge "[FileBackend] Changed copy script to use batches...
2012-06-15 SiebrandMerge "(bug 34933) Create "Check: [All] [None]" buttons...
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
2012-06-06 WerdnaMerge "Adds support to HTMLForm for rendering form...
2012-06-03 Brion VIBBERMerge "Revert "Adding sanity check to Title::isRedirect...
2012-06-02 Aaron SchulzMerge "Adding sanity check to the LinksUpdate() constru...
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-29 Aaron SchulzMerge "Adding sanity check to Title::isRedirect()."
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-28 PlatonidesMerge "Tweak Accept-Language sorting method to respect...
2012-05-28 NikerabbitMerge "bug 37015: Allow disabling special page summary"
2012-05-28 NikerabbitMerge "Revert "Remove old compat methods/functions...
2012-05-27 Aaron SchulzMerge "Remove old compat methods/functions for mb_...
2012-05-26 KrinkleMerge "Revert "Re-phrased titles for diff and history...
2012-05-25 Aaron SchulzMerge "Avoid extreme performance regression in ImagePage."
2012-05-25 CatropeMerge "Add some more detailed info about the xslt param...
2012-05-25 NikerabbitMerge "Fix a typo in resources/jquery/jquery.byteLimit.js"
2012-05-24 Aaron SchulzMerge "HTMLForm: throw a warning when no callback is...
2012-05-24 Aaron SchulzMerge "(bug 36761) "Mark pages as visited" should submi...
2012-05-24 Aaron SchulzMerge "Scribunto parser support"
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-24 Aaron SchulzMerge "Bug 36785 Special:Shortpages lists only NS_MAIN...
2012-05-24 Aaron SchulzMerge "Workaround for autoloading when using php namesp...
2012-05-23 Aaron SchulzMerge "Revert "(bug 30625) Add, to every API upload...
2012-05-22 Aaron SchulzMerge "(bug 30625) Add, to every API upload response...
2012-05-22 SiebrandMerge "Localisation updates from translatewiki.net."
2012-05-22 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-06-28 Aaron SchulzFollow-up r90819: made XOR only work on two conditions...
2011-06-26 Aaron SchulzFollow-up r90749: use a new 'autopromote' action for...
2011-06-26 Sam ReedUpdate calls to deprecated User::isValidEmailAddr
2011-06-26 Aaron SchulzMade '^' (XOR) in recCheckCondition() act as a one...
2011-06-26 Aaron Schulz* Core:
2011-06-25 Aaron Schulz* Follow-up r90749
2011-06-25 Aaron SchulzFollow-up r90749: pushed down accessing of $wgAutopromo...
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-25 Aaron SchulzAdded one-time promote support via Autopromote::autopro...
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2010-10-21 Antoine MussoFollow up r67073 : add curly to if statement
2010-10-13 Sam ReedFixup "} elseif ( $cond[0] = '!' ) {" from r35983
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2009-06-18 Ryan Schmidt* Add autopromote condition APCOND_BLOCKED to autopromo...
2009-01-03 Aaron Schulz(bug 14737) Allow the autoconfirmed timer to run from...
2008-12-14 Chad Horohoe(bug 7492) Allow assignment of rights to specific IPs...
2008-08-18 Rotem LissTesting commit access, per report. Minor whitespace...
2008-06-07 Andrew GarrettAdd a ! operator to autopromote conditions
2008-06-04 Andrew GarrettAdd GetAutoPromoteGroups hook, which was in my working...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-15 Brion VibberKill r34826's unnecessary boolval() per yesterday's...
2008-05-14 Victor Vasiliev* Move $var ? true : false check to boolval function
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-01-14 Victor VasilievAutopromotion:
2007-12-23 Aryeh GregorTweak wrong comment from last commit, as VasilievVV...
2007-12-23 Aryeh GregorFixes for r28797.
2007-12-23 Victor VasilievAdd user parameter to AutopromoteCondition hook. Docume...
2007-12-23 Victor Vasiliev(bug 12392) new file includes/Autopromote.php calling...
2007-12-23 Victor VasilievIntroduce new autopromotion system