Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display link count only on linklist | ArthurHoaro | 2016-12-12 | 2 | -8/+9 |
| | |||||
* | Remove the green header | ArthurHoaro | 2016-12-12 | 3 | -93/+107 |
| | |||||
* | W3C Compliance | ArthurHoaro | 2016-11-05 | 7 | -9/+9 |
| | |||||
* | Bugfixes on link deletion, and use a GET form | ArthurHoaro | 2016-11-05 | 1 | -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 templates | VirtualTam | 2016-11-05 | 9 | -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 exists | ArthurHoaro | 2016-11-05 | 1 | -1/+3 |
| | |||||
* | Use new header plugin placeholders | ArthurHoaro | 2016-11-05 | 5 | -40/+81 |
| | |||||
* | Improve theme dependent plugin placeholders: | ArthurHoaro | 2016-11-05 | 3 | -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 shaare | ArthurHoaro | 2016-11-05 | 1 | -4/+6 |
| | |||||
* | install template | ArthurHoaro | 2016-11-05 | 2 | -1/+130 |
| | |||||
* | add dailyrss and export templates | ArthurHoaro | 2016-11-05 | 3 | -0/+26 |
| | |||||
* | Minor adjustments | ArthurHoaro | 2016-11-05 | 9 | -28/+55 |
| | |||||
* | Fix an issue with textarea resizing | ArthurHoaro | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | daily page internationalization | ArthurHoaro | 2016-11-05 | 1 | -7/+7 |
| | |||||
* | Use a class for 'window' titles instead of h2 | ArthurHoaro | 2016-11-05 | 14 | -21/+21 |
| | |||||
* | Daily template | ArthurHoaro | 2016-11-05 | 4 | -3/+183 |
| | |||||
* | picwall template | ArthurHoaro | 2016-11-05 | 2 | -0/+114 |
| | |||||
* | tag cloud template | ArthurHoaro | 2016-11-05 | 2 | -2/+60 |
| | |||||
* | Import/export templates and minor fixes | ArthurHoaro | 2016-11-05 | 7 | -17/+197 |
| | |||||
* | Set updated date for items in feeds | ArthurHoaro | 2016-11-05 | 2 | -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 templates | ArthurHoaro | 2016-11-05 | 1 | -1/+10 |
| | | | | It can be used as a timestamp by templates under the key 'updated_timestamp'. | ||||
* | Plugin parameter description: Update the templates to display them | ArthurHoaro | 2016-11-05 | 1 | -2/+3 |
| | |||||
* | Refactor bookmark import using a generic Netscape parser | VirtualTam | 2016-11-05 | 1 | -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 template | ArthurHoaro | 2016-10-14 | 5 | -14/+93 |
| | |||||
* | Plugin admin: 3rd party link | ArthurHoaro | 2016-10-14 | 2 | -1/+8 |
| | |||||
* | Responsive plugin administration page | ArthurHoaro | 2016-10-14 | 2 | -38/+89 |
| | |||||
* | plugin admin first version | ArthurHoaro | 2016-10-12 | 3 | -5/+187 |
| | |||||
* | Fix awesomplete form in editlink | ArthurHoaro | 2016-10-12 | 1 | -0/+17 |
| | |||||
* | Bugfix: error if no plugin is enabled for linklist | ArthurHoaro | 2016-10-12 | 1 | -6/+9 |
| | |||||
* | Editlink improvement | ArthurHoaro | 2016-08-07 | 2 | -8/+18 |
| | |||||
* | Configure page | ArthurHoaro | 2016-08-07 | 5 | -26/+292 |
| | |||||
* | Apply translation function on all labels | ArthurHoaro | 2016-08-07 | 8 | -101/+88 |
| | |||||
* | Minor bugfix | ArthurHoaro | 2016-08-07 | 2 | -2/+2 |
| | |||||
* | Search results | ArthurHoaro | 2016-08-07 | 3 | -21/+47 |
| | |||||
* | Mobile menu: chrome bugfix | ArthurHoaro | 2016-08-07 | 1 | -0/+5 |
| | |||||
* | Tools page | ArthurHoaro | 2016-08-07 | 2 | -3/+182 |
| | |||||
* | Add feed templates | ArthurHoaro | 2016-08-07 | 2 | -0/+74 |
| | |||||
* | Bugfix: Firefox issue in linklist | ArthurHoaro | 2016-08-07 | 2 | -3/+4 |
| | |||||
* | Bugfix: syntax error in header | ArthurHoaro | 2016-08-07 | 1 | -1/+1 |
| | |||||
* | Rebase: new config manager, search criteria, and private links | ArthurHoaro | 2016-08-07 | 2 | -27/+33 |
| | |||||
* | Edit link WIP + upgrade awesomplete | ArthurHoaro | 2016-08-07 | 1 | -0/+82 |
| | |||||
* | addlink template | ArthurHoaro | 2016-08-07 | 3 | -8/+35 |
| | |||||
* | Login page and header login | ArthurHoaro | 2016-08-07 | 7 | -28/+226 |
| | | | | Note: the header login isn't functional | ||||
* | Work in progress: linklist, header and footer | ArthurHoaro | 2016-08-07 | 8 | -85/+547 |
| | |||||
* | Add Fira Sans font | ArthurHoaro | 2016-08-07 | 1 | -4/+35 |
| | |||||
* | Fold/Expand shaares | ArthurHoaro | 2016-08-07 | 1 | -0/+4 |
| | |||||
* | linklist toolbar (tags, permalink, etc) | ArthurHoaro | 2016-08-07 | 1 | -2/+22 |
| | |||||
* | Linklist improvements | ArthurHoaro | 2016-08-07 | 3 | -27/+29 |
| | |||||
* | Add Fira Sans font | ArthurHoaro | 2016-08-07 | 4 | -8/+55 |
| | |||||
* | Fold/Expand shaares | ArthurHoaro | 2016-08-07 | 2 | -0/+53 |
| |