aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Defines.php
diff options
context:
space:
mode:
authorAaron Schulz <aschulz@wikimedia.org>2016-06-06 16:00:33 -0700
committerAaron Schulz <aschulz@wikimedia.org>2016-06-07 18:29:57 -0700
commitab64cd7bd44a83507de04a407c2f6f5117099543 (patch)
tree177737d9984dc475980c02edffea213bc097b8d2 /includes/Defines.php
parent58d733dcc759f9e55ba3c3daa08564ba3b097790 (diff)
downloadmediawikicore-ab64cd7bd44a83507de04a407c2f6f5117099543.tar.gz
mediawikicore-ab64cd7bd44a83507de04a407c2f6f5117099543.zip
Flag internal page retrieve/save cycles with EDIT_INTERNAL
This is used to avoid edit stash checks and stats noise. Bug: T136678 Change-Id: I6158b8b218240ef3875f2d1d2e8ca3bc2f69f980
Diffstat (limited to 'includes/Defines.php')
-rw-r--r--includes/Defines.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Defines.php b/includes/Defines.php
index d2b3443ea17f..fe5083e1be20 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -183,6 +183,7 @@ define( 'EDIT_SUPPRESS_RC', 8 );
define( 'EDIT_FORCE_BOT', 16 );
define( 'EDIT_DEFER_UPDATES', 32 ); // Unused since 1.27
define( 'EDIT_AUTOSUMMARY', 64 );
+define( 'EDIT_INTERNAL', 128 );
/**@}*/
/**@{