MyShaarli/tests/front/controller/admin
ArthurHoaro bf8bec322b New Core Plugin: ReadItLater
Create a new core plugin allowing to mark bookmarks to read them later.
When enabled:

  * checkbox is displayed in editlink view for new bookmarks
  * a plugin setting is available to check it or not it by default
  * in bookmark list:
    * new global filter to display only bookmark flagged as read it
      later
    * for each bookmarks, new action icon to toggle read it later status
    * for each « readitlater » bookmark, red label « To Read » added,
      and red line on the right of the bookmark added (default template)

Fixes #143

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
2022-08-12 19:58:07 +02:00
..
ShaareManageControllerTest New Core Plugin: ReadItLater 2022-08-12 19:58:07 +02:00
ShaarePublishControllerTest Coding style: Apply automatic PHPCBF to tests forlder (PSR12) 2021-04-05 09:39:34 +02:00
ConfigureControllerTest.php UT: bump number of languages 2021-08-14 10:44:40 +02:00
ExportControllerTest.php Coding style: Apply automatic PHPCBF to tests forlder (PSR12) 2021-04-05 09:39:34 +02:00
FrontAdminControllerMockHelper.php Process configure page through Slim controller 2020-07-23 21:19:21 +02:00
ImportControllerTest.php Coding style: Apply automatic PHPCBF to tests forlder (PSR12) 2021-04-05 09:39:34 +02:00
LogoutControllerTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
ManageTagControllerTest.php Handle pagination through BookmarkService 2021-01-20 15:01:29 +01:00
PasswordControllerTest.php Coding style: Apply automatic PHPCBF to tests forlder (PSR12) 2021-04-05 09:39:34 +02:00
PluginsControllerTest.php Coding style: manually fix remaining errors in tests after PHPCBF 2021-04-05 11:00:28 +02:00
ServerControllerTest.php Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
SessionFilterControllerTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
ShaareAddControllerTest.php Feature: bulk creation of bookmarks 2020-10-27 20:11:30 +01:00
ShaarliAdminControllerTest.php Coding style: Apply automatic PHPCBF to tests forlder (PSR12) 2021-04-05 09:39:34 +02:00
ThumbnailsControllerTest.php Handle pagination through BookmarkService 2021-01-20 15:01:29 +01:00
TokenControllerTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
ToolsControllerTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00