aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3765 from burkemw3/patch-2Jérémy Benoist2018-11-261-3/+0
|\ | | | | Remove preview picture from single entry view page for #1875
| * Remove preview picture from single entry view page for #1875Matt Burke2018-11-241-3/+0
| | | | | | | | | | | | Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other.
* | Add rel=noopener to target=_blank linksMatt Burke2018-11-071-8/+8
|/ | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript
* Fix title card HTML parsingSimounet2018-02-121-2/+2
|
* Added default value for title on entry viewNicolas Lœuillet2017-12-261-2/+2
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-1/+1
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-191-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in baggy entry viewKevin Decherf2017-11-191-0/+8
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-08-221-3/+3
|\
| * Fix export links in baggy themeÉtienne Gilli2017-08-131-3/+3
| |
* | Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-241-2/+8
| |
* | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Added author of articleNicolas Lœuillet2017-04-091-1/+9
| |
* | Added publication dateNicolas Lœuillet2017-04-051-1/+7
| |
* | Scuttle sharingFrenchHope2017-03-281-0/+1
|/
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-261-3/+3
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-171-3/+3
| |
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-301-1/+1
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Baggy themelapineige2016-12-281-1/+1
| |/
* | Added CSS class on linksNicolas Lœuillet2016-11-161-3/+3
| |
* | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+1
|/ | | | Fix #668
* 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-041-1/+3
|
* 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
* Assets workThomas Citharel2016-09-281-18/+0
| | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* Fixed label for mark as read link in entry viewNicolas Lœuillet2016-09-151-1/+7
| | | | Fix #2286
* Fixed print view for baggy themeNicolas Lœuillet2016-08-261-20/+23
|
* 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
|
* 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
* / manage assets through npmThomas Citharel2016-06-091-85/+14
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix internal settingsNicolas Lœuillet2016-04-091-1/+1
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Convert english translation fileJeremy Benoist2016-03-201-16/+16
| | | | | | | - 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
* Merge pull request #1668 from wallabag/v2-stuffNicolas Lœuillet2016-02-161-1/+1
|\ | | | | Few updates
| * TyposJeremy Benoist2016-02-161-1/+1
| |
* | fix typosThomas Citharel2016-02-151-3/+3
| |
* | improve baggy theme (add new tag panel)Thomas Citharel2016-02-141-7/+14
|/
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-10/+9
|