aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Twig
Commit message (Collapse)AuthorAgeFilesLines
* Translate dateJeremy Benoist2016-10-201-1/+4
| | | | I use a kind of hacky way to convert the user locale (defined with 2 letters, like `fr`) into a local with 5 letters (like `fr_FR`). I guess it should work on most of the case..
* Add simple stats in footerJeremy Benoist2016-10-011-1/+39
|
* Fix tag count for PostgreSQLJeremy Benoist2016-09-251-3/+1
|
* CSJeremy Benoist2016-09-251-1/+0
|
* Fix tags count in menuJeremy Benoist2016-09-251-23/+5
| | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
* Returned 0 instead of returning empty array for Twig ExtensionNicolas Lœuillet2016-09-051-2/+2
|
* Switched enableCache visibility to privateNicolas Lœuillet2016-09-041-1/+1
|
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-9/+52
|
* CSJeremy Benoist2016-09-031-3/+3
|
* Remove Twig globalsJeremy Benoist2016-09-031-19/+44
| | | | | | | | Twig Global function are called globally. This means even on a query to the api. Using a function we can decide when we want to call it. Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ...
* Instead of selecting the whole data, just count itJeremy Benoist2016-09-031-11/+11
| | | | | | Instead of performing a complex select (to retrieve all data for entry, etc...) just select the counter and retrieve it. Down from ~50ms to ~30ms on the unread page (with 500 items)
* Enable cache for queriesNicolas Lœuillet2016-09-011-8/+19
|
* Implement Twig_Extension_GlobalsInterface to remove deprecationNicolas Lœuillet2016-08-231-1/+1
|
* Display entries number for each categoryNicolas Lœuillet2016-08-231-0/+33
|
* Convert array + phpDocJeremy Benoist2016-04-121-3/+3
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* french translationNicolas Lœuillet2015-10-011-1/+1
|
* remove www. on entries viewNicolas Lœuillet2015-09-291-0/+23
|
* store domainName in databaseNicolas Lœuillet2015-08-121-30/+0
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-13/+0
|
* CSJeremy Benoist2015-05-301-2/+4
|
* CSJeremy2015-01-311-1/+1
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-231-0/+41