aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix few invalid HTML tagsKrzysztof Szafranek2016-10-092-2/+2
|
* better tags on materialThomas Citharel2016-10-052-5/+6
|
* 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
* Merge pull request #2314 from wallabag/assetsNicolas Lœuillet2016-10-031-1/+1
|\ | | | | Assets work
| * Assets workThomas Citharel2016-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* | Removed duplicated templates filesNicolas Lœuillet2016-09-302-27/+1
|/
* Merge pull request #2301 from wallabag/fix-rss-feedsJeremy Benoist2016-09-221-9/+1
|\ | | | | fix feeds not syncing on android app
| * fix feeds not syncing on android appThomas Citharel2016-09-211-9/+1
| |
* | Fixed label for mark as read link in entry viewNicolas Lœuillet2016-09-151-2/+7
| | | | | | | | Fix #2286
* | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-011-4/+5
|\ \ | | | | | | Fix print / article views
| * | Fix print / article viewsNicolas Lœuillet2016-08-261-4/+5
| | |
* | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-281-1/+1
|\ \ \ | | |/ | |/|
| * | A new version of the plugin tinydot with update on window resizeAlexandr Danilov2016-08-251-1/+1
| | |
| * | Merge pull request #2230 from modos189/issue_2055Nicolas Lœuillet2016-08-231-1/+1
| |\ \ | | | | | | | | Cut entries title in card view: continued
| | * | Simplify the initialization of the plugin dotdotdotAlexandr Danilov2016-08-221-1/+1
| | | |
| | * | Don't cut entries title in card viewBaptiste Mille-Mathias2016-05-211-1/+1
| | | | | | | | | | | | | | | | Stop cutting titles arbitrary at caracter 42.
* | | | Changed where page title is displayedNicolas Lœuillet2016-08-261-13/+1
| |_|/ |/| |
* | | Add icon for public share linkNicolas Lœuillet2016-08-251-1/+1
| | |