aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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-181-5/+5
| |/ | | | | | | Fix #2041
* | fix typo on iconsThomas Citharel2016-06-231-2/+2
| |
* | manage assets through npmThomas Citharel2016-06-091-41/+33
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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
|
* fix type diaspora* shareNicolas2016-03-211-1/+1
|
* Convert english translation fileJeremy Benoist2016-03-201-31/+26
| | | | | | | - 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-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
|
* TyposJeremy Benoist2016-02-161-2/+2
|
* More translationsJeremy Benoist2016-02-121-5/+35
|
* Better design of the close buttonAlexandr Danilov2016-02-111-1/+1
|
* remove tag from entry #1377Thomas Citharel2016-02-101-1/+1
|
* add txt exportThomas Citharel2016-02-041-1/+1
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-13/+12
|
* fix #1620 and introduce new parameters to exportThomas Citharel2016-01-241-3/+4
|
* Fixed 'mark as read' and 'mark as unread' linksNicolas Lœuillet2016-01-091-1/+1
|
* Ability to reload an entryJeremy Benoist2015-12-301-0/+8
| | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* add json & xmlThomas Citharel2015-11-091-4/+6
|
* Start work on exportThomas Citharel2015-11-091-4/+5
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Merge pull request #1461 from wallabag/v2-test-for-wwwJeremy Benoist2015-10-061-2/+2
|\ | | | | fix #1433: add test for removeWww Twig Extension
| * add test for removeWww Twig ExtensionNicolas Lœuillet2015-10-061-2/+2
| |
* | restore blue colorNicolas Lœuillet2015-10-061-1/+1
| |
* | fix #1457Thomas Citharel2015-10-051-1/+5
|/
* french translationNicolas Lœuillet2015-10-011-2/+2
|
* add preview picturesNicolas Lœuillet2015-09-121-0/+4
|
* Integrate grabyJeremy Benoist2015-08-241-2/+2
|
* fix #1378: nice display for tags listNicolas Lœuillet2015-08-241-4/+18
|
* assign tags to an entryNicolas Lœuillet2015-08-221-1/+2
|
* Merge pull request #1337 from modos189/v2_materialNicolas Lœuillet2015-08-171-0/+3
|\ | | | | fixes material
| * My implementation progress bar at the top of the page #1348Alexandr Danilov2015-08-171-0/+3
| |
* | add link to original article in material themeNicolas Lœuillet2015-08-161-0/+8
|/
* Merge pull request #1331 from wallabag/v2-disable-downloadJeremy Benoist2015-08-121-6/+6
|\ | | | | disable download links on entry view
| * disable download links on entry viewNicolas Lœuillet2015-08-121-7/+7
| |
* | store domainName in databaseNicolas Lœuillet2015-08-121-3/+3
|/
* Many corrections material themeAlexandr Danilov2015-08-061-5/+41
|
* Fixes and improve css @mediaAlexandr Danilov2015-08-041-10/+1
|
* Added Material themeAlexandr Danilov2015-08-041-0/+111