aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* 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-245-8/+17
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-194-11/+12
|\
| * modify key name as wellCedric Girard2017-05-181-1/+1
| |
| * Fixed documentation URLNicolas Lœuillet2017-05-173-9/+10
| |
| * reorder contrib strings in about pageCedric Girard2017-05-161-1/+1
| | | | | | | | this fixes #2891
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-2/+2
|\|
| * Update graby* licensesJérémy Benoist2017-05-091-2/+2
| |
* | Fix review againThomas Citharel2017-05-071-36/+38
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix reviewsAline2017-05-073-8/+7
| | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
* | Fix according to reviewThomas Citharel2017-05-041-1/+1
| |
* | fix theme changesThomas Citharel2017-05-041-6/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-046-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-031-2/+2
|\ \ | | | | | | Added notmatches operator for tagging rule
| * | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
| | |
* | | 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-182-3/+31
|\ \ | | | | | | Added publication date and author
| * | Added author of articleNicolas Lœuillet2017-04-092-2/+18
| | |
| * | Added publication dateNicolas Lœuillet2017-04-052-3/+15
| | |
* | | Removed is_public in Entry edit formNicolas Lœuillet2017-04-131-5/+0
|/ /
* | Added delete button on Baggy themeNicolas Lœuillet2017-03-311-0/+5
| |
* | Allow to remove all archived entriesThomas Citharel2017-03-311-0/+3
| | | | | | | | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Scuttle sharingFrenchHope2017-03-282-0/+9
|/
* remove language on html-tagChristoph Doblander2017-03-061-1/+1
|
* Merge pull request #2830 from Kdecherf/striptags-titleNicolas Lœuillet2017-02-175-19/+19
|\ | | | | Fix rendering of entry title in Twig views
| * 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>
* | Show active list in the left menu during searchKevin Decherf2017-02-051-4/+16
|/ | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-268-21/+21
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-178-21/+21
| |
* | Fix double overlay on expanded right sidenavSimounet2016-12-302-4/+4
| |
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-302-2/+2
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Material themelapineige2016-12-281-1/+1
| | |
| * | Share tags to Shaarli - Baggy themelapineige2016-12-281-1/+1
| |/
* | Access to search, filters, export on mobileSimounet2016-12-291-24/+22
| |
* | Fix entry reading timeSimounet2016-12-273-10/+9
| |
* | Moved total messages from importNicolas Lœuillet2016-12-081-2/+0
| |
* | Updated addons linksNicolas Lœuillet2016-12-011-1/+2
| |
* | 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-283-13/+17
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-282-2/+2
| |
* | Added list viewNicolas Lœuillet2016-11-283-4/+24
| |
* | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-1/+1
| |
* | Added help about shortcutsNicolas Lœuillet2016-11-221-24/+171
| |
* | Merge pull request #2630 from ThibaudDauce/fix-black-headingsJeremy Benoist2016-11-211-6/+6
|\ \ | | | | | | Add white-text class to card-title too
| * | Add white-text class to card-title tooThibaud Dauce2016-11-211-6/+6
| |/
* | Add RSS paginationJeremy Benoist2016-11-201-1/+9
| | | | | | | | Following https://tools.ietf.org/html/rfc5005#page-4
* | Added testsNicolas Lœuillet2016-11-192-1/+3
| |