Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #804 from ArthurHoaro/feature/atom-default | ArthurHoaro | 2017-03-21 | 1 | -2/+2 |
|\ | | | | | Fixes #304: use atom feed as default | ||||
| * | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 1 | -2/+2 |
| | | | | | | | | RSS feed is still available with the setting set to false | ||||
* | | Theme: display shaarli version in the footer when logged in | ArthurHoaro | 2017-03-12 | 1 | -1/+5 |
| | | | | | | | | Fixes #778 | ||||
* | | Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflow | ArthurHoaro | 2017-03-12 | 2 | -1/+5 |
|\ \ | | | | | | | Fixes #806: display overflow for awesomplete list | ||||
| * | | Fixes #806: display overflow for awesomplete list | ArthurHoaro | 2017-03-12 | 2 | -1/+5 |
| | | | |||||
* | | | Theme: Vertical align theme select in configure | ArthurHoaro | 2017-03-12 | 2 | -1/+2 |
|/ / | | | | | | | Fixes #807 | ||||
* | | Remove inline JS and add LibreJS headers in JS files | ArthurHoaro | 2017-03-12 | 8 | -110/+142 |
| | | | | | | | | | | Fixes #33 (wow!) Relates to #395 | ||||
* | | Merge pull request #803 from ArthurHoaro/feature/awesomplete-autofirst | ArthurHoaro | 2017-03-11 | 2 | -2/+2 |
|\ \ | | | | | | | Fixes #657: use data-autofirst parameter for awesomeplete | ||||
| * | | Fixes #657: use data-autofirst parameter for awesomeplete | ArthurHoaro | 2017-03-11 | 2 | -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 logo | ArthurHoaro | 2017-03-11 | 1 | -1/+1 |
|/ | |||||
* | Prevent git from messing with font files | ArthurHoaro | 2017-03-09 | 8 | -652/+2668 |
| | | | | This should remove font related errors in browser debig consoles | ||||
* | Merge pull request #792 from ArthurHoaro/feature/private-filter-visual | ArthurHoaro | 2017-03-09 | 2 | -1/+11 |
|\ | | | | | Display private only filter as search criteria | ||||
| * | Display private only filter as search parameter | ArthurHoaro | 2017-03-08 | 2 | -1/+11 |
| | | |||||
* | | Submit editlink textarea using CTRL+Enter shortcut | ArthurHoaro | 2017-03-08 | 2 | -1/+8 |
|/ | |||||
* | Improve datetime display | ArthurHoaro | 2017-03-06 | 2 | -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: | ArthurHoaro | 2017-02-27 | 8 | -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 template | ArthurHoaro | 2017-02-27 | 45 | -0/+8751 |
| | |||||
* | Move default template to vintage folder | ArthurHoaro | 2017-02-27 | 38 | -0/+0 |
| | |||||
* | Removes spaces before and after bookmarklet's name | Christophe HENRY | 2017-02-22 | 1 | -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 deletion | ArthurHoaro | 2017-01-16 | 2 | -2/+2 |
| | | | | | | + fix changetag CSS alignement relates to #756 | ||||
* | Merge pull request #746 from ArthurHoaro/hotfix/delete-button | ArthurHoaro | 2017-01-15 | 2 | -4/+16 |
|\ | | | | | Fix delete button in editlink | ||||
| * | Fix delete button in editlink | ArthurHoaro | 2017-01-07 | 2 | -4/+16 |
| | | | | | | | | This one was forgotten in #682 | ||||
* | | Move user.css to data folder | ArthurHoaro | 2017-01-14 | 1 | -1/+1 |
|/ | |||||
* | Fix permalink image alignement in daily page | ArthurHoaro | 2017-01-05 | 1 | -0/+4 |
| | |||||
* | Updater: keep custom theme preference with the new theme setting | ArthurHoaro | 2017-01-05 | 1 | -5/+1 |
| | |||||
* | Minor improvements regarding #705 (coding style, unit tests, etc.) | ArthurHoaro | 2017-01-05 | 9 | -12/+13 |
| | |||||
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 34 | -10/+1231 |
| | |||||
* | Merge pull request #682 from ArthurHoaro/delete-button | Arthur | 2017-01-04 | 1 | -1/+1 |
|\ | | | | | Bugfixes on link deletion, and use a GET form | ||||
| * | Bugfixes on link deletion, and use a GET form | ArthurHoaro | 2016-12-16 | 1 | -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 feeds | ArthurHoaro | 2017-01-03 | 2 | -0/+4 |
| | | | | | | | | Fixes #709 | ||||
* | | Move PubSubHubbub code as a default plugin | ArthurHoaro | 2016-12-20 | 2 | -2/+2 |
| | | |||||
* | | Add plugin placeholders in RSS and ATOM feeds templates | ArthurHoaro | 2016-12-20 | 2 | -9/+12 |
| | | |||||
* | | Merge pull request #666 from ArthurHoaro/slim-api | Arthur | 2016-12-20 | 2 | -0/+26 |
|\ \ | |/ |/| | REST API structure using Slim framework | ||||
| * | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 2 | -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 install | ArthurHoaro | 2016-12-12 | 2 | -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.html | ArthurHoaro | 2016-12-15 | 1 | -2/+2 |
|/ | | | | Fixes #711 | ||||
* | Merge pull request #697 from ArthurHoaro/feature/ids-bis | Arthur | 2016-12-12 | 3 | -5/+8 |
|\ | | | | | Link ID refactoring | ||||
| * | Apply the new ID system accros the whole codebase | ArthurHoaro | 2016-12-12 | 3 | -5/+8 |
| | | |||||
* | | Merge pull request #679 from ArthurHoaro/plugins/header | Arthur | 2016-12-12 | 3 | -3/+25 |
|\ \ | |/ |/| | Improve theme dependent plugin placeholders: | ||||
| * | Improve theme dependent plugin placeholders: | ArthurHoaro | 2016-12-01 | 3 | -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-cdata | Arthur | 2016-12-05 | 1 | -3/+1 |
|\ \ | | | | | | | Remove new line between content tag and CDATA in ATOM feed | ||||
| * | | Remove new line between content tag and CDATA in ATOM feed | ArthurHoaro | 2016-12-02 | 1 | -3/+1 |
| | | | | | | | | | | | | Content not starting directly with CDATA can be misinterpreted by some feed parsers. | ||||
* | | | Merge pull request #701 from ArthurHoaro/plugins/md-html-doc | Arthur | 2016-12-03 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Describe markdown HTML rendering and display a warning | ||||
| * | | Describe markdown HTML rendering and display a warning | ArthurHoaro | 2016-12-01 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes #688 | ||||
* | | | Merge pull request #700 from teromene/firefox-social-title | Arthur | 2016-11-30 | 1 | -15/+17 |
|\ \ \ | | | | | | | | | Show page title when sharing via Firefox Social. | ||||
| * | | | Show page title when sharing via Firefox Social. | Teromene | 2016-11-29 | 1 | -15/+17 |
| |/ / | |||||
* / / | Disable Firefox Social in the tools section if the page is not loaded using ↵ | Teromene | 2016-11-29 | 1 | -1/+5 |
|/ / | | | | | | | HTTPS, as Firefox will deny the request. | ||||
* / | Add meta tag to block sending the referrer | Felix Kästner | 2016-11-21 | 1 | -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 templates | VirtualTam | 2016-10-16 | 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-10-14 | 1 | -1/+3 |
| |