aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
Commit message (Collapse)AuthorAgeFilesLines
* Fix authors and preview alt encoding displaySimounet2018-06-041-2/+2
|
* Merge pull request #3592 from Simounet/fix/html-entities-on-default-titleJérémy Benoist2018-02-242-3/+3
|\ | | | | Fix title card HTML parsing
| * Fix title card HTML parsingSimounet2018-02-122-3/+3
| |
* | Fix error when withRemove variable is not defined.Stéphane HULARD2018-01-231-1/+1
|/ | | | | | Since the withRemove variable is a template flag, it can be undefined. In the Entry\Card\_content.html.twig template for example, the withRemove variable is not defined.
* Nav close button alignment and nav boxes improvedSimounet2018-01-123-3/+5
|
* Label replaced by a button on the nav search formSimounet2018-01-122-1/+2
|
* Label replaced by a button on the nav new entry formSimounet2018-01-121-0/+1
|
* Fix broken link to remove tags from entriesKevin Decherf2017-12-273-3/+3
| | | | | | Fixes #3534 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added default value for title on entry viewNicolas Lœuillet2017-12-261-2/+2
|
* Using new 'entry.default_title' as translation keySimounet2017-12-261-1/+1
|
* Card tags template sharedSimounet2017-12-263-16/+17
|
* Useless span removed from the card's titleSimounet2017-12-261-5/+3
|
* Default card titleSimounet2017-12-261-1/+1
|
* Content card template sharedSimounet2017-12-265-68/+25
|
* material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-163-9/+9
| | | | 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
|
* Fix pagination on list modeSimounet2017-12-041-4/+5
|
* 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>
* Entry: handle originUrl in edit form, update translationsKevin Decherf2017-11-191-0/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: replace card activator with article link on card previewKevin Decherf2017-11-063-3/+13
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Empty currentTag should be nullJeremy Benoist2017-07-281-1/+1
| | | | And when a parameter is null, it won't appear in the url like `?tag=`.
* 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
| |