1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
wallabag/src/Wallabag/CoreBundle/Controller
François D a991c46eed Set a starred_at field when an entry is starred.
This date is used to sort starred entries.

Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated.
Add an updateStar method into Entry class
A migration script has been added in order to set starred_at field.
2017-08-25 21:19:47 +02:00
..
ConfigController.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
EntryController.php Set a starred_at field when an entry is starred. 2017-08-25 21:19:47 +02:00
ExceptionController.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
ExportController.php Use the article domain as author for export files 2017-07-08 19:53:43 +02:00
RssController.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
SiteCredentialController.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
StaticController.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
TagController.php Reduce number of queries on tag list 2017-08-06 23:02:32 +02:00