aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Translations and baggy view for tagsNicolas Lœuillet2016-08-231-1/+2
|
* Links on each tag in Tags viewNicolas Lœuillet2016-08-231-1/+3
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-1/+1
|\
| * Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-181-1/+1
| | | | | | | | Fix #2041
| * Merge pull request #2052 from danbartram/feature-filter-unreadJeremy Benoist2016-05-271-0/+5
| |\ | | | | | | Add unread filter to entries pages
| | * Add unread filter to entries pagesDaniel Bartram2016-05-091-0/+5
| | | | | | | | | | | | Add the ability to filter for unread pages in the filters menu.
* | | Bring tags on entries view to baggyThomas Citharel2016-07-011-1/+1
| | | | | | | | | | | | Also, a couple of UI improvement and CSS fixing
* | | minor ui fixesThomas Citharel2016-06-231-5/+2
| | |
* | | Add tags on entries viewThomas Citharel2016-06-231-0/+19
| | | | | | | | | | | | Should be tested on old browsers
* | | manage assets through npmThomas Citharel2016-06-091-6/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* / Replace vertical dots in material theme with horizontal dotsNicolas Lœuillet2016-05-181-1/+1
|/
* Add pagination bar at the bottom of the pageNicolas Lœuillet2016-05-031-10/+2
| | | | Fix #2021
* Display pagination only if we have more than one pageNicolas Lœuillet2016-04-181-1/+1
|
* Hide pagination if we only have one entry to displayNicolas Lœuillet2016-04-161-1/+3
|
* Lost in translation pagerNicolas Lœuillet2016-04-121-1/+1
|
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-7/+1
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Add title hover on entry titlesThomas Citharel2016-04-121-1/+1
|
* Fix estimated reading time in material viewNicolas Lœuillet2016-04-101-2/+1
| | | | Fix #1893
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-051-1/+1
|
* Convert english translation fileJeremy Benoist2016-03-201-31/+34
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-2/+3
|
* translate estimated time minutesThomas Citharel2016-02-181-2/+5
|
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-1/+1
|
* Adjust export orderJeremy Benoist2016-02-041-7/+7
| | | | | To be the same as on the entry page. Also, export name doesn't need to be translated.
* better display for txtThomas Citharel2016-02-041-1/+1
|
* Merge pull request #1642 from wallabag/v2-escape-previewJeremy Benoist2016-02-041-13/+15
|\ | | | | Unescape content for Material card
| * Unescape content for Material cardJeremy Benoist2016-02-031-13/+15
| | | | | | | | | | | | Using slice & striptags, the content is automatically escaped. If some html character need to be displayed, they'll be escape too, sth like `&amp;`. Using |raw, the content isn't escape twice and is well displayed.
* | Add new export configJeremy Benoist2016-01-311-7/+7
|/
* fix #1620 and introduce new parameters to exportThomas Citharel2016-01-241-7/+7
|
* add json & xmlThomas Citharel2015-11-091-7/+7
|
* Start work on exportThomas Citharel2015-11-091-0/+18
| | | | | | | | For now: - ebook - mobi - pdf - csv
* typoThomas Citharel2015-10-011-1/+1
|
* french translationNicolas Lœuillet2015-09-301-7/+7
|
* remove www. on entries viewNicolas Lœuillet2015-09-291-1/+1
|
* Entries filter on languageJeremy Benoist2015-09-231-6/+4
| | | | + updated deps
* Adjust preview pictureJeremy Benoist2015-09-201-2/+14
|
* improved display picturesAlexandr Danilov2015-09-141-11/+40
|
* Merge pull request #1417 from wallabag/v2-display-pictureJeremy Benoist2015-09-131-1/+5
|\ | | | | fix #972: add preview pictures
| * add preview picturesNicolas Lœuillet2015-09-121-1/+5
| |
* | Merge pull request #1418 from wallabag/v2-previewpicture-filterJeremy Benoist2015-09-131-0/+6
|\ \ | | | | | | filter for entries with previewPicture
| * | filter for entries with previewPictureNicolas Lœuillet2015-09-121-0/+6
| |/
* / implement FosUserNicolas Lœuillet2015-09-111-1/+0
|/
* typoThomas Citharel2015-08-261-1/+1
|
* Use full size of the panel for domain-filteringThomas Citharel2015-08-261-1/+1
| | | For longer domains
* fix #1357, truncate domain name if it's too loooongNicolas Lœuillet2015-08-241-4/+4
|
* filters: implement status filter and a new view (to display all entries)Nicolas Lœuillet2015-08-211-2/+17
|
* filters: enhance view for domain nameNicolas Lœuillet2015-08-191-8/+6
|
* add filter on domain nameNicolas Lœuillet2015-08-191-0/+8
|
* Merge pull request #1365 from wallabag/v2-typo-paginationJeremy Benoist2015-08-191-1/+1
|\ | | | | change </div> into </ul>
| * change </div> into </ul>Nicolas Lœuillet2015-08-181-1/+1
| |