aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Empty tag search will look for not tagged linksArthurHoaro2017-05-252-2/+10
| | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc
* Theme: JS - Fix a bug preventing edit margin suppression to workArthurHoaro2017-03-271-2/+1
| | | | Explanation: an ID with a leading digit isn't a valid CSS selector
* Theme: change global font to Roboto and include bold variantArthurHoaro2017-03-247-11/+20
| | | | Fixes #822
* Add API setting in the new theme during the installationArthurHoaro2017-03-223-4/+22
| | | | Also use the same variable name across template files
* Merge pull request #804 from ArthurHoaro/feature/atom-defaultArthurHoaro2017-03-211-2/+2
|\ | | | | Fixes #304: use atom feed as default
| * Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-2/+2
| | | | | | | | RSS feed is still available with the setting set to false
* | Theme: display shaarli version in the footer when logged inArthurHoaro2017-03-121-1/+5
| | | | | | | | Fixes #778
* | Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflowArthurHoaro2017-03-122-1/+5
|\ \ | | | | | | Fixes #806: display overflow for awesomplete list
| * | Fixes #806: display overflow for awesomplete listArthurHoaro2017-03-122-1/+5
| | |
* | | Theme: Vertical align theme select in configureArthurHoaro2017-03-122-1/+2
|/ / | | | | | | Fixes #807
* | Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-128-110/+142
| | | | | | | | | | Fixes #33 (wow!) Relates to #395
* | Merge pull request #803 from ArthurHoaro/feature/awesomplete-autofirstArthurHoaro2017-03-112-2/+2
|\ \ | | | | | | Fixes #657: use data-autofirst parameter for awesomeplete
| * | Fixes #657: use data-autofirst parameter for awesomepleteArthurHoaro2017-03-112-2/+2
| |/ | | | | | | data-autofirst automatically selects the first item of the list of choice automatically. You just have to press enter to use it.
* / Fixes #793: display the star logo on mobile instead of home logoArthurHoaro2017-03-111-1/+1
|/
* Prevent git from messing with font filesArthurHoaro2017-03-098-652/+2668
| | | | This should remove font related errors in browser debig consoles
* Merge pull request #792 from ArthurHoaro/feature/private-filter-visualArthurHoaro2017-03-092-1/+11
|\ | | | | Display private only filter as search criteria
| * Display private only filter as search parameterArthurHoaro2017-03-082-1/+11
| |
* | Submit editlink textarea using CTRL+Enter shortcutArthurHoaro2017-03-082-1/+8
|/
* Improve datetime displayArthurHoaro2017-03-062-4/+5
| | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET)
* 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
| |/ /