]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix createdAt date range filter 4299/head
authorKevin Decherf <kevin@kdecherf.com>
Sat, 21 Mar 2020 20:11:01 +0000 (21:11 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sun, 22 Mar 2020 16:01:39 +0000 (17:01 +0100)
commit8ee7b1603d23297a6c183105f79b1290ce9828bf
tree15718b08724227f379a8af69c1a6a7ed8ab6c870
parentef81e3c89b00712476b0698e7c9057fc05a2e1c9
Fix createdAt date range filter

- hiddenName has been disabled in order to fix the missing date range
  values when using the material theme
- data format has been changed to 'Y-m-d' in order to comply with the
  browser date input default format
- tests: date() and strtotime have been replaced with DateTime-related
  objects

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/material/index.js
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
web/wallassets/baggy.js
web/wallassets/material.js