You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
EditCounter: + approx autoedits count using tags (#532)
Added just above the small/large edits.
Changes:
- add `auto-edits-tagged` message for this
- add a getTags method to autoeditshelper to just get the tag list
- inject autoeditshelper into editcountercontroller and editcounter
- get the revision tags in getEditSizeData in editcounterrepository
- add an editcounter method to use getEditSizeData and getTags to get how many edits are automated in the last 5000
- add a row in the html table in general_stats.html.twig
Bug: T342402
"auto-edits-counts-desc": "Some tool usage overlaps (e.g. rolling back to a revision that is a redirect counts as Rollback and as Redirect), so the total of edits made with each tool may differ from the $1.",
44
45
"auto-edits-counts-desc-grand-total": "grand total",
45
46
"auto-edits-logged-out": "You must login to use the sandbox configuration. Using production configuration instead.",
Copy file name to clipboardExpand all lines: i18n/qqq.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@
59
59
"auto-contribs-use-tool": "Label for dropdown that limits results to edits made by the selected (semi-)automated tool. The dropdown is located immediately after the label.",
60
60
"auto-edits": "(semi-)automated edits with known tools like Huggle",
61
61
"auto-edits-bot": "Message shown at the top of the AutoEdits tool for users who are a bot, explaining that all edits made by the bot may be automated, even if XTools says they are not.",
62
+
"auto-edits-tagged": "Label for the very approximate count of tagged (semi-)automated edits in the last 5000 edits in the Edit Counter.",
62
63
"auto-edits-counts-desc": "In the AutoEdits tool, this message explains how the totals of individual tools (shown in the '(semi-)automated edits' section) may be different from the total shown in the 'Summary' section. $1 is a link to the 'Summary' section with the message 'auto-edits-counts-grand-total' as the link text.",
63
64
"auto-edits-counts-desc-grand-total": "The text 'grand total'. This is used as the text for the link in the 'auto-edits-counts-desc' message.",
64
65
"auto-edits-logged-out": "Message shown when the user attempts to use the AutoEdits tool in sandbox mode, but hasn't logged in.",
0 commit comments