aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
Commit message (Collapse)AuthorAgeFilesLines
* MOAR WIPThomas Citharel2017-06-232-0/+35
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-3/+13
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+11
|
* Add some flex magicThomas Citharel2017-05-311-18/+16
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fixed tags display on grid viewNicolas Lœuillet2017-05-312-23/+28
|
* Added tags on list viewNicolas Lœuillet2017-05-301-1/+8
|
* Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-243-5/+8
|
* 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-072-4/+3
| | | | | | | | 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-042-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |
* | Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-181-2/+16
|\ \ | | | | | | Added publication date and author
| * | Added author of articleNicolas Lœuillet2017-04-091-1/+9
| | |
| * | Added publication dateNicolas Lœuillet2017-04-051-2/+8
| | |
* | | Removed is_public in Entry edit formNicolas Lœuillet2017-04-131-5/+0
|/ /
* / 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-025-19/+19
| | | | | | | | | | | | | | | | 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-264-10/+10
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-174-10/+10
| |
* | 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-273-10/+9
| |
* | Added floating button on entry view for mobileNicolas Lœuillet2016-11-301-0/+11
| |
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-282-8/+12
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-1/+1
| |
* | Added list viewNicolas Lœuillet2016-11-282-2/+20
| |
* | Added translations and currentRoute parameterNicolas Lœuillet2016-11-191-0/+2
| |
* | Added search engine in baggy themeNicolas Lœuillet2016-11-192-3/+2
| |
* | Added a simple search engineNicolas Lœuillet2016-11-192-3/+20
| | | | | | | | Fix #18
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-197-111/+171
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Hide creation date in mobile viewNicolas Lœuillet2016-11-141-2/+2
| |
| * Added creation date on entries viewNicolas Lœuillet2016-11-141-1/+4
| |
| * Display a bigger image in case of image contentJeremy Benoist2016-11-085-68/+122
| | | | | | | | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig
| * Round readingtime to avoid crazy numberJeremy Benoist2016-11-061-1/+1
| | | | | | | | Like `8.666666666667 min`
| * Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-043-57/+60
| |\ | | | | | | UI Changes
| | * Deal with more resolution issuesThomas Citharel2016-11-031-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Fix resolution issues and 'title' issuesThomas Citharel2016-11-031-6/+6
| | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Re-add bottom paginationJeremy Benoist2016-10-222-11/+13
| | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
| | * WIPThomas Citharel2016-10-222-41/+42
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+8
| | |
* | | 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
* | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-291-7/+11
| | | | | | | | Fix #2505
* | Renamed variable for page titleNicolas Lœuillet2016-10-261-5/+5
| |
* | Added tag label in the page titleNicolas Lœuillet2016-10-261-1/+5
|/ | | | Fix #2472