[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2023-03-03 Thread matej_suchanek
matej_suchanek closed this task as "Resolved". matej_suchanek claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T324392 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek Cc: Michael, Lucas_Werkmeister_WMDE, matej_suchanek,

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2023-02-09 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.40-notes (1.40.0-wmf.23; 2023-02-13). TASK DETAIL https://phabricator.wikimedia.org/T324392 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Michael, Lucas_Werkmeister_WMDE, matej_suchanek,

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2023-02-09 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T324392 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Michael, Lucas_Werkmeister_WMDE, matej_suchanek, Aklapper, Astuthiodit_1,

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2023-02-09 Thread gerritbot
gerritbot added a comment. Change 620381 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Construct parsers with a copy of ParserOptions https://gerrit.wikimedia.org/r/620381 TASK DETAIL https://phabricator.wikimedia.org/T324392 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2023-01-02 Thread matej_suchanek
matej_suchanek added a comment. > It's still quite a mystery to me why that happens and why it happens for Czech, but not e.g., English. (I suspect the results come from PhpDateTimeParser.) Not a mystery anymore: T325988 . TASK DETAIL

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2022-12-14 Thread matej_suchanek
matej_suchanek added a comment. I was primarily focused on fixing the parent task T221097 . When you use Czech (cs) as the interface language and type some dates in the format "DD.MM." or "DD. MM. ", they are either parsed with the day and

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2022-12-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. I agree that the code is broken, but what is the actual impact of this? So far I haven’t managed to find an example where the parsing is broken due to this – do you have one? TASK DETAIL https://phabricator.wikimedia.org/T324392 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2022-12-03 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T324392 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: matej_suchanek, Aklapper, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1,

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2022-12-03 Thread gerritbot
gerritbot added a comment. Change 620381 had a related patch set uploaded (by Matěj Suchánek; author: Matěj Suchánek): [mediawiki/extensions/Wikibase@master] Construct parsers with a copy of ParserOptions https://gerrit.wikimedia.org/r/620381 TASK DETAIL

[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2022-12-03 Thread matej_suchanek
matej_suchanek created this task. matej_suchanek added projects: Wikidata, MediaWiki-extensions-WikibaseRepository. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION name=TimeParserFactory::getTimeParsers $mwDateFormatParserFactory = new MwDateFormatParserFactory();