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

Bartosz Dziewoński <matma....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matma....@gmail.com

--- Comment #8 from Bartosz Dziewoński <matma....@gmail.com> ---
(In reply to comment #7)
> (In reply to comment #4)
> > There seem to be two major issues here: that these blocks of unusual times
> > are failing, and also that the confirmation message and logs are still 
> > showing
> > them as successful even when they do fail.
> 
> There's a third major issue, I think: why doesn't MediaWiki simply reject
> these plainly retarded expiry inputs?

The issue is that it does. It uses strtotime() to parse them, and it returns a
non-error value for both "100000 years" (on 64-bit systems, apparently) and "a
potato" (don't ask me why).

It should probably check for values over the database 'int' type capacity and
earlier than today. But this bug covers that.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to