aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/editlink.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix: bulk add - use unique HTML IDArthurHoaro2021-01-191-11/+12
| | | | | | Use links loop ID to make ID unique and fix browser labels behaviour. Fixes #1685
* Bulk creation: fix private status based on the first formArthurHoaro2020-10-271-1/+1
|
* Feature: bulk creation of bookmarksArthurHoaro2020-10-271-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-151-4/+18
| | | | | | | | | | | | | | - There is a new standalone script (metadata.js) which requests a new controller to get bookmark metadata and fill the form async - This feature is enabled with the new setting: general.enable_async_metadata (enabled by default) - general.retrieve_description is now enabled by default - A small rotating loader animation has a been added to bookmark inputs when metadata is being retrieved (default template) - Custom JS htmlentities has been removed and mathiasbynens/he library is used instead Fixes #1563
* Fix bookmarklet with new routesArthurHoaro2020-07-231-0/+1
| | | | | * Use the new shaare route * Add source hidden input in editlink template to close the popup after saving
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-2/+2
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-2/+2
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-1/+5
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-2/+10
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+1
| | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-101-1/+1
|
* default/editlink.tpl: title: Shaare -> New Shaarenodiscc2018-04-141-2/+1
|
* Add creation date when editing a linkArthurHoaro2017-05-311-2/+7
| | | | | | Also, alter the title on edition Fixes #431
* Fixes #806: display overflow for awesomplete listArthurHoaro2017-03-121-1/+1
|
* Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-121-22/+6
| | | | | Fixes #33 (wow!) Relates to #395
* Submit editlink textarea using CTRL+Enter shortcutArthurHoaro2017-03-081-1/+1
|
* Multiple minor improvements and bugfixes regarding the new templates:ArthurHoaro2017-02-271-11/+4
| | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+98
|
* Move default template to vintage folderArthurHoaro2017-02-271-63/+0
|
* Stay on the changetag page after tag deletionArthurHoaro2017-01-161-1/+1
| | | | | | + fix changetag CSS alignement relates to #756
* Fix delete button in editlinkArthurHoaro2017-01-071-1/+7
| | | | This one was forgotten in #682
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+57