Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove footer part | Nicolas Lœuillet | 2016-09-13 | 1 | -33/+0 |
| | |||||
* | Clearing entities in the loop fail on Postgres | Jeremy Benoist | 2016-09-11 | 3 | -12/+3 |
| | | | | It looks like when you clear entities on Postgres some references are lost and tags are not saved :-/ | ||||
* | Fix error on EntityManager clear | Jeremy Benoist | 2016-09-11 | 3 | -3/+12 |
| | | | | | Introduced in the recent 2.5.5 release. Also updated deps. | ||||
* | Merge pull request #2275 from wallabag/export-dates | Nicolas Lœuillet | 2016-09-08 | 2 | -3/+4 |
|\ | | | | | Export dates from entries | ||||
| * | Export dates from entries | Jeremy Benoist | 2016-09-08 | 2 | -3/+4 |
| | | |||||
* | | Re-user JsonResponse | Jeremy Benoist | 2016-09-08 | 1 | -40/+27 |
|/ | | | | Since Symfony 3.1 we can define the json of a JsonResonse using `->setJson()` | ||||
* | Merge pull request #2266 from wallabag/add-tags-counter | Jeremy Benoist | 2016-09-05 | 7 | -41/+61 |
|\ | | | | | Added tags counter in sidebar (material theme) | ||||
| * | Returned 0 instead of returning empty array for Twig Extension | Nicolas Lœuillet | 2016-09-05 | 1 | -2/+2 |
| | | |||||
| * | Remove useless variable | Nicolas Lœuillet | 2016-09-05 | 1 | -2/+0 |
| | | |||||
| * | Switched enableCache visibility to private | Nicolas Lœuillet | 2016-09-04 | 1 | -1/+1 |
| | | |||||
| * | Added tags counter in sidebar (material theme) | Nicolas Lœuillet | 2016-09-04 | 7 | -38/+60 |
| | | |||||
* | | Occitan updated | Quent-in | 2016-09-05 | 1 | -14/+14 |
|/ | | | | | Line 347, I'm not sure about what I wrote to avoid and end of string started with " I had to use the simple ' in the sentence. Let me know if it was okay like so. | ||||
* | CS | Jeremy Benoist | 2016-09-03 | 1 | -3/+3 |
| | |||||
* | Remove Twig globals | Jeremy Benoist | 2016-09-03 | 2 | -23/+48 |
| | | | | | | | | 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 it | Jeremy Benoist | 2016-09-03 | 2 | -13/+13 |
| | | | | | | 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) | ||||
* | Merge pull request #2002 from wallabag/feature-display-itemsNumber | Jeremy Benoist | 2016-09-03 | 6 | -5/+79 |
|\ | | | | | Feature display items number | ||||
| * | Store cache lifetime in config | Nicolas Lœuillet | 2016-09-03 | 4 | -2/+15 |
| | | |||||
| * | Enable cache for queries | Nicolas Lœuillet | 2016-09-01 | 2 | -8/+36 |
| | | |||||
| * | Implement Twig_Extension_GlobalsInterface to remove deprecation | Nicolas Lœuillet | 2016-08-23 | 1 | -1/+1 |
| | | |||||
| * | Display entries number for each category | Nicolas Lœuillet | 2016-08-23 | 2 | -4/+37 |
| | | |||||
* | | Fixed different font-size for labels in config screen | Nicolas Lœuillet | 2016-09-02 | 1 | -0/+2 |
| | | | | | | | | Fix #1788 | ||||
* | | Merge pull request #2252 from wallabag/fix-last-merge | Nicolas Lœuillet | 2016-09-02 | 3 | -107/+1 |
|\ \ | | | | | | | Fixed last merge who caused CSS/JS bugs | ||||
| * | | Fixed last merge who caused CSS/JS bugs | Nicolas Lœuillet | 2016-08-30 | 3 | -107/+1 |
| | | | |||||
* | | | Merge pull request #2242 from wallabag/fix-minor-css | Jeremy Benoist | 2016-09-01 | 2 | -24/+28 |
|\ \ \ | | | | | | | | | Fix print / article views | ||||
| * | | | Fixed print view for baggy theme | Nicolas Lœuillet | 2016-08-26 | 1 | -20/+23 |
| | | | | |||||
| * | | | Fix print / article views | Nicolas Lœuillet | 2016-08-26 | 1 | -4/+5 |
| | | | | |||||
* | | | | Update messages.pl.yml | Mateusz Rumiński | 2016-09-01 | 1 | -10/+10 |
| | | | | | | | | | | | | add missing polish translations | ||||
* | | | | Add Readability to Quickstart page | Jeremy Benoist | 2016-09-01 | 12 | -0/+12 |
| | | | | |||||
* | | | | Add tests on ReadabilityImport | Jeremy Benoist | 2016-09-01 | 1 | -2/+0 |
| | | | | |||||
* | | | | Add missing translations | Jeremy Benoist | 2016-09-01 | 11 | -8/+49 |
| | | | | |||||
* | | | | Add Readability import | Jeremy Benoist | 2016-09-01 | 5 | -0/+303 |
| |/ / |/| | | | | | | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016) | ||||
* | | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-08-28 | 6 | -3/+120 |
|\ \ \ | |||||
| * | | | Occitan version | Quent-in | 2016-08-27 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | Occitan translation, I hope I properly put it where it has to be. If there reminds other textes to translate, please let me know! | ||||
| * | | | Fix issue #1991: correction of the height field to add articles | Alexandr Danilov | 2016-08-26 | 1 | -0/+4 |
| | | | | |||||
| * | | | A new version of the plugin tinydot with update on window resize | Alexandr Danilov | 2016-08-25 | 3 | -17/+81 |
| | | | | |||||
| * | | | Changes in the login form: | Alexandr Danilov | 2016-08-25 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery | ||||
| * | | | Merge pull request #2230 from modos189/issue_2055 | Nicolas Lœuillet | 2016-08-23 | 5 | -1/+48 |
| |\ \ \ | | | | | | | | | | | Cut entries title in card view: continued | ||||
| | * | | | Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes) | Alexandr Danilov | 2016-08-23 | 5 | -773/+41 |
| | | | | | |||||
| | * | | | Simplify the initialization of the plugin dotdotdot | Alexandr Danilov | 2016-08-22 | 2 | -2/+1 |
| | | | | | |||||
| | * | | | Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that ↵ | Alexandr Danilov | 2016-08-22 | 5 | -0/+780 |
| | | | | | | | | | | | | | | | | | | | | allows you to clip a text on the second line and fixed cut entries title in card view | ||||
| | * | | | Don't cut entries title in card view | Baptiste Mille-Mathias | 2016-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Stop cutting titles arbitrary at caracter 42. | ||||
* | | | | | Add missing translations | Jeremy Benoist | 2016-08-28 | 10 | -0/+11 |
| | | | | | |||||
* | | | | | Add untagged entries | Nicolas Lœuillet | 2016-08-28 | 17 | -1/+57 |
| | | | | | | | | | | | | | | | | | | | | Fix #1631 | ||||
* | | | | | Changed where page title is displayed | Nicolas Lœuillet | 2016-08-26 | 3 | -26/+15 |
| |_|/ / |/| | | | |||||
* | | | | Add icon for public share link | Nicolas Lœuillet | 2016-08-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove text about original URL in public view | Nicolas Lœuillet | 2016-08-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add original link in public view of the article | Nicolas Lœuillet | 2016-08-25 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #1904 from wallabag/feature-public-mode | Jeremy Benoist | 2016-08-25 | 18 | -2/+200 |
|\ \ \ \ | | | | | | | | | | | Share entry with a public URL | ||||
| * | | | | Update test | Jeremy Benoist | 2016-08-24 | 2 | -17/+15 |
| | | | | | | | | | | | | | | | | | | | | and some cleanup | ||||
| * | | | | Change annotation for uuid field | Nicolas Lœuillet | 2016-08-24 | 1 | -3/+3 |
| | | | | |