Last modified: 2014-03-17 11:23:13 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T62423, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 60423 - ThrottleOverride: Can set multiple expiries for same throttle type
ThrottleOverride: Can set multiple expiries for same throttle type
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
ThrottleOverride (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-25 08:20 UTC by Kunal Mehta (Legoktm)
Modified: 2014-03-17 11:23 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Kunal Mehta (Legoktm) 2014-01-25 08:20:27 UTC
(08:14) root@localhost:[wiki]> select * from throttle_override;
+--------+-----------------------------+-----------------+---------------+----------------+-------------+
| thr_id | thr_type                    | thr_range_start | thr_range_end | thr_expiry     | thr_reason  |
+--------+-----------------------------+-----------------+---------------+----------------+-------------+
|      1 | actcreate,edit,move         | 7F000001        | 7F000001      | 20140127225045 | fsdfjskdfh  |
|      2 | edit,mailpassword,emailuser | 7F000001        | 7F000001      | 20140207225228 | kasdjhfdskj |
+--------+-----------------------------+-----------------+---------------+----------------+-------------+
2 rows in set (0.00 sec)

In this example, I managed to set two different expiries for the 'edit' throttle using the same IP (127.0.0.1).

It should have instead modified the existing row.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links