1264029cd4
Add simple stats in footer
2016-10-01 16:03:50 +02:00
289875836a
Fix tag count for PostgreSQL
2016-09-25 12:23:44 +02:00
82fc3290d4
CS
2016-09-25 12:03:49 +02:00
faa86e06ba
Fix tags count in menu
...
Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
2016-09-25 12:03:49 +02:00
5173fd1c3d
Returned 0 instead of returning empty array for Twig Extension
2016-09-05 14:17:44 +02:00
13d9f7c96c
Switched enableCache visibility to private
2016-09-04 21:06:52 +02:00
429d86f388
Added tags counter in sidebar (material theme)
2016-09-04 20:53:28 +02:00
234ad94453
CS
2016-09-03 19:26:23 +02:00
59ddb9ae99
Remove Twig globals
...
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 ...
2016-09-03 19:09:28 +02:00
543da3e0b7
Instead of selecting the whole data, just count it
...
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)
2016-09-03 18:11:07 +02:00
0b0233b1ec
Enable cache for queries
2016-09-01 20:20:12 +02:00
f997ae6afb
Implement Twig_Extension_GlobalsInterface to remove deprecation
2016-08-23 07:47:55 +02:00
8315130a75
Display entries number for each category
2016-08-23 07:47:55 +02:00
4094ea4771
Convert array + phpDoc
...
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
2016-04-12 12:25:29 +02:00
cfb28c9da0
french translation
2015-10-01 09:26:52 +02:00
72fcaf8a6c
remove www. on entries view
2015-09-29 22:59:44 +02:00