MyShaarli/tpl/default
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
..
404.html Explicitly define base and asset path in templates 2020-07-23 21:19:21 +02:00
addlink.html Feature: bulk creation of bookmarks 2020-10-27 20:11:30 +01:00
changepassword.html Use multi-level routes for existing controllers instead of 1 level everywhere 2020-07-23 21:19:21 +02:00
changetag.html Improve Manage tags page 2020-10-16 20:03:25 +02:00
configure.html Process thumbnail synchronize page through Slim controllers 2020-07-23 21:19:21 +02:00
daily.html Feature: add weekly and monthly view/RSS feed for daily page 2020-10-27 19:45:02 +01:00
dailyrss.html Feature: add weekly and monthly view/RSS feed for daily page 2020-10-27 19:45:02 +01:00
editlink.batch.html Feature: bulk creation of bookmarks 2020-10-27 20:11:30 +01:00
editlink.html Feature: bulk creation of bookmarks 2020-10-27 20:11:30 +01:00
error.html Process Shaarli install through Slim controller 2020-07-23 21:19:21 +02:00
export.bookmarks.html Introduce the new default Shaarli template 2017-02-27 20:01:54 +01:00
export.html Process bookmark exports through Slim controllers 2020-07-23 21:19:21 +02:00
feed.atom.html Process OpenSearch controller through Slim 2020-07-23 21:19:21 +02:00
feed.rss.html Process OpenSearch controller through Slim 2020-07-23 21:19:21 +02:00
import.html Process bookmarks import through Slim controller 2020-07-23 21:19:21 +02:00
includes.html Support using Shaarli without URL rewriting 2020-10-16 12:47:11 +02:00
install.html Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
linklist.html Feature: Share private bookmarks using a URL containing a private key 2020-10-27 19:32:57 +01:00
linklist.paging.html Merge pull request #1526 from kcaran/links_per_page 2020-09-03 08:45:48 +02:00
loginform.html Render login page through Slim controller 2020-01-26 11:34:14 +01:00
opensearch.html Use multi-level routes for existing controllers instead of 1 level everywhere 2020-07-23 21:19:21 +02:00
page.footer.html Improve Manage tags page 2020-10-16 20:03:25 +02:00
page.header.html Move all admin controller into a dedicated group 2020-08-13 11:08:13 +02:00
picwall.html Support using Shaarli without URL rewriting 2020-10-16 12:47:11 +02:00
pluginsadmin.html Support using Shaarli without URL rewriting 2020-10-16 12:47:11 +02:00
server.html Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
server.requirements.html Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
tag.cloud.html Security: fix multiple XSS vulnerabilities + fix search tags with special chars 2020-10-06 17:30:18 +02:00
tag.list.html Security: fix multiple XSS vulnerabilities + fix search tags with special chars 2020-10-06 17:30:18 +02:00
tag.sort.html Issue #1437 - Make tag cloud/list views buttons more obvious 2020-10-02 14:06:02 -04:00
thumbnails.html Explicitly define base and asset path in templates 2020-07-23 21:19:21 +02:00
tools.html Feature: add a Server administration page 2020-10-21 15:06:47 +02:00