https://bugzilla.wikimedia.org/show_bug.cgi?id=31352

       Web browser: ---
             Bug #: 31352
           Summary: Block log shows invalid expiry times
           Product: MediaWiki
           Version: 1.18
          Platform: All
               URL: https://test.wikipedia.org/w/index.php?title=Special%3
                    ALog&type=block&user=&page=user%3ABeau&year=&month=-1&
                    tagfilter=&hide_patrol_log=1&hide_review_log=1
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Blocking
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


On test.wiki my block log shows (I have cut unimportant stuff):

18:50, 8 December 2009 Behalten blocked Beau with an expiry time of 19:26, 4
October 2011
05:58, 2 June 2009 Beau blocked Beau with an expiry time of 19:26, 4 October
2011
03:05, 29 March 2008 Beau blocked Beau with an expiry time of 19:30, 4 October
2011
00:28, 2 February 2008 Beau blocked Beau with an expiry time of 19:26, 4
October 2011

Those times are invalid. I have executed a query on toolserver:
mysql> select log_timestamp, log_params from logging where log_action='block'
and log_title = 'Beau';
+----------------+---------------------------+
| log_timestamp  | log_params                |
+----------------+---------------------------+
| 20080201222844 | 1 minute
nocreate         |
| 20080329010543 | 5 minutes
nocreate        |
| 20090602035853 | 1 minute
nocreate,noemail |
| 20091208165038 | 1 second
noautoblock      |
+----------------+---------------------------+
4 rows in set (0.15 sec)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to