aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add ability to edit a tagging ruleJeremy Benoist2016-10-012-0/+4
| | | |
* | | | Merge pull request #2323 from wallabag/footer-statsJeremy Benoist2016-10-021-2/+13
|\ \ \ \ | |/ / / |/| | | Add simple stats in footer
| * | | Add simple stats in footerJeremy Benoist2016-10-011-2/+13
| |/ /
* / / Customize errors templatesJeremy Benoist2016-10-012-0/+54
|/ / | | | | | | All error goes to the same template which only display the error message and the status code.
* / Removed duplicated templates filesNicolas Lœuillet2016-09-3022-485/+9
|/
* Merge pull request #2301 from wallabag/fix-rss-feedsJeremy Benoist2016-09-222-18/+2
|\ | | | | fix feeds not syncing on android app
| * fix feeds not syncing on android appThomas Citharel2016-09-212-18/+2
| |
* | Merge pull request #1941 from wallabag/v2-asynchronous-jobsJeremy Benoist2016-09-193-0/+26
|\ \ | | | | | | Use asynchronous jobs for imports
| * | Moved Pocket token to user configJeremy Benoist2016-09-162-0/+24
| | |
| * | Display how many messages are queueJeremy Benoist2016-09-131-0/+2
| | | | | | | | | | | | | | | - update the docker-composer to add Redis - add migrations
* | | Fixed label for mark as read link in entry viewNicolas Lœuillet2016-09-152-3/+14
| | | | | | | | | | | | Fix #2286
* | | Remove FooterControllerNicolas Lœuillet2016-09-152-9/+8
| | |
* | | Remove footer partNicolas Lœuillet2016-09-131-33/+0
|/ /
* | Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-1/+1
| |
* | Remove Twig globalsJeremy Benoist2016-09-031-4/+4
| | | | | | | | | | | | | | | | Twig Global function are called globally. This means even on a query to the api. Using a function we can decide when we want to call it. Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ...
* | Merge pull request #2002 from wallabag/feature-display-itemsNumberJeremy Benoist2016-09-031-4/+4
|\ \ | | | | | | Feature display items number
| * | Display entries number for each categoryNicolas Lœuillet2016-08-231-4/+4
| | |
* | | Fixed different font-size for labels in config screenNicolas Lœuillet2016-09-021-0/+2
| | | | | | | | | | | | Fix #1788
* | | Merge pull request #2252 from wallabag/fix-last-mergeNicolas Lœuillet2016-09-021-3/+1
|\ \ \ | | | | | | | | Fixed last merge who caused CSS/JS bugs
| * | | Fixed last merge who caused CSS/JS bugsNicolas Lœuillet2016-08-301-3/+1
| | | |
* | | | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-012-24/+28
|\ \ \ \ | | | | | | | | | | Fix print / article views
| * | | | Fixed print view for baggy themeNicolas Lœuillet2016-08-261-20/+23
| | | | |
| * | | | Fix print / article viewsNicolas Lœuillet2016-08-261-4/+5
| | | | |
* | | | | Add Readability to Quickstart pageJeremy Benoist2016-09-012-0/+2
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-282-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | 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-232-1/+2
| |\ \ \ | | | | | | | | | | Cut entries title in card view: continued
| | * | | Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)Alexandr Danilov2016-08-231-1/+1
| | | | |
| | * | | Simplify the initialization of the plugin dotdotdotAlexandr Danilov2016-08-221-1/+1
| | | | |
| | * | | Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that ↵Alexandr Danilov2016-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | allows you to clip a text on the second line and fixed cut entries title in card view
| | * | | Don't cut entries title in card viewBaptiste Mille-Mathias2016-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | Stop cutting titles arbitrary at caracter 42.
* | | | | Add untagged entriesNicolas Lœuillet2016-08-283-0/+9
| | | | | | | | | | | | | | | | | | | | Fix #1631
* | | | | Changed where page title is displayedNicolas Lœuillet2016-08-263-26/+15
| |_|/ / |/| | |
* | | | Add icon for public share linkNicolas Lœuillet2016-08-251-1/+1
| | | |
* | | | Remove text about original URL in public viewNicolas Lœuillet2016-08-251-1/+1
| | | |
* | | | Add original link in public view of the articleNicolas Lœuillet2016-08-251-0/+1
| | | |
* | | | Change links on baggy themeNicolas Lœuillet2016-08-231-1/+1
| | | |
* | | | Change share entry behaviorNicolas Lœuillet2016-08-231-1/+6
| | | |
* | | | Add translationsNicolas Lœuillet2016-08-232-3/+3
| | | |
* | | | Add Cache on Share ActionNicolas Lœuillet2016-08-231-3/+1
| | | |
* | | | Add migrationNicolas Lœuillet2016-08-232-1/+4
| | | |
* | | | Share entry with a public URLNicolas Lœuillet2016-08-232-1/+46
| | | |
* | | | Remove duplicate pager on baggyJeremy Benoist2016-08-231-14/+0
| | | |
* | | | Translations and baggy view for tagsNicolas Lœuillet2016-08-233-5/+34
| | | |
* | | | Links on each tag in Tags viewNicolas Lœuillet2016-08-232-2/+4
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-229-80/+123
|\| |
| * | Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-222-0/+22
| |\ \ | | | | | | | | Added creation date and reading time on article view
| | * | Display text on baggyJeremy Benoist2016-08-212-5/+9
| | | | | | | | | | | | | | | | Instead of using icons (which aren't available) display real text for reading time & creation date
| | * | Changed code indentationNicolas Lœuillet2016-08-182-6/+14
| | | |
| | * | Added creation date and reading time on article viewNicolas Lœuillet2016-08-182-0/+10
| | | | | | | | | | | | | | | | Fix #2034