Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | fix login desktop | nda | 2015-06-19 | 1 | -0/+10 |
| | | |||||
| * | login enhance for mobile | nda | 2015-06-19 | 1 | -0/+14 |
| | | |||||
* | | Add awesomplete to tag search shaarli/Shaarli#49 | ArthurHoaro | 2015-06-09 | 1 | -1/+10 |
|/ | |||||
* | restore normal font size for the "Add link" input field | nodiscc | 2015-03-16 | 1 | -0/+1 |
| | | | | * Fixes second part of #172 | ||||
* | Merge remote-tracking branch 'ArthurHoaro/autocomplete' into next | nodiscc | 2015-03-15 | 8 | -26957/+514 |
|\ | |||||
| * | Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 | ArthurHoaro | 2015-03-12 | 8 | -26957/+514 |
| | | | | | | | | | | | | | | | | | | * Add awesomplete dependancy (source + min + CSS) * Remove jQuery and jQuery-UI dependancy * Few CSS ajustements * Use tags complete list as RainTPL var (and display it as HTML) * Remove "disable jQuery" feature * Remove tag list web service | ||||
* | | theme: decrease border-radius to 3px everywhere | nodiscc | 2015-03-12 | 1 | -8/+8 |
| | | |||||
* | | Fix menu dynamic resize, padding, private icon pixelation | Miloš Jovanović | 2015-03-11 | 1 | -35/+58 |
|/ | |||||
* | remove duplicate license information, fixes ↵ | nodiscc | 2015-03-05 | 1 | -120/+0 |
| | | | | https://github.com/shaarli/Shaarli/issues/135 | ||||
* | Lazy load images with the light lib bLazy.js instead of jQuery: | ArthurHoaro | 2015-03-01 | 5 | -244/+250 |
| | | | | | | | * Remove jquery.lazyload lib * Add blazy lib * Add a bit of CSS animation * Delete unused picwall2 template | ||||
* | Fix missing authors and licenses in COPYING | nodiscc | 2015-02-14 | 2 | -8/+7 |
| | | | | | | | * add idleman for original CSS * add yahoo inc. for CSS reset * split the main css code and the yahoo reset CSS in 2 files * add copyright information for RainTPL, add LGPL license | ||||
* | Feature: enable/disable permalinks for RSS | Florian Eula | 2015-02-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | The option to see the shortlinks or permalinks has been added to the configuration panel. It is a simple checkbox This option is disabled by default (meaning that shortlinks are the default) Updated writeConfig() to save this option Also fixed a slight typo in config.html. Removed useless CSS & fixed a comment Enabled permalinks for the ATOM feed and fixed the isPermaLink attribute for the <guid> tag Reverted to default behavior and clarified its meaning EnableRssPermalinks is an oddly behaving option: when enabled, it shows a permalink in the description and a full link in the element title, and swaps it around when disabled. This clarifies the option for end-users Also, moved enable_rss_permalinks to $GLOBALS['config'] because it is a config option. fix indent | ||||
* | Merge pull request #99 from pikzen/license-version | nodiscc | 2015-01-26 | 13 | -54/+28524 |
|\ | | | | | Versioned JS files & centralized licenses | ||||
| * | Versioned JS files & centralized licenses | feula | 2015-01-21 | 13 | -54/+28524 |
| | | | | | | | | | | | | | | Updated libraries Updated copyright dates and the list of contributors. Added unminified sources for GPL compliance | ||||
* | | daily: display link timestamps | VirtualTam | 2015-01-15 | 1 | -0/+4 |
| | | | | | | | | | | | | Fixes #26 Signed-off-by: VirtualTam <virtualtam@flibidi.org> |