aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry
Commit message (Collapse)AuthorAgeFilesLines
* Added creation date on entries viewNicolas Lœuillet2016-11-141-0/+5
|
* Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-042-14/+16
|\ | | | | UI Changes
| * Re-add bottom paginationJeremy Benoist2016-10-222-14/+16
| | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
* | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-291-7/+11
| | | | | | | | Fix #2505
* | Renamed variable for page titleNicolas Lœuillet2016-10-261-3/+3
| |
* | Added tag label in the page titleNicolas Lœuillet2016-10-261-1/+5
|/ | | | Fix #2472
* Show number of annotations instead of nbAnnotations placeholderKrzysztof Szafranek2016-10-091-1/+0
| | | | When there was more than one annotation, a placeholder was displayed in both themes, instead of actual number.
* better tags on baggyThomas Citharel2016-10-042-4/+6
|
* Fixed calendar icon position with baggy themeNicolas Lœuillet2016-10-041-1/+2
|
* Basically, fix everythingThomas Citharel2016-10-031-10/+12
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Merge pull request #2314 from wallabag/assetsNicolas Lœuillet2016-10-032-20/+2
|\ | | | | Assets work
| * Assets workThomas Citharel2016-09-282-20/+2
| | | | | | | | | | | | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* | Removed duplicated templates filesNicolas Lœuillet2016-09-302-27/+1
|/
* Merge pull request #2301 from wallabag/fix-rss-feedsJeremy Benoist2016-09-221-9/+1
|\ | | | | fix feeds not syncing on android app
| * fix feeds not syncing on android appThomas Citharel2016-09-211-9/+1
| |
* | Fixed label for mark as read link in entry viewNicolas Lœuillet2016-09-151-1/+7
| | | | | | | | Fix #2286
* | Merge pull request #2242 from wallabag/fix-minor-cssJeremy Benoist2016-09-011-20/+23
|\ \ | | | | | | Fix print / article views
| * | Fixed print view for baggy themeNicolas Lœuillet2016-08-261-20/+23
| | |
* | | Changed where page title is displayedNicolas Lœuillet2016-08-261-13/+1
|/ /
* | Change links on baggy themeNicolas Lœuillet2016-08-231-1/+1
| |
* | Add translationsNicolas Lœuillet2016-08-231-1/+1
| |
* | Add Cache on Share ActionNicolas Lœuillet2016-08-231-3/+1
| |
* | Add migrationNicolas Lœuillet2016-08-231-0/+3
| |
* | Remove duplicate pager on baggyJeremy Benoist2016-08-231-14/+0
| |
* | Translations and baggy view for tagsNicolas Lœuillet2016-08-231-3/+31
| |
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-20/+52
|\|
| * Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-221-0/+13
| |\ | | | | | | Added creation date and reading time on article view
| | * Display text on baggyJeremy Benoist2016-08-211-4/+8
| | | | | | | | | | | | 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
| * | Fixed some translationsNicolas Lœuillet2016-08-181-1/+1
| | |
| * | Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-181-2/+2
| |/ | | | | | | Fix #2041
| * 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-0/+10
| | | | | | | | Also, a couple of UI improvement and CSS fixing
* | manage assets through npmThomas Citharel2016-06-093-87/+42
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add pagination bar at the bottom of the pageNicolas Lœuillet2016-05-032-11/+13
| | | | 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
* Fix indentationNicolas Lœuillet2016-04-131-4/+4
|
* Lost in translation pagerNicolas Lœuillet2016-04-121-1/+1
|
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-10/+3
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Add title hover on entry titlesThomas Citharel2016-04-121-1/+1
|
* Fix internal settingsNicolas Lœuillet2016-04-091-1/+1
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-051-10/+8
|
* Convert english translation fileJeremy Benoist2016-03-206-77/+72
| | | | | | | - 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>`
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-4/+4
|
* display how much comments there are for an entryThomas Citharel2016-02-261-1/+2
|
* Add annotator in baggy themeNicolas Lœuillet2016-02-261-0/+20
| | | | + Documentation about annotations
* translate estimated time minutesThomas Citharel2016-02-181-2/+10
|