wallabag/src/Wallabag/CoreBundle/DataFixtures
Jeremy Benoist 5c4993832e
Fix tagging rule match when user a custom reading speed
By default, we assume the reading speed is 200 word per minute (WPM) when we save an entry.
User can change that value in the config and the rendering is properly performed with the user reading speed.
BUT, when the matching rule is applied, it uses the default reading time defined in the entry without applying the custom reading speed of the user.
This should fix that bug.

Also update the `wallabag:tag:all` to fix the bug when tagging all entries.
2022-03-02 19:12:33 +01:00
..
ConfigFixtures.php Fix tagging rule match when user a custom reading speed 2022-03-02 19:12:33 +01:00
EntryFixtures.php Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
IgnoreOriginInstanceRuleFixtures.php Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
IgnoreOriginUserRuleFixtures.php Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
InternalSettingFixtures.php Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
SiteCredentialFixtures.php Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
TagFixtures.php Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
TaggingRuleFixtures.php Fix tagging rule match when user a custom reading speed 2022-03-02 19:12:33 +01:00