aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Basically, fix everythingThomas Citharel2016-10-031-11/+13
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Fixed label for mark as read link in entry viewNicolas Lœuillet2016-09-151-2/+7
| | | | Fix #2286
* Fix print / article viewsNicolas Lœuillet2016-08-261-4/+5
|
* Add icon for public share linkNicolas Lœuillet2016-08-251-1/+1
|
* Change share entry behaviorNicolas Lœuillet2016-08-231-1/+6
|
* Add translationsNicolas Lœuillet2016-08-231-2/+2
|
* Add migrationNicolas Lœuillet2016-08-231-1/+1
|
* Share entry with a public URLNicolas Lœuillet2016-08-231-1/+7
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-5/+14
|\
| * Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-221-0/+9
| |\ | | | | | | Added creation date and reading time on article view
| | * Display text on baggyJeremy Benoist2016-08-211-1/+1
| | | | | | | | | | | | Instead of using icons (which aren't available) display real text for reading time & creation date
| | * Changed code indentationNicolas Lœuillet2016-08-181-3/+7
| | |