MyShaarli/application
ArthurHoaro 5d8de7587d Feature: bulk creation of bookmarks
This changes creates a new form in addlink page allowing to create
multiple bookmarks at once more easily. It focuses on re-using as much
existing code and template component as  possible.

These changes includes:
  - a new form in addlink (hidden behind a button by default),
containing a text area for URL, and tags/private status to apply to
created links
  - this form displays a new template called editlink.batch, itself
including editlink template multiple times
  - User interation in this new templates are handle by a new JS script
(shaare-batch.js) making AJAX requests, and therefore does not need page
reloading
  - ManageShaareController has been split into 3 distinct controllers:
    + ShaareAdd: displays addlink template
    + ShaareManage: various operation applied on existing shaares
(change visibility, pin, deletion, etc.)
    + ShaarePublish: handles creation/edit forms and saving Shaare's
form
  - Updated translations

Fixes #137
2020-10-27 20:11:30 +01:00
..
api Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
bookmark Feature: add weekly and monthly view/RSS feed for daily page 2020-10-27 19:45:02 +01:00
config Removed PHP_EOL 2020-10-27 18:08:14 +05:30
container Use PSR-3 logger for login attempts 2020-10-20 11:47:07 +02:00
exceptions namespacing: \Shaarli\Exceptions\IOException 2019-01-12 22:47:48 +01:00
feed Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
formatter Feature: highlight fulltext search results 2020-10-16 20:31:12 +02:00
front Feature: bulk creation of bookmarks 2020-10-27 20:11:30 +01:00
helper Fix rebase issue 2020-10-27 19:55:29 +01:00
http Improve metadata retrieval (performances and accuracy) 2020-10-15 11:36:56 +02:00
legacy Move utils classes to Shaarli\Helper namespace and folder 2020-10-27 19:41:38 +01:00
netscape Better support for notes permalink 2020-07-28 20:46:11 +02:00
plugin Inject ROOT_PATH in plugin instead of regenerating it everywhere 2020-10-16 13:06:06 +02:00
render Feature: bulk creation of bookmarks 2020-10-27 20:11:30 +01:00
security Move utils classes to Shaarli\Helper namespace and folder 2020-10-27 19:41:38 +01:00
updater Fix basePath in unit tests reference DB 2020-07-28 22:34:45 +02:00
.htaccess .htaccess files: support Apache 2.4+ syntax 2016-11-08 11:38:14 +01:00
History.php Move utils classes to Shaarli\Helper namespace and folder 2020-10-27 19:41:38 +01:00
Languages.php Japanese translation: add language to admin configuration page 2020-08-27 15:00:48 +02:00
Thumbnailer.php Process thumbnail synchronize page through Slim controllers 2020-07-23 21:19:21 +02:00
TimeZone.php Change timezone data structure send to the templates 2017-04-03 19:24:55 +02:00
Utils.php Feature: add weekly and monthly view/RSS feed for daily page 2020-10-27 19:45:02 +01:00