aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Multiple minor improvements and bugfixes regarding the new templates:ArthurHoaro2017-02-278-42/+116
| | | | | | | | | | | | | | * 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-2745-0/+8751
|
* Move default template to vintage folderArthurHoaro2017-02-2738-0/+0
|
* Removes spaces before and after bookmarklet's nameChristophe HENRY2017-02-221-9/+3
| | | | | Carriage returns turns into space in some cases. The name of the bookmarklet, once in the browser bookmarks, is surrounded by spaces.
* Stay on the changetag page after tag deletionArthurHoaro2017-01-162-2/+2
| | | | | | + fix changetag CSS alignement relates to #756
* Merge pull request #746 from ArthurHoaro/hotfix/delete-buttonArthurHoaro2017-01-152-4/+16
|\ | | | | Fix delete button in editlink
| * Fix delete button in editlinkArthurHoaro2017-01-072-4/+16
| | | | | | | | This one was forgotten in #682
* | Move user.css to data folderArthurHoaro2017-01-141-1/+1
|/
* Fix permalink image alignement in daily pageArthurHoaro2017-01-051-0/+4
|
* Updater: keep custom theme preference with the new theme settingArthurHoaro2017-01-051-5/+1
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-059-12/+13
|
* Change templates set through administration UIKnah Tsaeb2017-01-0534-10/+1231
|
* Merge pull request #682 from ArthurHoaro/delete-buttonArthur2017-01-041-1/+1
|\ | | | | Bugfixes on link deletion, and use a GET form
| * Bugfixes on link deletion, and use a GET formArthurHoaro2016-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use a GET form to delete links: harmonize with edit_link and preparation for #585 Bug fixes: * LinkDB element can't be passed as reference, fix error: PHP Notice: Indirect modification of overloaded element of LinkDB has no effect * Resource cache folder setting wasn't set correctly
* | Add opensearch to RSS and ATOM feedsArthurHoaro2017-01-032-0/+4
| | | | | | | | Fixes #709
* | Move PubSubHubbub code as a default pluginArthurHoaro2016-12-202-2/+2
| |
* | Add plugin placeholders in RSS and ATOM feeds templatesArthurHoaro2016-12-202-9/+12
| |
* | Merge pull request #666 from ArthurHoaro/slim-apiArthur2016-12-202-0/+26
|\ \ | |/ |/| REST API structure using Slim framework
| * REST API structure using Slim frameworkArthurHoaro2016-12-152-2/+2
| | | | | | | | | | | | * REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose.
| * Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-122-0/+26
| | | | | | | | | | | | | | | | API settings: - api.enabled - api.secret The API settings will be initialized (and the secret generated) with an update method.
* | Fixes can login function call in loginform.htmlArthurHoaro2016-12-151-2/+2
|/ | | | Fixes #711
* Merge pull request #697 from ArthurHoaro/feature/ids-bisArthur2016-12-123-5/+8
|\ | | | | Link ID refactoring
| * Apply the new ID system accros the whole codebaseArthurHoaro2016-12-123-5/+8
| |
* | Merge pull request #679 from ArthurHoaro/plugins/headerArthur2016-12-123-3/+25
|\ \ | |/ |/| Improve theme dependent plugin placeholders:
| * Improve theme dependent plugin placeholders:ArthurHoaro2016-12-013-3/+25
| | | | | | | | | | | | | | | | | | - buttons_toolbar: now expect links represented by an array instead of HTML content - fields_toolbar: now expect a form represented by an array instead of HTML content - action_plugin: now expect links represented by an array instead of HTML content Default templates updated accordingly mprove theme dependent plugin placeholders:
* | Merge pull request #702 from ArthurHoaro/feed-cdataArthur2016-12-051-3/+1
|\ \ | | | | | | Remove new line between content tag and CDATA in ATOM feed
| * | Remove new line between content tag and CDATA in ATOM feedArthurHoaro2016-12-021-3/+1
| | | | | | | | | | | | Content not starting directly with CDATA can be misinterpreted by some feed parsers.
* | | Merge pull request #701 from ArthurHoaro/plugins/md-html-docArthur2016-12-031-2/+2
|\ \ \ | |/ / |/| | Describe markdown HTML rendering and display a warning
| * | Describe markdown HTML rendering and display a warningArthurHoaro2016-12-011-2/+2
| | | | | | | | | | | | Fixes #688
* | | Merge pull request #700 from teromene/firefox-social-titleArthur2016-11-301-15/+17
|\ \ \ | | | | | | | | Show page title when sharing via Firefox Social.
| * | | Show page title when sharing via Firefox Social.Teromene2016-11-291-15/+17
| |/ /
* / / Disable Firefox Social in the tools section if the page is not loaded using ↵Teromene2016-11-291-1/+5
|/ / | | | | | | HTTPS, as Firefox will deny the request.
* / Add meta tag to block sending the referrerFelix Kästner2016-11-211-1/+2
|/ | | | | Add a meta tag that tells the browser not to send the referrer header to external sites.
* Cleanup: explicitely loop over PHP variables in templatesVirtualTam2016-10-169-12/+12
| | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/613 Before: {loop="someVariable"} After: {loop="$someVariable"} Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bugfix: display plugin parameter description only if it existsArthurHoaro2016-10-141-1/+3
|
* Merge pull request #622 from ArthurHoaro/update-dateArthur2016-10-123-3/+14
|\ | | | | Save link update dates and render it in templates and feeds
| * Set updated date for items in feedsArthurHoaro2016-08-032-2/+4
| | | | | | | | | | RSS doesn't support updated date for items, so we use the ATOM extension. Updated dates also bump the global update
| * Save the update date in LinkDB and pass it to linklist templatesArthurHoaro2016-08-031-1/+10
| | | | | | | | It can be used as a timestamp by templates under the key 'updated_timestamp'.
* | Merge pull request #619 from ArthurHoaro/plugins/param-descVirtualTam2016-08-131-2/+3
|\ \ | | | | | | Add a description to plugin parameters
| * | Plugin parameter description: Update the templates to display themArthurHoaro2016-08-021-2/+3
| |/
* | Refactor bookmark import using a generic Netscape parserVirtualTam2016-08-101-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #607 Relates to #608 Relates to #493 (abandoned) Additions: - use Composer's autoload to load 3rd-party dependencies under vendor/ Modifications: - [import] replace the current parser with a generic, stable parser - move code to application/NetscapeBookmarkUtils - improve status report after parsing - [router] use the same endpoint for both bookmark upload and import dialog - [template] update bookmark import options - allow adding tags to all imported links - allow selecting the visibility (privacy) of imported links - [tests] ensure bookmarks are properly parsed and imported in the LinkDB - reuse reference input from the parser's test data See: - https://github.com/shaarli/netscape-bookmark-parser - https://getcomposer.org/doc/01-basic-usage.md#autoloading Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Bugfix: enable change password if open shaarli is disabledArthurHoaro2016-08-061-1/+1
|/
* Fix variable in configure.phpArthurHoaro2016-07-101-1/+1
|
* Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-097-45/+85
|\ | | | | Introduce a configuration manager
| * Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-114-7/+5
| |
| * Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-112-2/+2
| | | | | | | | Also use the Updater to make the transition
| * Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-112-6/+6
| | | | | | | | code base
| * Configuration template indentingArthurHoaro2016-06-111-36/+78
| |
* | Firefox Share: Use selected text as descriptionnodiscc2016-06-121-1/+1
|/ | | https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Social_API/Share
* Merge pull request #560 from ArthurHoaro/nb-private-shaareArthur2016-05-141-1/+2
|\ | | | | Private links counter in the header