aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add migrationNicolas Lœuillet2016-08-231-1/+1
| | |
* | | Share entry with a public URLNicolas Lœuillet2016-08-231-1/+7
| | |
* | | 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-222-6/+15
|\| |
| * | Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-221-0/+9
| |\ \ | | | | | | | | Added creation date and reading time on article view
| | * | Display text on baggyJeremy Benoist2016-08-211-1/+1
| | | | | | | | | | | | | | | | Instead of using icons (which aren't available) display real text for reading time & creation date
| | * | Changed code indentationNicolas Lœuillet2016-08-181-3/+7
| | | |
| | * | Added creation date and reading time on article viewNicolas Lœuillet2016-08-181-0/+5
| | | | | | | | | | | | | | | | Fix #2034
| * | | Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-182-6/+6
| |/ / | | | | | | | | | 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
| | |
* | | fix typo on iconsThomas Citharel2016-06-231-2/+2
| | |
* | | Add tags on entries viewThomas Citharel2016-06-231-0/+19
| | | | | | | | | | | | Should be tested on old browsers
* | | manage assets through npmThomas Citharel2016-06-092-47/+44
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-032-10/+12
| | | | 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
|
* Change guid and link in RSS feeds to give original entry URLNicolas Lœuillet2016-04-151-2/+2
| | | | Fix #1926
* 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
|
* Merge pull request #1898 from wallabag/v2-fix-readingtime-display-materialJeremy Benoist2016-04-101-2/+1
|\ | | | | Fix estimated reading time in material view
| * Fix estimated reading time in material viewNicolas Lœuillet2016-04-101-2/+1
| | | | | | | | Fix #1893
* | Fix internal settingsNicolas Lœuillet2016-04-091-0/+11
|/ | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Move tag form in Material themeNicolas Lœuillet2016-04-071-4/+4
|
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-051-1/+1
|
* fix type diaspora* shareNicolas2016-03-211-1/+1
|
* Convert english translation fileJeremy Benoist2016-03-206-74/+74
| | | | | | | - 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
|
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-4/+4
|
* display how much comments there are for an entryThomas Citharel2016-02-261-0/+2
|
* Move annotatorjs to the bottom of the bodyThomas Citharel2016-02-261-22/+23
| | | | So that the "article" tag is loaded before
* Add annotator in baggy themeNicolas Lœuillet2016-02-261-3/+0
| | | | + Documentation about annotations
* Comment work with annotator v2Thomas Citharel2016-02-261-0/+26
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Change remove tag icon in entry view with material themeNicolas Lœuillet2016-02-261-1/+1
|
* translate estimated time minutesThomas Citharel2016-02-181-2/+5
|
* TyposJeremy Benoist2016-02-161-2/+2
|
* More translationsJeremy Benoist2016-02-122-13/+42
|
* Better design of the close buttonAlexandr Danilov2016-02-111-1/+1
|
* Merge pull request #1663 from wallabag/v2-remove-tags-from-entryJeremy Benoist2016-02-111-1/+1
|\ | | | | remove tag from entry #1377
| * remove tag from entry #1377Thomas Citharel2016-02-101-1/+1
| |
* | lots of diverse translation stuff & some typosThomas Citharel2016-02-112-2/+2
|/
* 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
|
* add txt exportThomas Citharel2016-02-041-1/+1
|
* Merge pull request #1642 from wallabag/v2-escape-previewJeremy Benoist2016-02-041-13/+15
|\ | | | | Unescape content for Material card