Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sticky feature - Add translation and display for logged out users | ArthurHoaro | 2018-10-06 | 1 | -251/+197 |
| | |||||
* | update translation | llune | 2018-08-02 | 1 | -26/+26 |
| | |||||
* | fix boutton | llune | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Maj French translation | llune | 2018-08-02 | 1 | -4/+4 |
| | |||||
* | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 2 | -88/+133 |
| | | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config | ||||
* | Take code review into account | ArthurHoaro | 2018-07-05 | 2 | -21/+36 |
| | | | | Upgrade web-thumbnailer and display thumbs right after download | ||||
* | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 2 | -106/+140 |
| | |||||
* | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 1 | -0/+9 |
| | | | | | | | | | | * requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes #345 #425 #487 #543 #588 #590 | ||||
* | Merge pull request #1081 from nodiscc/doc-merge-sharing | nodiscc | 2018-04-18 | 1 | -3/+8 |
|\ | | | | | doc: merge all sharing methods under a single "Sharing content" page | ||||
| * | remove duplicate translation | nodiscc | 2018-04-14 | 1 | -6/+0 |
| | | |||||
| * | update PO strings for Edit/New Shaare | nodiscc | 2018-04-14 | 1 | -3/+14 |
| | | | | | | | | update french translation | ||||
* | | German language created (#1114) | Buster One | 2018-04-15 | 1 | -0/+1313 |
|/ | | | | | | | | | | | | * Added german language selection * German language file created * typo * extra space removed and typo corrected * lines 1314 through 1408 removed as suggested | ||||
* | Remove minified JS libs | ArthurHoaro | 2018-03-31 | 2 | -9/+0 |
| | |||||
* | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ | ArthurHoaro | 2018-03-28 | 5 | -948/+0 |
| | |||||
* | Use a specific page title in all pages | ArthurHoaro | 2018-02-24 | 1 | -102/+126 |
| | | | | | | Also fixed a few French translation issues Fixes #954 #955 | ||||
* | Public/private filter: use two separate buttons | ArthurHoaro | 2018-01-24 | 1 | -28/+33 |
| | | | | #1038 | ||||
* | Add a filter to only display public links | ArthurHoaro | 2017-12-16 | 1 | -35/+38 |
| | | | | | | When the key filter is clicked once, it only displays private link. When it is clicked on again, it becomes red and only public links are displayed. Another click and all links are displayed. The current visibility status is shown in the search banner Fixes #1030 | ||||
* | Improve messages if there is no plugin or parameter available in the admin page | ArthurHoaro | 2017-11-11 | 1 | -57/+58 |
| | | | | Fixes #931 | ||||
* | Translations : Working demo example of translation extension | ArthurHoaro | 2017-10-22 | 1 | -33/+37 |
| | |||||
* | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 1 | -160/+251 |
| | |||||
* | Use makefile target to generate MO file and remove it from git | ArthurHoaro | 2017-10-22 | 2 | -60/+88 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 2 | -0/+1243 |
| | | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. | ||||
* | Remove inline JS and add LibreJS headers in JS files | ArthurHoaro | 2017-03-12 | 2 | -0/+56 |
| | | | | | Fixes #33 (wow!) Relates to #395 | ||||
* | Upgrade awesomplete + fix multiple autocompletion fields | ArthurHoaro | 2017-02-27 | 3 | -79/+137 |
| | |||||
* | Improve plugin_admin.js to support multiple ordered rows | ArthurHoaro | 2017-02-27 | 1 | -7/+15 |
| | |||||
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 2 | -1204/+0 |
| | |||||
* | Describe markdown HTML rendering and display a warning | ArthurHoaro | 2016-12-01 | 1 | -0/+9 |
| | | | | Fixes #688 | ||||
* | Plugin parameter description: Update the templates to display them | ArthurHoaro | 2016-08-02 | 1 | -2/+2 |
| | |||||
* | Renames Awesomeplete dollar variable to avoid conflicts with jQuery | kalvn | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #500 from ArthurHoaro/plugin-icon-style | Arthur | 2016-02-28 | 1 | -0/+5 |
|\ | | | | | Fixes #411: remove hardcoded plugin icon size | ||||
| * | Fixes #411: remove hardcoded plugin icon size | ArthurHoaro | 2016-02-28 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #496 from ArthurHoaro/cross-search | Arthur | 2016-02-28 | 1 | -0/+4 |
|\ \ | |/ |/| | Allow crossed search between terms and tags | ||||
| * | Allow crossed search between terms and tags | ArthurHoaro | 2016-02-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * Partial fix of #449 * Current use case: search term + click on tag. * LinkFilter now returns all links if no filter is given. * Unit tests. | ||||
* | | Update shaarli.css | Nicolas Danelon | 2016-02-23 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #388 from ArthurHoaro/pluginadmin | Arthur | 2016-01-31 | 2 | -0/+127 |
|\ | | | | | Fixes #378 - Plugin administration UI. | ||||
| * | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 2 | -0/+127 |
| | | |||||
* | | Merge pull request #379 from ArthurHoaro/plugin-markdown | Arthur | 2016-01-31 | 1 | -1/+0 |
|\ \ | |/ |/| | PLUGIN Markdown | ||||
| * | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Parse link description in Markdown (HTML) before rendering. * hard remove of Shaarli's HTML before parsing. * Using Parsedown <https://github.com/erusev/parsedown> PHP lib. * Includes basic markdown CSS. * Style: removed 400px height max limit for shaares. * Unit tests. | ||||
* | | Create 404 template | Dimtion | 2016-01-20 | 1 | -1/+14 |
| | | | | | | | | Solve #430 for links | ||||
* | | Fixes QRCode style | ArthurHoaro | 2015-12-21 | 1 | -19/+0 |
|/ | | | | | * fixes a regression misplacing QRCode popup. * adds a 'show' class in JS to handle CSS transition. | ||||
* | Fixes #403 : Remove QRCode in core CSS and fix plugin layout | ArthurHoaro | 2015-12-07 | 1 | -10/+0 |
| | |||||
* | Fixes #360 - Auto-complete more than one tag in tag filter field | ArthurHoaro | 2015-11-17 | 1 | -0/+35 |
| | | | | | | * Group awesomplete for multi data in a single JS file. * Use it in editlink and linklist. * Move awesomplete JS lib at the end of page in editlink. | ||||
* | Handle errors raised by plugins in template. fixes #370 | ArthurHoaro | 2015-11-08 | 1 | -0/+5 |
| | |||||
* | Template upgrade to handle plugin zones | ArthurHoaro | 2015-11-07 | 3 | -1224/+4 |
| | | | | Add a bunch of plugin placeholders in templates | ||||
* | awesome.css restored. width bug fixed. | nicolasm | 2015-06-26 | 2 | -0/+6 |
| | |||||
* | cursor pointer for label (ux improvement) | Nicolas Danelon | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | fix no javascript | Nicolas Danelon | 2015-06-23 | 2 | -6/+0 |
| | |||||
* | Update awesomplete.css | Nicolas Danelon | 2015-06-23 | 1 | -1/+0 |
| | |||||
* | filter input search responsive fixed (mobile) | Nicolas Danelon | 2015-06-23 | 2 | -2/+8 |
| | |||||
* | Merge remote-tracking branch 'nicolasdanelon/master' into next | nodiscc | 2015-06-23 | 1 | -0/+24 |
|\ |