aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Use lang attributeSimounet2020-01-231-2/+2
|
* Entry action buttons displayed on page end reachedSimounet2020-01-211-1/+1
|
* Sticky nav on entry action button clickSimounet2020-01-211-2/+2
|
* Fixed URL to share entry via twitterNicolas Lœuillet2020-01-131-1/+1
|
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-211-2/+2
|
* Add dedicated email for site config issueJeremy Benoist2019-01-181-1/+1
| | | | | Instead of sending an email to the devs, it now creates an issue on GitHub using a zap from zapier.
* Merge pull request #3765 from burkemw3/patch-2Jérémy Benoist2018-11-261-4/+0
|\ | | | | Remove preview picture from single entry view page for #1875
| * Remove preview picture from single entry view page for #1875Matt Burke2018-11-241-4/+0
| | | | | | | | | | | | Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other.
* | Add rel=noopener to target=_blank linksMatt Burke2018-11-071-9/+9
|/ | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript
* Fix authors and preview alt encoding displaySimounet2018-06-041-2/+2
|
* Fix title card HTML parsingSimounet2018-02-121-2/+2
|
* Nav close button alignment and nav boxes improvedSimounet2018-01-121-1/+1
|
* Fix broken link to remove tags from entriesKevin Decherf2017-12-271-1/+1
| | | | | | Fixes #3534 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added default value for title on entry viewNicolas Lœuillet2017-12-261-2/+2
|
* Card tags template sharedSimounet2017-12-261-10/+1
|
* material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-161-7/+7
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix #3484: hide the share toggle button if no service is enabledBertrand Dunogier2017-12-121-0/+10
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-1/+1
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-191-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Handle original_url querystring in Shaarli sharing linkKevin Decherf2017-11-191-1/+1
| | | | | | | | | This feature needs at least shaarli-plugin-via 0.2 from https://github.com/Kdecherf/shaarli-plugin-via to work. Shaarli will silently ignore this parameter if this plugin is missing. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in material entry viewKevin Decherf2017-11-191-0/+8
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-241-3/+6
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+1
|\
| * modify key name as wellCedric Girard2017-05-181-1/+1
| |
* | Fix review againThomas Citharel2017-05-071-36/+38
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix reviewsAline2017-05-071-2/+1
| | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
* | Fix according to reviewThomas Citharel2017-05-041-1/+1
| |
* | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | Fixed sandwich menu position in entry view (material theme)Nicolas Lœuillet2017-05-021-5/+5
| |
* | Added author of articleNicolas Lœuillet2017-04-091-1/+9
| |
* | Added publication dateNicolas Lœuillet2017-04-051-2/+8
| |
* | Scuttle sharingFrenchHope2017-03-281-0/+8
|/
* views: cosmetic in share links hrefKevin Decherf2017-02-161-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix rendering of entry title in Twig viewsKevin Decherf2017-02-021-10/+10
| | | | | | | | | | | | | | | | This commit provides some improvements on the rendering of entry title on entries list and entry views and refactors filter calls: - Remove escape filter from apparent title, striptags is enough - Move raw filter to the end of apparent title as it's ignored if not placed as the last filter - Replace raw filter with e('html_attr') for title used in attributes, fixing possible issue and/or glitch - Add striptags to entry.title used for link sharing to respect the apparent title Fixes #2802 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-261-2/+2
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-171-2/+2
| |
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-301-1/+1
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Material themelapineige2016-12-281-1/+1
| |/
* | Fix entry reading timeSimounet2016-12-271-7/+1
| |
* | Added floating button on entry view for mobileNicolas Lœuillet2016-11-301-0/+11
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-21/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * WIPThomas Citharel2016-10-221-21/+32
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added CSS class on linksNicolas Lœuillet2016-11-161-4/+4
| |
* | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+8
| | | | | | | | Fix #668
* | Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-081-11/+3
|/ | | | Fix #2376
* Fix few invalid HTML tagsKrzysztof Szafranek2016-10-091-1/+1
|
* better tags on materialThomas Citharel2016-10-051-2/+3
|
* Fix icon positionThomas Citharel2016-10-041-3/+6
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-041-7/+6
|
* fix iconsThomas Citharel2016-10-041-8/+6
|