aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Apply v0.8.2 changes, add opensearch tpl, add faviconArthurHoaro2016-12-1811-71/+118
|
* mergeArthurHoaro2016-12-1810-42/+45
|\
| * 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>
* | | Display link count only on linklistArthurHoaro2016-12-122-8/+9
| | |
* | | Remove the green headerArthurHoaro2016-12-123-93/+107
| | |
* | | W3C ComplianceArthurHoaro2016-11-057-9/+9
| | |
* | | Bugfixes on link deletion, and use a GET formArthurHoaro2016-11-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Cleanup: explicitely loop over PHP variables in templatesVirtualTam2016-11-059-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-11-051-1/+3
| | |
* | | Use new header plugin placeholdersArthurHoaro2016-11-055-40/+81
| | |
* | | Improve theme dependent plugin placeholders:ArthurHoaro2016-11-053-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Resize editlink textarea while editing an existing shaareArthurHoaro2016-11-051-4/+6
| | |
* | | install templateArthurHoaro2016-11-052-1/+130
| | |
* | | add dailyrss and export templatesArthurHoaro2016-11-053-0/+26
| | |
* | | Minor adjustmentsArthurHoaro2016-11-059-28/+55
| | |
* | | Fix an issue with textarea resizingArthurHoaro2016-11-051-1/+1
| | |
* | | daily page internationalizationArthurHoaro2016-11-051-7/+7
| | |
* | | Use a class for 'window' titles instead of h2ArthurHoaro2016-11-0514-21/+21
| | |
* | | Daily templateArthurHoaro2016-11-054-3/+183
| | |
* | | picwall templateArthurHoaro2016-11-052-0/+114
| | |
* | | tag cloud templateArthurHoaro2016-11-052-2/+60
| | |
* | | Import/export templates and minor fixesArthurHoaro2016-11-057-17/+197
| | |
* | | Set updated date for items in feedsArthurHoaro2016-11-052-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-11-051-1/+10
| | | | | | | | | | | | It can be used as a timestamp by templates under the key 'updated_timestamp'.
* | | Plugin parameter description: Update the templates to display themArthurHoaro2016-11-051-2/+3
| | |
* | | Refactor bookmark import using a generic Netscape parserVirtualTam2016-11-051-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>
* | | Change password and manage tags templateArthurHoaro2016-10-145-14/+93
| | |
* | | Plugin admin: 3rd party linkArthurHoaro2016-10-142-1/+8
| | |
* | | Responsive plugin administration pageArthurHoaro2016-10-142-38/+89
| | |
* | | plugin admin first versionArthurHoaro2016-10-123-5/+187
| | |