aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* Use a specific page title in all pagesArthurHoaro2018-02-241-102/+126
| | | | | | Also fixed a few French translation issues Fixes #954 #955
* Public/private filter: use two separate buttonsArthurHoaro2018-01-241-28/+33
| | | | #1038
* Add a filter to only display public linksArthurHoaro2017-12-161-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 pageArthurHoaro2017-11-111-57/+58
| | | | Fixes #931
* Translations : Working demo example of translation extensionArthurHoaro2017-10-221-33/+37
|
* Add language selection in the configure page of the default themeArthurHoaro2017-10-221-160/+251
|
* Use makefile target to generate MO file and remove it from gitArthurHoaro2017-10-222-60/+88
|
* Shaarli's translationArthurHoaro2017-10-222-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 filesArthurHoaro2017-03-122-0/+56
| | | | | Fixes #33 (wow!) Relates to #395
* Upgrade awesomplete + fix multiple autocompletion fieldsArthurHoaro2017-02-273-79/+137
|
* Improve plugin_admin.js to support multiple ordered rowsArthurHoaro2017-02-271-7/+15
|
* Change templates set through administration UIKnah Tsaeb2017-01-052-1204/+0
|
* Describe markdown HTML rendering and display a warningArthurHoaro2016-12-011-0/+9
| | | | Fixes #688
* Plugin parameter description: Update the templates to display themArthurHoaro2016-08-021-2/+2
|
* Renames Awesomeplete dollar variable to avoid conflicts with jQuerykalvn2016-05-031-2/+2
|
* Merge pull request #500 from ArthurHoaro/plugin-icon-styleArthur2016-02-281-0/+5
|\ | | | | Fixes #411: remove hardcoded plugin icon size
| * Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-281-0/+5
| |
* | Merge pull request #496 from ArthurHoaro/cross-searchArthur2016-02-281-0/+4
|\ \ | |/ |/| Allow crossed search between terms and tags
| * Allow crossed search between terms and tagsArthurHoaro2016-02-281-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.cssNicolas Danelon2016-02-231-0/+4
|/
* Merge pull request #388 from ArthurHoaro/pluginadminArthur2016-01-312-0/+127
|\ | | | | Fixes #378 - Plugin administration UI.
| * Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-312-0/+127
| |
* | Merge pull request #379 from ArthurHoaro/plugin-markdownArthur2016-01-311-1/+0
|\ \ | |/ |/| PLUGIN Markdown
| * PLUGIN MarkdownArthurHoaro2016-01-031-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 templateDimtion2016-01-201-1/+14
| | | | | | | | Solve #430 for links
* | Fixes QRCode styleArthurHoaro2015-12-211-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 layoutArthurHoaro2015-12-071-10/+0
|
* Fixes #360 - Auto-complete more than one tag in tag filter fieldArthurHoaro2015-11-171-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 #370ArthurHoaro2015-11-081-0/+5
|
* Template upgrade to handle plugin zonesArthurHoaro2015-11-073-1224/+4
| | | | Add a bunch of plugin placeholders in templates
* awesome.css restored. width bug fixed.nicolasm2015-06-262-0/+6
|
* cursor pointer for label (ux improvement)Nicolas Danelon2015-06-231-0/+1
|
* fix no javascriptNicolas Danelon2015-06-232-6/+0
|
* Update awesomplete.cssNicolas Danelon2015-06-231-1/+0
|
* filter input search responsive fixed (mobile)Nicolas Danelon2015-06-232-2/+8
|
* Merge remote-tracking branch 'nicolasdanelon/master' into nextnodiscc2015-06-231-0/+24
|\
| * fix login desktopnda2015-06-191-0/+10
| |
| * login enhance for mobilenda2015-06-191-0/+14
| |
* | Add awesomplete to tag search shaarli/Shaarli#49ArthurHoaro2015-06-091-1/+10
|/
* restore normal font size for the "Add link" input fieldnodiscc2015-03-161-0/+1
| | | | * Fixes second part of #172
* Merge remote-tracking branch 'ArthurHoaro/autocomplete' into nextnodiscc2015-03-158-26957/+514
|\
| * Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148ArthurHoaro2015-03-128-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 everywherenodiscc2015-03-121-8/+8
| |
* | Fix menu dynamic resize, padding, private icon pixelationMiloš Jovanović2015-03-111-35/+58
|/
* remove duplicate license information, fixes ↵nodiscc2015-03-051-120/+0
| | | | https://github.com/shaarli/Shaarli/issues/135
* Lazy load images with the light lib bLazy.js instead of jQuery:ArthurHoaro2015-03-015-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 COPYINGnodiscc2015-02-142-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 RSSFlorian Eula2015-02-071-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-versionnodiscc2015-01-2613-54/+28524
|\ | | | | Versioned JS files & centralized licenses
| * Versioned JS files & centralized licensesfeula2015-01-2113-54/+28524
| | | | | | | | | | | | | | Updated libraries Updated copyright dates and the list of contributors. Added unminified sources for GPL compliance