diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1853 |
1 files changed, 767 insertions, 1086 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ceadf820..8ed12954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,24 +1,46 @@ | |||
1 | # Change Log | 1 | # Change Log |
2 | 2 | ||
3 | ## [2.1.2](https://github.com/wallabag/wallabag/tree/2.1.2) (2016-10-07) | 3 | ## [Unreleased](https://github.com/wallabag/wallabag/tree/HEAD) |
4 | |||
4 | **Fixed bugs:** | 5 | **Fixed bugs:** |
5 | 6 | ||
7 | - defaut langage [\#2379](https://github.com/wallabag/wallabag/issues/2379) | ||
8 | - Deleting a developer client throws \(My\)SQL error [\#2350](https://github.com/wallabag/wallabag/issues/2350) | ||
9 | - Cannot create an OAuth token when using HTTP-basic [\#2278](https://github.com/wallabag/wallabag/issues/2278) | ||
10 | - Orphaned tags. [\#2270](https://github.com/wallabag/wallabag/issues/2270) | ||
6 | - Tags are empty and not exported in json export [\#2256](https://github.com/wallabag/wallabag/issues/2256) | 11 | - Tags are empty and not exported in json export [\#2256](https://github.com/wallabag/wallabag/issues/2256) |
7 | - Fix exists API call [\#2377](https://github.com/wallabag/wallabag/pull/2377) ([tcitworld](https://github.com/tcitworld)) | 12 | - Fix exists API call [\#2377](https://github.com/wallabag/wallabag/pull/2377) ([tcitworld](https://github.com/tcitworld)) |
8 | 13 | ||
9 | **Closed issues:** | 14 | **Closed issues:** |
10 | 15 | ||
16 | - ClassNotFoundException when executing bin/console [\#2398](https://github.com/wallabag/wallabag/issues/2398) | ||
17 | - Redis using unix socket [\#2391](https://github.com/wallabag/wallabag/issues/2391) | ||
18 | - Don't display two factor checkbox in user admin panel when two factor is disabled [\#2380](https://github.com/wallabag/wallabag/issues/2380) | ||
11 | - Bug: Error when I delete API's client [\#2369](https://github.com/wallabag/wallabag/issues/2369) | 19 | - Bug: Error when I delete API's client [\#2369](https://github.com/wallabag/wallabag/issues/2369) |
12 | - Error with simplexml\_load\_file\(\) [\#2368](https://github.com/wallabag/wallabag/issues/2368) | 20 | - Error with simplexml\_load\_file\(\) [\#2368](https://github.com/wallabag/wallabag/issues/2368) |
21 | - Add information in public articles [\#2289](https://github.com/wallabag/wallabag/issues/2289) | ||
22 | - Allow socket connection to MySQL [\#2143](https://github.com/wallabag/wallabag/issues/2143) | ||
13 | - Write permission on data/db [\#2064](https://github.com/wallabag/wallabag/issues/2064) | 23 | - Write permission on data/db [\#2064](https://github.com/wallabag/wallabag/issues/2064) |
14 | - New third-party resource [\#2039](https://github.com/wallabag/wallabag/issues/2039) | 24 | - New third-party resource [\#2039](https://github.com/wallabag/wallabag/issues/2039) |
15 | - add speed reading option [\#2000](https://github.com/wallabag/wallabag/issues/2000) | 25 | - add speed reading option [\#2000](https://github.com/wallabag/wallabag/issues/2000) |
16 | 26 | ||
17 | **Merged pull requests:** | 27 | **Merged pull requests:** |
18 | 28 | ||
29 | - Set env to prod in documentation [\#2400](https://github.com/wallabag/wallabag/pull/2400) ([j0k3r](https://github.com/j0k3r)) | ||
30 | - Use default locale for user config [\#2399](https://github.com/wallabag/wallabag/pull/2399) ([j0k3r](https://github.com/j0k3r)) | ||
31 | - Ensure orphan tag are remove in API [\#2397](https://github.com/wallabag/wallabag/pull/2397) ([j0k3r](https://github.com/j0k3r)) | ||
32 | - Update messages.pl.yml [\#2396](https://github.com/wallabag/wallabag/pull/2396) ([mruminski](https://github.com/mruminski)) | ||
33 | - Add ability to use socket [\#2395](https://github.com/wallabag/wallabag/pull/2395) ([j0k3r](https://github.com/j0k3r)) | ||
34 | - Ability to check multiple urls in API [\#2393](https://github.com/wallabag/wallabag/pull/2393) ([j0k3r](https://github.com/j0k3r)) | ||
35 | - Added default picture if preview picture is null [\#2389](https://github.com/wallabag/wallabag/pull/2389) ([nicosomb](https://github.com/nicosomb)) | ||
36 | - Fixed two-factor checkbox display in user admin panel [\#2388](https://github.com/wallabag/wallabag/pull/2388) ([nicosomb](https://github.com/nicosomb)) | ||
37 | - Changed Changelog by using github-changelog-generator from @skywinder [\#2386](https://github.com/wallabag/wallabag/pull/2386) ([nicosomb](https://github.com/nicosomb)) | ||
38 | - Added documentation about siteconfig fix [\#2385](https://github.com/wallabag/wallabag/pull/2385) ([nicosomb](https://github.com/nicosomb)) | ||
39 | - Added OpenGraph support for public articles [\#2383](https://github.com/wallabag/wallabag/pull/2383) ([nicosomb](https://github.com/nicosomb)) | ||
19 | - try to reduce assets build npm connection failing by updating nodejs [\#2375](https://github.com/wallabag/wallabag/pull/2375) ([tcitworld](https://github.com/tcitworld)) | 40 | - try to reduce assets build npm connection failing by updating nodejs [\#2375](https://github.com/wallabag/wallabag/pull/2375) ([tcitworld](https://github.com/tcitworld)) |
20 | - Clickable tags [\#2374](https://github.com/wallabag/wallabag/pull/2374) ([tcitworld](https://github.com/tcitworld)) | 41 | - Clickable tags [\#2374](https://github.com/wallabag/wallabag/pull/2374) ([tcitworld](https://github.com/tcitworld)) |
21 | - Remove mouf/nodejs-installer from composer [\#2363](https://github.com/wallabag/wallabag/pull/2363) ([j0k3r](https://github.com/j0k3r)) | 42 | - Remove mouf/nodejs-installer from composer [\#2363](https://github.com/wallabag/wallabag/pull/2363) ([j0k3r](https://github.com/j0k3r)) |
43 | - Changed relation between API client and refresh token [\#2351](https://github.com/wallabag/wallabag/pull/2351) ([nicosomb](https://github.com/nicosomb)) | ||
22 | - Fix relations export for Entry [\#2332](https://github.com/wallabag/wallabag/pull/2332) ([j0k3r](https://github.com/j0k3r)) | 44 | - Fix relations export for Entry [\#2332](https://github.com/wallabag/wallabag/pull/2332) ([j0k3r](https://github.com/j0k3r)) |
23 | 45 | ||
24 | ## [2.1.1](https://github.com/wallabag/wallabag/tree/2.1.1) (2016-10-04) | 46 | ## [2.1.1](https://github.com/wallabag/wallabag/tree/2.1.1) (2016-10-04) |
@@ -60,7 +82,6 @@ | |||
60 | - The CSRF token is invalid. Please try to resubmit the form. [\#1988](https://github.com/wallabag/wallabag/issues/1988) | 82 | - The CSRF token is invalid. Please try to resubmit the form. [\#1988](https://github.com/wallabag/wallabag/issues/1988) |
61 | - Division by zero warnings in nginx error log [\#1880](https://github.com/wallabag/wallabag/issues/1880) | 83 | - Division by zero warnings in nginx error log [\#1880](https://github.com/wallabag/wallabag/issues/1880) |
62 | - Importing from Pocket in v2 gives Internal Server Error 500 [\#1855](https://github.com/wallabag/wallabag/issues/1855) | 84 | - Importing from Pocket in v2 gives Internal Server Error 500 [\#1855](https://github.com/wallabag/wallabag/issues/1855) |
63 | - The font used in the "Material" theme renders a bit weirdly in Firefox on Windows [\#1833](https://github.com/wallabag/wallabag/issues/1833) | ||
64 | - cannot import very long article \(v2\) [\#1724](https://github.com/wallabag/wallabag/issues/1724) | 85 | - cannot import very long article \(v2\) [\#1724](https://github.com/wallabag/wallabag/issues/1724) |
65 | - Freshly registered user doesn't have Config associated [\#2312](https://github.com/wallabag/wallabag/issues/2312) | 86 | - Freshly registered user doesn't have Config associated [\#2312](https://github.com/wallabag/wallabag/issues/2312) |
66 | - "next" links in /api/entries responses lack search parameters [\#2305](https://github.com/wallabag/wallabag/issues/2305) | 87 | - "next" links in /api/entries responses lack search parameters [\#2305](https://github.com/wallabag/wallabag/issues/2305) |
@@ -109,6 +130,7 @@ | |||
109 | - Sphinx search support [\#985](https://github.com/wallabag/wallabag/issues/985) | 130 | - Sphinx search support [\#985](https://github.com/wallabag/wallabag/issues/985) |
110 | - Migration from MySQL to PostgreSQL with import [\#884](https://github.com/wallabag/wallabag/issues/884) | 131 | - Migration from MySQL to PostgreSQL with import [\#884](https://github.com/wallabag/wallabag/issues/884) |
111 | - Import a list of urls to put into wallabag [\#599](https://github.com/wallabag/wallabag/issues/599) | 132 | - Import a list of urls to put into wallabag [\#599](https://github.com/wallabag/wallabag/issues/599) |
133 | - Confirmation screen needs margin [\#2288](https://github.com/wallabag/wallabag/issues/2288) | ||
112 | - Create an import for Readability [\#2253](https://github.com/wallabag/wallabag/issues/2253) | 134 | - Create an import for Readability [\#2253](https://github.com/wallabag/wallabag/issues/2253) |
113 | - Instapaper import missing from Wallabag 2? [\#2248](https://github.com/wallabag/wallabag/issues/2248) | 135 | - Instapaper import missing from Wallabag 2? [\#2248](https://github.com/wallabag/wallabag/issues/2248) |
114 | - Clean entries.html.twig for page title [\#2244](https://github.com/wallabag/wallabag/issues/2244) | 136 | - Clean entries.html.twig for page title [\#2244](https://github.com/wallabag/wallabag/issues/2244) |
@@ -325,6 +347,7 @@ | |||
325 | - Non-ASCII characters from locale files are shown as "?" [\#1215](https://github.com/wallabag/wallabag/issues/1215) | 347 | - Non-ASCII characters from locale files are shown as "?" [\#1215](https://github.com/wallabag/wallabag/issues/1215) |
326 | - SERIOUS BUG - Tags clears on all articles after deleting article contains tags [\#2121](https://github.com/wallabag/wallabag/issues/2121) | 348 | - SERIOUS BUG - Tags clears on all articles after deleting article contains tags [\#2121](https://github.com/wallabag/wallabag/issues/2121) |
327 | - API: POST on existing entry clears starred and archived flags [\#2089](https://github.com/wallabag/wallabag/issues/2089) | 349 | - API: POST on existing entry clears starred and archived flags [\#2089](https://github.com/wallabag/wallabag/issues/2089) |
350 | - The font used in the "Material" theme renders a bit weirdly in Firefox on Windows [\#1833](https://github.com/wallabag/wallabag/issues/1833) | ||
328 | 351 | ||
329 | **Closed issues:** | 352 | **Closed issues:** |
330 | 353 | ||
@@ -439,9 +462,14 @@ | |||
439 | ## [2.0.2](https://github.com/wallabag/wallabag/tree/2.0.2) (2016-04-21) | 462 | ## [2.0.2](https://github.com/wallabag/wallabag/tree/2.0.2) (2016-04-21) |
440 | **Fixed bugs:** | 463 | **Fixed bugs:** |
441 | 464 | ||
465 | - No branch or tag called 2.0.1 [\#1920](https://github.com/wallabag/wallabag/issues/1920) | ||
466 | - Cannot update from v2.0 git a119acd [\#1917](https://github.com/wallabag/wallabag/issues/1917) | ||
467 | - export pdf/epub : 504 Gateway Time-out [\#1808](https://github.com/wallabag/wallabag/issues/1808) | ||
468 | - unable to add link, when user needs to login first [\#961](https://github.com/wallabag/wallabag/issues/961) | ||
442 | - Button not translated after registration [\#1956](https://github.com/wallabag/wallabag/issues/1956) | 469 | - Button not translated after registration [\#1956](https://github.com/wallabag/wallabag/issues/1956) |
443 | - Give original URL through RSS feeds [\#1926](https://github.com/wallabag/wallabag/issues/1926) | 470 | - Give original URL through RSS feeds [\#1926](https://github.com/wallabag/wallabag/issues/1926) |
444 | - Calling directly /archive/123 gives 500 Internal Server Error [\#1924](https://github.com/wallabag/wallabag/issues/1924) | 471 | - Calling directly /archive/123 gives 500 Internal Server Error [\#1924](https://github.com/wallabag/wallabag/issues/1924) |
472 | - Fix UTF-8 encoding before JSON export [\#1866](https://github.com/wallabag/wallabag/pull/1866) ([ymage](https://github.com/ymage)) | ||
445 | 473 | ||
446 | **Closed issues:** | 474 | **Closed issues:** |
447 | 475 | ||
@@ -451,6 +479,19 @@ | |||
451 | - Error 500 when starring or archiving an article with the wallabag app for Android [\#1946](https://github.com/wallabag/wallabag/issues/1946) | 479 | - Error 500 when starring or archiving an article with the wallabag app for Android [\#1946](https://github.com/wallabag/wallabag/issues/1946) |
452 | - \[Documentation request\] Please add a curl example to the API documentation of v2 [\#1939](https://github.com/wallabag/wallabag/issues/1939) | 480 | - \[Documentation request\] Please add a curl example to the API documentation of v2 [\#1939](https://github.com/wallabag/wallabag/issues/1939) |
453 | - .htaccess instead of vhost [\#1930](https://github.com/wallabag/wallabag/issues/1930) | 481 | - .htaccess instead of vhost [\#1930](https://github.com/wallabag/wallabag/issues/1930) |
482 | - Save articles sending them by email [\#1928](https://github.com/wallabag/wallabag/issues/1928) | ||
483 | - Login fails after upgrading to 2.0.1 [\#1914](https://github.com/wallabag/wallabag/issues/1914) | ||
484 | - Docker image [\#1858](https://github.com/wallabag/wallabag/issues/1858) | ||
485 | - Vendor Package Alpha v2 [\#1623](https://github.com/wallabag/wallabag/issues/1623) | ||
486 | - Unable to retrieve full-text content http://www.ulyces.co/ [\#1539](https://github.com/wallabag/wallabag/issues/1539) | ||
487 | - \[v2\] Remove tags from an entry [\#1377](https://github.com/wallabag/wallabag/issues/1377) | ||
488 | - \[v2\] Assign multiple tags at once [\#1376](https://github.com/wallabag/wallabag/issues/1376) | ||
489 | - No article from Catholic.com get save to wallabag [\#1076](https://github.com/wallabag/wallabag/issues/1076) | ||
490 | - Automatic site config [\#1029](https://github.com/wallabag/wallabag/issues/1029) | ||
491 | - Bylines not being grabbed [\#850](https://github.com/wallabag/wallabag/issues/850) | ||
492 | - Bad support of instructables.com [\#792](https://github.com/wallabag/wallabag/issues/792) | ||
493 | - Share articles between users of the same wallabag instance [\#779](https://github.com/wallabag/wallabag/issues/779) | ||
494 | - \[List\] unable to retrieve full-text content [\#598](https://github.com/wallabag/wallabag/issues/598) | ||
454 | - Hide pagination if not needed [\#1932](https://github.com/wallabag/wallabag/issues/1932) | 495 | - Hide pagination if not needed [\#1932](https://github.com/wallabag/wallabag/issues/1932) |
455 | - Show full title in a tooltip [\#1906](https://github.com/wallabag/wallabag/issues/1906) | 496 | - Show full title in a tooltip [\#1906](https://github.com/wallabag/wallabag/issues/1906) |
456 | - Hide pagination when there's too many entries [\#1905](https://github.com/wallabag/wallabag/issues/1905) | 497 | - Hide pagination when there's too many entries [\#1905](https://github.com/wallabag/wallabag/issues/1905) |
@@ -459,6 +500,8 @@ | |||
459 | 500 | ||
460 | **Merged pull requests:** | 501 | **Merged pull requests:** |
461 | 502 | ||
503 | - Update messages.es.yml [\#1935](https://github.com/wallabag/wallabag/pull/1935) ([jami7](https://github.com/jami7)) | ||
504 | - \[Do Not Merge\] Wallabag 1.9.2 [\#1814](https://github.com/wallabag/wallabag/pull/1814) ([tcitworld](https://github.com/tcitworld)) | ||
462 | - Fix translation for Go to your account button after subscription [\#1957](https://github.com/wallabag/wallabag/pull/1957) ([nicosomb](https://github.com/nicosomb)) | 505 | - Fix translation for Go to your account button after subscription [\#1957](https://github.com/wallabag/wallabag/pull/1957) ([nicosomb](https://github.com/nicosomb)) |
463 | - Update links in documentation [\#1954](https://github.com/wallabag/wallabag/pull/1954) ([nicosomb](https://github.com/nicosomb)) | 506 | - Update links in documentation [\#1954](https://github.com/wallabag/wallabag/pull/1954) ([nicosomb](https://github.com/nicosomb)) |
464 | - Actualisation des liens morts \(Documentation de traduction\) [\#1953](https://github.com/wallabag/wallabag/pull/1953) ([maxi62330](https://github.com/maxi62330)) | 507 | - Actualisation des liens morts \(Documentation de traduction\) [\#1953](https://github.com/wallabag/wallabag/pull/1953) ([maxi62330](https://github.com/maxi62330)) |
@@ -476,93 +519,6 @@ | |||
476 | - Fix doc links [\#1915](https://github.com/wallabag/wallabag/pull/1915) ([j0k3r](https://github.com/j0k3r)) | 519 | - Fix doc links [\#1915](https://github.com/wallabag/wallabag/pull/1915) ([j0k3r](https://github.com/j0k3r)) |
477 | - add title hover on entry titles [\#1911](https://github.com/wallabag/wallabag/pull/1911) ([tcitworld](https://github.com/tcitworld)) | 520 | - add title hover on entry titles [\#1911](https://github.com/wallabag/wallabag/pull/1911) ([tcitworld](https://github.com/tcitworld)) |
478 | 521 | ||
479 | ## [1.9.2](https://github.com/wallabag/wallabag/tree/1.9.2) (2016-04-18) | ||
480 | **Fixed bugs:** | ||
481 | |||
482 | - No branch or tag called 2.0.1 [\#1920](https://github.com/wallabag/wallabag/issues/1920) | ||
483 | - Cannot update from v2.0 git a119acd [\#1917](https://github.com/wallabag/wallabag/issues/1917) | ||
484 | - unable to add link, when user needs to login first [\#961](https://github.com/wallabag/wallabag/issues/961) | ||
485 | - export pdf/epub : 504 Gateway Time-out [\#1808](https://github.com/wallabag/wallabag/issues/1808) | ||
486 | - Do not capture mouse gestures [\#1674](https://github.com/wallabag/wallabag/issues/1674) | ||
487 | - "Stay signed in" don't do what it promise [\#1550](https://github.com/wallabag/wallabag/issues/1550) | ||
488 | - json export doesn't work [\#1534](https://github.com/wallabag/wallabag/issues/1534) | ||
489 | - large bookmark imports fails [\#1458](https://github.com/wallabag/wallabag/issues/1458) | ||
490 | - Import fails with white screen [\#1405](https://github.com/wallabag/wallabag/issues/1405) | ||
491 | - Add URL -\> URL not saved and logged out [\#1361](https://github.com/wallabag/wallabag/issues/1361) | ||
492 | - Lost session too often [\#1339](https://github.com/wallabag/wallabag/issues/1339) | ||
493 | - Marking article text advances to the next article [\#1309](https://github.com/wallabag/wallabag/issues/1309) | ||
494 | - Sessions do not last when switching networks [\#1277](https://github.com/wallabag/wallabag/issues/1277) | ||
495 | - Send articles by mail is sometimes broken [\#1273](https://github.com/wallabag/wallabag/issues/1273) | ||
496 | - still using the “fr\_FR.utf8 [\#1271](https://github.com/wallabag/wallabag/issues/1271) | ||
497 | - pb recherche dans les tags avec caractère spéciaux. [\#1258](https://github.com/wallabag/wallabag/issues/1258) | ||
498 | - Deleting user fails with PHP Fatal error [\#1242](https://github.com/wallabag/wallabag/issues/1242) | ||
499 | - Show button for adding firefox social service only on secured connections [\#1237](https://github.com/wallabag/wallabag/issues/1237) | ||
500 | - database port not managed [\#1218](https://github.com/wallabag/wallabag/issues/1218) | ||
501 | - Epub generation is slow [\#1199](https://github.com/wallabag/wallabag/issues/1199) | ||
502 | - Long chapter names produce malformed epub [\#1196](https://github.com/wallabag/wallabag/issues/1196) | ||
503 | - Installation error solution [\#1192](https://github.com/wallabag/wallabag/issues/1192) | ||
504 | - Erreur à l'installation [\#1114](https://github.com/wallabag/wallabag/issues/1114) | ||
505 | - Change tag icon [\#1079](https://github.com/wallabag/wallabag/issues/1079) | ||
506 | - PDF export fails if pictures are not accessible [\#1011](https://github.com/wallabag/wallabag/issues/1011) | ||
507 | - Deleting article in archive return to "unread" [\#1005](https://github.com/wallabag/wallabag/issues/1005) | ||
508 | - Click on "Save link"/"Search" doesn't closes popup [\#962](https://github.com/wallabag/wallabag/issues/962) | ||
509 | - Absolute urls in pochePictures.php tend to break [\#950](https://github.com/wallabag/wallabag/issues/950) | ||
510 | - Download pictures: some pictures are not downloaded [\#949](https://github.com/wallabag/wallabag/issues/949) | ||
511 | - 1.8.0: Only the RSS for favs works, unread and archive RSS doesn't [\#914](https://github.com/wallabag/wallabag/issues/914) | ||
512 | - The pagination's variable has no effect [\#875](https://github.com/wallabag/wallabag/issues/875) | ||
513 | - Fatal error on Importing from Pocket [\#833](https://github.com/wallabag/wallabag/issues/833) | ||
514 | - Articles content never fetched after import if no article is present [\#793](https://github.com/wallabag/wallabag/issues/793) | ||
515 | - Login session is not remembered. [\#769](https://github.com/wallabag/wallabag/issues/769) | ||
516 | - Some themes display a citation box wrong [\#759](https://github.com/wallabag/wallabag/issues/759) | ||
517 | - Out of memory size limit with big article [\#682](https://github.com/wallabag/wallabag/issues/682) | ||
518 | - Repeating notifications [\#648](https://github.com/wallabag/wallabag/issues/648) | ||
519 | - Unable to get the content of shaarli posts [\#639](https://github.com/wallabag/wallabag/issues/639) | ||
520 | - https redirect with htaccess [\#534](https://github.com/wallabag/wallabag/issues/534) | ||
521 | - can't add link if referers are blocked [\#82](https://github.com/wallabag/wallabag/issues/82) | ||
522 | - Fix UTF-8 encoding before JSON export [\#1866](https://github.com/wallabag/wallabag/pull/1866) ([ymage](https://github.com/ymage)) | ||
523 | |||
524 | **Closed issues:** | ||
525 | |||
526 | - Save articles sending them by email [\#1928](https://github.com/wallabag/wallabag/issues/1928) | ||
527 | - Login fails after upgrading to 2.0.1 [\#1914](https://github.com/wallabag/wallabag/issues/1914) | ||
528 | - Docker image [\#1858](https://github.com/wallabag/wallabag/issues/1858) | ||
529 | - Vendor Package Alpha v2 [\#1623](https://github.com/wallabag/wallabag/issues/1623) | ||
530 | - Unable to retrieve full-text content http://www.ulyces.co/ [\#1539](https://github.com/wallabag/wallabag/issues/1539) | ||
531 | - \[v2\] Remove tags from an entry [\#1377](https://github.com/wallabag/wallabag/issues/1377) | ||
532 | - \[v2\] Assign multiple tags at once [\#1376](https://github.com/wallabag/wallabag/issues/1376) | ||
533 | - No article from Catholic.com get save to wallabag [\#1076](https://github.com/wallabag/wallabag/issues/1076) | ||
534 | - Automatic site config [\#1029](https://github.com/wallabag/wallabag/issues/1029) | ||
535 | - Bylines not being grabbed [\#850](https://github.com/wallabag/wallabag/issues/850) | ||
536 | - Bad support of instructables.com [\#792](https://github.com/wallabag/wallabag/issues/792) | ||
537 | - Share articles between users of the same wallabag instance [\#779](https://github.com/wallabag/wallabag/issues/779) | ||
538 | - \[List\] unable to retrieve full-text content [\#598](https://github.com/wallabag/wallabag/issues/598) | ||
539 | - "stay signed in" do not work [\#1515](https://github.com/wallabag/wallabag/issues/1515) | ||
540 | - Add title on "random article" link [\#1315](https://github.com/wallabag/wallabag/issues/1315) | ||
541 | - unable to retrieve full-text content [\#1264](https://github.com/wallabag/wallabag/issues/1264) | ||
542 | - No warning at login when session can't be created [\#1188](https://github.com/wallabag/wallabag/issues/1188) | ||
543 | - Does this web site work for you? [\#1146](https://github.com/wallabag/wallabag/issues/1146) | ||
544 | - Wallabag doesn't retrieve any text on one site [\#1140](https://github.com/wallabag/wallabag/issues/1140) | ||
545 | - \[UX\] The cross button in the upper right toolset should be to close current article [\#1125](https://github.com/wallabag/wallabag/issues/1125) | ||
546 | - Are all of the dependecies including those installed by composer under the MIT license as well? [\#1118](https://github.com/wallabag/wallabag/issues/1118) | ||
547 | - add site\_config [\#1117](https://github.com/wallabag/wallabag/issues/1117) | ||
548 | - Make the dice bigger [\#1101](https://github.com/wallabag/wallabag/issues/1101) | ||
549 | - Wrong display in wallabag: graswurzel.net - umlauts are missing [\#1074](https://github.com/wallabag/wallabag/issues/1074) | ||
550 | - Empty Articles from www.businessinsider.com [\#1073](https://github.com/wallabag/wallabag/issues/1073) | ||
551 | - unable to retrieve full-text content [\#885](https://github.com/wallabag/wallabag/issues/885) | ||
552 | - Create an "About" section - Get a way to check server configuration again [\#864](https://github.com/wallabag/wallabag/issues/864) | ||
553 | - Make the cache time for Flattr checking a setting [\#765](https://github.com/wallabag/wallabag/issues/765) | ||
554 | - Locally hosted Wallabag behind proxy [\#698](https://github.com/wallabag/wallabag/issues/698) | ||
555 | - Only show the wallabag this link when on an article when the mouse is over the link. [\#685](https://github.com/wallabag/wallabag/issues/685) | ||
556 | - Footnotes lost in article [\#670](https://github.com/wallabag/wallabag/issues/670) | ||
557 | - Please add GPG signature to verify before installing Poche [\#257](https://github.com/wallabag/wallabag/issues/257) | ||
558 | |||
559 | **Merged pull requests:** | ||
560 | |||
561 | - Update messages.es.yml [\#1935](https://github.com/wallabag/wallabag/pull/1935) ([jami7](https://github.com/jami7)) | ||
562 | - remove buggy swipe actions [\#1825](https://github.com/wallabag/wallabag/pull/1825) ([tcitworld](https://github.com/tcitworld)) | ||
563 | - Add message on unread page about v2 [\#1815](https://github.com/wallabag/wallabag/pull/1815) ([nicosomb](https://github.com/nicosomb)) | ||
564 | - \[Do Not Merge\] Wallabag 1.9.2 [\#1814](https://github.com/wallabag/wallabag/pull/1814) ([tcitworld](https://github.com/tcitworld)) | ||
565 | |||
566 | ## [2.0.1](https://github.com/wallabag/wallabag/tree/2.0.1) (2016-04-11) | 522 | ## [2.0.1](https://github.com/wallabag/wallabag/tree/2.0.1) (2016-04-11) |
567 | **Fixed bugs:** | 523 | **Fixed bugs:** |
568 | 524 | ||
@@ -664,6 +620,7 @@ | |||
664 | ## [2.0.0](https://github.com/wallabag/wallabag/tree/2.0.0) (2016-04-03) | 620 | ## [2.0.0](https://github.com/wallabag/wallabag/tree/2.0.0) (2016-04-03) |
665 | **Fixed bugs:** | 621 | **Fixed bugs:** |
666 | 622 | ||
623 | - Marking article text advances to the next article [\#1309](https://github.com/wallabag/wallabag/issues/1309) | ||
667 | - v2 beta 2 - Typos in quickstart page [\#1793](https://github.com/wallabag/wallabag/issues/1793) | 624 | - v2 beta 2 - Typos in quickstart page [\#1793](https://github.com/wallabag/wallabag/issues/1793) |
668 | - v2 beta 2 - Typo in import forms [\#1790](https://github.com/wallabag/wallabag/issues/1790) | 625 | - v2 beta 2 - Typo in import forms [\#1790](https://github.com/wallabag/wallabag/issues/1790) |
669 | - v2 beta 2 - Tabs display in about page with Material theme [\#1787](https://github.com/wallabag/wallabag/issues/1787) | 626 | - v2 beta 2 - Tabs display in about page with Material theme [\#1787](https://github.com/wallabag/wallabag/issues/1787) |
@@ -729,9 +686,11 @@ | |||
729 | **Merged pull requests:** | 686 | **Merged pull requests:** |
730 | 687 | ||
731 | - Occitan version [\#1829](https://github.com/wallabag/wallabag/pull/1829) ([Quent-in](https://github.com/Quent-in)) | 688 | - Occitan version [\#1829](https://github.com/wallabag/wallabag/pull/1829) ([Quent-in](https://github.com/Quent-in)) |
689 | - remove buggy swipe actions [\#1825](https://github.com/wallabag/wallabag/pull/1825) ([tcitworld](https://github.com/tcitworld)) | ||
732 | - Update messages.es.yml [\#1822](https://github.com/wallabag/wallabag/pull/1822) ([jami7](https://github.com/jami7)) | 690 | - Update messages.es.yml [\#1822](https://github.com/wallabag/wallabag/pull/1822) ([jami7](https://github.com/jami7)) |
733 | - Update messages.es.yml [\#1821](https://github.com/wallabag/wallabag/pull/1821) ([jami7](https://github.com/jami7)) | 691 | - Update messages.es.yml [\#1821](https://github.com/wallabag/wallabag/pull/1821) ([jami7](https://github.com/jami7)) |
734 | - Correct translation [\#1817](https://github.com/wallabag/wallabag/pull/1817) ([mruminski](https://github.com/mruminski)) | 692 | - Correct translation [\#1817](https://github.com/wallabag/wallabag/pull/1817) ([mruminski](https://github.com/mruminski)) |
693 | - Add message on unread page about v2 [\#1815](https://github.com/wallabag/wallabag/pull/1815) ([nicosomb](https://github.com/nicosomb)) | ||
735 | - \[v2\] German translation [\#1813](https://github.com/wallabag/wallabag/pull/1813) ([jlnostr](https://github.com/jlnostr)) | 694 | - \[v2\] German translation [\#1813](https://github.com/wallabag/wallabag/pull/1813) ([jlnostr](https://github.com/jlnostr)) |
736 | - fix typo diaspora\* share [\#1807](https://github.com/wallabag/wallabag/pull/1807) ([nikaro](https://github.com/nikaro)) | 695 | - fix typo diaspora\* share [\#1807](https://github.com/wallabag/wallabag/pull/1807) ([nikaro](https://github.com/nikaro)) |
737 | - :rocket: Prepare v2.0.0 :birthday: [\#1835](https://github.com/wallabag/wallabag/pull/1835) ([nicosomb](https://github.com/nicosomb)) | 696 | - :rocket: Prepare v2.0.0 :birthday: [\#1835](https://github.com/wallabag/wallabag/pull/1835) ([nicosomb](https://github.com/nicosomb)) |
@@ -783,20 +742,42 @@ | |||
783 | ## [2.0.0-beta.1](https://github.com/wallabag/wallabag/tree/2.0.0-beta.1) (2016-03-01) | 742 | ## [2.0.0-beta.1](https://github.com/wallabag/wallabag/tree/2.0.0-beta.1) (2016-03-01) |
784 | **Fixed bugs:** | 743 | **Fixed bugs:** |
785 | 744 | ||
745 | - Do not capture mouse gestures [\#1674](https://github.com/wallabag/wallabag/issues/1674) | ||
786 | - Failed to load css and js files under "web" folder [\#1613](https://github.com/wallabag/wallabag/issues/1613) | 746 | - Failed to load css and js files under "web" folder [\#1613](https://github.com/wallabag/wallabag/issues/1613) |
747 | - json export doesn't work [\#1534](https://github.com/wallabag/wallabag/issues/1534) | ||
748 | - large bookmark imports fails [\#1458](https://github.com/wallabag/wallabag/issues/1458) | ||
749 | - Import fails with white screen [\#1405](https://github.com/wallabag/wallabag/issues/1405) | ||
750 | - Add URL -\> URL not saved and logged out [\#1361](https://github.com/wallabag/wallabag/issues/1361) | ||
751 | - Sessions do not last when switching networks [\#1277](https://github.com/wallabag/wallabag/issues/1277) | ||
752 | - pb recherche dans les tags avec caractère spéciaux. [\#1258](https://github.com/wallabag/wallabag/issues/1258) | ||
753 | - Deleting user fails with PHP Fatal error [\#1242](https://github.com/wallabag/wallabag/issues/1242) | ||
787 | - Adding via API does not succeed if logged out [\#1241](https://github.com/wallabag/wallabag/issues/1241) | 754 | - Adding via API does not succeed if logged out [\#1241](https://github.com/wallabag/wallabag/issues/1241) |
788 | - wallabag "crashes" with YunoHost when changing skin [\#1220](https://github.com/wallabag/wallabag/issues/1220) | 755 | - wallabag "crashes" with YunoHost when changing skin [\#1220](https://github.com/wallabag/wallabag/issues/1220) |
756 | - Epub generation is slow [\#1199](https://github.com/wallabag/wallabag/issues/1199) | ||
757 | - Long chapter names produce malformed epub [\#1196](https://github.com/wallabag/wallabag/issues/1196) | ||
789 | - New install, can't log in - just get the login page [\#1145](https://github.com/wallabag/wallabag/issues/1145) | 758 | - New install, can't log in - just get the login page [\#1145](https://github.com/wallabag/wallabag/issues/1145) |
759 | - Erreur à l'installation [\#1114](https://github.com/wallabag/wallabag/issues/1114) | ||
790 | - Delete cached images [\#1087](https://github.com/wallabag/wallabag/issues/1087) | 760 | - Delete cached images [\#1087](https://github.com/wallabag/wallabag/issues/1087) |
761 | - Change tag icon [\#1079](https://github.com/wallabag/wallabag/issues/1079) | ||
791 | - instapaper import fails [\#1071](https://github.com/wallabag/wallabag/issues/1071) | 762 | - instapaper import fails [\#1071](https://github.com/wallabag/wallabag/issues/1071) |
792 | - 404 Links on Install Page [\#1039](https://github.com/wallabag/wallabag/issues/1039) | 763 | - 404 Links on Install Page [\#1039](https://github.com/wallabag/wallabag/issues/1039) |
793 | - Wallabag goes to 100% CPU and does not respond when adding Google Drive spreadsheet [\#1027](https://github.com/wallabag/wallabag/issues/1027) | 764 | - Wallabag goes to 100% CPU and does not respond when adding Google Drive spreadsheet [\#1027](https://github.com/wallabag/wallabag/issues/1027) |
794 | - Error: I cannot access to Wallabag after installation got this error "An error occured: "db" directory must be writeable for your web server user!" [\#1023](https://github.com/wallabag/wallabag/issues/1023) | 765 | - Error: I cannot access to Wallabag after installation got this error "An error occured: "db" directory must be writeable for your web server user!" [\#1023](https://github.com/wallabag/wallabag/issues/1023) |
766 | - PDF export fails if pictures are not accessible [\#1011](https://github.com/wallabag/wallabag/issues/1011) | ||
795 | - Kobo Touch DRM-related error when trying to open ePub documented exported from Wallabag 1.8.1 \(Framabag\) [\#992](https://github.com/wallabag/wallabag/issues/992) | 767 | - Kobo Touch DRM-related error when trying to open ePub documented exported from Wallabag 1.8.1 \(Framabag\) [\#992](https://github.com/wallabag/wallabag/issues/992) |
796 | - www.theverge.com consistent "unable to retrieve full-text content" [\#969](https://github.com/wallabag/wallabag/issues/969) | 768 | - www.theverge.com consistent "unable to retrieve full-text content" [\#969](https://github.com/wallabag/wallabag/issues/969) |
769 | - Click on "Save link"/"Search" doesn't closes popup [\#962](https://github.com/wallabag/wallabag/issues/962) | ||
770 | - Absolute urls in pochePictures.php tend to break [\#950](https://github.com/wallabag/wallabag/issues/950) | ||
771 | - Download pictures: some pictures are not downloaded [\#949](https://github.com/wallabag/wallabag/issues/949) | ||
772 | - 1.8.0: Only the RSS for favs works, unread and archive RSS doesn't [\#914](https://github.com/wallabag/wallabag/issues/914) | ||
797 | - how to import big files from pocket, pre-processing to avoid import of read links without a tag [\#857](https://github.com/wallabag/wallabag/issues/857) | 773 | - how to import big files from pocket, pre-processing to avoid import of read links without a tag [\#857](https://github.com/wallabag/wallabag/issues/857) |
774 | - Fatal error on Importing from Pocket [\#833](https://github.com/wallabag/wallabag/issues/833) | ||
798 | - youtube filter not working on https Sites [\#824](https://github.com/wallabag/wallabag/issues/824) | 775 | - youtube filter not working on https Sites [\#824](https://github.com/wallabag/wallabag/issues/824) |
799 | - Search does not work properly after first page [\#809](https://github.com/wallabag/wallabag/issues/809) | 776 | - Search does not work properly after first page [\#809](https://github.com/wallabag/wallabag/issues/809) |
777 | - Articles content never fetched after import if no article is present [\#793](https://github.com/wallabag/wallabag/issues/793) | ||
778 | - Some themes display a citation box wrong [\#759](https://github.com/wallabag/wallabag/issues/759) | ||
779 | - Unable to get the content of shaarli posts [\#639](https://github.com/wallabag/wallabag/issues/639) | ||
780 | - https redirect with htaccess [\#534](https://github.com/wallabag/wallabag/issues/534) | ||
800 | - Can't delete tag [\#1717](https://github.com/wallabag/wallabag/issues/1717) | 781 | - Can't delete tag [\#1717](https://github.com/wallabag/wallabag/issues/1717) |
801 | - Travis and "Could not authenticate against github.com" [\#1703](https://github.com/wallabag/wallabag/issues/1703) | 782 | - Travis and "Could not authenticate against github.com" [\#1703](https://github.com/wallabag/wallabag/issues/1703) |
802 | - Translation string for 'min' in the 'estimated reading time: 10 min' [\#1682](https://github.com/wallabag/wallabag/issues/1682) | 783 | - Translation string for 'min' in the 'estimated reading time: 10 min' [\#1682](https://github.com/wallabag/wallabag/issues/1682) |
@@ -823,14 +804,21 @@ | |||
823 | - Feed saved automatically [\#1677](https://github.com/wallabag/wallabag/issues/1677) | 804 | - Feed saved automatically [\#1677](https://github.com/wallabag/wallabag/issues/1677) |
824 | - \[Fx 44 Ext 2.0.0\] Cannot save login&password anymore [\#1637](https://github.com/wallabag/wallabag/issues/1637) | 805 | - \[Fx 44 Ext 2.0.0\] Cannot save login&password anymore [\#1637](https://github.com/wallabag/wallabag/issues/1637) |
825 | - Wallabag demo website gives Bad credentials [\#1626](https://github.com/wallabag/wallabag/issues/1626) | 806 | - Wallabag demo website gives Bad credentials [\#1626](https://github.com/wallabag/wallabag/issues/1626) |
807 | - "stay signed in" do not work [\#1515](https://github.com/wallabag/wallabag/issues/1515) | ||
826 | - Delete ALL articles in one click [\#1506](https://github.com/wallabag/wallabag/issues/1506) | 808 | - Delete ALL articles in one click [\#1506](https://github.com/wallabag/wallabag/issues/1506) |
827 | - API addition to allow 3rd party \(tt-rss\) integration in 1.9.1 [\#1425](https://github.com/wallabag/wallabag/issues/1425) | 809 | - API addition to allow 3rd party \(tt-rss\) integration in 1.9.1 [\#1425](https://github.com/wallabag/wallabag/issues/1425) |
828 | - wallabag will use Pootle for translating [\#1291](https://github.com/wallabag/wallabag/issues/1291) | 810 | - wallabag will use Pootle for translating [\#1291](https://github.com/wallabag/wallabag/issues/1291) |
829 | - Tag article related to its estimated reading time [\#1239](https://github.com/wallabag/wallabag/issues/1239) | 811 | - Tag article related to its estimated reading time [\#1239](https://github.com/wallabag/wallabag/issues/1239) |
812 | - Make the dice bigger [\#1101](https://github.com/wallabag/wallabag/issues/1101) | ||
830 | - full webpage screenshot [\#1098](https://github.com/wallabag/wallabag/issues/1098) | 813 | - full webpage screenshot [\#1098](https://github.com/wallabag/wallabag/issues/1098) |
814 | - Wrong display in wallabag: graswurzel.net - umlauts are missing [\#1074](https://github.com/wallabag/wallabag/issues/1074) | ||
815 | - unable to retrieve full-text content [\#885](https://github.com/wallabag/wallabag/issues/885) | ||
831 | - Unclear config settings [\#832](https://github.com/wallabag/wallabag/issues/832) | 816 | - Unclear config settings [\#832](https://github.com/wallabag/wallabag/issues/832) |
832 | - public list of articles/links with tags [\#812](https://github.com/wallabag/wallabag/issues/812) | 817 | - public list of articles/links with tags [\#812](https://github.com/wallabag/wallabag/issues/812) |
833 | - unable to retrieve full-text content [\#811](https://github.com/wallabag/wallabag/issues/811) | 818 | - unable to retrieve full-text content [\#811](https://github.com/wallabag/wallabag/issues/811) |
819 | - Make the cache time for Flattr checking a setting [\#765](https://github.com/wallabag/wallabag/issues/765) | ||
820 | - Only show the wallabag this link when on an article when the mouse is over the link. [\#685](https://github.com/wallabag/wallabag/issues/685) | ||
821 | - Footnotes lost in article [\#670](https://github.com/wallabag/wallabag/issues/670) | ||
834 | - readability renders huge share buttons [\#1729](https://github.com/wallabag/wallabag/issues/1729) | 822 | - readability renders huge share buttons [\#1729](https://github.com/wallabag/wallabag/issues/1729) |
835 | - Update CONTRIBUTING with v2 [\#1711](https://github.com/wallabag/wallabag/issues/1711) | 823 | - Update CONTRIBUTING with v2 [\#1711](https://github.com/wallabag/wallabag/issues/1711) |
836 | - typo in french documentation [\#1708](https://github.com/wallabag/wallabag/issues/1708) | 824 | - typo in french documentation [\#1708](https://github.com/wallabag/wallabag/issues/1708) |
@@ -955,14 +943,23 @@ | |||
955 | ## [2.0.0-alpha.1](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.1) (2016-01-07) | 943 | ## [2.0.0-alpha.1](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.1) (2016-01-07) |
956 | **Fixed bugs:** | 944 | **Fixed bugs:** |
957 | 945 | ||
946 | - "Stay signed in" don't do what it promise [\#1550](https://github.com/wallabag/wallabag/issues/1550) | ||
958 | - Fatal error: Call to undefined function session\_get\_cookie\_params\(\) in wallabag-1.9.1-b/inc/3rdparty/Session.class.php on line 59 [\#1519](https://github.com/wallabag/wallabag/issues/1519) | 947 | - Fatal error: Call to undefined function session\_get\_cookie\_params\(\) in wallabag-1.9.1-b/inc/3rdparty/Session.class.php on line 59 [\#1519](https://github.com/wallabag/wallabag/issues/1519) |
959 | - Attempted to call function "curl\_init" from namespace "Graby\Ring\Client". [\#1511](https://github.com/wallabag/wallabag/issues/1511) | 948 | - Attempted to call function "curl\_init" from namespace "Graby\Ring\Client". [\#1511](https://github.com/wallabag/wallabag/issues/1511) |
960 | - \[v2\] API response doesn't match the request [\#1494](https://github.com/wallabag/wallabag/issues/1494) | 949 | - \[v2\] API response doesn't match the request [\#1494](https://github.com/wallabag/wallabag/issues/1494) |
961 | - iframes not correctly handled [\#1438](https://github.com/wallabag/wallabag/issues/1438) | 950 | - iframes not correctly handled [\#1438](https://github.com/wallabag/wallabag/issues/1438) |
962 | - Unable to bag http://stormsabrewin.org/pizzacigarette.html [\#1430](https://github.com/wallabag/wallabag/issues/1430) | 951 | - Unable to bag http://stormsabrewin.org/pizzacigarette.html [\#1430](https://github.com/wallabag/wallabag/issues/1430) |
952 | - Send articles by mail is sometimes broken [\#1273](https://github.com/wallabag/wallabag/issues/1273) | ||
953 | - still using the “fr\_FR.utf8 [\#1271](https://github.com/wallabag/wallabag/issues/1271) | ||
963 | - Wallabag does not follow redirects [\#1240](https://github.com/wallabag/wallabag/issues/1240) | 954 | - Wallabag does not follow redirects [\#1240](https://github.com/wallabag/wallabag/issues/1240) |
955 | - database port not managed [\#1218](https://github.com/wallabag/wallabag/issues/1218) | ||
964 | - Untitled - Import - Click to finish import [\#1213](https://github.com/wallabag/wallabag/issues/1213) | 956 | - Untitled - Import - Click to finish import [\#1213](https://github.com/wallabag/wallabag/issues/1213) |
957 | - Installation error solution [\#1192](https://github.com/wallabag/wallabag/issues/1192) | ||
965 | - Email sharing not functional with gmail [\#1173](https://github.com/wallabag/wallabag/issues/1173) | 958 | - Email sharing not functional with gmail [\#1173](https://github.com/wallabag/wallabag/issues/1173) |
959 | - Deleting article in archive return to "unread" [\#1005](https://github.com/wallabag/wallabag/issues/1005) | ||
960 | - The pagination's variable has no effect [\#875](https://github.com/wallabag/wallabag/issues/875) | ||
961 | - Repeating notifications [\#648](https://github.com/wallabag/wallabag/issues/648) | ||
962 | - can't add link if referers are blocked [\#82](https://github.com/wallabag/wallabag/issues/82) | ||
966 | - \[v2\] Duplicate tags when 2 rules match article [\#1528](https://github.com/wallabag/wallabag/issues/1528) | 963 | - \[v2\] Duplicate tags when 2 rules match article [\#1528](https://github.com/wallabag/wallabag/issues/1528) |
967 | - Wallabag\CoreBundle\Entity\Entry object not found. [\#1512](https://github.com/wallabag/wallabag/issues/1512) | 964 | - Wallabag\CoreBundle\Entity\Entry object not found. [\#1512](https://github.com/wallabag/wallabag/issues/1512) |
968 | - \[v2\] Avoid duplicate entry [\#1502](https://github.com/wallabag/wallabag/issues/1502) | 965 | - \[v2\] Avoid duplicate entry [\#1502](https://github.com/wallabag/wallabag/issues/1502) |
@@ -995,6 +992,10 @@ | |||
995 | - Adding possibility to delete article with 404 result [\#1410](https://github.com/wallabag/wallabag/issues/1410) | 992 | - Adding possibility to delete article with 404 result [\#1410](https://github.com/wallabag/wallabag/issues/1410) |
996 | - Can't get article on shuhaowu [\#1409](https://github.com/wallabag/wallabag/issues/1409) | 993 | - Can't get article on shuhaowu [\#1409](https://github.com/wallabag/wallabag/issues/1409) |
997 | - update demo website / framabag [\#1269](https://github.com/wallabag/wallabag/issues/1269) | 994 | - update demo website / framabag [\#1269](https://github.com/wallabag/wallabag/issues/1269) |
995 | - No warning at login when session can't be created [\#1188](https://github.com/wallabag/wallabag/issues/1188) | ||
996 | - \[UX\] The cross button in the upper right toolset should be to close current article [\#1125](https://github.com/wallabag/wallabag/issues/1125) | ||
997 | - Are all of the dependecies including those installed by composer under the MIT license as well? [\#1118](https://github.com/wallabag/wallabag/issues/1118) | ||
998 | - Create an "About" section - Get a way to check server configuration again [\#864](https://github.com/wallabag/wallabag/issues/864) | ||
998 | - Contributing to wallabag and/or site\_config [\#849](https://github.com/wallabag/wallabag/issues/849) | 999 | - Contributing to wallabag and/or site\_config [\#849](https://github.com/wallabag/wallabag/issues/849) |
999 | - \[Feature\] Possibility to use www.readability.com [\#837](https://github.com/wallabag/wallabag/issues/837) | 1000 | - \[Feature\] Possibility to use www.readability.com [\#837](https://github.com/wallabag/wallabag/issues/837) |
1000 | - lifehacker, io9 and gawker media articles not parsed [\#821](https://github.com/wallabag/wallabag/issues/821) | 1001 | - lifehacker, io9 and gawker media articles not parsed [\#821](https://github.com/wallabag/wallabag/issues/821) |
@@ -1067,6 +1068,225 @@ | |||
1067 | 1068 | ||
1068 | - 500 Internal Server Error on filtering articles [\#1416](https://github.com/wallabag/wallabag/issues/1416) | 1069 | - 500 Internal Server Error on filtering articles [\#1416](https://github.com/wallabag/wallabag/issues/1416) |
1069 | - Server Side Request Forgery \(SSRF\) using Wallabag [\#1364](https://github.com/wallabag/wallabag/issues/1364) | 1070 | - Server Side Request Forgery \(SSRF\) using Wallabag [\#1364](https://github.com/wallabag/wallabag/issues/1364) |
1071 | - Lost session too often [\#1339](https://github.com/wallabag/wallabag/issues/1339) | ||
1072 | - Show button for adding firefox social service only on secured connections [\#1237](https://github.com/wallabag/wallabag/issues/1237) | ||
1073 | - error loading feed when synchronizing [\#1212](https://github.com/wallabag/wallabag/issues/1212) | ||
1074 | - tags & tags\_entry not properly deleted after article deletion [\#1209](https://github.com/wallabag/wallabag/issues/1209) | ||
1075 | - Tags not being exported in Wallabag 1.9.0 [\#1203](https://github.com/wallabag/wallabag/issues/1203) | ||
1076 | - I don't see any icons. [\#1183](https://github.com/wallabag/wallabag/issues/1183) | ||
1077 | - Error in install process. [\#1175](https://github.com/wallabag/wallabag/issues/1175) | ||
1078 | - Clear cache function deleted .htaccess, .gitignore files under cache/ [\#1154](https://github.com/wallabag/wallabag/issues/1154) | ||
1079 | - Update jQuery [\#1139](https://github.com/wallabag/wallabag/issues/1139) | ||
1080 | - translation issue [\#1133](https://github.com/wallabag/wallabag/issues/1133) | ||
1081 | - Baggy theme: no Icon for shaarli [\#1131](https://github.com/wallabag/wallabag/issues/1131) | ||
1082 | - Archive an unread article [\#1126](https://github.com/wallabag/wallabag/issues/1126) | ||
1083 | - Error in first log in [\#1121](https://github.com/wallabag/wallabag/issues/1121) | ||
1084 | - "About" not translated into french in the menu ? [\#1116](https://github.com/wallabag/wallabag/issues/1116) | ||
1085 | - Firefox Addon give an error on saving a link [\#1104](https://github.com/wallabag/wallabag/issues/1104) | ||
1086 | - I'm getting duplicate articles. [\#1102](https://github.com/wallabag/wallabag/issues/1102) | ||
1087 | - Register email at installation [\#1093](https://github.com/wallabag/wallabag/issues/1093) | ||
1088 | - Saying I don't have permission to access to /inc/poche/config.inc.php during install. [\#1086](https://github.com/wallabag/wallabag/issues/1086) | ||
1089 | - allow\_url\_fopen disabled try to use php-curl [\#1078](https://github.com/wallabag/wallabag/issues/1078) | ||
1090 | - "Fetch content for articles with no content" doesn't work [\#1058](https://github.com/wallabag/wallabag/issues/1058) | ||
1091 | - New Install - Can't Log In [\#1040](https://github.com/wallabag/wallabag/issues/1040) | ||
1092 | - The "back to top" button is missing in responsive design \(Baggy theme\) [\#1010](https://github.com/wallabag/wallabag/issues/1010) | ||
1093 | - Security issue [\#997](https://github.com/wallabag/wallabag/issues/997) | ||
1094 | - \[Installation\] Throw an exception if PDO isn't found at installation. [\#996](https://github.com/wallabag/wallabag/issues/996) | ||
1095 | - \[Installation\] Wrong login on MySQL/PostgreSQL databases fail silently [\#995](https://github.com/wallabag/wallabag/issues/995) | ||
1096 | - An error occured: "db" directory must be writeable for your web server user! [\#990](https://github.com/wallabag/wallabag/issues/990) | ||
1097 | - logic bug in autoclose code? [\#984](https://github.com/wallabag/wallabag/issues/984) | ||
1098 | - Can't mark an article as favorite [\#983](https://github.com/wallabag/wallabag/issues/983) | ||
1099 | - Export does not work \(JSON & ePub\) [\#970](https://github.com/wallabag/wallabag/issues/970) | ||
1100 | - Problem with Readability.php when save link [\#963](https://github.com/wallabag/wallabag/issues/963) | ||
1101 | - White Screen after Install [\#955](https://github.com/wallabag/wallabag/issues/955) | ||
1102 | - wallabag install enable to save links on openbsd [\#948](https://github.com/wallabag/wallabag/issues/948) | ||
1103 | - Courgette theme really broken [\#941](https://github.com/wallabag/wallabag/issues/941) | ||
1104 | - White Screen when mysql user has no privileges. [\#940](https://github.com/wallabag/wallabag/issues/940) | ||
1105 | - crashing because unknown character set 'utf8mb4' [\#935](https://github.com/wallabag/wallabag/issues/935) | ||
1106 | - Mobile view and popups [\#912](https://github.com/wallabag/wallabag/issues/912) | ||
1107 | - Texts not translated when adding tag [\#887](https://github.com/wallabag/wallabag/issues/887) | ||
1108 | - epub Export does not work [\#882](https://github.com/wallabag/wallabag/issues/882) | ||
1109 | - Article not saved if not logged in [\#877](https://github.com/wallabag/wallabag/issues/877) | ||
1110 | - In baggy : no preview text in linear visualisation [\#874](https://github.com/wallabag/wallabag/issues/874) | ||
1111 | - In baggy mark as read button stays gray [\#873](https://github.com/wallabag/wallabag/issues/873) | ||
1112 | - Fix "Mark as read" translations [\#871](https://github.com/wallabag/wallabag/issues/871) | ||
1113 | - The link to check the server compatibility is broken [\#858](https://github.com/wallabag/wallabag/issues/858) | ||
1114 | - Trouble installing with Postgres as DB [\#844](https://github.com/wallabag/wallabag/issues/844) | ||
1115 | - CSS Bug on article list when browsing on Small size device [\#834](https://github.com/wallabag/wallabag/issues/834) | ||
1116 | - Search and SaveALink windows overlap [\#830](https://github.com/wallabag/wallabag/issues/830) | ||
1117 | - New self-hosted install: Android app and FF Extension do not work [\#829](https://github.com/wallabag/wallabag/issues/829) | ||
1118 | - Download pictures doesn't work [\#822](https://github.com/wallabag/wallabag/issues/822) | ||
1119 | - \[dev branch\] Installation doesn't work [\#813](https://github.com/wallabag/wallabag/issues/813) | ||
1120 | - \[EPUB\] Images not included when cached on the server. [\#804](https://github.com/wallabag/wallabag/issues/804) | ||
1121 | - Empty page after upgrade [\#796](https://github.com/wallabag/wallabag/issues/796) | ||
1122 | - Installation of Wallabag with SQLite3 database fails [\#788](https://github.com/wallabag/wallabag/issues/788) | ||
1123 | - Delete Courgette theme [\#781](https://github.com/wallabag/wallabag/issues/781) | ||
1124 | - Import empty file [\#776](https://github.com/wallabag/wallabag/issues/776) | ||
1125 | - Login session is not remembered. [\#769](https://github.com/wallabag/wallabag/issues/769) | ||
1126 | - Add check php5-gd to wallabag: Compatibility Test [\#766](https://github.com/wallabag/wallabag/issues/766) | ||
1127 | - « welcome to your wallabag » is not translated [\#763](https://github.com/wallabag/wallabag/issues/763) | ||
1128 | - wired.com comes out totally messed up [\#756](https://github.com/wallabag/wallabag/issues/756) | ||
1129 | - Add support for multipage articles [\#750](https://github.com/wallabag/wallabag/issues/750) | ||
1130 | - Ereader complains about DRM with epubs [\#748](https://github.com/wallabag/wallabag/issues/748) | ||
1131 | - Soucis traduction bouton envoyer [\#743](https://github.com/wallabag/wallabag/issues/743) | ||
1132 | - Arrays not being displayed the same depending on theme \(previously was : new site\_config file\) [\#740](https://github.com/wallabag/wallabag/issues/740) | ||
1133 | - Sort RSS Tag Feed [\#738](https://github.com/wallabag/wallabag/issues/738) | ||
1134 | - Error parsing file imported from Pocket [\#718](https://github.com/wallabag/wallabag/issues/718) | ||
1135 | - EPUB-Download for more than one article create a corrupt file [\#717](https://github.com/wallabag/wallabag/issues/717) | ||
1136 | - Can't save new article [\#710](https://github.com/wallabag/wallabag/issues/710) | ||
1137 | - Dailymotion support [\#708](https://github.com/wallabag/wallabag/issues/708) | ||
1138 | - Deleting install dir isn't automatic in dev branch [\#700](https://github.com/wallabag/wallabag/issues/700) | ||
1139 | - Out of memory size limit with big article [\#682](https://github.com/wallabag/wallabag/issues/682) | ||
1140 | - Installation fails with "parse\_ini\_file" disabled [\#678](https://github.com/wallabag/wallabag/issues/678) | ||
1141 | - When downloading images, wallabag doesnt respect html "base" tag [\#677](https://github.com/wallabag/wallabag/issues/677) | ||
1142 | - page not saved [\#675](https://github.com/wallabag/wallabag/issues/675) | ||
1143 | - RSS Problems [\#664](https://github.com/wallabag/wallabag/issues/664) | ||
1144 | - 1.6.1 storage name mismatch for postgres in installer [\#657](https://github.com/wallabag/wallabag/issues/657) | ||
1145 | - Errors importing from Pocket [\#650](https://github.com/wallabag/wallabag/issues/650) | ||
1146 | - Error 500 - PHP fatal error [\#647](https://github.com/wallabag/wallabag/issues/647) | ||
1147 | - Warning: putenv\(\) \[function.putenv\]: Safe Mode warning [\#646](https://github.com/wallabag/wallabag/issues/646) | ||
1148 | - rss feed content type [\#636](https://github.com/wallabag/wallabag/issues/636) | ||
1149 | - Multi-User problem [\#630](https://github.com/wallabag/wallabag/issues/630) | ||
1150 | - PosgreSQL error on sequence users\_id\_seq with version 1.6 [\#628](https://github.com/wallabag/wallabag/issues/628) | ||
1151 | - Import doesn't finish [\#619](https://github.com/wallabag/wallabag/issues/619) | ||
1152 | - Walla bag fails to grab pages from tutplus.com [\#615](https://github.com/wallabag/wallabag/issues/615) | ||
1153 | - I can't close "search" popup with the cross picture [\#613](https://github.com/wallabag/wallabag/issues/613) | ||
1154 | - Escap key displays "save a link" form [\#612](https://github.com/wallabag/wallabag/issues/612) | ||
1155 | - display problem with smartphone and Baggy [\#610](https://github.com/wallabag/wallabag/issues/610) | ||
1156 | - Post 1.6 upgrade - bagging anything lead to PDOException [\#602](https://github.com/wallabag/wallabag/issues/602) | ||
1157 | - Fail to sync articles with poche app. [\#593](https://github.com/wallabag/wallabag/issues/593) | ||
1158 | - Embed videos in an iframe don't show [\#590](https://github.com/wallabag/wallabag/issues/590) | ||
1159 | - Check file permissions at install [\#584](https://github.com/wallabag/wallabag/issues/584) | ||
1160 | - The RSS Feed doesn't seem valid [\#583](https://github.com/wallabag/wallabag/issues/583) | ||
1161 | - Running Wallabag on Windows Host [\#580](https://github.com/wallabag/wallabag/issues/580) | ||
1162 | - \[Windows\] Many problems with WAMP [\#579](https://github.com/wallabag/wallabag/issues/579) | ||
1163 | - Invalid url message for this page [\#578](https://github.com/wallabag/wallabag/issues/578) | ||
1164 | - baggy theme - "powered by" overlapps pagination [\#577](https://github.com/wallabag/wallabag/issues/577) | ||
1165 | - \[Bug ?\] Export wallabag data : not saving but opening in browser [\#570](https://github.com/wallabag/wallabag/issues/570) | ||
1166 | - missing rss.png files [\#568](https://github.com/wallabag/wallabag/issues/568) | ||
1167 | - Cron.php deadlocks import process on many "Untitled" elements [\#565](https://github.com/wallabag/wallabag/issues/565) | ||
1168 | - Data is not retrieved properly [\#561](https://github.com/wallabag/wallabag/issues/561) | ||
1169 | - In RSS feed, the link leads to my wallabag page [\#556](https://github.com/wallabag/wallabag/issues/556) | ||
1170 | - Failing to add a link [\#555](https://github.com/wallabag/wallabag/issues/555) | ||
1171 | - CTRL S open "save this page" in firefox [\#552](https://github.com/wallabag/wallabag/issues/552) | ||
1172 | - deactivate keyboard shortcuts when entering tags [\#546](https://github.com/wallabag/wallabag/issues/546) | ||
1173 | - Parser Fail: Text overwrites other text and images [\#537](https://github.com/wallabag/wallabag/issues/537) | ||
1174 | - Instapaper Import Failed [\#536](https://github.com/wallabag/wallabag/issues/536) | ||
1175 | - Import fail from Poche [\#530](https://github.com/wallabag/wallabag/issues/530) | ||
1176 | - Failure in makefulltextfeed.php [\#529](https://github.com/wallabag/wallabag/issues/529) | ||
1177 | - Firefox: download the extension - Link Broken [\#528](https://github.com/wallabag/wallabag/issues/528) | ||
1178 | - autoclose with baggy theme and firefox addon [\#527](https://github.com/wallabag/wallabag/issues/527) | ||
1179 | - minor glitch in baggy theme [\#526](https://github.com/wallabag/wallabag/issues/526) | ||
1180 | - baggy theme removed "remember scroll position" feature [\#519](https://github.com/wallabag/wallabag/issues/519) | ||
1181 | - on Framabag re-login needed after "bag it!" [\#509](https://github.com/wallabag/wallabag/issues/509) | ||
1182 | - youtube videos are not saved [\#508](https://github.com/wallabag/wallabag/issues/508) | ||
1183 | - Heise article crashes online demo [\#498](https://github.com/wallabag/wallabag/issues/498) | ||
1184 | - Bug: makefulltextfeed.php crashing on article [\#494](https://github.com/wallabag/wallabag/issues/494) | ||
1185 | - Erreur PHP Fatal error: Call to undefined method [\#493](https://github.com/wallabag/wallabag/issues/493) | ||
1186 | - Impossible de changer de langue [\#492](https://github.com/wallabag/wallabag/issues/492) | ||
1187 | - \[Baggy\] Prob. "hover" sur lien de déco [\#489](https://github.com/wallabag/wallabag/issues/489) | ||
1188 | - Config en FR mais langue EN affichée ? [\#488](https://github.com/wallabag/wallabag/issues/488) | ||
1189 | - Import from Pocket not working in 1.5.2 [\#486](https://github.com/wallabag/wallabag/issues/486) | ||
1190 | - Update to 1.5.2 : PHP extension required: pdo\_sqlite [\#483](https://github.com/wallabag/wallabag/issues/483) | ||
1191 | - This page contains a script from unauthenticated sources [\#482](https://github.com/wallabag/wallabag/issues/482) | ||
1192 | - \[Bug\] Liste des thèmes par ordre alpha ? [\#470](https://github.com/wallabag/wallabag/issues/470) | ||
1193 | - icons blocked/not loading when font is blocked [\#465](https://github.com/wallabag/wallabag/issues/465) | ||
1194 | - pages are not imported [\#463](https://github.com/wallabag/wallabag/issues/463) | ||
1195 | - \[Bug\] Label du bouton sur l'écran d'identification [\#456](https://github.com/wallabag/wallabag/issues/456) | ||
1196 | - \[Bug\] Thème Baggy : le lien vers Wallabag en footer ne marche pas [\#453](https://github.com/wallabag/wallabag/issues/453) | ||
1197 | - \[Bug\] Bas de page index : problème avec le fichier de langue ? [\#452](https://github.com/wallabag/wallabag/issues/452) | ||
1198 | - Permission error if no cache dir exist [\#451](https://github.com/wallabag/wallabag/issues/451) | ||
1199 | - Bug with theme name case [\#447](https://github.com/wallabag/wallabag/issues/447) | ||
1200 | - notification cross doesn't work [\#446](https://github.com/wallabag/wallabag/issues/446) | ||
1201 | - Login time [\#442](https://github.com/wallabag/wallabag/issues/442) | ||
1202 | - wallabag a tumblr will only save the first post [\#441](https://github.com/wallabag/wallabag/issues/441) | ||
1203 | - Wallabag this link doesn't work [\#440](https://github.com/wallabag/wallabag/issues/440) | ||
1204 | - An error report:Parse error: syntax error, unexpected T\_FUNCTION [\#436](https://github.com/wallabag/wallabag/issues/436) | ||
1205 | - Incorrect url when adding from Android [\#424](https://github.com/wallabag/wallabag/issues/424) | ||
1206 | - Some language problems in the french Config Page [\#416](https://github.com/wallabag/wallabag/issues/416) | ||
1207 | - remove all poche references in code [\#415](https://github.com/wallabag/wallabag/issues/415) | ||
1208 | - Add support for X-Forwarded-Proto header field [\#413](https://github.com/wallabag/wallabag/issues/413) | ||
1209 | - remember user [\#401](https://github.com/wallabag/wallabag/issues/401) | ||
1210 | - \[unable to retrieve full-text content\]... [\#396](https://github.com/wallabag/wallabag/issues/396) | ||
1211 | - Poche on Apache, behind Ngnix [\#395](https://github.com/wallabag/wallabag/issues/395) | ||
1212 | - Empty article title and content \(blank title tag and content\) [\#390](https://github.com/wallabag/wallabag/issues/390) | ||
1213 | - Some links crash RSS feeds [\#386](https://github.com/wallabag/wallabag/issues/386) | ||
1214 | - RSS Feeds don't validate / W3C [\#384](https://github.com/wallabag/wallabag/issues/384) | ||
1215 | - Encoding trouble in \<title\> of RSS [\#376](https://github.com/wallabag/wallabag/issues/376) | ||
1216 | - Import from readability doesn't work \(0 links imported\) [\#375](https://github.com/wallabag/wallabag/issues/375) | ||
1217 | - Some articles break the RSS [\#374](https://github.com/wallabag/wallabag/issues/374) | ||
1218 | - Endless redirects or user doesn't exist with basic authentication [\#368](https://github.com/wallabag/wallabag/issues/368) | ||
1219 | - table tags\_entries already exists [\#367](https://github.com/wallabag/wallabag/issues/367) | ||
1220 | - No content after fresh install \(v1.3.0\) [\#366](https://github.com/wallabag/wallabag/issues/366) | ||
1221 | - RSS Feed URL problem [\#364](https://github.com/wallabag/wallabag/issues/364) | ||
1222 | - Notice: Trying to get property of non-object in poche/inc/3rdparty/FlattrItem.class.php on line 22 [\#359](https://github.com/wallabag/wallabag/issues/359) | ||
1223 | - Local import does not work [\#332](https://github.com/wallabag/wallabag/issues/332) | ||
1224 | - Can't import from Pocket [\#294](https://github.com/wallabag/wallabag/issues/294) | ||
1225 | - problem with CURLOPT\_FOLLOWLOCATION [\#287](https://github.com/wallabag/wallabag/issues/287) | ||
1226 | - poche not accessible anymore via https [\#283](https://github.com/wallabag/wallabag/issues/283) | ||
1227 | - html output of poche is linking to localhost [\#270](https://github.com/wallabag/wallabag/issues/270) | ||
1228 | - Deleting article doesn't redirect [\#259](https://github.com/wallabag/wallabag/issues/259) | ||
1229 | - New menu bar bad display on Windows Phone Browser [\#258](https://github.com/wallabag/wallabag/issues/258) | ||
1230 | - new menu bar in beta 5 not usable on android firefox in portrait orientation [\#255](https://github.com/wallabag/wallabag/issues/255) | ||
1231 | - error 500 with the .htaccess [\#254](https://github.com/wallabag/wallabag/issues/254) | ||
1232 | - can't parse youtube [\#253](https://github.com/wallabag/wallabag/issues/253) | ||
1233 | - Coherent install instructions? [\#248](https://github.com/wallabag/wallabag/issues/248) | ||
1234 | - alert message aat field in config is in french [\#246](https://github.com/wallabag/wallabag/issues/246) | ||
1235 | - Flattr Cache : File names too long [\#243](https://github.com/wallabag/wallabag/issues/243) | ||
1236 | - problem with estimated reading time on smartphone / tablet [\#242](https://github.com/wallabag/wallabag/issues/242) | ||
1237 | - inc/3rdparty/site\_config missing [\#240](https://github.com/wallabag/wallabag/issues/240) | ||
1238 | - full paths of import files displayed [\#234](https://github.com/wallabag/wallabag/issues/234) | ||
1239 | - Can't poche a github page with bookmarklet [\#233](https://github.com/wallabag/wallabag/issues/233) | ||
1240 | - save position not enabled [\#230](https://github.com/wallabag/wallabag/issues/230) | ||
1241 | - theme not stored [\#229](https://github.com/wallabag/wallabag/issues/229) | ||
1242 | - Deleting element in archive redirect to home [\#227](https://github.com/wallabag/wallabag/issues/227) | ||
1243 | - Problème avec la page d'un élément poché et la date [\#225](https://github.com/wallabag/wallabag/issues/225) | ||
1244 | - when archive last poched links from a page, redirect to an other page [\#219](https://github.com/wallabag/wallabag/issues/219) | ||
1245 | - titles with colon bad parsed [\#209](https://github.com/wallabag/wallabag/issues/209) | ||
1246 | - update doc links in poche [\#208](https://github.com/wallabag/wallabag/issues/208) | ||
1247 | - Poche can't parse LWN.net articles where subscription is needed despite login [\#201](https://github.com/wallabag/wallabag/issues/201) | ||
1248 | - bbc and guardian [\#200](https://github.com/wallabag/wallabag/issues/200) | ||
1249 | - DOWNLOAD\_PICTURES function [\#186](https://github.com/wallabag/wallabag/issues/186) | ||
1250 | - Wrong title on favorites and archives pages [\#182](https://github.com/wallabag/wallabag/issues/182) | ||
1251 | - content not well displayed with bulletins-electroniques.com [\#177](https://github.com/wallabag/wallabag/issues/177) | ||
1252 | - IP addresses do not appear in "view original" [\#175](https://github.com/wallabag/wallabag/issues/175) | ||
1253 | - can't parse http://12factor.net/ [\#166](https://github.com/wallabag/wallabag/issues/166) | ||
1254 | - if cURL is not installed, content is not well displayed [\#164](https://github.com/wallabag/wallabag/issues/164) | ||
1255 | - URL with special char could not be imported [\#155](https://github.com/wallabag/wallabag/issues/155) | ||
1256 | - \<h2\> Title not displaying [\#153](https://github.com/wallabag/wallabag/issues/153) | ||
1257 | - HTML entities in titles are encoded twice [\#151](https://github.com/wallabag/wallabag/issues/151) | ||
1258 | - Poche won't import the content [\#149](https://github.com/wallabag/wallabag/issues/149) | ||
1259 | - Use of undefined constant POCHE\_VERSION [\#148](https://github.com/wallabag/wallabag/issues/148) | ||
1260 | - répertoire DB inexistant [\#147](https://github.com/wallabag/wallabag/issues/147) | ||
1261 | - getPocheVersion doesn't work ? [\#142](https://github.com/wallabag/wallabag/issues/142) | ||
1262 | - Lien qui ne s'ajoute pas [\#138](https://github.com/wallabag/wallabag/issues/138) | ||
1263 | - Error importing readability json [\#136](https://github.com/wallabag/wallabag/issues/136) | ||
1264 | - Export Twitter : Caractères spéciaux qui ne passent pas [\#135](https://github.com/wallabag/wallabag/issues/135) | ||
1265 | - Un nouveau type d'URL qui ne fonctionne pas [\#125](https://github.com/wallabag/wallabag/issues/125) | ||
1266 | - Images coded with relative paths are not imported [\#123](https://github.com/wallabag/wallabag/issues/123) | ||
1267 | - stay connected checkbox - Add cookie [\#115](https://github.com/wallabag/wallabag/issues/115) | ||
1268 | - Taille police et icones [\#114](https://github.com/wallabag/wallabag/issues/114) | ||
1269 | - Impossible d'installer poche [\#111](https://github.com/wallabag/wallabag/issues/111) | ||
1270 | - URL refusée [\#110](https://github.com/wallabag/wallabag/issues/110) | ||
1271 | - suppression d'un lien depuis la page view [\#103](https://github.com/wallabag/wallabag/issues/103) | ||
1272 | - Erreur date.timezone [\#98](https://github.com/wallabag/wallabag/issues/98) | ||
1273 | - Texte lors de la suppression d'un item incorrect [\#97](https://github.com/wallabag/wallabag/issues/97) | ||
1274 | - Can't add some urls [\#91](https://github.com/wallabag/wallabag/issues/91) | ||
1275 | - impossible to start poche on my Apache! [\#85](https://github.com/wallabag/wallabag/issues/85) | ||
1276 | - Can't Poch url with special caracter [\#73](https://github.com/wallabag/wallabag/issues/73) | ||
1277 | - afficher les messages "flash" lorsqu'on met en favori et quand on archive [\#66](https://github.com/wallabag/wallabag/issues/66) | ||
1278 | - impossible d'ajouter un lien si pas connecté [\#63](https://github.com/wallabag/wallabag/issues/63) | ||
1279 | - erreur lors de l'import pocket [\#53](https://github.com/wallabag/wallabag/issues/53) | ||
1280 | - image non récupérée [\#52](https://github.com/wallabag/wallabag/issues/52) | ||
1281 | - supprimer un lien depuis view.php [\#51](https://github.com/wallabag/wallabag/issues/51) | ||
1282 | - Articles mal parsés [\#47](https://github.com/wallabag/wallabag/issues/47) | ||
1283 | - disparition des icônes lors d'un tri [\#45](https://github.com/wallabag/wallabag/issues/45) | ||
1284 | - problème session si on est sur la page depuis longtemps [\#41](https://github.com/wallabag/wallabag/issues/41) | ||
1285 | - verif csrf pour l'ajout d'un lien [\#40](https://github.com/wallabag/wallabag/issues/40) | ||
1286 | - impossible d'ajouter un lien en https [\#38](https://github.com/wallabag/wallabag/issues/38) | ||
1287 | - bug chrome : affichage d'un seul élément dans la grille [\#32](https://github.com/wallabag/wallabag/issues/32) | ||
1288 | - vérification des liens pochés [\#16](https://github.com/wallabag/wallabag/issues/16) | ||
1289 | - url vide [\#9](https://github.com/wallabag/wallabag/issues/9) | ||
1070 | - \[v2\] Redirection expected after deleting an entry currently displayed [\#1391](https://github.com/wallabag/wallabag/issues/1391) | 1290 | - \[v2\] Redirection expected after deleting an entry currently displayed [\#1391](https://github.com/wallabag/wallabag/issues/1391) |
1071 | - Filter date: no results for today [\#1379](https://github.com/wallabag/wallabag/issues/1379) | 1291 | - Filter date: no results for today [\#1379](https://github.com/wallabag/wallabag/issues/1379) |
1072 | - Conflict pagination and filters [\#1350](https://github.com/wallabag/wallabag/issues/1350) | 1292 | - Conflict pagination and filters [\#1350](https://github.com/wallabag/wallabag/issues/1350) |
@@ -1083,6 +1303,18 @@ | |||
1083 | - \[v2\] utf-8 symbols are not displayed in article view [\#316](https://github.com/wallabag/wallabag/issues/316) | 1303 | - \[v2\] utf-8 symbols are not displayed in article view [\#316](https://github.com/wallabag/wallabag/issues/316) |
1084 | - \[v2\] Not all articles are imported from v1 [\#302](https://github.com/wallabag/wallabag/issues/302) | 1304 | - \[v2\] Not all articles are imported from v1 [\#302](https://github.com/wallabag/wallabag/issues/302) |
1085 | - Lien unique par utilisateur [\#121](https://github.com/wallabag/wallabag/issues/121) | 1305 | - Lien unique par utilisateur [\#121](https://github.com/wallabag/wallabag/issues/121) |
1306 | - fix security bug with PHP\_AUTH\_USER [\#1252](https://github.com/wallabag/wallabag/pull/1252) ([tcitworld](https://github.com/tcitworld)) | ||
1307 | - New installation process [\#1026](https://github.com/wallabag/wallabag/pull/1026) ([tcitworld](https://github.com/tcitworld)) | ||
1308 | - Fix the PostgreSQL install errors [\#845](https://github.com/wallabag/wallabag/pull/845) ([rros](https://github.com/rros)) | ||
1309 | - fix display of 'Done' message when we add a link from 'save a link' item [\#784](https://github.com/wallabag/wallabag/pull/784) ([nicosomb](https://github.com/nicosomb)) | ||
1310 | - \#763 fix to display the login successful message with the translation [\#783](https://github.com/wallabag/wallabag/pull/783) ([nicosomb](https://github.com/nicosomb)) | ||
1311 | - Fix \#776 [\#782](https://github.com/wallabag/wallabag/pull/782) ([nicosomb](https://github.com/nicosomb)) | ||
1312 | - fixed bug for epub export \#755 ; also better metadata title [\#771](https://github.com/wallabag/wallabag/pull/771) ([tcitworld](https://github.com/tcitworld)) | ||
1313 | - bagit link + overlay save link + listmode [\#540](https://github.com/wallabag/wallabag/pull/540) ([courgette](https://github.com/courgette)) | ||
1314 | - fix of global $http visibility, issues \#493, \#494 [\#495](https://github.com/wallabag/wallabag/pull/495) ([mariroz](https://github.com/mariroz)) | ||
1315 | - duplicate check added. fix of issue \#400 [\#460](https://github.com/wallabag/wallabag/pull/460) ([mariroz](https://github.com/mariroz)) | ||
1316 | - fix of bug \#368 Endless redirects or user doesn't exist with basic authe... [\#419](https://github.com/wallabag/wallabag/pull/419) ([mariroz](https://github.com/mariroz)) | ||
1317 | - Page data extraction with basic auth [\#394](https://github.com/wallabag/wallabag/pull/394) ([aaa2000](https://github.com/aaa2000)) | ||
1086 | 1318 | ||
1087 | **Closed issues:** | 1319 | **Closed issues:** |
1088 | 1320 | ||
@@ -1090,9 +1322,364 @@ | |||
1090 | - Wrong display site http://f9r.ru/ [\#1388](https://github.com/wallabag/wallabag/issues/1388) | 1322 | - Wrong display site http://f9r.ru/ [\#1388](https://github.com/wallabag/wallabag/issues/1388) |
1091 | - Filter: Reading time [\#1381](https://github.com/wallabag/wallabag/issues/1381) | 1323 | - Filter: Reading time [\#1381](https://github.com/wallabag/wallabag/issues/1381) |
1092 | - store the user IP? [\#1344](https://github.com/wallabag/wallabag/issues/1344) | 1324 | - store the user IP? [\#1344](https://github.com/wallabag/wallabag/issues/1344) |
1325 | - Add title on "random article" link [\#1315](https://github.com/wallabag/wallabag/issues/1315) | ||
1093 | - Get only content [\#1290](https://github.com/wallabag/wallabag/issues/1290) | 1326 | - Get only content [\#1290](https://github.com/wallabag/wallabag/issues/1290) |
1094 | - Read GET parameters in the themes [\#1289](https://github.com/wallabag/wallabag/issues/1289) | 1327 | - Read GET parameters in the themes [\#1289](https://github.com/wallabag/wallabag/issues/1289) |
1095 | - Engine does not accept changes to the template [\#1288](https://github.com/wallabag/wallabag/issues/1288) | 1328 | - Engine does not accept changes to the template [\#1288](https://github.com/wallabag/wallabag/issues/1288) |
1329 | - unable to retrieve full-text content [\#1264](https://github.com/wallabag/wallabag/issues/1264) | ||
1330 | - Wrong documentation URL [\#1263](https://github.com/wallabag/wallabag/issues/1263) | ||
1331 | - Integrate freddyb/wallabag-fxos in wallabag organization [\#1259](https://github.com/wallabag/wallabag/issues/1259) | ||
1332 | - \[v2\] Wallabag stay in English even when configured with other language [\#1256](https://github.com/wallabag/wallabag/issues/1256) | ||
1333 | - \[v2\] Not able to export in epub/pdf/mobi [\#1255](https://github.com/wallabag/wallabag/issues/1255) | ||
1334 | - Installation : wrong path to themes [\#1243](https://github.com/wallabag/wallabag/issues/1243) | ||
1335 | - Add Iceblog [\#1238](https://github.com/wallabag/wallabag/issues/1238) | ||
1336 | - Unable to retrieve content from CloudFlare Blog [\#1224](https://github.com/wallabag/wallabag/issues/1224) | ||
1337 | - Unable to retrieve full-text content from bastamag.net [\#1223](https://github.com/wallabag/wallabag/issues/1223) | ||
1338 | - Broken link [\#1221](https://github.com/wallabag/wallabag/issues/1221) | ||
1339 | - http://jsforcats.com/ [\#1219](https://github.com/wallabag/wallabag/issues/1219) | ||
1340 | - 413 Request Entity Too Large [\#1204](https://github.com/wallabag/wallabag/issues/1204) | ||
1341 | - Revues.org [\#1201](https://github.com/wallabag/wallabag/issues/1201) | ||
1342 | - cannot synchronize on ubuntu [\#1195](https://github.com/wallabag/wallabag/issues/1195) | ||
1343 | - Import fails unexpectedly [\#1193](https://github.com/wallabag/wallabag/issues/1193) | ||
1344 | - API Feature request, modify posts to performe additional processing [\#1191](https://github.com/wallabag/wallabag/issues/1191) | ||
1345 | - Saving to pdf doesn't work because it can't download a picture. [\#1190](https://github.com/wallabag/wallabag/issues/1190) | ||
1346 | - Error after installation in IIS - "login failed: user doesn't exist" [\#1187](https://github.com/wallabag/wallabag/issues/1187) | ||
1347 | - unable to retrieve full-text content from bastamag.net [\#1186](https://github.com/wallabag/wallabag/issues/1186) | ||
1348 | - Unable to retrieve content for github. [\#1185](https://github.com/wallabag/wallabag/issues/1185) | ||
1349 | - unable to retrieve full-text content from frontburner.dmagazine.com [\#1184](https://github.com/wallabag/wallabag/issues/1184) | ||
1350 | - unable to retrieve full-text content from www.it-connect.fr [\#1181](https://github.com/wallabag/wallabag/issues/1181) | ||
1351 | - Trying to access wallabag for the first time on a fresh install. [\#1172](https://github.com/wallabag/wallabag/issues/1172) | ||
1352 | - Connection time out during import [\#1171](https://github.com/wallabag/wallabag/issues/1171) | ||
1353 | - If I install wallabag over my current wallabag like I am upgrading will it keep my data? [\#1170](https://github.com/wallabag/wallabag/issues/1170) | ||
1354 | - Saving URL from FeedaFever [\#1169](https://github.com/wallabag/wallabag/issues/1169) | ||
1355 | - Solarized Dark theme issue [\#1159](https://github.com/wallabag/wallabag/issues/1159) | ||
1356 | - false parentheses [\#1157](https://github.com/wallabag/wallabag/issues/1157) | ||
1357 | - Password is cached only for a very short time [\#1156](https://github.com/wallabag/wallabag/issues/1156) | ||
1358 | - Could not get body text for this URL [\#1155](https://github.com/wallabag/wallabag/issues/1155) | ||
1359 | - Random feature must fetch an article in current status [\#1153](https://github.com/wallabag/wallabag/issues/1153) | ||
1360 | - Does this web site work for you? [\#1146](https://github.com/wallabag/wallabag/issues/1146) | ||
1361 | - Update documentation inside wallabag [\#1141](https://github.com/wallabag/wallabag/issues/1141) | ||
1362 | - Wallabag doesn't retrieve any text on one site [\#1140](https://github.com/wallabag/wallabag/issues/1140) | ||
1363 | - Error when trying to save and now I can't even view articles. [\#1138](https://github.com/wallabag/wallabag/issues/1138) | ||
1364 | - Add the ability to edit URLs [\#1136](https://github.com/wallabag/wallabag/issues/1136) | ||
1365 | - How to backup wallabag. [\#1135](https://github.com/wallabag/wallabag/issues/1135) | ||
1366 | - \[feature\] RSS feeds to choose from [\#1134](https://github.com/wallabag/wallabag/issues/1134) | ||
1367 | - \[UX\] Next, previous article [\#1123](https://github.com/wallabag/wallabag/issues/1123) | ||
1368 | - See all tags while tagging [\#1122](https://github.com/wallabag/wallabag/issues/1122) | ||
1369 | - Update documentation with the 1.9 changes [\#1119](https://github.com/wallabag/wallabag/issues/1119) | ||
1370 | - add site\_config [\#1117](https://github.com/wallabag/wallabag/issues/1117) | ||
1371 | - Error while exporting to pdf. [\#1113](https://github.com/wallabag/wallabag/issues/1113) | ||
1372 | - Wallabag using WordPress [\#1112](https://github.com/wallabag/wallabag/issues/1112) | ||
1373 | - Courgette theme still present [\#1103](https://github.com/wallabag/wallabag/issues/1103) | ||
1374 | - Login screen not centered [\#1099](https://github.com/wallabag/wallabag/issues/1099) | ||
1375 | - 'X-Frame-Options' - 'DENY' [\#1097](https://github.com/wallabag/wallabag/issues/1097) | ||
1376 | - Did you forget to select a file? Import finished. When trying to import. [\#1096](https://github.com/wallabag/wallabag/issues/1096) | ||
1377 | - 413 Request entity too large error when importing [\#1094](https://github.com/wallabag/wallabag/issues/1094) | ||
1378 | - How do I add new user without the interface after installation. [\#1092](https://github.com/wallabag/wallabag/issues/1092) | ||
1379 | - How long should I expect wallabag to be down after importing? [\#1091](https://github.com/wallabag/wallabag/issues/1091) | ||
1380 | - Almost empty articles from computerworld.com [\#1090](https://github.com/wallabag/wallabag/issues/1090) | ||
1381 | - Empty Articles from www.theatlantic.com [\#1089](https://github.com/wallabag/wallabag/issues/1089) | ||
1382 | - add capability to download pictures for android app [\#1085](https://github.com/wallabag/wallabag/issues/1085) | ||
1383 | - v1.9 beta: random does not work [\#1082](https://github.com/wallabag/wallabag/issues/1082) | ||
1384 | - Empty Articles from www.businessinsider.com [\#1073](https://github.com/wallabag/wallabag/issues/1073) | ||
1385 | - 1.7.x to 1.8 gives blank page [\#1064](https://github.com/wallabag/wallabag/issues/1064) | ||
1386 | - wallabag.org : 504 Gateway Time-Out : cloudflare-nginx [\#1046](https://github.com/wallabag/wallabag/issues/1046) | ||
1387 | - Install instruction is a mess! [\#1045](https://github.com/wallabag/wallabag/issues/1045) | ||
1388 | - Feature Request: Evernote [\#1043](https://github.com/wallabag/wallabag/issues/1043) | ||
1389 | - Wrong display in wallabag: jungle-world.com [\#1034](https://github.com/wallabag/wallabag/issues/1034) | ||
1390 | - Rethink installation process [\#1025](https://github.com/wallabag/wallabag/issues/1025) | ||
1391 | - Installation instructions in wrong order [\#1024](https://github.com/wallabag/wallabag/issues/1024) | ||
1392 | - Authentication to websites needed to fetch the text [\#1009](https://github.com/wallabag/wallabag/issues/1009) | ||
1393 | - "Stay signed in" not working [\#1007](https://github.com/wallabag/wallabag/issues/1007) | ||
1394 | - \(Semantic-\)Scuttle import? [\#1006](https://github.com/wallabag/wallabag/issues/1006) | ||
1395 | - social api [\#1002](https://github.com/wallabag/wallabag/issues/1002) | ||
1396 | - Wrong url in the iOS application [\#1001](https://github.com/wallabag/wallabag/issues/1001) | ||
1397 | - Register with Packagist? [\#993](https://github.com/wallabag/wallabag/issues/993) | ||
1398 | - Allow tagging when saving to wallabag [\#991](https://github.com/wallabag/wallabag/issues/991) | ||
1399 | - Articles on quechoisir.org are empty [\#982](https://github.com/wallabag/wallabag/issues/982) | ||
1400 | - Can not add a GitHub Gist [\#979](https://github.com/wallabag/wallabag/issues/979) | ||
1401 | - add link to documentation on about page [\#954](https://github.com/wallabag/wallabag/issues/954) | ||
1402 | - Check for existing accounts at install [\#952](https://github.com/wallabag/wallabag/issues/952) | ||
1403 | - "update article" button [\#951](https://github.com/wallabag/wallabag/issues/951) | ||
1404 | - http://wllbg.org/latest points to an old 1.8.0 instead of 1.8.1 [\#947](https://github.com/wallabag/wallabag/issues/947) | ||
1405 | - Images are not cached/downloaded [\#946](https://github.com/wallabag/wallabag/issues/946) | ||
1406 | - Parse 9gag posts. [\#934](https://github.com/wallabag/wallabag/issues/934) | ||
1407 | - Wallabag and fail2ban \[Feature\] [\#931](https://github.com/wallabag/wallabag/issues/931) | ||
1408 | - refresh untitled articles [\#930](https://github.com/wallabag/wallabag/issues/930) | ||
1409 | - Multiple size favicons [\#929](https://github.com/wallabag/wallabag/issues/929) | ||
1410 | - Read a random article [\#927](https://github.com/wallabag/wallabag/issues/927) | ||
1411 | - epub generation doesn't work [\#925](https://github.com/wallabag/wallabag/issues/925) | ||
1412 | - Change opacity when displaying search popup [\#916](https://github.com/wallabag/wallabag/issues/916) | ||
1413 | - Export epubs via cli [\#915](https://github.com/wallabag/wallabag/issues/915) | ||
1414 | - English translation doesn't work when en\_US is the only locale available [\#901](https://github.com/wallabag/wallabag/issues/901) | ||
1415 | - UI text should be title case, and made lowercase with CSS [\#899](https://github.com/wallabag/wallabag/issues/899) | ||
1416 | - When starting in list mode, switching to table mode doesn't change width of entries \(Baggy theme\) [\#896](https://github.com/wallabag/wallabag/issues/896) | ||
1417 | - import chromium / mozilla / firefox bookmarks.html files \(\<dd\>/\<dt\> based\) [\#892](https://github.com/wallabag/wallabag/issues/892) | ||
1418 | - hide database password [\#891](https://github.com/wallabag/wallabag/issues/891) | ||
1419 | - Add "by estimated reading time" sort [\#876](https://github.com/wallabag/wallabag/issues/876) | ||
1420 | - Diaspora sharing button [\#872](https://github.com/wallabag/wallabag/issues/872) | ||
1421 | - Not Parse site [\#866](https://github.com/wallabag/wallabag/issues/866) | ||
1422 | - Adding Articles via URL [\#862](https://github.com/wallabag/wallabag/issues/862) | ||
1423 | - Clean up code to respect guidelines [\#852](https://github.com/wallabag/wallabag/issues/852) | ||
1424 | - Re-focusing the text input for "search" [\#831](https://github.com/wallabag/wallabag/issues/831) | ||
1425 | - This page is not retrieved fully [\#828](https://github.com/wallabag/wallabag/issues/828) | ||
1426 | - Wallabag seems to download doubleclick ad images [\#827](https://github.com/wallabag/wallabag/issues/827) | ||
1427 | - Problem retrieving articles from www.wordyard.com [\#826](https://github.com/wallabag/wallabag/issues/826) | ||
1428 | - Tags not imported [\#823](https://github.com/wallabag/wallabag/issues/823) | ||
1429 | - Not syncing anything [\#817](https://github.com/wallabag/wallabag/issues/817) | ||
1430 | - This page does not work [\#810](https://github.com/wallabag/wallabag/issues/810) | ||
1431 | - Post pop-up too small [\#798](https://github.com/wallabag/wallabag/issues/798) | ||
1432 | - This page is fetched partially [\#797](https://github.com/wallabag/wallabag/issues/797) | ||
1433 | - Upgrade to 1.7.1 failed [\#774](https://github.com/wallabag/wallabag/issues/774) | ||
1434 | - Permissions on "db" should not be checked if SQLite isn't used [\#773](https://github.com/wallabag/wallabag/issues/773) | ||
1435 | - Make a class for e-books produced [\#772](https://github.com/wallabag/wallabag/issues/772) | ||
1436 | - Baggy theme: Show 12 articles per page to save space [\#760](https://github.com/wallabag/wallabag/issues/760) | ||
1437 | - Problem sending pages to wallabag [\#758](https://github.com/wallabag/wallabag/issues/758) | ||
1438 | - Caching images? [\#757](https://github.com/wallabag/wallabag/issues/757) | ||
1439 | - Big refactoring [\#755](https://github.com/wallabag/wallabag/issues/755) | ||
1440 | - Remove useless code [\#753](https://github.com/wallabag/wallabag/issues/753) | ||
1441 | - FR: Editing Titles [\#747](https://github.com/wallabag/wallabag/issues/747) | ||
1442 | - \[Android\] Pas d'accès aux Settings sur Galaxy Tab Pro [\#746](https://github.com/wallabag/wallabag/issues/746) | ||
1443 | - Rules for automatic tagging [\#745](https://github.com/wallabag/wallabag/issues/745) | ||
1444 | - wallabag breaks raw text formatting [\#744](https://github.com/wallabag/wallabag/issues/744) | ||
1445 | - Send article to wallabag via email [\#735](https://github.com/wallabag/wallabag/issues/735) | ||
1446 | - retour a la page [\#734](https://github.com/wallabag/wallabag/issues/734) | ||
1447 | - Chrome extension link is broken [\#732](https://github.com/wallabag/wallabag/issues/732) | ||
1448 | - RSS feed XML error [\#731](https://github.com/wallabag/wallabag/issues/731) | ||
1449 | - Wallabag silently fails on pocket import [\#723](https://github.com/wallabag/wallabag/issues/723) | ||
1450 | - Problems with feeds [\#721](https://github.com/wallabag/wallabag/issues/721) | ||
1451 | - Save a link fails - Untitled [\#714](https://github.com/wallabag/wallabag/issues/714) | ||
1452 | - Stay in Archive after deleting an article in the archive [\#704](https://github.com/wallabag/wallabag/issues/704) | ||
1453 | - wallabag uses an old version of TLS [\#702](https://github.com/wallabag/wallabag/issues/702) | ||
1454 | - Locally hosted Wallabag behind proxy [\#698](https://github.com/wallabag/wallabag/issues/698) | ||
1455 | - Migrate some settings from config file to database [\#686](https://github.com/wallabag/wallabag/issues/686) | ||
1456 | - Show number of articles in categories, and on tag pages [\#684](https://github.com/wallabag/wallabag/issues/684) | ||
1457 | - Rename « home » into « unread » [\#683](https://github.com/wallabag/wallabag/issues/683) | ||
1458 | - Support TED videos [\#676](https://github.com/wallabag/wallabag/issues/676) | ||
1459 | - Please add a way to disable google fonts [\#674](https://github.com/wallabag/wallabag/issues/674) | ||
1460 | - Feature request : Editing article titles [\#672](https://github.com/wallabag/wallabag/issues/672) | ||
1461 | - Add URL from e-mail - Feature Request [\#669](https://github.com/wallabag/wallabag/issues/669) | ||
1462 | - PHP - Warning - 3rdparty HTMLpurifier [\#666](https://github.com/wallabag/wallabag/issues/666) | ||
1463 | - \[ideas\] how to submit a bug [\#662](https://github.com/wallabag/wallabag/issues/662) | ||
1464 | - JavaScript login solution for wallabag v1 [\#656](https://github.com/wallabag/wallabag/issues/656) | ||
1465 | - "Stay signed in" doesn't work [\#654](https://github.com/wallabag/wallabag/issues/654) | ||
1466 | - Wallabag on postgresql fails silently [\#651](https://github.com/wallabag/wallabag/issues/651) | ||
1467 | - Create a new user [\#649](https://github.com/wallabag/wallabag/issues/649) | ||
1468 | - Solarized dark theme is monochrome [\#645](https://github.com/wallabag/wallabag/issues/645) | ||
1469 | - Improve error management [\#644](https://github.com/wallabag/wallabag/issues/644) | ||
1470 | - Save search as new tag [\#638](https://github.com/wallabag/wallabag/issues/638) | ||
1471 | - RSS feeds don't work [\#631](https://github.com/wallabag/wallabag/issues/631) | ||
1472 | - Tags tab empty on new install, explanation would be helpful [\#624](https://github.com/wallabag/wallabag/issues/624) | ||
1473 | - Print friendly formatting? [\#617](https://github.com/wallabag/wallabag/issues/617) | ||
1474 | - Paypal? [\#616](https://github.com/wallabag/wallabag/issues/616) | ||
1475 | - Can't sync articles with the android app [\#608](https://github.com/wallabag/wallabag/issues/608) | ||
1476 | - \[Feature Request\] Mobile offline sync support [\#607](https://github.com/wallabag/wallabag/issues/607) | ||
1477 | - The rss feed isn't working on version 1.6.0 [\#604](https://github.com/wallabag/wallabag/issues/604) | ||
1478 | - Update links to 3rd party applications on courgette theme [\#600](https://github.com/wallabag/wallabag/issues/600) | ||
1479 | - Link to the "Update"-documentation in annocements [\#597](https://github.com/wallabag/wallabag/issues/597) | ||
1480 | - "Cannot redeclare autoload\(\)" error when importing from Readability [\#575](https://github.com/wallabag/wallabag/issues/575) | ||
1481 | - Link to F-Droidpoints to old app [\#574](https://github.com/wallabag/wallabag/issues/574) | ||
1482 | - \[Suggestion\] On main page, choose X articles / page [\#573](https://github.com/wallabag/wallabag/issues/573) | ||
1483 | - Export / Import : suggestions & problems [\#571](https://github.com/wallabag/wallabag/issues/571) | ||
1484 | - \[Bug\] MySQL tables have NO prefix ! [\#569](https://github.com/wallabag/wallabag/issues/569) | ||
1485 | - \[Bug\] Only Baggy theme have cron import instructions [\#559](https://github.com/wallabag/wallabag/issues/559) | ||
1486 | - FeedWriter.php & ATOM [\#550](https://github.com/wallabag/wallabag/issues/550) | ||
1487 | - \[Cron ?\] Import [\#545](https://github.com/wallabag/wallabag/issues/545) | ||
1488 | - When tagging, recommend already used tags [\#542](https://github.com/wallabag/wallabag/issues/542) | ||
1489 | - Close "save a link" popup without using "esc" key [\#541](https://github.com/wallabag/wallabag/issues/541) | ||
1490 | - \[Suggestion\] bookmarklet : retour à la page d'origine [\#539](https://github.com/wallabag/wallabag/issues/539) | ||
1491 | - Easy setup for Apps [\#538](https://github.com/wallabag/wallabag/issues/538) | ||
1492 | - Hide content in list view \(with baggy theme\) [\#525](https://github.com/wallabag/wallabag/issues/525) | ||
1493 | - Firefox OS app [\#521](https://github.com/wallabag/wallabag/issues/521) | ||
1494 | - Search engine [\#520](https://github.com/wallabag/wallabag/issues/520) | ||
1495 | - \[Bug\] Saving link menu item : javascript problem [\#516](https://github.com/wallabag/wallabag/issues/516) | ||
1496 | - Use new branches [\#514](https://github.com/wallabag/wallabag/issues/514) | ||
1497 | - sticky article toolbar [\#511](https://github.com/wallabag/wallabag/issues/511) | ||
1498 | - Pagination sur le theme baggy [\#507](https://github.com/wallabag/wallabag/issues/507) | ||
1499 | - Update Firefox extension [\#506](https://github.com/wallabag/wallabag/issues/506) | ||
1500 | - wallabag a link in wallabag [\#505](https://github.com/wallabag/wallabag/issues/505) | ||
1501 | - Empty cache after changing theme [\#503](https://github.com/wallabag/wallabag/issues/503) | ||
1502 | - After token generation, don't redirect to home screen [\#491](https://github.com/wallabag/wallabag/issues/491) | ||
1503 | - \[theme\] \[baggy\] Get an actual flattr icon [\#490](https://github.com/wallabag/wallabag/issues/490) | ||
1504 | - \[Trad/Transl\] FR [\#487](https://github.com/wallabag/wallabag/issues/487) | ||
1505 | - Baggy theme navigation bug [\#485](https://github.com/wallabag/wallabag/issues/485) | ||
1506 | - Update logo [\#484](https://github.com/wallabag/wallabag/issues/484) | ||
1507 | - display language name in config page [\#480](https://github.com/wallabag/wallabag/issues/480) | ||
1508 | - \[Feature\] View as list [\#479](https://github.com/wallabag/wallabag/issues/479) | ||
1509 | - List of existing Tags [\#477](https://github.com/wallabag/wallabag/issues/477) | ||
1510 | - Missing pagination on tag page [\#476](https://github.com/wallabag/wallabag/issues/476) | ||
1511 | - One tag displayed multiple times on tags page [\#474](https://github.com/wallabag/wallabag/issues/474) | ||
1512 | - \[Changement de nom\] Anciens thèmes [\#471](https://github.com/wallabag/wallabag/issues/471) | ||
1513 | - Make the installation more user-friendly [\#466](https://github.com/wallabag/wallabag/issues/466) | ||
1514 | - add Slovenian language [\#462](https://github.com/wallabag/wallabag/issues/462) | ||
1515 | - move the "save a link" field on homepage [\#461](https://github.com/wallabag/wallabag/issues/461) | ||
1516 | - Pocket import does not support tag ? [\#457](https://github.com/wallabag/wallabag/issues/457) | ||
1517 | - \[Suggestion\] Forcer la vérif. de version [\#455](https://github.com/wallabag/wallabag/issues/455) | ||
1518 | - \[Suggestion\] Bouton pour vider le cache [\#454](https://github.com/wallabag/wallabag/issues/454) | ||
1519 | - change poche folder into wallabag folder [\#449](https://github.com/wallabag/wallabag/issues/449) | ||
1520 | - new default content [\#445](https://github.com/wallabag/wallabag/issues/445) | ||
1521 | - \[Feature request\] Use QR codes to set the mobile applications up [\#432](https://github.com/wallabag/wallabag/issues/432) | ||
1522 | - Update the demo [\#430](https://github.com/wallabag/wallabag/issues/430) | ||
1523 | - Migration from third services - Framabag [\#426](https://github.com/wallabag/wallabag/issues/426) | ||
1524 | - Error when installing: Fatal error: Call to a member function render\(\) on a non-object in [\#423](https://github.com/wallabag/wallabag/issues/423) | ||
1525 | - Add undelete [\#422](https://github.com/wallabag/wallabag/issues/422) | ||
1526 | - Tables content in solarized dark theme unreadable [\#421](https://github.com/wallabag/wallabag/issues/421) | ||
1527 | - 1.3.0: Pulished feeds by tt-rss will be empty in wallabag [\#420](https://github.com/wallabag/wallabag/issues/420) | ||
1528 | - \[1.3.1\] Poche Call to a member function render\(\) on a non-object [\#399](https://github.com/wallabag/wallabag/issues/399) | ||
1529 | - Display link to poche\_compatibility\_test at installation [\#392](https://github.com/wallabag/wallabag/issues/392) | ||
1530 | - Empty article title \(blank title tag\) [\#389](https://github.com/wallabag/wallabag/issues/389) | ||
1531 | - Move all Unread articles to Archive [\#385](https://github.com/wallabag/wallabag/issues/385) | ||
1532 | - Problem with fresh install [\#383](https://github.com/wallabag/wallabag/issues/383) | ||
1533 | - Help for plugin [\#378](https://github.com/wallabag/wallabag/issues/378) | ||
1534 | - Vector version of logo? [\#372](https://github.com/wallabag/wallabag/issues/372) | ||
1535 | - \[v1\] improve import system [\#365](https://github.com/wallabag/wallabag/issues/365) | ||
1536 | - offline access to list possible? [\#361](https://github.com/wallabag/wallabag/issues/361) | ||
1537 | - Template tpl inachevé empêche le retour au thème par défaut [\#355](https://github.com/wallabag/wallabag/issues/355) | ||
1538 | - Actions icons not displayed with default theme [\#346](https://github.com/wallabag/wallabag/issues/346) | ||
1539 | - \[Feature\] Article length [\#345](https://github.com/wallabag/wallabag/issues/345) | ||
1540 | - FQDN with non-standard ports broken \(testet with PHP's built-in web server\) [\#344](https://github.com/wallabag/wallabag/issues/344) | ||
1541 | - \[v1\] update translation files [\#340](https://github.com/wallabag/wallabag/issues/340) | ||
1542 | - \[Feature\] Custom Parse Scripts [\#335](https://github.com/wallabag/wallabag/issues/335) | ||
1543 | - Wrong current version [\#330](https://github.com/wallabag/wallabag/issues/330) | ||
1544 | - Sharing on self hosted social networks [\#327](https://github.com/wallabag/wallabag/issues/327) | ||
1545 | - "Stay signed in" doesn't work on Poche Hosting / Chrome [\#325](https://github.com/wallabag/wallabag/issues/325) | ||
1546 | - pouvoir taguer ses posts - Tag posts [\#319](https://github.com/wallabag/wallabag/issues/319) | ||
1547 | - RSS/atom feed of unread items [\#318](https://github.com/wallabag/wallabag/issues/318) | ||
1548 | - \[v2\] enhancement add Russian locale [\#314](https://github.com/wallabag/wallabag/issues/314) | ||
1549 | - \#article\_toolbar in hardcopy printouts must die [\#311](https://github.com/wallabag/wallabag/issues/311) | ||
1550 | - ru\_RU.utf8.po locale proposal [\#308](https://github.com/wallabag/wallabag/issues/308) | ||
1551 | - No icons visible in dark theme - new set proposed. [\#306](https://github.com/wallabag/wallabag/issues/306) | ||
1552 | - \[v2\] Mark an arcticle as 'read' on the actual arcticle page [\#305](https://github.com/wallabag/wallabag/issues/305) | ||
1553 | - Always wants me to login [\#303](https://github.com/wallabag/wallabag/issues/303) | ||
1554 | - Créer son utilisateur, howto? [\#298](https://github.com/wallabag/wallabag/issues/298) | ||
1555 | - Rationnaliser la doc [\#297](https://github.com/wallabag/wallabag/issues/297) | ||
1556 | - Can't import from Pocket [\#295](https://github.com/wallabag/wallabag/issues/295) | ||
1557 | - Utilisation de librairies locales [\#293](https://github.com/wallabag/wallabag/issues/293) | ||
1558 | - API doesn't feech content - L'API ne récupère pas le contenu [\#292](https://github.com/wallabag/wallabag/issues/292) | ||
1559 | - on hosting platform : login and headers already sent warning [\#288](https://github.com/wallabag/wallabag/issues/288) | ||
1560 | - Fix German Translation [\#286](https://github.com/wallabag/wallabag/issues/286) | ||
1561 | - Increase or decrease font size [\#282](https://github.com/wallabag/wallabag/issues/282) | ||
1562 | - mysql collation not UTF8 [\#279](https://github.com/wallabag/wallabag/issues/279) | ||
1563 | - longer lasting "Stay signed in" [\#277](https://github.com/wallabag/wallabag/issues/277) | ||
1564 | - Mobile view of a rue89 website doesnt work [\#276](https://github.com/wallabag/wallabag/issues/276) | ||
1565 | - czech translation [\#271](https://github.com/wallabag/wallabag/issues/271) | ||
1566 | - move POCHE\_VERSION in index.php [\#268](https://github.com/wallabag/wallabag/issues/268) | ||
1567 | - make installation steps easier [\#266](https://github.com/wallabag/wallabag/issues/266) | ||
1568 | - Searching? [\#265](https://github.com/wallabag/wallabag/issues/265) | ||
1569 | - Themes link is broken [\#260](https://github.com/wallabag/wallabag/issues/260) | ||
1570 | - Please add GPG signature to verify before installing Poche [\#257](https://github.com/wallabag/wallabag/issues/257) | ||
1571 | - Être au niveau d'Evernote Web Clipper [\#252](https://github.com/wallabag/wallabag/issues/252) | ||
1572 | - Install and login failure using MAMP [\#251](https://github.com/wallabag/wallabag/issues/251) | ||
1573 | - Firefox addon not compatible with version 24 [\#249](https://github.com/wallabag/wallabag/issues/249) | ||
1574 | - just created my account but can't login [\#247](https://github.com/wallabag/wallabag/issues/247) | ||
1575 | - parse a SPIP website [\#241](https://github.com/wallabag/wallabag/issues/241) | ||
1576 | - Login page URL link on homepage [\#237](https://github.com/wallabag/wallabag/issues/237) | ||
1577 | - Strange login problem on development environment [\#232](https://github.com/wallabag/wallabag/issues/232) | ||
1578 | - back button on bottom right of the article view [\#231](https://github.com/wallabag/wallabag/issues/231) | ||
1579 | - 1.0-beta5: Missing themes into themes folder [\#228](https://github.com/wallabag/wallabag/issues/228) | ||
1580 | - Paging is not filtered [\#223](https://github.com/wallabag/wallabag/issues/223) | ||
1581 | - Make a Docker image for easy install [\#220](https://github.com/wallabag/wallabag/issues/220) | ||
1582 | - tests with behat [\#217](https://github.com/wallabag/wallabag/issues/217) | ||
1583 | - Change language [\#215](https://github.com/wallabag/wallabag/issues/215) | ||
1584 | - Unable to add urls to view.twig [\#213](https://github.com/wallabag/wallabag/issues/213) | ||
1585 | - Enhancement : Share on android through API [\#207](https://github.com/wallabag/wallabag/issues/207) | ||
1586 | - no content displayed [\#206](https://github.com/wallabag/wallabag/issues/206) | ||
1587 | - Redirection login ? [\#204](https://github.com/wallabag/wallabag/issues/204) | ||
1588 | - Impossible de parser une documentation Sphinx [\#203](https://github.com/wallabag/wallabag/issues/203) | ||
1589 | - Don'ty working when download pictures is enabled [\#202](https://github.com/wallabag/wallabag/issues/202) | ||
1590 | - Export articles as PDF \(or plain text\) [\#198](https://github.com/wallabag/wallabag/issues/198) | ||
1591 | - Use ajax to perform actions on an article [\#197](https://github.com/wallabag/wallabag/issues/197) | ||
1592 | - Add a link to add an URL directly from Poche [\#196](https://github.com/wallabag/wallabag/issues/196) | ||
1593 | - Error : SQLite [\#195](https://github.com/wallabag/wallabag/issues/195) | ||
1594 | - Try to keep flattr links [\#194](https://github.com/wallabag/wallabag/issues/194) | ||
1595 | - PHP Fatal error: Uncaught exception 'PDOException' [\#193](https://github.com/wallabag/wallabag/issues/193) | ||
1596 | - update app.inthepoche.com [\#192](https://github.com/wallabag/wallabag/issues/192) | ||
1597 | - déplacer la config des sites dans un autre projet et faire un submodule [\#190](https://github.com/wallabag/wallabag/issues/190) | ||
1598 | - BFMTV.com article appears wrong in poche [\#189](https://github.com/wallabag/wallabag/issues/189) | ||
1599 | - User documentation [\#187](https://github.com/wallabag/wallabag/issues/187) | ||
1600 | - Image downloader feature [\#185](https://github.com/wallabag/wallabag/issues/185) | ||
1601 | - website: link to github [\#184](https://github.com/wallabag/wallabag/issues/184) | ||
1602 | - Language declaration is missing [\#183](https://github.com/wallabag/wallabag/issues/183) | ||
1603 | - about license [\#179](https://github.com/wallabag/wallabag/issues/179) | ||
1604 | - Désactiver authentification [\#178](https://github.com/wallabag/wallabag/issues/178) | ||
1605 | - about links which are bad displayed [\#176](https://github.com/wallabag/wallabag/issues/176) | ||
1606 | - Désactiver les errerurs PHP sur app.inthepoche.com [\#172](https://github.com/wallabag/wallabag/issues/172) | ||
1607 | - links to android / chrome / firefox apps [\#162](https://github.com/wallabag/wallabag/issues/162) | ||
1608 | - choose a theme from config screen [\#161](https://github.com/wallabag/wallabag/issues/161) | ||
1609 | - Fix markup in poche pages [\#158](https://github.com/wallabag/wallabag/issues/158) | ||
1610 | - Add a print stylesheet [\#157](https://github.com/wallabag/wallabag/issues/157) | ||
1611 | - Je ne peux pas ajouter certaines URL [\#152](https://github.com/wallabag/wallabag/issues/152) | ||
1612 | - Add support of text files by setting a default title. [\#150](https://github.com/wallabag/wallabag/issues/150) | ||
1613 | - myconfig.inc.php missing in beta3 release [\#145](https://github.com/wallabag/wallabag/issues/145) | ||
1614 | - Poche should not reimport article if already saved [\#144](https://github.com/wallabag/wallabag/issues/144) | ||
1615 | - Wrong article preview [\#139](https://github.com/wallabag/wallabag/issues/139) | ||
1616 | - Mixed content alert in HTTPS [\#137](https://github.com/wallabag/wallabag/issues/137) | ||
1617 | - use Font Awesome [\#133](https://github.com/wallabag/wallabag/issues/133) | ||
1618 | - config/update poche: wrong last version? [\#131](https://github.com/wallabag/wallabag/issues/131) | ||
1619 | - ne pas indexer poche dans les moteurs de recherche [\#130](https://github.com/wallabag/wallabag/issues/130) | ||
1620 | - Toggle Mark as read prevents Go home [\#128](https://github.com/wallabag/wallabag/issues/128) | ||
1621 | - changer la classe de Session [\#127](https://github.com/wallabag/wallabag/issues/127) | ||
1622 | - vider le cache depuis la config [\#122](https://github.com/wallabag/wallabag/issues/122) | ||
1623 | - lien \#top qui suit tout l'article [\#120](https://github.com/wallabag/wallabag/issues/120) | ||
1624 | - génération du salt à l'installation [\#119](https://github.com/wallabag/wallabag/issues/119) | ||
1625 | - temps de lecture [\#113](https://github.com/wallabag/wallabag/issues/113) | ||
1626 | - relier poche à shaarli [\#112](https://github.com/wallabag/wallabag/issues/112) | ||
1627 | - Please tag release 0.1-beta-1 [\#106](https://github.com/wallabag/wallabag/issues/106) | ||
1628 | - Scroll position save / sync [\#105](https://github.com/wallabag/wallabag/issues/105) | ||
1629 | - Demo URL not working [\#102](https://github.com/wallabag/wallabag/issues/102) | ||
1630 | - Partager vers twitter [\#101](https://github.com/wallabag/wallabag/issues/101) | ||
1631 | - instapaper import [\#100](https://github.com/wallabag/wallabag/issues/100) | ||
1632 | - Icône pour le bookmarklet [\#94](https://github.com/wallabag/wallabag/issues/94) | ||
1633 | - Add a button to go back to the beginning of the article [\#92](https://github.com/wallabag/wallabag/issues/92) | ||
1634 | - pouvoir signaler qu'un lien a été mal parsé [\#80](https://github.com/wallabag/wallabag/issues/80) | ||
1635 | - Gestion d'export PDF pour lecture hors ligne [\#77](https://github.com/wallabag/wallabag/issues/77) | ||
1636 | - Multi user enhancement for the future [\#71](https://github.com/wallabag/wallabag/issues/71) | ||
1637 | - login/password pour la démo ? [\#70](https://github.com/wallabag/wallabag/issues/70) | ||
1638 | - indiquer que poche a été mis à jour [\#69](https://github.com/wallabag/wallabag/issues/69) | ||
1639 | - stockage par fichier [\#68](https://github.com/wallabag/wallabag/issues/68) | ||
1640 | - focus au champ login [\#65](https://github.com/wallabag/wallabag/issues/65) | ||
1641 | - nettoyage inc/mytool [\#64](https://github.com/wallabag/wallabag/issues/64) | ||
1642 | - Login System - security [\#60](https://github.com/wallabag/wallabag/issues/60) | ||
1643 | - supprimer process.php [\#58](https://github.com/wallabag/wallabag/issues/58) | ||
1644 | - site web : fr / gb [\#57](https://github.com/wallabag/wallabag/issues/57) | ||
1645 | - site web : détailler fonctionnalités poche [\#56](https://github.com/wallabag/wallabag/issues/56) | ||
1646 | - export [\#55](https://github.com/wallabag/wallabag/issues/55) | ||
1647 | - corriger la récupération de l'id [\#54](https://github.com/wallabag/wallabag/issues/54) | ||
1648 | - L'URL du bookmarklet contient "https" alors que ma poche est en http [\#49](https://github.com/wallabag/wallabag/issues/49) | ||
1649 | - import depuis readability [\#48](https://github.com/wallabag/wallabag/issues/48) | ||
1650 | - extension firefox [\#43](https://github.com/wallabag/wallabag/issues/43) | ||
1651 | - avoir une liste au format "list" et non pas au format "square icone" [\#42](https://github.com/wallabag/wallabag/issues/42) | ||
1652 | - bug css affichage liens sur la page view [\#39](https://github.com/wallabag/wallabag/issues/39) | ||
1653 | - ajouter un lien depuis poche sans le bookmarklet [\#37](https://github.com/wallabag/wallabag/issues/37) | ||
1654 | - dark version / light version [\#36](https://github.com/wallabag/wallabag/issues/36) | ||
1655 | - vérification du traitement ajax [\#35](https://github.com/wallabag/wallabag/issues/35) | ||
1656 | - les éléments s'affichent d'abord verticalement puis horizontalement, donc quand on supprime, l'affichage ne se fait pas comme il faudrait [\#34](https://github.com/wallabag/wallabag/issues/34) | ||
1657 | - suppression et ajout d'un lien : ne plus passer en get comme actuellement [\#33](https://github.com/wallabag/wallabag/issues/33) | ||
1658 | - Pouvoir situer sur quelle page on se trouve [\#30](https://github.com/wallabag/wallabag/issues/30) | ||
1659 | - embarquer jquery [\#29](https://github.com/wallabag/wallabag/issues/29) | ||
1660 | - pouvoir mettre un lien en fav ou considéré comme lu depuis le lien ouvert [\#28](https://github.com/wallabag/wallabag/issues/28) | ||
1661 | - site web [\#27](https://github.com/wallabag/wallabag/issues/27) | ||
1662 | - appli android [\#26](https://github.com/wallabag/wallabag/issues/26) | ||
1663 | - modifier les liens d'outils en formulaire [\#25](https://github.com/wallabag/wallabag/issues/25) | ||
1664 | - revoir système de cache [\#24](https://github.com/wallabag/wallabag/issues/24) | ||
1665 | - compression css [\#23](https://github.com/wallabag/wallabag/issues/23) | ||
1666 | - ajouter un lien "retour à l'accueil" en pied de page d'un article [\#22](https://github.com/wallabag/wallabag/issues/22) | ||
1667 | - adapter hauteur des div sur la même ligne [\#21](https://github.com/wallabag/wallabag/issues/21) | ||
1668 | - Titres trop longs [\#20](https://github.com/wallabag/wallabag/issues/20) | ||
1669 | - stockage du contenu des pages lors de l'ajout [\#17](https://github.com/wallabag/wallabag/issues/17) | ||
1670 | - traiter les variables [\#15](https://github.com/wallabag/wallabag/issues/15) | ||
1671 | - gestion des erreurs sqlite [\#14](https://github.com/wallabag/wallabag/issues/14) | ||
1672 | - tri des liens [\#13](https://github.com/wallabag/wallabag/issues/13) | ||
1673 | - aligner verticalement les icones d'action [\#12](https://github.com/wallabag/wallabag/issues/12) | ||
1674 | - améliorer présentation d'un article [\#11](https://github.com/wallabag/wallabag/issues/11) | ||
1675 | - améliorer affichage liens [\#10](https://github.com/wallabag/wallabag/issues/10) | ||
1676 | - confirmation lors d'une suppression [\#8](https://github.com/wallabag/wallabag/issues/8) | ||
1677 | - édition d'un lien poché [\#7](https://github.com/wallabag/wallabag/issues/7) | ||
1678 | - utm\_source, utm\_medium & utm\_campaign [\#6](https://github.com/wallabag/wallabag/issues/6) | ||
1679 | - ajouter système de connexion [\#4](https://github.com/wallabag/wallabag/issues/4) | ||
1680 | - import depuis pocket [\#3](https://github.com/wallabag/wallabag/issues/3) | ||
1681 | - icones [\#2](https://github.com/wallabag/wallabag/issues/2) | ||
1682 | - Empêcher le téléchargement du fichier poche.sqlite [\#1](https://github.com/wallabag/wallabag/issues/1) | ||
1096 | - \[v2\] Filter on status entry \(unread/archive/starred\) [\#1382](https://github.com/wallabag/wallabag/issues/1382) | 1683 | - \[v2\] Filter on status entry \(unread/archive/starred\) [\#1382](https://github.com/wallabag/wallabag/issues/1382) |
1097 | - \[v2\] Enhance tags form on entry view [\#1378](https://github.com/wallabag/wallabag/issues/1378) | 1684 | - \[v2\] Enhance tags form on entry view [\#1378](https://github.com/wallabag/wallabag/issues/1378) |
1098 | - Display issues in config screen [\#1371](https://github.com/wallabag/wallabag/issues/1371) | 1685 | - Display issues in config screen [\#1371](https://github.com/wallabag/wallabag/issues/1371) |
@@ -1184,143 +1771,9 @@ | |||
1184 | - Update Useragent to Win8.1 and FF36 [\#1318](https://github.com/wallabag/wallabag/pull/1318) ([ticoombs](https://github.com/ticoombs)) | 1771 | - Update Useragent to Win8.1 and FF36 [\#1318](https://github.com/wallabag/wallabag/pull/1318) ([ticoombs](https://github.com/ticoombs)) |
1185 | - Fix ff social [\#1301](https://github.com/wallabag/wallabag/pull/1301) ([tcitworld](https://github.com/tcitworld)) | 1772 | - Fix ff social [\#1301](https://github.com/wallabag/wallabag/pull/1301) ([tcitworld](https://github.com/tcitworld)) |
1186 | - fix material [\#1298](https://github.com/wallabag/wallabag/pull/1298) ([modos189](https://github.com/modos189)) | 1773 | - fix material [\#1298](https://github.com/wallabag/wallabag/pull/1298) ([modos189](https://github.com/modos189)) |
1187 | - filter for entries with previewPicture [\#1418](https://github.com/wallabag/wallabag/pull/1418) ([nicosomb](https://github.com/nicosomb)) | ||
1188 | - fix \#972: add preview pictures [\#1417](https://github.com/wallabag/wallabag/pull/1417) ([nicosomb](https://github.com/nicosomb)) | ||
1189 | - filters view on side for baggy [\#1404](https://github.com/wallabag/wallabag/pull/1404) ([tcitworld](https://github.com/tcitworld)) | ||
1190 | - Cleanup baggy [\#1401](https://github.com/wallabag/wallabag/pull/1401) ([j0k3r](https://github.com/j0k3r)) | ||
1191 | - fix \#1357, truncate domain name if it's too loooong [\#1400](https://github.com/wallabag/wallabag/pull/1400) ([nicosomb](https://github.com/nicosomb)) | ||
1192 | - Integrate graby [\#1397](https://github.com/wallabag/wallabag/pull/1397) ([j0k3r](https://github.com/j0k3r)) | ||
1193 | - Apply margin only on settings page [\#1396](https://github.com/wallabag/wallabag/pull/1396) ([j0k3r](https://github.com/j0k3r)) | ||
1194 | - fix \#1378: nice display for tags list [\#1395](https://github.com/wallabag/wallabag/pull/1395) ([nicosomb](https://github.com/nicosomb)) | ||
1195 | - Fix date filter on same day [\#1393](https://github.com/wallabag/wallabag/pull/1393) ([j0k3r](https://github.com/j0k3r)) | ||
1196 | - Fix redirect after deletion [\#1392](https://github.com/wallabag/wallabag/pull/1392) ([j0k3r](https://github.com/j0k3r)) | ||
1197 | - remove dead code [\#1389](https://github.com/wallabag/wallabag/pull/1389) ([nicosomb](https://github.com/nicosomb)) | ||
1198 | - WIP – Fixing things around :dash: [\#1386](https://github.com/wallabag/wallabag/pull/1386) ([j0k3r](https://github.com/j0k3r)) | ||
1199 | - filters: implement status filter and a new view \(to display all entries\) [\#1385](https://github.com/wallabag/wallabag/pull/1385) ([nicosomb](https://github.com/nicosomb)) | ||
1200 | - fix \#1371 config screen: display bug in RSS tab [\#1384](https://github.com/wallabag/wallabag/pull/1384) ([nicosomb](https://github.com/nicosomb)) | ||
1201 | - CS [\#1383](https://github.com/wallabag/wallabag/pull/1383) ([j0k3r](https://github.com/j0k3r)) | ||
1202 | - fix \#1368 config: redirect on correct tab in material theme [\#1375](https://github.com/wallabag/wallabag/pull/1375) ([nicosomb](https://github.com/nicosomb)) | ||
1203 | - filters: enhance view for domain name [\#1374](https://github.com/wallabag/wallabag/pull/1374) ([nicosomb](https://github.com/nicosomb)) | ||
1204 | - assign tags to an entry [\#1372](https://github.com/wallabag/wallabag/pull/1372) ([nicosomb](https://github.com/nicosomb)) | ||
1205 | - fix 1356: diet for composer [\#1370](https://github.com/wallabag/wallabag/pull/1370) ([nicosomb](https://github.com/nicosomb)) | ||
1206 | - fix \#1332: bottom bar to display message [\#1369](https://github.com/wallabag/wallabag/pull/1369) ([nicosomb](https://github.com/nicosomb)) | ||
1207 | - action labels depend on status [\#1367](https://github.com/wallabag/wallabag/pull/1367) ([nicosomb](https://github.com/nicosomb)) | ||
1208 | - fix tag view in material theme [\#1366](https://github.com/wallabag/wallabag/pull/1366) ([nicosomb](https://github.com/nicosomb)) | ||
1209 | - change \</div\> into \</ul\> [\#1365](https://github.com/wallabag/wallabag/pull/1365) ([nicosomb](https://github.com/nicosomb)) | ||
1210 | - add creation date filter view [\#1363](https://github.com/wallabag/wallabag/pull/1363) ([nicosomb](https://github.com/nicosomb)) | ||
1211 | - implement FosUser [\#1362](https://github.com/wallabag/wallabag/pull/1362) ([nicosomb](https://github.com/nicosomb)) | ||
1212 | - clean -\> clear [\#1355](https://github.com/wallabag/wallabag/pull/1355) ([nicosomb](https://github.com/nicosomb)) | ||
1213 | - some cleanup [\#1354](https://github.com/wallabag/wallabag/pull/1354) ([nicosomb](https://github.com/nicosomb)) | ||
1214 | - check if one entry or not [\#1353](https://github.com/wallabag/wallabag/pull/1353) ([nicosomb](https://github.com/nicosomb)) | ||
1215 | - fix \#1350: fix pagination with filters [\#1352](https://github.com/wallabag/wallabag/pull/1352) ([nicosomb](https://github.com/nicosomb)) | ||
1216 | - add link to original article in material theme [\#1349](https://github.com/wallabag/wallabag/pull/1349) ([nicosomb](https://github.com/nicosomb)) | ||
1217 | - \[WIP\] filter by creation date [\#1343](https://github.com/wallabag/wallabag/pull/1343) ([nicosomb](https://github.com/nicosomb)) | ||
1218 | - fix \#981: add filter on domain name [\#1342](https://github.com/wallabag/wallabag/pull/1342) ([nicosomb](https://github.com/nicosomb)) | ||
1219 | - capistrano config [\#1341](https://github.com/wallabag/wallabag/pull/1341) ([nicosomb](https://github.com/nicosomb)) | ||
1220 | - change title for material pages / about page [\#1338](https://github.com/wallabag/wallabag/pull/1338) ([nicosomb](https://github.com/nicosomb)) | ||
1221 | - store domainName in database [\#1334](https://github.com/wallabag/wallabag/pull/1334) ([nicosomb](https://github.com/nicosomb)) | ||
1222 | - disable download links on entry view [\#1331](https://github.com/wallabag/wallabag/pull/1331) ([nicosomb](https://github.com/nicosomb)) | ||
1223 | - fix \#1324: do not display pagination when only 1 page [\#1328](https://github.com/wallabag/wallabag/pull/1328) ([nicosomb](https://github.com/nicosomb)) | ||
1224 | - fix \#1299: change send buttons on config page [\#1326](https://github.com/wallabag/wallabag/pull/1326) ([nicosomb](https://github.com/nicosomb)) | ||
1225 | - fix \#1314: change max-width in material theme [\#1325](https://github.com/wallabag/wallabag/pull/1325) ([nicosomb](https://github.com/nicosomb)) | ||
1226 | - fix \#1302: add 'stay connected' checkbox [\#1323](https://github.com/wallabag/wallabag/pull/1323) ([nicosomb](https://github.com/nicosomb)) | ||
1227 | - fix \#1303, add link to homepage on forgot password page [\#1322](https://github.com/wallabag/wallabag/pull/1322) ([nicosomb](https://github.com/nicosomb)) | ||
1228 | - add new post form in material header [\#1319](https://github.com/wallabag/wallabag/pull/1319) ([nicosomb](https://github.com/nicosomb)) | ||
1229 | - fix link in howto page [\#1317](https://github.com/wallabag/wallabag/pull/1317) ([nicosomb](https://github.com/nicosomb)) | ||
1230 | - fix \#1310 add focus to search form [\#1316](https://github.com/wallabag/wallabag/pull/1316) ([nicosomb](https://github.com/nicosomb)) | ||
1231 | - fix \#1311, redirect after login [\#1312](https://github.com/wallabag/wallabag/pull/1312) ([nicosomb](https://github.com/nicosomb)) | ||
1232 | - rename favorite in starred [\#1304](https://github.com/wallabag/wallabag/pull/1304) ([nicosomb](https://github.com/nicosomb)) | ||
1233 | - store estimated reading time in database \(\#393\) [\#1297](https://github.com/wallabag/wallabag/pull/1297) ([nicosomb](https://github.com/nicosomb)) | ||
1234 | - fix \#564: replace Untitled by the domain name [\#1296](https://github.com/wallabag/wallabag/pull/1296) ([nicosomb](https://github.com/nicosomb)) | ||
1235 | - add howto page [\#1295](https://github.com/wallabag/wallabag/pull/1295) ([nicosomb](https://github.com/nicosomb)) | ||
1236 | - fix \#1282: add title on wallabag logo [\#1294](https://github.com/wallabag/wallabag/pull/1294) ([nicosomb](https://github.com/nicosomb)) | ||
1237 | - get itemsPerPage for unread/fav/archive views [\#1293](https://github.com/wallabag/wallabag/pull/1293) ([nicosomb](https://github.com/nicosomb)) | ||
1238 | - Add tags list display [\#1292](https://github.com/wallabag/wallabag/pull/1292) ([nicosomb](https://github.com/nicosomb)) | ||
1239 | - fix \#1283: display the good title for each category [\#1286](https://github.com/wallabag/wallabag/pull/1286) ([nicosomb](https://github.com/nicosomb)) | ||
1240 | - set material to default theme \o/ [\#1279](https://github.com/wallabag/wallabag/pull/1279) ([nicosomb](https://github.com/nicosomb)) | ||
1241 | - Added Material theme [\#1276](https://github.com/wallabag/wallabag/pull/1276) ([modos189](https://github.com/modos189)) | ||
1242 | - Adds pagerfanta paginator everywhere, modifies article routing. [\#1250](https://github.com/wallabag/wallabag/pull/1250) ([frankoa](https://github.com/frankoa)) | ||
1243 | - V2 Edit title [\#1208](https://github.com/wallabag/wallabag/pull/1208) ([j0k3r](https://github.com/j0k3r)) | ||
1244 | - Upgrade to Symfony 2.7 [\#1206](https://github.com/wallabag/wallabag/pull/1206) ([j0k3r](https://github.com/j0k3r)) | ||
1245 | - changed email fields with the email type and added required parameter on... [\#1180](https://github.com/wallabag/wallabag/pull/1180) ([tcitworld](https://github.com/tcitworld)) | ||
1246 | - Move API stuff in ApiBundle [\#1167](https://github.com/wallabag/wallabag/pull/1167) ([j0k3r](https://github.com/j0k3r)) | ||
1247 | - Add RSS feeds [\#1166](https://github.com/wallabag/wallabag/pull/1166) ([j0k3r](https://github.com/j0k3r)) | ||
1248 | - Prefix table [\#1165](https://github.com/wallabag/wallabag/pull/1165) ([j0k3r](https://github.com/j0k3r)) | ||
1249 | - Remove ability to change username [\#1164](https://github.com/wallabag/wallabag/pull/1164) ([j0k3r](https://github.com/j0k3r)) | ||
1250 | - Speed up tests [\#1163](https://github.com/wallabag/wallabag/pull/1163) ([j0k3r](https://github.com/j0k3r)) | ||
1251 | - Handle forgot password [\#1152](https://github.com/wallabag/wallabag/pull/1152) ([j0k3r](https://github.com/j0k3r)) | ||
1252 | - Simplify build system [\#1144](https://github.com/wallabag/wallabag/pull/1144) ([j0k3r](https://github.com/j0k3r)) | ||
1253 | - V2 theme [\#1132](https://github.com/wallabag/wallabag/pull/1132) ([j0k3r](https://github.com/j0k3r)) | ||
1254 | - \[WIP\] API : hypermedia & tags [\#1110](https://github.com/wallabag/wallabag/pull/1110) ([nicosomb](https://github.com/nicosomb)) | ||
1255 | - V2 config [\#1095](https://github.com/wallabag/wallabag/pull/1095) ([j0k3r](https://github.com/j0k3r)) | ||
1256 | - Add more tests to Entry controller + security [\#1072](https://github.com/wallabag/wallabag/pull/1072) ([j0k3r](https://github.com/j0k3r)) | ||
1257 | - 1st draft for testing API [\#1070](https://github.com/wallabag/wallabag/pull/1070) ([nicosomb](https://github.com/nicosomb)) | ||
1258 | - GET /api/entries returns object, no more array [\#1069](https://github.com/wallabag/wallabag/pull/1069) ([nicosomb](https://github.com/nicosomb)) | ||
1259 | - V2 api authentication [\#1068](https://github.com/wallabag/wallabag/pull/1068) ([nicosomb](https://github.com/nicosomb)) | ||
1260 | - rename Tags entity [\#1063](https://github.com/wallabag/wallabag/pull/1063) ([nicosomb](https://github.com/nicosomb)) | ||
1261 | - sort entries in repository [\#1048](https://github.com/wallabag/wallabag/pull/1048) ([nicosomb](https://github.com/nicosomb)) | ||
1262 | |||
1263 | ## [1.9.1-b](https://github.com/wallabag/wallabag/tree/1.9.1-b) (2015-08-04) | ||
1264 | **Merged pull requests:** | ||
1265 | |||
1266 | - 1.9.1-b [\#1274](https://github.com/wallabag/wallabag/pull/1274) ([nicosomb](https://github.com/nicosomb)) | 1774 | - 1.9.1-b [\#1274](https://github.com/wallabag/wallabag/pull/1274) ([nicosomb](https://github.com/nicosomb)) |
1267 | - remove new syntax for array [\#1272](https://github.com/wallabag/wallabag/pull/1272) ([nicosomb](https://github.com/nicosomb)) | 1775 | - remove new syntax for array [\#1272](https://github.com/wallabag/wallabag/pull/1272) ([nicosomb](https://github.com/nicosomb)) |
1268 | 1776 | - 1.9.1 [\#1267](https://github.com/wallabag/wallabag/pull/1267) ([nicosomb](https://github.com/nicosomb)) | |
1269 | ## [1.9.1](https://github.com/wallabag/wallabag/tree/1.9.1) (2015-08-03) | ||
1270 | **Fixed bugs:** | ||
1271 | |||
1272 | - error loading feed when synchronizing [\#1212](https://github.com/wallabag/wallabag/issues/1212) | ||
1273 | - tags & tags\_entry not properly deleted after article deletion [\#1209](https://github.com/wallabag/wallabag/issues/1209) | ||
1274 | - Tags not being exported in Wallabag 1.9.0 [\#1203](https://github.com/wallabag/wallabag/issues/1203) | ||
1275 | - Clear cache function deleted .htaccess, .gitignore files under cache/ [\#1154](https://github.com/wallabag/wallabag/issues/1154) | ||
1276 | - Update jQuery [\#1139](https://github.com/wallabag/wallabag/issues/1139) | ||
1277 | - translation issue [\#1133](https://github.com/wallabag/wallabag/issues/1133) | ||
1278 | - Baggy theme: no Icon for shaarli [\#1131](https://github.com/wallabag/wallabag/issues/1131) | ||
1279 | - Archive an unread article [\#1126](https://github.com/wallabag/wallabag/issues/1126) | ||
1280 | - Error in first log in [\#1121](https://github.com/wallabag/wallabag/issues/1121) | ||
1281 | - "About" not translated into french in the menu ? [\#1116](https://github.com/wallabag/wallabag/issues/1116) | ||
1282 | - I'm getting duplicate articles. [\#1102](https://github.com/wallabag/wallabag/issues/1102) | ||
1283 | - The "back to top" button is missing in responsive design \(Baggy theme\) [\#1010](https://github.com/wallabag/wallabag/issues/1010) | ||
1284 | - Security issue [\#997](https://github.com/wallabag/wallabag/issues/997) | ||
1285 | - fix security bug with PHP\_AUTH\_USER [\#1252](https://github.com/wallabag/wallabag/pull/1252) ([tcitworld](https://github.com/tcitworld)) | ||
1286 | |||
1287 | **Closed issues:** | ||
1288 | |||
1289 | - Wrong documentation URL [\#1263](https://github.com/wallabag/wallabag/issues/1263) | ||
1290 | - Integrate freddyb/wallabag-fxos in wallabag organization [\#1259](https://github.com/wallabag/wallabag/issues/1259) | ||
1291 | - \[v2\] Wallabag stay in English even when configured with other language [\#1256](https://github.com/wallabag/wallabag/issues/1256) | ||
1292 | - \[v2\] Not able to export in epub/pdf/mobi [\#1255](https://github.com/wallabag/wallabag/issues/1255) | ||
1293 | - Installation : wrong path to themes [\#1243](https://github.com/wallabag/wallabag/issues/1243) | ||
1294 | - Add Iceblog [\#1238](https://github.com/wallabag/wallabag/issues/1238) | ||
1295 | - Unable to retrieve content from CloudFlare Blog [\#1224](https://github.com/wallabag/wallabag/issues/1224) | ||
1296 | - Unable to retrieve full-text content from bastamag.net [\#1223](https://github.com/wallabag/wallabag/issues/1223) | ||
1297 | - Broken link [\#1221](https://github.com/wallabag/wallabag/issues/1221) | ||
1298 | - http://jsforcats.com/ [\#1219](https://github.com/wallabag/wallabag/issues/1219) | ||
1299 | - 413 Request Entity Too Large [\#1204](https://github.com/wallabag/wallabag/issues/1204) | ||
1300 | - Revues.org [\#1201](https://github.com/wallabag/wallabag/issues/1201) | ||
1301 | - Import fails unexpectedly [\#1193](https://github.com/wallabag/wallabag/issues/1193) | ||
1302 | - unable to retrieve full-text content from bastamag.net [\#1186](https://github.com/wallabag/wallabag/issues/1186) | ||
1303 | - Unable to retrieve content for github. [\#1185](https://github.com/wallabag/wallabag/issues/1185) | ||
1304 | - unable to retrieve full-text content from frontburner.dmagazine.com [\#1184](https://github.com/wallabag/wallabag/issues/1184) | ||
1305 | - unable to retrieve full-text content from www.it-connect.fr [\#1181](https://github.com/wallabag/wallabag/issues/1181) | ||
1306 | - Could not get body text for this URL [\#1155](https://github.com/wallabag/wallabag/issues/1155) | ||
1307 | - Almost empty articles from computerworld.com [\#1090](https://github.com/wallabag/wallabag/issues/1090) | ||
1308 | - Empty Articles from www.theatlantic.com [\#1089](https://github.com/wallabag/wallabag/issues/1089) | ||
1309 | - Installation instructions in wrong order [\#1024](https://github.com/wallabag/wallabag/issues/1024) | ||
1310 | - \(Semantic-\)Scuttle import? [\#1006](https://github.com/wallabag/wallabag/issues/1006) | ||
1311 | - Articles on quechoisir.org are empty [\#982](https://github.com/wallabag/wallabag/issues/982) | ||
1312 | - Firefox OS app [\#521](https://github.com/wallabag/wallabag/issues/521) | ||
1313 | - Random feature must fetch an article in current status [\#1153](https://github.com/wallabag/wallabag/issues/1153) | ||
1314 | - Update documentation inside wallabag [\#1141](https://github.com/wallabag/wallabag/issues/1141) | ||
1315 | - \[UX\] Next, previous article [\#1123](https://github.com/wallabag/wallabag/issues/1123) | ||
1316 | - See all tags while tagging [\#1122](https://github.com/wallabag/wallabag/issues/1122) | ||
1317 | - Update documentation with the 1.9 changes [\#1119](https://github.com/wallabag/wallabag/issues/1119) | ||
1318 | - Check for existing accounts at install [\#952](https://github.com/wallabag/wallabag/issues/952) | ||
1319 | - import chromium / mozilla / firefox bookmarks.html files \(\<dd\>/\<dt\> based\) [\#892](https://github.com/wallabag/wallabag/issues/892) | ||
1320 | - sticky article toolbar [\#511](https://github.com/wallabag/wallabag/issues/511) | ||
1321 | |||
1322 | **Merged pull requests:** | ||
1323 | |||
1324 | - Fix site config [\#1266](https://github.com/wallabag/wallabag/pull/1266) ([nicosomb](https://github.com/nicosomb)) | 1777 | - Fix site config [\#1266](https://github.com/wallabag/wallabag/pull/1266) ([nicosomb](https://github.com/nicosomb)) |
1325 | - Dev autoclose [\#1257](https://github.com/wallabag/wallabag/pull/1257) ([freddyb](https://github.com/freddyb)) | 1778 | - Dev autoclose [\#1257](https://github.com/wallabag/wallabag/pull/1257) ([freddyb](https://github.com/freddyb)) |
1326 | - fix link to documentation [\#1251](https://github.com/wallabag/wallabag/pull/1251) ([axelsimon](https://github.com/axelsimon)) | 1779 | - fix link to documentation [\#1251](https://github.com/wallabag/wallabag/pull/1251) ([axelsimon](https://github.com/axelsimon)) |
@@ -1329,158 +1782,15 @@ | |||
1329 | - add site config for des-livres-pour-changer-de-vie.fr [\#1234](https://github.com/wallabag/wallabag/pull/1234) ([jmlrt](https://github.com/jmlrt)) | 1782 | - add site config for des-livres-pour-changer-de-vie.fr [\#1234](https://github.com/wallabag/wallabag/pull/1234) ([jmlrt](https://github.com/jmlrt)) |
1330 | - add site\_config for cloudacademy.com and cyrille-borne.com [\#1228](https://github.com/wallabag/wallabag/pull/1228) ([jmlrt](https://github.com/jmlrt)) | 1783 | - add site\_config for cloudacademy.com and cyrille-borne.com [\#1228](https://github.com/wallabag/wallabag/pull/1228) ([jmlrt](https://github.com/jmlrt)) |
1331 | - Enable base\_url for proxies [\#1226](https://github.com/wallabag/wallabag/pull/1226) ([tcitworld](https://github.com/tcitworld)) | 1784 | - Enable base\_url for proxies [\#1226](https://github.com/wallabag/wallabag/pull/1226) ([tcitworld](https://github.com/tcitworld)) |
1332 | - 1.9.1 [\#1267](https://github.com/wallabag/wallabag/pull/1267) ([nicosomb](https://github.com/nicosomb)) | ||
1333 | - Fix \#1215 [\#1217](https://github.com/wallabag/wallabag/pull/1217) ([tcitworld](https://github.com/tcitworld)) | 1785 | - Fix \#1215 [\#1217](https://github.com/wallabag/wallabag/pull/1217) ([tcitworld](https://github.com/tcitworld)) |
1334 | |||
1335 | ## [1.9.1beta3](https://github.com/wallabag/wallabag/tree/1.9.1beta3) (2015-06-06) | ||
1336 | **Closed issues:** | ||
1337 | |||
1338 | - cannot synchronize on ubuntu [\#1195](https://github.com/wallabag/wallabag/issues/1195) | ||
1339 | - API Feature request, modify posts to performe additional processing [\#1191](https://github.com/wallabag/wallabag/issues/1191) | ||
1340 | |||
1341 | **Merged pull requests:** | ||
1342 | |||
1343 | - Update fr\_FR.utf8.po [\#1211](https://github.com/wallabag/wallabag/pull/1211) ([goofy-bz](https://github.com/goofy-bz)) | 1786 | - Update fr\_FR.utf8.po [\#1211](https://github.com/wallabag/wallabag/pull/1211) ([goofy-bz](https://github.com/goofy-bz)) |
1344 | - issue \#1203: fixing tag export [\#1207](https://github.com/wallabag/wallabag/pull/1207) ([vpmalley](https://github.com/vpmalley)) | 1787 | - issue \#1203: fixing tag export [\#1207](https://github.com/wallabag/wallabag/pull/1207) ([vpmalley](https://github.com/vpmalley)) |
1345 | - fix restart of import [\#1200](https://github.com/wallabag/wallabag/pull/1200) ([nicosomb](https://github.com/nicosomb)) | 1788 | - fix restart of import [\#1200](https://github.com/wallabag/wallabag/pull/1200) ([nicosomb](https://github.com/nicosomb)) |
1346 | |||
1347 | ## [1.9.1beta2](https://github.com/wallabag/wallabag/tree/1.9.1beta2) (2015-05-09) | ||
1348 | **Fixed bugs:** | ||
1349 | |||
1350 | - I don't see any icons. [\#1183](https://github.com/wallabag/wallabag/issues/1183) | ||
1351 | - Error in install process. [\#1175](https://github.com/wallabag/wallabag/issues/1175) | ||
1352 | |||
1353 | **Closed issues:** | ||
1354 | |||
1355 | - Saving to pdf doesn't work because it can't download a picture. [\#1190](https://github.com/wallabag/wallabag/issues/1190) | ||
1356 | - Error after installation in IIS - "login failed: user doesn't exist" [\#1187](https://github.com/wallabag/wallabag/issues/1187) | ||
1357 | - Connection time out during import [\#1171](https://github.com/wallabag/wallabag/issues/1171) | ||
1358 | |||
1359 | ## [1.9.1beta1](https://github.com/wallabag/wallabag/tree/1.9.1beta1) (2015-04-08) | ||
1360 | ## [1.9.1alpha2](https://github.com/wallabag/wallabag/tree/1.9.1alpha2) (2015-04-07) | ||
1361 | **Fixed bugs:** | ||
1362 | |||
1363 | - Firefox Addon give an error on saving a link [\#1104](https://github.com/wallabag/wallabag/issues/1104) | ||
1364 | |||
1365 | **Closed issues:** | ||
1366 | |||
1367 | - Trying to access wallabag for the first time on a fresh install. [\#1172](https://github.com/wallabag/wallabag/issues/1172) | ||
1368 | - If I install wallabag over my current wallabag like I am upgrading will it keep my data? [\#1170](https://github.com/wallabag/wallabag/issues/1170) | ||
1369 | - Saving URL from FeedaFever [\#1169](https://github.com/wallabag/wallabag/issues/1169) | ||
1370 | - Solarized Dark theme issue [\#1159](https://github.com/wallabag/wallabag/issues/1159) | ||
1371 | - false parentheses [\#1157](https://github.com/wallabag/wallabag/issues/1157) | ||
1372 | - Password is cached only for a very short time [\#1156](https://github.com/wallabag/wallabag/issues/1156) | ||
1373 | |||
1374 | **Merged pull requests:** | ||
1375 | |||
1376 | - double closing parentheses [\#1158](https://github.com/wallabag/wallabag/pull/1158) ([bohni](https://github.com/bohni)) | 1789 | - double closing parentheses [\#1158](https://github.com/wallabag/wallabag/pull/1158) ([bohni](https://github.com/bohni)) |
1377 | |||
1378 | ## [1.9.1alpha1](https://github.com/wallabag/wallabag/tree/1.9.1alpha1) (2015-03-08) | ||
1379 | **Closed issues:** | ||
1380 | |||
1381 | - Error when trying to save and now I can't even view articles. [\#1138](https://github.com/wallabag/wallabag/issues/1138) | ||
1382 | - Add the ability to edit URLs [\#1136](https://github.com/wallabag/wallabag/issues/1136) | ||
1383 | - How to backup wallabag. [\#1135](https://github.com/wallabag/wallabag/issues/1135) | ||
1384 | - \[feature\] RSS feeds to choose from [\#1134](https://github.com/wallabag/wallabag/issues/1134) | ||
1385 | - Error while exporting to pdf. [\#1113](https://github.com/wallabag/wallabag/issues/1113) | ||
1386 | - Wallabag using WordPress [\#1112](https://github.com/wallabag/wallabag/issues/1112) | ||
1387 | - Courgette theme still present [\#1103](https://github.com/wallabag/wallabag/issues/1103) | ||
1388 | - Login screen not centered [\#1099](https://github.com/wallabag/wallabag/issues/1099) | ||
1389 | - 'X-Frame-Options' - 'DENY' [\#1097](https://github.com/wallabag/wallabag/issues/1097) | ||
1390 | - Did you forget to select a file? Import finished. When trying to import. [\#1096](https://github.com/wallabag/wallabag/issues/1096) | ||
1391 | - Wrong display in wallabag: jungle-world.com [\#1034](https://github.com/wallabag/wallabag/issues/1034) | ||
1392 | |||
1393 | **Merged pull requests:** | ||
1394 | |||
1395 | - composer: min PHP 5.3 added [\#1151](https://github.com/wallabag/wallabag/pull/1151) ([TomasVotruba](https://github.com/TomasVotruba)) | 1790 | - composer: min PHP 5.3 added [\#1151](https://github.com/wallabag/wallabag/pull/1151) ([TomasVotruba](https://github.com/TomasVotruba)) |
1396 | - Wallabag v2 api hypermedia pager [\#1148](https://github.com/wallabag/wallabag/pull/1148) ([willdurand](https://github.com/willdurand)) | 1791 | - Wallabag v2 api hypermedia pager [\#1148](https://github.com/wallabag/wallabag/pull/1148) ([willdurand](https://github.com/willdurand)) |
1397 | - locale es\_ES.utf8 files fully translated → Translation to Spanish updated [\#1106](https://github.com/wallabag/wallabag/pull/1106) ([icaroperseo](https://github.com/icaroperseo)) | 1792 | - locale es\_ES.utf8 files fully translated → Translation to Spanish updated [\#1106](https://github.com/wallabag/wallabag/pull/1106) ([icaroperseo](https://github.com/icaroperseo)) |
1398 | |||
1399 | ## [1.9](https://github.com/wallabag/wallabag/tree/1.9) (2015-02-18) | ||
1400 | **Fixed bugs:** | ||
1401 | |||
1402 | - Register email at installation [\#1093](https://github.com/wallabag/wallabag/issues/1093) | ||
1403 | |||
1404 | **Closed issues:** | ||
1405 | |||
1406 | - 413 Request entity too large error when importing [\#1094](https://github.com/wallabag/wallabag/issues/1094) | ||
1407 | - How do I add new user without the interface after installation. [\#1092](https://github.com/wallabag/wallabag/issues/1092) | ||
1408 | - How long should I expect wallabag to be down after importing? [\#1091](https://github.com/wallabag/wallabag/issues/1091) | ||
1409 | - v1.9 beta: random does not work [\#1082](https://github.com/wallabag/wallabag/issues/1082) | ||
1410 | |||
1411 | **Merged pull requests:** | ||
1412 | |||
1413 | - Version 1.9.0 [\#1081](https://github.com/wallabag/wallabag/pull/1081) ([tcitworld](https://github.com/tcitworld)) | 1793 | - Version 1.9.0 [\#1081](https://github.com/wallabag/wallabag/pull/1081) ([tcitworld](https://github.com/tcitworld)) |
1414 | |||
1415 | ## [1.9RC1](https://github.com/wallabag/wallabag/tree/1.9RC1) (2015-02-16) | ||
1416 | **Fixed bugs:** | ||
1417 | |||
1418 | - Saying I don't have permission to access to /inc/poche/config.inc.php during install. [\#1086](https://github.com/wallabag/wallabag/issues/1086) | ||
1419 | |||
1420 | **Closed issues:** | ||
1421 | |||
1422 | - add capability to download pictures for android app [\#1085](https://github.com/wallabag/wallabag/issues/1085) | ||
1423 | |||
1424 | ## [1.9beta2](https://github.com/wallabag/wallabag/tree/1.9beta2) (2015-02-15) | ||
1425 | ## [1.9beta](https://github.com/wallabag/wallabag/tree/1.9beta) (2015-02-14) | ||
1426 | **Fixed bugs:** | ||
1427 | |||
1428 | - allow\_url\_fopen disabled try to use php-curl [\#1078](https://github.com/wallabag/wallabag/issues/1078) | ||
1429 | - "Fetch content for articles with no content" doesn't work [\#1058](https://github.com/wallabag/wallabag/issues/1058) | ||
1430 | - New Install - Can't Log In [\#1040](https://github.com/wallabag/wallabag/issues/1040) | ||
1431 | - \[Installation\] Throw an exception if PDO isn't found at installation. [\#996](https://github.com/wallabag/wallabag/issues/996) | ||
1432 | - \[Installation\] Wrong login on MySQL/PostgreSQL databases fail silently [\#995](https://github.com/wallabag/wallabag/issues/995) | ||
1433 | - An error occured: "db" directory must be writeable for your web server user! [\#990](https://github.com/wallabag/wallabag/issues/990) | ||
1434 | - logic bug in autoclose code? [\#984](https://github.com/wallabag/wallabag/issues/984) | ||
1435 | - Can't mark an article as favorite [\#983](https://github.com/wallabag/wallabag/issues/983) | ||
1436 | - Export does not work \(JSON & ePub\) [\#970](https://github.com/wallabag/wallabag/issues/970) | ||
1437 | - Problem with Readability.php when save link [\#963](https://github.com/wallabag/wallabag/issues/963) | ||
1438 | - White Screen after Install [\#955](https://github.com/wallabag/wallabag/issues/955) | ||
1439 | - wallabag install enable to save links on openbsd [\#948](https://github.com/wallabag/wallabag/issues/948) | ||
1440 | - Courgette theme really broken [\#941](https://github.com/wallabag/wallabag/issues/941) | ||
1441 | - White Screen when mysql user has no privileges. [\#940](https://github.com/wallabag/wallabag/issues/940) | ||
1442 | - crashing because unknown character set 'utf8mb4' [\#935](https://github.com/wallabag/wallabag/issues/935) | ||
1443 | - Article not saved if not logged in [\#877](https://github.com/wallabag/wallabag/issues/877) | ||
1444 | - New self-hosted install: Android app and FF Extension do not work [\#829](https://github.com/wallabag/wallabag/issues/829) | ||
1445 | - Empty page after upgrade [\#796](https://github.com/wallabag/wallabag/issues/796) | ||
1446 | - Delete Courgette theme [\#781](https://github.com/wallabag/wallabag/issues/781) | ||
1447 | - icons blocked/not loading when font is blocked [\#465](https://github.com/wallabag/wallabag/issues/465) | ||
1448 | - New installation process [\#1026](https://github.com/wallabag/wallabag/pull/1026) ([tcitworld](https://github.com/tcitworld)) | ||
1449 | |||
1450 | **Closed issues:** | ||
1451 | |||
1452 | - 1.7.x to 1.8 gives blank page [\#1064](https://github.com/wallabag/wallabag/issues/1064) | ||
1453 | - wallabag.org : 504 Gateway Time-Out : cloudflare-nginx [\#1046](https://github.com/wallabag/wallabag/issues/1046) | ||
1454 | - Install instruction is a mess! [\#1045](https://github.com/wallabag/wallabag/issues/1045) | ||
1455 | - Feature Request: Evernote [\#1043](https://github.com/wallabag/wallabag/issues/1043) | ||
1456 | - Rethink installation process [\#1025](https://github.com/wallabag/wallabag/issues/1025) | ||
1457 | - Authentication to websites needed to fetch the text [\#1009](https://github.com/wallabag/wallabag/issues/1009) | ||
1458 | - "Stay signed in" not working [\#1007](https://github.com/wallabag/wallabag/issues/1007) | ||
1459 | - social api [\#1002](https://github.com/wallabag/wallabag/issues/1002) | ||
1460 | - Wrong url in the iOS application [\#1001](https://github.com/wallabag/wallabag/issues/1001) | ||
1461 | - Register with Packagist? [\#993](https://github.com/wallabag/wallabag/issues/993) | ||
1462 | - Allow tagging when saving to wallabag [\#991](https://github.com/wallabag/wallabag/issues/991) | ||
1463 | - Can not add a GitHub Gist [\#979](https://github.com/wallabag/wallabag/issues/979) | ||
1464 | - add link to documentation on about page [\#954](https://github.com/wallabag/wallabag/issues/954) | ||
1465 | - "update article" button [\#951](https://github.com/wallabag/wallabag/issues/951) | ||
1466 | - http://wllbg.org/latest points to an old 1.8.0 instead of 1.8.1 [\#947](https://github.com/wallabag/wallabag/issues/947) | ||
1467 | - Images are not cached/downloaded [\#946](https://github.com/wallabag/wallabag/issues/946) | ||
1468 | - Parse 9gag posts. [\#934](https://github.com/wallabag/wallabag/issues/934) | ||
1469 | - Wallabag and fail2ban \[Feature\] [\#931](https://github.com/wallabag/wallabag/issues/931) | ||
1470 | - refresh untitled articles [\#930](https://github.com/wallabag/wallabag/issues/930) | ||
1471 | - Multiple size favicons [\#929](https://github.com/wallabag/wallabag/issues/929) | ||
1472 | - Read a random article [\#927](https://github.com/wallabag/wallabag/issues/927) | ||
1473 | - Change opacity when displaying search popup [\#916](https://github.com/wallabag/wallabag/issues/916) | ||
1474 | - Diaspora sharing button [\#872](https://github.com/wallabag/wallabag/issues/872) | ||
1475 | - Clean up code to respect guidelines [\#852](https://github.com/wallabag/wallabag/issues/852) | ||
1476 | - Wallabag seems to download doubleclick ad images [\#827](https://github.com/wallabag/wallabag/issues/827) | ||
1477 | - Tags not imported [\#823](https://github.com/wallabag/wallabag/issues/823) | ||
1478 | - Make a class for e-books produced [\#772](https://github.com/wallabag/wallabag/issues/772) | ||
1479 | - Migrate some settings from config file to database [\#686](https://github.com/wallabag/wallabag/issues/686) | ||
1480 | - Gestion d'export PDF pour lecture hors ligne [\#77](https://github.com/wallabag/wallabag/issues/77) | ||
1481 | |||
1482 | **Merged pull requests:** | ||
1483 | |||
1484 | - added site config for github gists, jungle-world.com and toolinux.com [\#1067](https://github.com/wallabag/wallabag/pull/1067) ([vpmalley](https://github.com/vpmalley)) | 1794 | - added site config for github gists, jungle-world.com and toolinux.com [\#1067](https://github.com/wallabag/wallabag/pull/1067) ([vpmalley](https://github.com/vpmalley)) |
1485 | - V2 api tests entry [\#1066](https://github.com/wallabag/wallabag/pull/1066) ([j0k3r](https://github.com/j0k3r)) | 1795 | - V2 api tests entry [\#1066](https://github.com/wallabag/wallabag/pull/1066) ([j0k3r](https://github.com/j0k3r)) |
1486 | - Cleanup default assets symlinks [\#1065](https://github.com/wallabag/wallabag/pull/1065) ([FabienM](https://github.com/FabienM)) | 1796 | - Cleanup default assets symlinks [\#1065](https://github.com/wallabag/wallabag/pull/1065) ([FabienM](https://github.com/FabienM)) |
@@ -1522,50 +1832,10 @@ | |||
1522 | - \_global-izing some more js & css [\#939](https://github.com/wallabag/wallabag/pull/939) ([jsit](https://github.com/jsit)) | 1832 | - \_global-izing some more js & css [\#939](https://github.com/wallabag/wallabag/pull/939) ([jsit](https://github.com/jsit)) |
1523 | - Fix for favicons in Firefox [\#938](https://github.com/wallabag/wallabag/pull/938) ([jsit](https://github.com/jsit)) | 1833 | - Fix for favicons in Firefox [\#938](https://github.com/wallabag/wallabag/pull/938) ([jsit](https://github.com/jsit)) |
1524 | - Moving favicons to new \_global theme dir and adjusting \<link\> tags [\#937](https://github.com/wallabag/wallabag/pull/937) ([jsit](https://github.com/jsit)) | 1834 | - Moving favicons to new \_global theme dir and adjusting \<link\> tags [\#937](https://github.com/wallabag/wallabag/pull/937) ([jsit](https://github.com/jsit)) |
1525 | - add HTML documentation [\#923](https://github.com/wallabag/wallabag/pull/923) ([nicosomb](https://github.com/nicosomb)) | ||
1526 | - Add message in web server log in case of authentication failure [\#690](https://github.com/wallabag/wallabag/pull/690) ([doc75](https://github.com/doc75)) | ||
1527 | |||
1528 | ## [1.8.1bis](https://github.com/wallabag/wallabag/tree/1.8.1bis) (2014-11-16) | ||
1529 | ## [1.8.1b](https://github.com/wallabag/wallabag/tree/1.8.1b) (2014-11-16) | ||
1530 | ## [1.8.1old](https://github.com/wallabag/wallabag/tree/1.8.1old) (2014-11-16) | ||
1531 | **Merged pull requests:** | ||
1532 | |||
1533 | - 1.8.1b [\#933](https://github.com/wallabag/wallabag/pull/933) ([tcitworld](https://github.com/tcitworld)) | 1835 | - 1.8.1b [\#933](https://github.com/wallabag/wallabag/pull/933) ([tcitworld](https://github.com/tcitworld)) |
1534 | |||
1535 | ## [1.8.1](https://github.com/wallabag/wallabag/tree/1.8.1) (2014-11-15) | ||
1536 | **Fixed bugs:** | ||
1537 | |||
1538 | - Mobile view and popups [\#912](https://github.com/wallabag/wallabag/issues/912) | ||
1539 | - Installation of Wallabag with SQLite3 database fails [\#788](https://github.com/wallabag/wallabag/issues/788) | ||
1540 | - autoclose with baggy theme and firefox addon [\#527](https://github.com/wallabag/wallabag/issues/527) | ||
1541 | - Texts not translated when adding tag [\#887](https://github.com/wallabag/wallabag/issues/887) | ||
1542 | - epub Export does not work [\#882](https://github.com/wallabag/wallabag/issues/882) | ||
1543 | - In baggy : no preview text in linear visualisation [\#874](https://github.com/wallabag/wallabag/issues/874) | ||
1544 | - In baggy mark as read button stays gray [\#873](https://github.com/wallabag/wallabag/issues/873) | ||
1545 | - Fix "Mark as read" translations [\#871](https://github.com/wallabag/wallabag/issues/871) | ||
1546 | - CSS Bug on article list when browsing on Small size device [\#834](https://github.com/wallabag/wallabag/issues/834) | ||
1547 | - Search and SaveALink windows overlap [\#830](https://github.com/wallabag/wallabag/issues/830) | ||
1548 | - wired.com comes out totally messed up [\#756](https://github.com/wallabag/wallabag/issues/756) | ||
1549 | |||
1550 | **Closed issues:** | ||
1551 | |||
1552 | - epub generation doesn't work [\#925](https://github.com/wallabag/wallabag/issues/925) | ||
1553 | - Export epubs via cli [\#915](https://github.com/wallabag/wallabag/issues/915) | ||
1554 | - English translation doesn't work when en\_US is the only locale available [\#901](https://github.com/wallabag/wallabag/issues/901) | ||
1555 | - UI text should be title case, and made lowercase with CSS [\#899](https://github.com/wallabag/wallabag/issues/899) | ||
1556 | - When starting in list mode, switching to table mode doesn't change width of entries \(Baggy theme\) [\#896](https://github.com/wallabag/wallabag/issues/896) | ||
1557 | - Add "by estimated reading time" sort [\#876](https://github.com/wallabag/wallabag/issues/876) | ||
1558 | - Not Parse site [\#866](https://github.com/wallabag/wallabag/issues/866) | ||
1559 | - hide database password [\#891](https://github.com/wallabag/wallabag/issues/891) | ||
1560 | - Re-focusing the text input for "search" [\#831](https://github.com/wallabag/wallabag/issues/831) | ||
1561 | - This page is not retrieved fully [\#828](https://github.com/wallabag/wallabag/issues/828) | ||
1562 | - Problem retrieving articles from www.wordyard.com [\#826](https://github.com/wallabag/wallabag/issues/826) | ||
1563 | - This page is fetched partially [\#797](https://github.com/wallabag/wallabag/issues/797) | ||
1564 | |||
1565 | **Merged pull requests:** | ||
1566 | |||
1567 | - 1.8.1 [\#932](https://github.com/wallabag/wallabag/pull/932) ([nicosomb](https://github.com/nicosomb)) | 1836 | - 1.8.1 [\#932](https://github.com/wallabag/wallabag/pull/932) ([nicosomb](https://github.com/nicosomb)) |
1568 | - Fixing URL typo on about page [\#926](https://github.com/wallabag/wallabag/pull/926) ([jsit](https://github.com/jsit)) | 1837 | - Fixing URL typo on about page [\#926](https://github.com/wallabag/wallabag/pull/926) ([jsit](https://github.com/jsit)) |
1838 | - add HTML documentation [\#923](https://github.com/wallabag/wallabag/pull/923) ([nicosomb](https://github.com/nicosomb)) | ||
1569 | - Fixing menu hiding behavior when switching from mobile width to desktop width [\#922](https://github.com/wallabag/wallabag/pull/922) ([jsit](https://github.com/jsit)) | 1839 | - Fixing menu hiding behavior when switching from mobile width to desktop width [\#922](https://github.com/wallabag/wallabag/pull/922) ([jsit](https://github.com/jsit)) |
1570 | - add about page [\#921](https://github.com/wallabag/wallabag/pull/921) ([nicosomb](https://github.com/nicosomb)) | 1840 | - add about page [\#921](https://github.com/wallabag/wallabag/pull/921) ([nicosomb](https://github.com/nicosomb)) |
1571 | - Many small UI changes/fixes to Baggy theme and English translation files [\#920](https://github.com/wallabag/wallabag/pull/920) ([jsit](https://github.com/jsit)) | 1841 | - Many small UI changes/fixes to Baggy theme and English translation files [\#920](https://github.com/wallabag/wallabag/pull/920) ([jsit](https://github.com/jsit)) |
@@ -1586,143 +1856,44 @@ | |||
1586 | - Fixing issue \#874, displaying preview text when in list mode [\#898](https://github.com/wallabag/wallabag/pull/898) ([jsit](https://github.com/jsit)) | 1856 | - Fixing issue \#874, displaying preview text when in list mode [\#898](https://github.com/wallabag/wallabag/pull/898) ([jsit](https://github.com/jsit)) |
1587 | - Fixing display mode switching in Baggy theme \(issue \#896\) [\#897](https://github.com/wallabag/wallabag/pull/897) ([jsit](https://github.com/jsit)) | 1857 | - Fixing display mode switching in Baggy theme \(issue \#896\) [\#897](https://github.com/wallabag/wallabag/pull/897) ([jsit](https://github.com/jsit)) |
1588 | - Fix \#891: change type for password field in installation [\#894](https://github.com/wallabag/wallabag/pull/894) ([nicosomb](https://github.com/nicosomb)) | 1858 | - Fix \#891: change type for password field in installation [\#894](https://github.com/wallabag/wallabag/pull/894) ([nicosomb](https://github.com/nicosomb)) |
1859 | - Fix\#871 [\#889](https://github.com/wallabag/wallabag/pull/889) ([tcitworld](https://github.com/tcitworld)) | ||
1860 | - updated site\_config [\#888](https://github.com/wallabag/wallabag/pull/888) ([nicosomb](https://github.com/nicosomb)) | ||
1589 | - fix \#882 [\#883](https://github.com/wallabag/wallabag/pull/883) ([tcitworld](https://github.com/tcitworld)) | 1861 | - fix \#882 [\#883](https://github.com/wallabag/wallabag/pull/883) ([tcitworld](https://github.com/tcitworld)) |
1590 | - update zeit.de.txt for removal of inline ads [\#879](https://github.com/wallabag/wallabag/pull/879) ([Marmo](https://github.com/Marmo)) | 1862 | - update zeit.de.txt for removal of inline ads [\#879](https://github.com/wallabag/wallabag/pull/879) ([Marmo](https://github.com/Marmo)) |
1591 | - fix \#873 [\#878](https://github.com/wallabag/wallabag/pull/878) ([tcitworld](https://github.com/tcitworld)) | 1863 | - fix \#873 [\#878](https://github.com/wallabag/wallabag/pull/878) ([tcitworld](https://github.com/tcitworld)) |
1864 | - fix for \#830 [\#868](https://github.com/wallabag/wallabag/pull/868) ([tcitworld](https://github.com/tcitworld)) | ||
1592 | - fix z-index-menu mobile view bug \#834 [\#867](https://github.com/wallabag/wallabag/pull/867) ([tcitworld](https://github.com/tcitworld)) | 1865 | - fix z-index-menu mobile view bug \#834 [\#867](https://github.com/wallabag/wallabag/pull/867) ([tcitworld](https://github.com/tcitworld)) |
1593 | - update heise.de.txt [\#865](https://github.com/wallabag/wallabag/pull/865) ([Marmo](https://github.com/Marmo)) | 1866 | - update heise.de.txt [\#865](https://github.com/wallabag/wallabag/pull/865) ([Marmo](https://github.com/Marmo)) |
1594 | - Fix\#871 [\#889](https://github.com/wallabag/wallabag/pull/889) ([tcitworld](https://github.com/tcitworld)) | ||
1595 | - updated site\_config [\#888](https://github.com/wallabag/wallabag/pull/888) ([nicosomb](https://github.com/nicosomb)) | ||
1596 | - fix for \#830 [\#868](https://github.com/wallabag/wallabag/pull/868) ([tcitworld](https://github.com/tcitworld)) | ||
1597 | - Add support for custom http port [\#848](https://github.com/wallabag/wallabag/pull/848) ([11mariom](https://github.com/11mariom)) | ||
1598 | - Convert the MySQL charset to utf8mb4 to support the full range of unicode [\#843](https://github.com/wallabag/wallabag/pull/843) ([rros](https://github.com/rros)) | ||
1599 | |||
1600 | ## [1.8.0](https://github.com/wallabag/wallabag/tree/1.8.0) (2014-10-10) | ||
1601 | **Fixed bugs:** | ||
1602 | |||
1603 | - Download pictures doesn't work [\#822](https://github.com/wallabag/wallabag/issues/822) | ||
1604 | - \[EPUB\] Images not included when cached on the server. [\#804](https://github.com/wallabag/wallabag/issues/804) | ||
1605 | - The link to check the server compatibility is broken [\#858](https://github.com/wallabag/wallabag/issues/858) | ||
1606 | - Trouble installing with Postgres as DB [\#844](https://github.com/wallabag/wallabag/issues/844) | ||
1607 | - \[dev branch\] Installation doesn't work [\#813](https://github.com/wallabag/wallabag/issues/813) | ||
1608 | - Import empty file [\#776](https://github.com/wallabag/wallabag/issues/776) | ||
1609 | - Add check php5-gd to wallabag: Compatibility Test [\#766](https://github.com/wallabag/wallabag/issues/766) | ||
1610 | - « welcome to your wallabag » is not translated [\#763](https://github.com/wallabag/wallabag/issues/763) | ||
1611 | - Add support for multipage articles [\#750](https://github.com/wallabag/wallabag/issues/750) | ||
1612 | - Ereader complains about DRM with epubs [\#748](https://github.com/wallabag/wallabag/issues/748) | ||
1613 | - Arrays not being displayed the same depending on theme \(previously was : new site\_config file\) [\#740](https://github.com/wallabag/wallabag/issues/740) | ||
1614 | - Check file permissions at install [\#584](https://github.com/wallabag/wallabag/issues/584) | ||
1615 | - Data is not retrieved properly [\#561](https://github.com/wallabag/wallabag/issues/561) | ||
1616 | - Fix the PostgreSQL install errors [\#845](https://github.com/wallabag/wallabag/pull/845) ([rros](https://github.com/rros)) | ||
1617 | - fix display of 'Done' message when we add a link from 'save a link' item [\#784](https://github.com/wallabag/wallabag/pull/784) ([nicosomb](https://github.com/nicosomb)) | ||
1618 | - \#763 fix to display the login successful message with the translation [\#783](https://github.com/wallabag/wallabag/pull/783) ([nicosomb](https://github.com/nicosomb)) | ||
1619 | - Fix \#776 [\#782](https://github.com/wallabag/wallabag/pull/782) ([nicosomb](https://github.com/nicosomb)) | ||
1620 | - fixed bug for epub export \#755 ; also better metadata title [\#771](https://github.com/wallabag/wallabag/pull/771) ([tcitworld](https://github.com/tcitworld)) | ||
1621 | |||
1622 | **Closed issues:** | ||
1623 | |||
1624 | - Adding Articles via URL [\#862](https://github.com/wallabag/wallabag/issues/862) | ||
1625 | - Not syncing anything [\#817](https://github.com/wallabag/wallabag/issues/817) | ||
1626 | - This page does not work [\#810](https://github.com/wallabag/wallabag/issues/810) | ||
1627 | - Post pop-up too small [\#798](https://github.com/wallabag/wallabag/issues/798) | ||
1628 | - Easy setup for Apps [\#538](https://github.com/wallabag/wallabag/issues/538) | ||
1629 | - Baggy theme: Show 12 articles per page to save space [\#760](https://github.com/wallabag/wallabag/issues/760) | ||
1630 | - Problem sending pages to wallabag [\#758](https://github.com/wallabag/wallabag/issues/758) | ||
1631 | - Big refactoring [\#755](https://github.com/wallabag/wallabag/issues/755) | ||
1632 | - Remove useless code [\#753](https://github.com/wallabag/wallabag/issues/753) | ||
1633 | - retour a la page [\#734](https://github.com/wallabag/wallabag/issues/734) | ||
1634 | - Stay in Archive after deleting an article in the archive [\#704](https://github.com/wallabag/wallabag/issues/704) | ||
1635 | - Rename « home » into « unread » [\#683](https://github.com/wallabag/wallabag/issues/683) | ||
1636 | - Solarized dark theme is monochrome [\#645](https://github.com/wallabag/wallabag/issues/645) | ||
1637 | - Tags tab empty on new install, explanation would be helpful [\#624](https://github.com/wallabag/wallabag/issues/624) | ||
1638 | |||
1639 | **Merged pull requests:** | ||
1640 | |||
1641 | - 1.8.0 [\#863](https://github.com/wallabag/wallabag/pull/863) ([nicosomb](https://github.com/nicosomb)) | 1867 | - 1.8.0 [\#863](https://github.com/wallabag/wallabag/pull/863) ([nicosomb](https://github.com/nicosomb)) |
1868 | - query for populate mysql/postgres was called when we choosed sqlite [\#861](https://github.com/wallabag/wallabag/pull/861) ([nicosomb](https://github.com/nicosomb)) | ||
1869 | - Move compatibility file \(fixes \#858\) [\#860](https://github.com/wallabag/wallabag/pull/860) ([nicosomb](https://github.com/nicosomb)) | ||
1642 | - Fix \#826 [\#856](https://github.com/wallabag/wallabag/pull/856) ([tcitworld](https://github.com/tcitworld)) | 1870 | - Fix \#826 [\#856](https://github.com/wallabag/wallabag/pull/856) ([tcitworld](https://github.com/tcitworld)) |
1643 | - Fix \#828 [\#855](https://github.com/wallabag/wallabag/pull/855) ([tcitworld](https://github.com/tcitworld)) | 1871 | - Fix \#828 [\#855](https://github.com/wallabag/wallabag/pull/855) ([tcitworld](https://github.com/tcitworld)) |
1644 | - Saveclick2search \(fix for \#831\) [\#854](https://github.com/wallabag/wallabag/pull/854) ([tcitworld](https://github.com/tcitworld)) | 1872 | - Saveclick2search \(fix for \#831\) [\#854](https://github.com/wallabag/wallabag/pull/854) ([tcitworld](https://github.com/tcitworld)) |
1645 | - Fix for \#797 [\#853](https://github.com/wallabag/wallabag/pull/853) ([tcitworld](https://github.com/tcitworld)) | 1873 | - Fix for \#797 [\#853](https://github.com/wallabag/wallabag/pull/853) ([tcitworld](https://github.com/tcitworld)) |
1646 | - Refactor [\#851](https://github.com/wallabag/wallabag/pull/851) ([tcitworld](https://github.com/tcitworld)) | 1874 | - Refactor [\#851](https://github.com/wallabag/wallabag/pull/851) ([tcitworld](https://github.com/tcitworld)) |
1875 | - Add support for custom http port [\#848](https://github.com/wallabag/wallabag/pull/848) ([11mariom](https://github.com/11mariom)) | ||
1876 | - Convert the MySQL charset to utf8mb4 to support the full range of unicode [\#843](https://github.com/wallabag/wallabag/pull/843) ([rros](https://github.com/rros)) | ||
1647 | - Fix \#766 - GD detection [\#841](https://github.com/wallabag/wallabag/pull/841) ([tcitworld](https://github.com/tcitworld)) | 1877 | - Fix \#766 - GD detection [\#841](https://github.com/wallabag/wallabag/pull/841) ([tcitworld](https://github.com/tcitworld)) |
1648 | - fix pictures display when DOWNLOAD\_PICTURES is enabled [\#839](https://github.com/wallabag/wallabag/pull/839) ([tcitworld](https://github.com/tcitworld)) | 1878 | - fix pictures display when DOWNLOAD\_PICTURES is enabled [\#839](https://github.com/wallabag/wallabag/pull/839) ([tcitworld](https://github.com/tcitworld)) |
1649 | - Implemented additional check for using the 'X-Forwarded-Port' header. [\#836](https://github.com/wallabag/wallabag/pull/836) ([akoenig](https://github.com/akoenig)) | 1879 | - Implemented additional check for using the 'X-Forwarded-Port' header. [\#836](https://github.com/wallabag/wallabag/pull/836) ([akoenig](https://github.com/akoenig)) |
1880 | - Fix downloading SQLite database from all users [\#819](https://github.com/wallabag/wallabag/pull/819) ([tcitworld](https://github.com/tcitworld)) | ||
1650 | - Complete rework of faz.net-template [\#816](https://github.com/wallabag/wallabag/pull/816) ([zinnober](https://github.com/zinnober)) | 1881 | - Complete rework of faz.net-template [\#816](https://github.com/wallabag/wallabag/pull/816) ([zinnober](https://github.com/zinnober)) |
1651 | - vendor dir is not accessible before install, sqlite db dir write check moved into db class [\#814](https://github.com/wallabag/wallabag/pull/814) ([mariroz](https://github.com/mariroz)) | 1882 | - vendor dir is not accessible before install, sqlite db dir write check moved into db class [\#814](https://github.com/wallabag/wallabag/pull/814) ([mariroz](https://github.com/mariroz)) |
1652 | - Adduseremail [\#808](https://github.com/wallabag/wallabag/pull/808) ([tcitworld](https://github.com/tcitworld)) | 1883 | - Adduseremail [\#808](https://github.com/wallabag/wallabag/pull/808) ([tcitworld](https://github.com/tcitworld)) |
1653 | - Ebook [\#801](https://github.com/wallabag/wallabag/pull/801) ([tcitworld](https://github.com/tcitworld)) | ||
1654 | - query for populate mysql/postgres was called when we choosed sqlite [\#861](https://github.com/wallabag/wallabag/pull/861) ([nicosomb](https://github.com/nicosomb)) | ||
1655 | - Move compatibility file \(fixes \#858\) [\#860](https://github.com/wallabag/wallabag/pull/860) ([nicosomb](https://github.com/nicosomb)) | ||
1656 | - Fix downloading SQLite database from all users [\#819](https://github.com/wallabag/wallabag/pull/819) ([tcitworld](https://github.com/tcitworld)) | ||
1657 | - Traductionfix [\#802](https://github.com/wallabag/wallabag/pull/802) ([tcitworld](https://github.com/tcitworld)) | 1884 | - Traductionfix [\#802](https://github.com/wallabag/wallabag/pull/802) ([tcitworld](https://github.com/tcitworld)) |
1658 | - Add data for mysql installation, see \#624 [\#787](https://github.com/wallabag/wallabag/pull/787) ([nicosomb](https://github.com/nicosomb)) | 1885 | - Ebook [\#801](https://github.com/wallabag/wallabag/pull/801) ([tcitworld](https://github.com/tcitworld)) |
1659 | - change default pagination, set it to 12, to have a nice baggy display [\#785](https://github.com/wallabag/wallabag/pull/785) ([nicosomb](https://github.com/nicosomb)) | ||
1660 | |||
1661 | ## [1.7.2](https://github.com/wallabag/wallabag/tree/1.7.2) (2014-07-24) | ||
1662 | **Closed issues:** | ||
1663 | |||
1664 | - Upgrade to 1.7.1 failed [\#774](https://github.com/wallabag/wallabag/issues/774) | ||
1665 | - Permissions on "db" should not be checked if SQLite isn't used [\#773](https://github.com/wallabag/wallabag/issues/773) | ||
1666 | - \[Android\] Pas d'accès aux Settings sur Galaxy Tab Pro [\#746](https://github.com/wallabag/wallabag/issues/746) | ||
1667 | |||
1668 | **Merged pull requests:** | ||
1669 | |||
1670 | - security fix [\#791](https://github.com/wallabag/wallabag/pull/791) ([mariroz](https://github.com/mariroz)) | 1886 | - security fix [\#791](https://github.com/wallabag/wallabag/pull/791) ([mariroz](https://github.com/mariroz)) |
1671 | - security issue [\#790](https://github.com/wallabag/wallabag/pull/790) ([mariroz](https://github.com/mariroz)) | 1887 | - security issue [\#790](https://github.com/wallabag/wallabag/pull/790) ([mariroz](https://github.com/mariroz)) |
1672 | - config for habrahabr.ru to grab articles with comments [\#789](https://github.com/wallabag/wallabag/pull/789) ([mariroz](https://github.com/mariroz)) | 1888 | - config for habrahabr.ru to grab articles with comments [\#789](https://github.com/wallabag/wallabag/pull/789) ([mariroz](https://github.com/mariroz)) |
1889 | - Add data for mysql installation, see \#624 [\#787](https://github.com/wallabag/wallabag/pull/787) ([nicosomb](https://github.com/nicosomb)) | ||
1673 | - highlight.js library added to highlight programming code examples in article view [\#786](https://github.com/wallabag/wallabag/pull/786) ([mariroz](https://github.com/mariroz)) | 1890 | - highlight.js library added to highlight programming code examples in article view [\#786](https://github.com/wallabag/wallabag/pull/786) ([mariroz](https://github.com/mariroz)) |
1891 | - change default pagination, set it to 12, to have a nice baggy display [\#785](https://github.com/wallabag/wallabag/pull/785) ([nicosomb](https://github.com/nicosomb)) | ||
1674 | - Proposed fix for \#773 [\#780](https://github.com/wallabag/wallabag/pull/780) ([anno1337](https://github.com/anno1337)) | 1892 | - Proposed fix for \#773 [\#780](https://github.com/wallabag/wallabag/pull/780) ([anno1337](https://github.com/anno1337)) |
1675 | - Updated polish translation [\#777](https://github.com/wallabag/wallabag/pull/777) ([skibbipl](https://github.com/skibbipl)) | 1893 | - Updated polish translation [\#777](https://github.com/wallabag/wallabag/pull/777) ([skibbipl](https://github.com/skibbipl)) |
1676 | - issue \#750 - config for dn.pt site added [\#775](https://github.com/wallabag/wallabag/pull/775) ([mariroz](https://github.com/mariroz)) | 1894 | - issue \#750 - config for dn.pt site added [\#775](https://github.com/wallabag/wallabag/pull/775) ([mariroz](https://github.com/mariroz)) |
1677 | - Refactor [\#768](https://github.com/wallabag/wallabag/pull/768) ([nicosomb](https://github.com/nicosomb)) | 1895 | - Refactor [\#768](https://github.com/wallabag/wallabag/pull/768) ([nicosomb](https://github.com/nicosomb)) |
1678 | - Refactor [\#764](https://github.com/wallabag/wallabag/pull/764) ([tcitworld](https://github.com/tcitworld)) | 1896 | - Refactor [\#764](https://github.com/wallabag/wallabag/pull/764) ([tcitworld](https://github.com/tcitworld)) |
1679 | |||
1680 | ## [1.7.1](https://github.com/wallabag/wallabag/tree/1.7.1) (2014-07-15) | ||
1681 | **Fixed bugs:** | ||
1682 | |||
1683 | - Warning: putenv\(\) \[function.putenv\]: Safe Mode warning [\#646](https://github.com/wallabag/wallabag/issues/646) | ||
1684 | - Soucis traduction bouton envoyer [\#743](https://github.com/wallabag/wallabag/issues/743) | ||
1685 | - Sort RSS Tag Feed [\#738](https://github.com/wallabag/wallabag/issues/738) | ||
1686 | - Error parsing file imported from Pocket [\#718](https://github.com/wallabag/wallabag/issues/718) | ||
1687 | - EPUB-Download for more than one article create a corrupt file [\#717](https://github.com/wallabag/wallabag/issues/717) | ||
1688 | - When downloading images, wallabag doesnt respect html "base" tag [\#677](https://github.com/wallabag/wallabag/issues/677) | ||
1689 | - page not saved [\#675](https://github.com/wallabag/wallabag/issues/675) | ||
1690 | - Errors importing from Pocket [\#650](https://github.com/wallabag/wallabag/issues/650) | ||
1691 | - Multi-User problem [\#630](https://github.com/wallabag/wallabag/issues/630) | ||
1692 | - \[Windows\] Many problems with WAMP [\#579](https://github.com/wallabag/wallabag/issues/579) | ||
1693 | - missing rss.png files [\#568](https://github.com/wallabag/wallabag/issues/568) | ||
1694 | - Cron.php deadlocks import process on many "Untitled" elements [\#565](https://github.com/wallabag/wallabag/issues/565) | ||
1695 | - Parser Fail: Text overwrites other text and images [\#537](https://github.com/wallabag/wallabag/issues/537) | ||
1696 | - Instapaper Import Failed [\#536](https://github.com/wallabag/wallabag/issues/536) | ||
1697 | - Wallabag this link doesn't work [\#440](https://github.com/wallabag/wallabag/issues/440) | ||
1698 | |||
1699 | **Closed issues:** | ||
1700 | |||
1701 | - Caching images? [\#757](https://github.com/wallabag/wallabag/issues/757) | ||
1702 | - FR: Editing Titles [\#747](https://github.com/wallabag/wallabag/issues/747) | ||
1703 | - Rules for automatic tagging [\#745](https://github.com/wallabag/wallabag/issues/745) | ||
1704 | - wallabag breaks raw text formatting [\#744](https://github.com/wallabag/wallabag/issues/744) | ||
1705 | - Send article to wallabag via email [\#735](https://github.com/wallabag/wallabag/issues/735) | ||
1706 | - Chrome extension link is broken [\#732](https://github.com/wallabag/wallabag/issues/732) | ||
1707 | - RSS feed XML error [\#731](https://github.com/wallabag/wallabag/issues/731) | ||
1708 | - Wallabag silently fails on pocket import [\#723](https://github.com/wallabag/wallabag/issues/723) | ||
1709 | - Problems with feeds [\#721](https://github.com/wallabag/wallabag/issues/721) | ||
1710 | - Save a link fails - Untitled [\#714](https://github.com/wallabag/wallabag/issues/714) | ||
1711 | - Support TED videos [\#676](https://github.com/wallabag/wallabag/issues/676) | ||
1712 | - \[ideas\] how to submit a bug [\#662](https://github.com/wallabag/wallabag/issues/662) | ||
1713 | - JavaScript login solution for wallabag v1 [\#656](https://github.com/wallabag/wallabag/issues/656) | ||
1714 | - Use new branches [\#514](https://github.com/wallabag/wallabag/issues/514) | ||
1715 | - change poche folder into wallabag folder [\#449](https://github.com/wallabag/wallabag/issues/449) | ||
1716 | - Help for plugin [\#378](https://github.com/wallabag/wallabag/issues/378) | ||
1717 | - Make a Docker image for easy install [\#220](https://github.com/wallabag/wallabag/issues/220) | ||
1718 | - about license [\#179](https://github.com/wallabag/wallabag/issues/179) | ||
1719 | - wallabag uses an old version of TLS [\#702](https://github.com/wallabag/wallabag/issues/702) | ||
1720 | - Please add a way to disable google fonts [\#674](https://github.com/wallabag/wallabag/issues/674) | ||
1721 | - "Stay signed in" doesn't work [\#654](https://github.com/wallabag/wallabag/issues/654) | ||
1722 | - \[Suggestion\] On main page, choose X articles / page [\#573](https://github.com/wallabag/wallabag/issues/573) | ||
1723 | |||
1724 | **Merged pull requests:** | ||
1725 | |||
1726 | - 1.7.1 [\#761](https://github.com/wallabag/wallabag/pull/761) ([nicosomb](https://github.com/nicosomb)) | 1897 | - 1.7.1 [\#761](https://github.com/wallabag/wallabag/pull/761) ([nicosomb](https://github.com/nicosomb)) |
1727 | - Add support for \*.about.com [\#754](https://github.com/wallabag/wallabag/pull/754) ([sinisterstuf](https://github.com/sinisterstuf)) | 1898 | - Add support for \*.about.com [\#754](https://github.com/wallabag/wallabag/pull/754) ([sinisterstuf](https://github.com/sinisterstuf)) |
1728 | - fix of issue \#650, \#619 and other similar, error in JSLikeHTMLElement: node no longer exists. [\#752](https://github.com/wallabag/wallabag/pull/752) ([mariroz](https://github.com/mariroz)) | 1899 | - fix of issue \#650, \#619 and other similar, error in JSLikeHTMLElement: node no longer exists. [\#752](https://github.com/wallabag/wallabag/pull/752) ([mariroz](https://github.com/mariroz)) |
@@ -1735,56 +1906,16 @@ | |||
1735 | - error reporting level set in E\_ALL & ~E\_NOTICE by default, can be overriden in config [\#716](https://github.com/wallabag/wallabag/pull/716) ([mariroz](https://github.com/mariroz)) | 1906 | - error reporting level set in E\_ALL & ~E\_NOTICE by default, can be overriden in config [\#716](https://github.com/wallabag/wallabag/pull/716) ([mariroz](https://github.com/mariroz)) |
1736 | - fix of undefined ATOM constant warning in full-text-rss, will fix ios-app issue \#14 [\#715](https://github.com/wallabag/wallabag/pull/715) ([mariroz](https://github.com/mariroz)) | 1907 | - fix of undefined ATOM constant warning in full-text-rss, will fix ios-app issue \#14 [\#715](https://github.com/wallabag/wallabag/pull/715) ([mariroz](https://github.com/mariroz)) |
1737 | - small xss vulnerability and translation ability fix [\#713](https://github.com/wallabag/wallabag/pull/713) ([mariroz](https://github.com/mariroz)) | 1908 | - small xss vulnerability and translation ability fix [\#713](https://github.com/wallabag/wallabag/pull/713) ([mariroz](https://github.com/mariroz)) |
1738 | - \[V2\] changed everything from Poche to Wallabag [\#705](https://github.com/wallabag/wallabag/pull/705) ([tcitworld](https://github.com/tcitworld)) | ||
1739 | |||
1740 | ## [1.7.0](https://github.com/wallabag/wallabag/tree/1.7.0) (2014-05-29) | ||
1741 | **Fixed bugs:** | ||
1742 | |||
1743 | - Can't save new article [\#710](https://github.com/wallabag/wallabag/issues/710) | ||
1744 | - Dailymotion support [\#708](https://github.com/wallabag/wallabag/issues/708) | ||
1745 | - Deleting install dir isn't automatic in dev branch [\#700](https://github.com/wallabag/wallabag/issues/700) | ||
1746 | - Installation fails with "parse\_ini\_file" disabled [\#678](https://github.com/wallabag/wallabag/issues/678) | ||
1747 | - RSS Problems [\#664](https://github.com/wallabag/wallabag/issues/664) | ||
1748 | - 1.6.1 storage name mismatch for postgres in installer [\#657](https://github.com/wallabag/wallabag/issues/657) | ||
1749 | - Error 500 - PHP fatal error [\#647](https://github.com/wallabag/wallabag/issues/647) | ||
1750 | - rss feed content type [\#636](https://github.com/wallabag/wallabag/issues/636) | ||
1751 | - Import doesn't finish [\#619](https://github.com/wallabag/wallabag/issues/619) | ||
1752 | - Walla bag fails to grab pages from tutplus.com [\#615](https://github.com/wallabag/wallabag/issues/615) | ||
1753 | - display problem with smartphone and Baggy [\#610](https://github.com/wallabag/wallabag/issues/610) | ||
1754 | - Embed videos in an iframe don't show [\#590](https://github.com/wallabag/wallabag/issues/590) | ||
1755 | - \[Bug ?\] Export wallabag data : not saving but opening in browser [\#570](https://github.com/wallabag/wallabag/issues/570) | ||
1756 | - In RSS feed, the link leads to my wallabag page [\#556](https://github.com/wallabag/wallabag/issues/556) | ||
1757 | - youtube videos are not saved [\#508](https://github.com/wallabag/wallabag/issues/508) | ||
1758 | - Import from Pocket not working in 1.5.2 [\#486](https://github.com/wallabag/wallabag/issues/486) | ||
1759 | |||
1760 | **Closed issues:** | ||
1761 | |||
1762 | - Show number of articles in categories, and on tag pages [\#684](https://github.com/wallabag/wallabag/issues/684) | ||
1763 | - Feature request : Editing article titles [\#672](https://github.com/wallabag/wallabag/issues/672) | ||
1764 | - Add URL from e-mail - Feature Request [\#669](https://github.com/wallabag/wallabag/issues/669) | ||
1765 | - PHP - Warning - 3rdparty HTMLpurifier [\#666](https://github.com/wallabag/wallabag/issues/666) | ||
1766 | - Create a new user [\#649](https://github.com/wallabag/wallabag/issues/649) | ||
1767 | - Improve error management [\#644](https://github.com/wallabag/wallabag/issues/644) | ||
1768 | - Paypal? [\#616](https://github.com/wallabag/wallabag/issues/616) | ||
1769 | - Wallabag on postgresql fails silently [\#651](https://github.com/wallabag/wallabag/issues/651) | ||
1770 | - Save search as new tag [\#638](https://github.com/wallabag/wallabag/issues/638) | ||
1771 | - Print friendly formatting? [\#617](https://github.com/wallabag/wallabag/issues/617) | ||
1772 | - Update links to 3rd party applications on courgette theme [\#600](https://github.com/wallabag/wallabag/issues/600) | ||
1773 | - FeedWriter.php & ATOM [\#550](https://github.com/wallabag/wallabag/issues/550) | ||
1774 | - Search engine [\#520](https://github.com/wallabag/wallabag/issues/520) | ||
1775 | - wallabag a link in wallabag [\#505](https://github.com/wallabag/wallabag/issues/505) | ||
1776 | - FQDN with non-standard ports broken \(testet with PHP's built-in web server\) [\#344](https://github.com/wallabag/wallabag/issues/344) | ||
1777 | |||
1778 | **Merged pull requests:** | ||
1779 | |||
1780 | - 1.7, call me "Premium version" [\#712](https://github.com/wallabag/wallabag/pull/712) ([nicosomb](https://github.com/nicosomb)) | 1909 | - 1.7, call me "Premium version" [\#712](https://github.com/wallabag/wallabag/pull/712) ([nicosomb](https://github.com/nicosomb)) |
1781 | - fix of uninitialized object warning, issue \#710 [\#711](https://github.com/wallabag/wallabag/pull/711) ([mariroz](https://github.com/mariroz)) | 1910 | - fix of uninitialized object warning, issue \#710 [\#711](https://github.com/wallabag/wallabag/pull/711) ([mariroz](https://github.com/mariroz)) |
1782 | - update to 3.2 version of full-text-rss, issue \#694 [\#707](https://github.com/wallabag/wallabag/pull/707) ([mariroz](https://github.com/mariroz)) | 1911 | - update to 3.2 version of full-text-rss, issue \#694 [\#707](https://github.com/wallabag/wallabag/pull/707) ([mariroz](https://github.com/mariroz)) |
1783 | - Fixed Baggy theme CSS for Chrome Extension \(and \< 500px width layout\) [\#706](https://github.com/wallabag/wallabag/pull/706) ([gboudreau](https://github.com/gboudreau)) | 1912 | - Fixed Baggy theme CSS for Chrome Extension \(and \< 500px width layout\) [\#706](https://github.com/wallabag/wallabag/pull/706) ([gboudreau](https://github.com/gboudreau)) |
1913 | - \[V2\] changed everything from Poche to Wallabag [\#705](https://github.com/wallabag/wallabag/pull/705) ([tcitworld](https://github.com/tcitworld)) | ||
1784 | - Security fixes for downloaded images \(thanks @leblanc-simon\) [\#703](https://github.com/wallabag/wallabag/pull/703) ([tcitworld](https://github.com/tcitworld)) | 1914 | - Security fixes for downloaded images \(thanks @leblanc-simon\) [\#703](https://github.com/wallabag/wallabag/pull/703) ([tcitworld](https://github.com/tcitworld)) |
1785 | - Up-to-date with me [\#697](https://github.com/wallabag/wallabag/pull/697) ([tcitworld](https://github.com/tcitworld)) | 1915 | - Up-to-date with me [\#697](https://github.com/wallabag/wallabag/pull/697) ([tcitworld](https://github.com/tcitworld)) |
1786 | - better wallabag in wallabag button \(see \#685\) [\#693](https://github.com/wallabag/wallabag/pull/693) ([tcitworld](https://github.com/tcitworld)) | 1916 | - better wallabag in wallabag button \(see \#685\) [\#693](https://github.com/wallabag/wallabag/pull/693) ([tcitworld](https://github.com/tcitworld)) |
1787 | - Epub is here ! [\#691](https://github.com/wallabag/wallabag/pull/691) ([tcitworld](https://github.com/tcitworld)) | 1917 | - Epub is here ! [\#691](https://github.com/wallabag/wallabag/pull/691) ([tcitworld](https://github.com/tcitworld)) |
1918 | - Add message in web server log in case of authentication failure [\#690](https://github.com/wallabag/wallabag/pull/690) ([doc75](https://github.com/doc75)) | ||
1788 | - Tag-related features [\#689](https://github.com/wallabag/wallabag/pull/689) ([tcitworld](https://github.com/tcitworld)) | 1919 | - Tag-related features [\#689](https://github.com/wallabag/wallabag/pull/689) ([tcitworld](https://github.com/tcitworld)) |
1789 | - French translation update [\#680](https://github.com/wallabag/wallabag/pull/680) ([m-r-r](https://github.com/m-r-r)) | 1920 | - French translation update [\#680](https://github.com/wallabag/wallabag/pull/680) ([m-r-r](https://github.com/m-r-r)) |
1790 | - fix of putenv warning under safe mode, issue \#646 [\#667](https://github.com/wallabag/wallabag/pull/667) ([mariroz](https://github.com/mariroz)) | 1921 | - fix of putenv warning under safe mode, issue \#646 [\#667](https://github.com/wallabag/wallabag/pull/667) ([mariroz](https://github.com/mariroz)) |
@@ -1798,23 +1929,6 @@ | |||
1798 | - Added IF NOT EXISTS [\#642](https://github.com/wallabag/wallabag/pull/642) ([jplock](https://github.com/jplock)) | 1929 | - Added IF NOT EXISTS [\#642](https://github.com/wallabag/wallabag/pull/642) ([jplock](https://github.com/jplock)) |
1799 | - Improvements on french translation [\#637](https://github.com/wallabag/wallabag/pull/637) ([AmauryCarrade](https://github.com/AmauryCarrade)) | 1930 | - Improvements on french translation [\#637](https://github.com/wallabag/wallabag/pull/637) ([AmauryCarrade](https://github.com/AmauryCarrade)) |
1800 | - added missing image to dmagenta theme [\#635](https://github.com/wallabag/wallabag/pull/635) ([DmitrySandalov](https://github.com/DmitrySandalov)) | 1931 | - added missing image to dmagenta theme [\#635](https://github.com/wallabag/wallabag/pull/635) ([DmitrySandalov](https://github.com/DmitrySandalov)) |
1801 | |||
1802 | ## [1.6.1b](https://github.com/wallabag/wallabag/tree/1.6.1b) (2014-04-11) | ||
1803 | **Fixed bugs:** | ||
1804 | |||
1805 | - PosgreSQL error on sequence users\_id\_seq with version 1.6 [\#628](https://github.com/wallabag/wallabag/issues/628) | ||
1806 | |||
1807 | **Closed issues:** | ||
1808 | |||
1809 | - RSS feeds don't work [\#631](https://github.com/wallabag/wallabag/issues/631) | ||
1810 | - Can't sync articles with the android app [\#608](https://github.com/wallabag/wallabag/issues/608) | ||
1811 | - \[Feature Request\] Mobile offline sync support [\#607](https://github.com/wallabag/wallabag/issues/607) | ||
1812 | - The rss feed isn't working on version 1.6.0 [\#604](https://github.com/wallabag/wallabag/issues/604) | ||
1813 | - Link to the "Update"-documentation in annocements [\#597](https://github.com/wallabag/wallabag/issues/597) | ||
1814 | - Export / Import : suggestions & problems [\#571](https://github.com/wallabag/wallabag/issues/571) | ||
1815 | |||
1816 | **Merged pull requests:** | ||
1817 | |||
1818 | - 1.6.1 [\#634](https://github.com/wallabag/wallabag/pull/634) ([nicosomb](https://github.com/nicosomb)) | 1932 | - 1.6.1 [\#634](https://github.com/wallabag/wallabag/pull/634) ([nicosomb](https://github.com/nicosomb)) |
1819 | - error with empty content by import fixed. Also youtube and vimeo videos are allowd in content now. [\#633](https://github.com/wallabag/wallabag/pull/633) ([mariroz](https://github.com/mariroz)) | 1933 | - error with empty content by import fixed. Also youtube and vimeo videos are allowd in content now. [\#633](https://github.com/wallabag/wallabag/pull/633) ([mariroz](https://github.com/mariroz)) |
1820 | - logging by import added; error by creation table if exists in postgresql... [\#632](https://github.com/wallabag/wallabag/pull/632) ([mariroz](https://github.com/mariroz)) | 1934 | - logging by import added; error by creation table if exists in postgresql... [\#632](https://github.com/wallabag/wallabag/pull/632) ([mariroz](https://github.com/mariroz)) |
@@ -1828,85 +1942,6 @@ | |||
1828 | - in RSS feed, add link to wallabag URL \#556 [\#606](https://github.com/wallabag/wallabag/pull/606) ([nicosomb](https://github.com/nicosomb)) | 1942 | - in RSS feed, add link to wallabag URL \#556 [\#606](https://github.com/wallabag/wallabag/pull/606) ([nicosomb](https://github.com/nicosomb)) |
1829 | - \[fix\] Use of undefined constant ATOM \#604 [\#605](https://github.com/wallabag/wallabag/pull/605) ([nicosomb](https://github.com/nicosomb)) | 1943 | - \[fix\] Use of undefined constant ATOM \#604 [\#605](https://github.com/wallabag/wallabag/pull/605) ([nicosomb](https://github.com/nicosomb)) |
1830 | - postgres sequence error fix, issue \#602 [\#603](https://github.com/wallabag/wallabag/pull/603) ([mariroz](https://github.com/mariroz)) | 1944 | - postgres sequence error fix, issue \#602 [\#603](https://github.com/wallabag/wallabag/pull/603) ([mariroz](https://github.com/mariroz)) |
1831 | |||
1832 | ## [1.6.1](https://github.com/wallabag/wallabag/tree/1.6.1) (2014-04-03) | ||
1833 | **Fixed bugs:** | ||
1834 | |||
1835 | - I can't close "search" popup with the cross picture [\#613](https://github.com/wallabag/wallabag/issues/613) | ||
1836 | - Escap key displays "save a link" form [\#612](https://github.com/wallabag/wallabag/issues/612) | ||
1837 | - Post 1.6 upgrade - bagging anything lead to PDOException [\#602](https://github.com/wallabag/wallabag/issues/602) | ||
1838 | - Fail to sync articles with poche app. [\#593](https://github.com/wallabag/wallabag/issues/593) | ||
1839 | - Import fail from Poche [\#530](https://github.com/wallabag/wallabag/issues/530) | ||
1840 | - Can't import from Pocket [\#294](https://github.com/wallabag/wallabag/issues/294) | ||
1841 | |||
1842 | **Closed issues:** | ||
1843 | |||
1844 | - Migration from third services - Framabag [\#426](https://github.com/wallabag/wallabag/issues/426) | ||
1845 | |||
1846 | ## [1.6.0](https://github.com/wallabag/wallabag/tree/1.6.0) (2014-04-03) | ||
1847 | **Fixed bugs:** | ||
1848 | |||
1849 | - The RSS Feed doesn't seem valid [\#583](https://github.com/wallabag/wallabag/issues/583) | ||
1850 | - on Framabag re-login needed after "bag it!" [\#509](https://github.com/wallabag/wallabag/issues/509) | ||
1851 | - Bug: makefulltextfeed.php crashing on article [\#494](https://github.com/wallabag/wallabag/issues/494) | ||
1852 | - This page contains a script from unauthenticated sources [\#482](https://github.com/wallabag/wallabag/issues/482) | ||
1853 | - Running Wallabag on Windows Host [\#580](https://github.com/wallabag/wallabag/issues/580) | ||
1854 | - Invalid url message for this page [\#578](https://github.com/wallabag/wallabag/issues/578) | ||
1855 | - baggy theme - "powered by" overlapps pagination [\#577](https://github.com/wallabag/wallabag/issues/577) | ||
1856 | - Failing to add a link [\#555](https://github.com/wallabag/wallabag/issues/555) | ||
1857 | - CTRL S open "save this page" in firefox [\#552](https://github.com/wallabag/wallabag/issues/552) | ||
1858 | - deactivate keyboard shortcuts when entering tags [\#546](https://github.com/wallabag/wallabag/issues/546) | ||
1859 | - Failure in makefulltextfeed.php [\#529](https://github.com/wallabag/wallabag/issues/529) | ||
1860 | - Firefox: download the extension - Link Broken [\#528](https://github.com/wallabag/wallabag/issues/528) | ||
1861 | - minor glitch in baggy theme [\#526](https://github.com/wallabag/wallabag/issues/526) | ||
1862 | - baggy theme removed "remember scroll position" feature [\#519](https://github.com/wallabag/wallabag/issues/519) | ||
1863 | - Heise article crashes online demo [\#498](https://github.com/wallabag/wallabag/issues/498) | ||
1864 | - Erreur PHP Fatal error: Call to undefined method [\#493](https://github.com/wallabag/wallabag/issues/493) | ||
1865 | - Impossible de changer de langue [\#492](https://github.com/wallabag/wallabag/issues/492) | ||
1866 | - \[Baggy\] Prob. "hover" sur lien de déco [\#489](https://github.com/wallabag/wallabag/issues/489) | ||
1867 | - Config en FR mais langue EN affichée ? [\#488](https://github.com/wallabag/wallabag/issues/488) | ||
1868 | - Update to 1.5.2 : PHP extension required: pdo\_sqlite [\#483](https://github.com/wallabag/wallabag/issues/483) | ||
1869 | - pages are not imported [\#463](https://github.com/wallabag/wallabag/issues/463) | ||
1870 | - Permission error if no cache dir exist [\#451](https://github.com/wallabag/wallabag/issues/451) | ||
1871 | - wallabag a tumblr will only save the first post [\#441](https://github.com/wallabag/wallabag/issues/441) | ||
1872 | - RSS Feeds don't validate / W3C [\#384](https://github.com/wallabag/wallabag/issues/384) | ||
1873 | - No content after fresh install \(v1.3.0\) [\#366](https://github.com/wallabag/wallabag/issues/366) | ||
1874 | - Local import does not work [\#332](https://github.com/wallabag/wallabag/issues/332) | ||
1875 | - stay connected checkbox - Add cookie [\#115](https://github.com/wallabag/wallabag/issues/115) | ||
1876 | - image non récupérée [\#52](https://github.com/wallabag/wallabag/issues/52) | ||
1877 | - bagit link + overlay save link + listmode [\#540](https://github.com/wallabag/wallabag/pull/540) ([courgette](https://github.com/courgette)) | ||
1878 | - fix of global $http visibility, issues \#493, \#494 [\#495](https://github.com/wallabag/wallabag/pull/495) ([mariroz](https://github.com/mariroz)) | ||
1879 | |||
1880 | **Closed issues:** | ||
1881 | |||
1882 | - "Cannot redeclare autoload\(\)" error when importing from Readability [\#575](https://github.com/wallabag/wallabag/issues/575) | ||
1883 | - Link to F-Droidpoints to old app [\#574](https://github.com/wallabag/wallabag/issues/574) | ||
1884 | - \[Bug\] MySQL tables have NO prefix ! [\#569](https://github.com/wallabag/wallabag/issues/569) | ||
1885 | - \[Bug\] Only Baggy theme have cron import instructions [\#559](https://github.com/wallabag/wallabag/issues/559) | ||
1886 | - When tagging, recommend already used tags [\#542](https://github.com/wallabag/wallabag/issues/542) | ||
1887 | - \[Suggestion\] bookmarklet : retour à la page d'origine [\#539](https://github.com/wallabag/wallabag/issues/539) | ||
1888 | - \[Bug\] Saving link menu item : javascript problem [\#516](https://github.com/wallabag/wallabag/issues/516) | ||
1889 | - Pagination sur le theme baggy [\#507](https://github.com/wallabag/wallabag/issues/507) | ||
1890 | - Update Firefox extension [\#506](https://github.com/wallabag/wallabag/issues/506) | ||
1891 | - \[Feature request\] Use QR codes to set the mobile applications up [\#432](https://github.com/wallabag/wallabag/issues/432) | ||
1892 | - \[Cron ?\] Import [\#545](https://github.com/wallabag/wallabag/issues/545) | ||
1893 | - Close "save a link" popup without using "esc" key [\#541](https://github.com/wallabag/wallabag/issues/541) | ||
1894 | - Hide content in list view \(with baggy theme\) [\#525](https://github.com/wallabag/wallabag/issues/525) | ||
1895 | - Empty cache after changing theme [\#503](https://github.com/wallabag/wallabag/issues/503) | ||
1896 | - After token generation, don't redirect to home screen [\#491](https://github.com/wallabag/wallabag/issues/491) | ||
1897 | - \[theme\] \[baggy\] Get an actual flattr icon [\#490](https://github.com/wallabag/wallabag/issues/490) | ||
1898 | - \[Trad/Transl\] FR [\#487](https://github.com/wallabag/wallabag/issues/487) | ||
1899 | - Baggy theme navigation bug [\#485](https://github.com/wallabag/wallabag/issues/485) | ||
1900 | - Update logo [\#484](https://github.com/wallabag/wallabag/issues/484) | ||
1901 | - \[Feature\] View as list [\#479](https://github.com/wallabag/wallabag/issues/479) | ||
1902 | - List of existing Tags [\#477](https://github.com/wallabag/wallabag/issues/477) | ||
1903 | - Pocket import does not support tag ? [\#457](https://github.com/wallabag/wallabag/issues/457) | ||
1904 | - \[Suggestion\] Forcer la vérif. de version [\#455](https://github.com/wallabag/wallabag/issues/455) | ||
1905 | - \[Suggestion\] Bouton pour vider le cache [\#454](https://github.com/wallabag/wallabag/issues/454) | ||
1906 | - \[v1\] improve import system [\#365](https://github.com/wallabag/wallabag/issues/365) | ||
1907 | |||
1908 | **Merged pull requests:** | ||
1909 | |||
1910 | - wallabag 1.6.0 [\#595](https://github.com/wallabag/wallabag/pull/595) ([nicosomb](https://github.com/nicosomb)) | 1945 | - wallabag 1.6.0 [\#595](https://github.com/wallabag/wallabag/pull/595) ([nicosomb](https://github.com/nicosomb)) |
1911 | - import into wallabag without cron and file type [\#594](https://github.com/wallabag/wallabag/pull/594) ([mariroz](https://github.com/mariroz)) | 1946 | - import into wallabag without cron and file type [\#594](https://github.com/wallabag/wallabag/pull/594) ([mariroz](https://github.com/mariroz)) |
1912 | - fix of bug with default theme constant [\#588](https://github.com/wallabag/wallabag/pull/588) ([mariroz](https://github.com/mariroz)) | 1947 | - fix of bug with default theme constant [\#588](https://github.com/wallabag/wallabag/pull/588) ([mariroz](https://github.com/mariroz)) |
@@ -1937,143 +1972,29 @@ | |||
1937 | - Update pl\_PL.utf8.po [\#502](https://github.com/wallabag/wallabag/pull/502) ([skibbipl](https://github.com/skibbipl)) | 1972 | - Update pl\_PL.utf8.po [\#502](https://github.com/wallabag/wallabag/pull/502) ([skibbipl](https://github.com/skibbipl)) |
1938 | - fix of \#498, \#493, \#494 - because disappeared in last commit [\#501](https://github.com/wallabag/wallabag/pull/501) ([mariroz](https://github.com/mariroz)) | 1973 | - fix of \#498, \#493, \#494 - because disappeared in last commit [\#501](https://github.com/wallabag/wallabag/pull/501) ([mariroz](https://github.com/mariroz)) |
1939 | - French translation added by @Draky50110, issue \#488 [\#499](https://github.com/wallabag/wallabag/pull/499) ([mariroz](https://github.com/mariroz)) | 1974 | - French translation added by @Draky50110, issue \#488 [\#499](https://github.com/wallabag/wallabag/pull/499) ([mariroz](https://github.com/mariroz)) |
1940 | |||
1941 | ## [1.5.2](https://github.com/wallabag/wallabag/tree/1.5.2) (2014-02-21) | ||
1942 | **Fixed bugs:** | ||
1943 | |||
1944 | - \[Bug\] Liste des thèmes par ordre alpha ? [\#470](https://github.com/wallabag/wallabag/issues/470) | ||
1945 | - \[Bug\] Label du bouton sur l'écran d'identification [\#456](https://github.com/wallabag/wallabag/issues/456) | ||
1946 | - \[Bug\] Thème Baggy : le lien vers Wallabag en footer ne marche pas [\#453](https://github.com/wallabag/wallabag/issues/453) | ||
1947 | |||
1948 | **Closed issues:** | ||
1949 | |||
1950 | - One tag displayed multiple times on tags page [\#474](https://github.com/wallabag/wallabag/issues/474) | ||
1951 | - display language name in config page [\#480](https://github.com/wallabag/wallabag/issues/480) | ||
1952 | - Missing pagination on tag page [\#476](https://github.com/wallabag/wallabag/issues/476) | ||
1953 | - \[Changement de nom\] Anciens thèmes [\#471](https://github.com/wallabag/wallabag/issues/471) | ||
1954 | - Make the installation more user-friendly [\#466](https://github.com/wallabag/wallabag/issues/466) | ||
1955 | - add Slovenian language [\#462](https://github.com/wallabag/wallabag/issues/462) | ||
1956 | - move the "save a link" field on homepage [\#461](https://github.com/wallabag/wallabag/issues/461) | ||
1957 | |||
1958 | **Merged pull requests:** | ||
1959 | |||
1960 | - 1.5.2 [\#481](https://github.com/wallabag/wallabag/pull/481) ([nicosomb](https://github.com/nicosomb)) | 1975 | - 1.5.2 [\#481](https://github.com/wallabag/wallabag/pull/481) ([nicosomb](https://github.com/nicosomb)) |
1961 | - a lot of refactoring: tag action is now handled by home view and uses sorting and pagination. Some small view enhacenments. Fix of \#476, \#461 for baggy and other themes [\#478](https://github.com/wallabag/wallabag/pull/478) ([mariroz](https://github.com/mariroz)) | 1976 | - a lot of refactoring: tag action is now handled by home view and uses sorting and pagination. Some small view enhacenments. Fix of \#476, \#461 for baggy and other themes [\#478](https://github.com/wallabag/wallabag/pull/478) ([mariroz](https://github.com/mariroz)) |
1962 | - Baggy Theme - PtSans font is now local [\#473](https://github.com/wallabag/wallabag/pull/473) ([nsteinmetz](https://github.com/nsteinmetz)) | 1977 | - Baggy Theme - PtSans font is now local [\#473](https://github.com/wallabag/wallabag/pull/473) ([nsteinmetz](https://github.com/nsteinmetz)) |
1963 | - Full-Text RSS included as a script instead of file\_get\_contents call. Tnx to @Faless. Fix issues \#366 and \#463 [\#472](https://github.com/wallabag/wallabag/pull/472) ([mariroz](https://github.com/mariroz)) | 1978 | - Full-Text RSS included as a script instead of file\_get\_contents call. Tnx to @Faless. Fix issues \#366 and \#463 [\#472](https://github.com/wallabag/wallabag/pull/472) ([mariroz](https://github.com/mariroz)) |
1964 | - version number 1.5.1 [\#469](https://github.com/wallabag/wallabag/pull/469) ([nicosomb](https://github.com/nicosomb)) | 1979 | - version number 1.5.1 [\#469](https://github.com/wallabag/wallabag/pull/469) ([nicosomb](https://github.com/nicosomb)) |
1965 | - "save a link" added to top menu \(default theme\) to toggle "save link" form, issue \#461 [\#467](https://github.com/wallabag/wallabag/pull/467) ([mariroz](https://github.com/mariroz)) | ||
1966 | |||
1967 | ## [1.5.1.1](https://github.com/wallabag/wallabag/tree/1.5.1.1) (2014-02-19) | ||
1968 | ## [1.5.1](https://github.com/wallabag/wallabag/tree/1.5.1) (2014-02-19) | ||
1969 | **Fixed bugs:** | ||
1970 | |||
1971 | - \[Bug\] Bas de page index : problème avec le fichier de langue ? [\#452](https://github.com/wallabag/wallabag/issues/452) | ||
1972 | - duplicate check added. fix of issue \#400 [\#460](https://github.com/wallabag/wallabag/pull/460) ([mariroz](https://github.com/mariroz)) | ||
1973 | |||
1974 | **Merged pull requests:** | ||
1975 | |||
1976 | - 1.5.1 [\#468](https://github.com/wallabag/wallabag/pull/468) ([nicosomb](https://github.com/nicosomb)) | 1980 | - 1.5.1 [\#468](https://github.com/wallabag/wallabag/pull/468) ([nicosomb](https://github.com/nicosomb)) |
1981 | - "save a link" added to top menu \(default theme\) to toggle "save link" form, issue \#461 [\#467](https://github.com/wallabag/wallabag/pull/467) ([mariroz](https://github.com/mariroz)) | ||
1977 | - Feature \#457 : import from pocket now import tags too [\#459](https://github.com/wallabag/wallabag/pull/459) ([arnaudmm](https://github.com/arnaudmm)) | 1982 | - Feature \#457 : import from pocket now import tags too [\#459](https://github.com/wallabag/wallabag/pull/459) ([arnaudmm](https://github.com/arnaudmm)) |
1978 | |||
1979 | ## [1.5.0](https://github.com/wallabag/wallabag/tree/1.5.0) (2014-02-13) | ||
1980 | **Fixed bugs:** | ||
1981 | |||
1982 | - Bug with theme name case [\#447](https://github.com/wallabag/wallabag/issues/447) | ||
1983 | - notification cross doesn't work [\#446](https://github.com/wallabag/wallabag/issues/446) | ||
1984 | - Login time [\#442](https://github.com/wallabag/wallabag/issues/442) | ||
1985 | - An error report:Parse error: syntax error, unexpected T\_FUNCTION [\#436](https://github.com/wallabag/wallabag/issues/436) | ||
1986 | - Incorrect url when adding from Android [\#424](https://github.com/wallabag/wallabag/issues/424) | ||
1987 | - Some language problems in the french Config Page [\#416](https://github.com/wallabag/wallabag/issues/416) | ||
1988 | - RSS Feed URL problem [\#364](https://github.com/wallabag/wallabag/issues/364) | ||
1989 | |||
1990 | **Closed issues:** | ||
1991 | |||
1992 | - new default content [\#445](https://github.com/wallabag/wallabag/issues/445) | ||
1993 | - Update the demo [\#430](https://github.com/wallabag/wallabag/issues/430) | ||
1994 | - Move all Unread articles to Archive [\#385](https://github.com/wallabag/wallabag/issues/385) | ||
1995 | |||
1996 | **Merged pull requests:** | ||
1997 | |||
1998 | - 1.5.0 [\#450](https://github.com/wallabag/wallabag/pull/450) ([nicosomb](https://github.com/nicosomb)) | 1983 | - 1.5.0 [\#450](https://github.com/wallabag/wallabag/pull/450) ([nicosomb](https://github.com/nicosomb)) |
1999 | - Adding .htaccess files to prohibit access to critical directories, e.g., db/ [\#439](https://github.com/wallabag/wallabag/pull/439) ([flolauck](https://github.com/flolauck)) | 1984 | - Adding .htaccess files to prohibit access to critical directories, e.g., db/ [\#439](https://github.com/wallabag/wallabag/pull/439) ([flolauck](https://github.com/flolauck)) |
2000 | - Polish and Ukrainian translations added. Russian - updated. Plust 2 smal... [\#435](https://github.com/wallabag/wallabag/pull/435) ([mariroz](https://github.com/mariroz)) | 1985 | - Polish and Ukrainian translations added. Russian - updated. Plust 2 smal... [\#435](https://github.com/wallabag/wallabag/pull/435) ([mariroz](https://github.com/mariroz)) |
2001 | - Theme courgette [\#434](https://github.com/wallabag/wallabag/pull/434) ([courgette](https://github.com/courgette)) | 1986 | - Theme courgette [\#434](https://github.com/wallabag/wallabag/pull/434) ([courgette](https://github.com/courgette)) |
2002 | - all locale files re-compiled: fix of \#416 Some language problems in the ... [\#428](https://github.com/wallabag/wallabag/pull/428) ([mariroz](https://github.com/mariroz)) | 1987 | - all locale files re-compiled: fix of \#416 Some language problems in the ... [\#428](https://github.com/wallabag/wallabag/pull/428) ([mariroz](https://github.com/mariroz)) |
2003 | |||
2004 | ## [1.4.0](https://github.com/wallabag/wallabag/tree/1.4.0) (2014-02-03) | ||
2005 | **Fixed bugs:** | ||
2006 | |||
2007 | - remember user [\#401](https://github.com/wallabag/wallabag/issues/401) | ||
2008 | - Poche on Apache, behind Ngnix [\#395](https://github.com/wallabag/wallabag/issues/395) | ||
2009 | - remove all poche references in code [\#415](https://github.com/wallabag/wallabag/issues/415) | ||
2010 | - Add support for X-Forwarded-Proto header field [\#413](https://github.com/wallabag/wallabag/issues/413) | ||
2011 | - \[unable to retrieve full-text content\]... [\#396](https://github.com/wallabag/wallabag/issues/396) | ||
2012 | - Empty article title and content \(blank title tag and content\) [\#390](https://github.com/wallabag/wallabag/issues/390) | ||
2013 | - Import from readability doesn't work \(0 links imported\) [\#375](https://github.com/wallabag/wallabag/issues/375) | ||
2014 | - Endless redirects or user doesn't exist with basic authentication [\#368](https://github.com/wallabag/wallabag/issues/368) | ||
2015 | - table tags\_entries already exists [\#367](https://github.com/wallabag/wallabag/issues/367) | ||
2016 | - fix of bug \#368 Endless redirects or user doesn't exist with basic authe... [\#419](https://github.com/wallabag/wallabag/pull/419) ([mariroz](https://github.com/mariroz)) | ||
2017 | - Page data extraction with basic auth [\#394](https://github.com/wallabag/wallabag/pull/394) ([aaa2000](https://github.com/aaa2000)) | ||
2018 | |||
2019 | **Closed issues:** | ||
2020 | |||
2021 | - Error when installing: Fatal error: Call to a member function render\(\) on a non-object in [\#423](https://github.com/wallabag/wallabag/issues/423) | ||
2022 | - Add undelete [\#422](https://github.com/wallabag/wallabag/issues/422) | ||
2023 | - \[1.3.1\] Poche Call to a member function render\(\) on a non-object [\#399](https://github.com/wallabag/wallabag/issues/399) | ||
2024 | - Rationnaliser la doc [\#297](https://github.com/wallabag/wallabag/issues/297) | ||
2025 | - Tables content in solarized dark theme unreadable [\#421](https://github.com/wallabag/wallabag/issues/421) | ||
2026 | - 1.3.0: Pulished feeds by tt-rss will be empty in wallabag [\#420](https://github.com/wallabag/wallabag/issues/420) | ||
2027 | - Display link to poche\_compatibility\_test at installation [\#392](https://github.com/wallabag/wallabag/issues/392) | ||
2028 | - Empty article title \(blank title tag\) [\#389](https://github.com/wallabag/wallabag/issues/389) | ||
2029 | - \[v1\] update translation files [\#340](https://github.com/wallabag/wallabag/issues/340) | ||
2030 | - Sharing on self hosted social networks [\#327](https://github.com/wallabag/wallabag/issues/327) | ||
2031 | |||
2032 | **Merged pull requests:** | ||
2033 | |||
2034 | - changelog 1.4 [\#427](https://github.com/wallabag/wallabag/pull/427) ([nicosomb](https://github.com/nicosomb)) | 1988 | - changelog 1.4 [\#427](https://github.com/wallabag/wallabag/pull/427) ([nicosomb](https://github.com/nicosomb)) |
2035 | - Courgette theme revision [\#425](https://github.com/wallabag/wallabag/pull/425) ([Lonnytunes](https://github.com/Lonnytunes)) | 1989 | - Courgette theme revision [\#425](https://github.com/wallabag/wallabag/pull/425) ([Lonnytunes](https://github.com/Lonnytunes)) |
2036 | - Fix: stops multiplication, in database, of a same user config item [\#410](https://github.com/wallabag/wallabag/pull/410) ([Lonnytunes](https://github.com/Lonnytunes)) | 1990 | - Fix: stops multiplication, in database, of a same user config item [\#410](https://github.com/wallabag/wallabag/pull/410) ([Lonnytunes](https://github.com/Lonnytunes)) |
2037 | - Correction de bugs dans le schema mysql [\#391](https://github.com/wallabag/wallabag/pull/391) ([Newinx](https://github.com/Newinx)) | 1991 | - Correction de bugs dans le schema mysql [\#391](https://github.com/wallabag/wallabag/pull/391) ([Newinx](https://github.com/Newinx)) |
2038 | |||
2039 | ## [1.3.1](https://github.com/wallabag/wallabag/tree/1.3.1) (2014-01-07) | ||
2040 | **Fixed bugs:** | ||
2041 | |||
2042 | - Some links crash RSS feeds [\#386](https://github.com/wallabag/wallabag/issues/386) | ||
2043 | - Encoding trouble in \<title\> of RSS [\#376](https://github.com/wallabag/wallabag/issues/376) | ||
2044 | - Some articles break the RSS [\#374](https://github.com/wallabag/wallabag/issues/374) | ||
2045 | - Notice: Trying to get property of non-object in poche/inc/3rdparty/FlattrItem.class.php on line 22 [\#359](https://github.com/wallabag/wallabag/issues/359) | ||
2046 | |||
2047 | **Closed issues:** | ||
2048 | |||
2049 | - Problem with fresh install [\#383](https://github.com/wallabag/wallabag/issues/383) | ||
2050 | - Vector version of logo? [\#372](https://github.com/wallabag/wallabag/issues/372) | ||
2051 | |||
2052 | **Merged pull requests:** | ||
2053 | |||
2054 | - poche 1.3.1 [\#387](https://github.com/wallabag/wallabag/pull/387) ([nicosomb](https://github.com/nicosomb)) | 1992 | - poche 1.3.1 [\#387](https://github.com/wallabag/wallabag/pull/387) ([nicosomb](https://github.com/nicosomb)) |
2055 | - Create sqlite table tags\_entries only if not already exists [\#382](https://github.com/wallabag/wallabag/pull/382) ([aaa2000](https://github.com/aaa2000)) | 1993 | - Create sqlite table tags\_entries only if not already exists [\#382](https://github.com/wallabag/wallabag/pull/382) ([aaa2000](https://github.com/aaa2000)) |
2056 | - Flattr Class : Bug 359 [\#381](https://github.com/wallabag/wallabag/pull/381) ([tcitworld](https://github.com/tcitworld)) | 1994 | - Flattr Class : Bug 359 [\#381](https://github.com/wallabag/wallabag/pull/381) ([tcitworld](https://github.com/tcitworld)) |
2057 | - Change Permissions in pochePictures.php [\#380](https://github.com/wallabag/wallabag/pull/380) ([F1reF0x](https://github.com/F1reF0x)) | 1995 | - Change Permissions in pochePictures.php [\#380](https://github.com/wallabag/wallabag/pull/380) ([F1reF0x](https://github.com/F1reF0x)) |
2058 | - Minor changes to tag edit and config pages [\#379](https://github.com/wallabag/wallabag/pull/379) ([williamtheaker](https://github.com/williamtheaker)) | 1996 | - Minor changes to tag edit and config pages [\#379](https://github.com/wallabag/wallabag/pull/379) ([williamtheaker](https://github.com/williamtheaker)) |
2059 | - docs link, typos [\#370](https://github.com/wallabag/wallabag/pull/370) ([DmitrySandalov](https://github.com/DmitrySandalov)) | 1997 | - docs link, typos [\#370](https://github.com/wallabag/wallabag/pull/370) ([DmitrySandalov](https://github.com/DmitrySandalov)) |
2060 | |||
2061 | ## [1.3.0](https://github.com/wallabag/wallabag/tree/1.3.0) (2013-12-23) | ||
2062 | **Fixed bugs:** | ||
2063 | |||
2064 | - can't parse youtube [\#253](https://github.com/wallabag/wallabag/issues/253) | ||
2065 | |||
2066 | **Closed issues:** | ||
2067 | |||
2068 | - offline access to list possible? [\#361](https://github.com/wallabag/wallabag/issues/361) | ||
2069 | - Template tpl inachevé empêche le retour au thème par défaut [\#355](https://github.com/wallabag/wallabag/issues/355) | ||
2070 | - Actions icons not displayed with default theme [\#346](https://github.com/wallabag/wallabag/issues/346) | ||
2071 | - \[Feature\] Article length [\#345](https://github.com/wallabag/wallabag/issues/345) | ||
2072 | - \[Feature\] Custom Parse Scripts [\#335](https://github.com/wallabag/wallabag/issues/335) | ||
2073 | - Wrong current version [\#330](https://github.com/wallabag/wallabag/issues/330) | ||
2074 | |||
2075 | **Merged pull requests:** | ||
2076 | |||
2077 | - poche 1.3.0 [\#363](https://github.com/wallabag/wallabag/pull/363) ([nicosomb](https://github.com/nicosomb)) | 1998 | - poche 1.3.0 [\#363](https://github.com/wallabag/wallabag/pull/363) ([nicosomb](https://github.com/nicosomb)) |
2078 | - fix for long lasting session [\#362](https://github.com/wallabag/wallabag/pull/362) ([DmitrySandalov](https://github.com/DmitrySandalov)) | 1999 | - fix for long lasting session [\#362](https://github.com/wallabag/wallabag/pull/362) ([DmitrySandalov](https://github.com/DmitrySandalov)) |
2079 | - tags: mysql create tables if not exists [\#360](https://github.com/wallabag/wallabag/pull/360) ([DmitrySandalov](https://github.com/DmitrySandalov)) | 2000 | - tags: mysql create tables if not exists [\#360](https://github.com/wallabag/wallabag/pull/360) ([DmitrySandalov](https://github.com/DmitrySandalov)) |
@@ -2089,74 +2010,12 @@ | |||
2089 | - \[add\] layout [\#331](https://github.com/wallabag/wallabag/pull/331) ([nicosomb](https://github.com/nicosomb)) | 2010 | - \[add\] layout [\#331](https://github.com/wallabag/wallabag/pull/331) ([nicosomb](https://github.com/nicosomb)) |
2090 | - Create fa\_IR.utf8.po [\#329](https://github.com/wallabag/wallabag/pull/329) ([mabkenar](https://github.com/mabkenar)) | 2011 | - Create fa\_IR.utf8.po [\#329](https://github.com/wallabag/wallabag/pull/329) ([mabkenar](https://github.com/mabkenar)) |
2091 | - 1.2.0 [\#326](https://github.com/wallabag/wallabag/pull/326) ([nicosomb](https://github.com/nicosomb)) | 2012 | - 1.2.0 [\#326](https://github.com/wallabag/wallabag/pull/326) ([nicosomb](https://github.com/nicosomb)) |
2092 | |||
2093 | ## [1.2.0](https://github.com/wallabag/wallabag/tree/1.2.0) (2013-11-25) | ||
2094 | **Fixed bugs:** | ||
2095 | |||
2096 | - poche not accessible anymore via https [\#283](https://github.com/wallabag/wallabag/issues/283) | ||
2097 | - content not well displayed with bulletins-electroniques.com [\#177](https://github.com/wallabag/wallabag/issues/177) | ||
2098 | - problem with CURLOPT\_FOLLOWLOCATION [\#287](https://github.com/wallabag/wallabag/issues/287) | ||
2099 | - html output of poche is linking to localhost [\#270](https://github.com/wallabag/wallabag/issues/270) | ||
2100 | - Deleting article doesn't redirect [\#259](https://github.com/wallabag/wallabag/issues/259) | ||
2101 | - error 500 with the .htaccess [\#254](https://github.com/wallabag/wallabag/issues/254) | ||
2102 | |||
2103 | **Closed issues:** | ||
2104 | |||
2105 | - "Stay signed in" doesn't work on Poche Hosting / Chrome [\#325](https://github.com/wallabag/wallabag/issues/325) | ||
2106 | - pouvoir taguer ses posts - Tag posts [\#319](https://github.com/wallabag/wallabag/issues/319) | ||
2107 | - RSS/atom feed of unread items [\#318](https://github.com/wallabag/wallabag/issues/318) | ||
2108 | - \[v2\] enhancement add Russian locale [\#314](https://github.com/wallabag/wallabag/issues/314) | ||
2109 | - ru\_RU.utf8.po locale proposal [\#308](https://github.com/wallabag/wallabag/issues/308) | ||
2110 | - No icons visible in dark theme - new set proposed. [\#306](https://github.com/wallabag/wallabag/issues/306) | ||
2111 | - \[v2\] Mark an arcticle as 'read' on the actual arcticle page [\#305](https://github.com/wallabag/wallabag/issues/305) | ||
2112 | - Always wants me to login [\#303](https://github.com/wallabag/wallabag/issues/303) | ||
2113 | - Créer son utilisateur, howto? [\#298](https://github.com/wallabag/wallabag/issues/298) | ||
2114 | - Can't import from Pocket [\#295](https://github.com/wallabag/wallabag/issues/295) | ||
2115 | - Utilisation de librairies locales [\#293](https://github.com/wallabag/wallabag/issues/293) | ||
2116 | - API doesn't feech content - L'API ne récupère pas le contenu [\#292](https://github.com/wallabag/wallabag/issues/292) | ||
2117 | - mysql collation not UTF8 [\#279](https://github.com/wallabag/wallabag/issues/279) | ||
2118 | - Mobile view of a rue89 website doesnt work [\#276](https://github.com/wallabag/wallabag/issues/276) | ||
2119 | - Être au niveau d'Evernote Web Clipper [\#252](https://github.com/wallabag/wallabag/issues/252) | ||
2120 | - parse a SPIP website [\#241](https://github.com/wallabag/wallabag/issues/241) | ||
2121 | - use Font Awesome [\#133](https://github.com/wallabag/wallabag/issues/133) | ||
2122 | - vider le cache depuis la config [\#122](https://github.com/wallabag/wallabag/issues/122) | ||
2123 | - gestion des erreurs sqlite [\#14](https://github.com/wallabag/wallabag/issues/14) | ||
2124 | - \#article\_toolbar in hardcopy printouts must die [\#311](https://github.com/wallabag/wallabag/issues/311) | ||
2125 | - Use ajax to perform actions on an article [\#197](https://github.com/wallabag/wallabag/issues/197) | ||
2126 | |||
2127 | **Merged pull requests:** | ||
2128 | |||
2129 | - \[v2\] ru\_RU locale file [\#315](https://github.com/wallabag/wallabag/pull/315) ([DmitrySandalov](https://github.com/DmitrySandalov)) | 2013 | - \[v2\] ru\_RU locale file [\#315](https://github.com/wallabag/wallabag/pull/315) ([DmitrySandalov](https://github.com/DmitrySandalov)) |
2130 | - \[v2\] fix \#270 access from remote machine [\#313](https://github.com/wallabag/wallabag/pull/313) ([DmitrySandalov](https://github.com/DmitrySandalov)) | 2014 | - \[v2\] fix \#270 access from remote machine [\#313](https://github.com/wallabag/wallabag/pull/313) ([DmitrySandalov](https://github.com/DmitrySandalov)) |
2131 | - dark theme images replaced to visible set, no executable bits for pictures [\#310](https://github.com/wallabag/wallabag/pull/310) ([jn0](https://github.com/jn0)) | 2015 | - dark theme images replaced to visible set, no executable bits for pictures [\#310](https://github.com/wallabag/wallabag/pull/310) ([jn0](https://github.com/jn0)) |
2132 | - Added possibility to mark items as read/unread on the item page itself. [\#307](https://github.com/wallabag/wallabag/pull/307) ([baurmatt](https://github.com/baurmatt)) | 2016 | - Added possibility to mark items as read/unread on the item page itself. [\#307](https://github.com/wallabag/wallabag/pull/307) ([baurmatt](https://github.com/baurmatt)) |
2133 | - Autoclose [\#291](https://github.com/wallabag/wallabag/pull/291) ([banux](https://github.com/banux)) | 2017 | - Autoclose [\#291](https://github.com/wallabag/wallabag/pull/291) ([banux](https://github.com/banux)) |
2134 | - 1.1.0 [\#289](https://github.com/wallabag/wallabag/pull/289) ([nicosomb](https://github.com/nicosomb)) | 2018 | - 1.1.0 [\#289](https://github.com/wallabag/wallabag/pull/289) ([nicosomb](https://github.com/nicosomb)) |
2135 | |||
2136 | ## [1.1.0](https://github.com/wallabag/wallabag/tree/1.1.0) (2013-10-25) | ||
2137 | **Fixed bugs:** | ||
2138 | |||
2139 | - New menu bar bad display on Windows Phone Browser [\#258](https://github.com/wallabag/wallabag/issues/258) | ||
2140 | - new menu bar in beta 5 not usable on android firefox in portrait orientation [\#255](https://github.com/wallabag/wallabag/issues/255) | ||
2141 | |||
2142 | **Closed issues:** | ||
2143 | |||
2144 | - on hosting platform : login and headers already sent warning [\#288](https://github.com/wallabag/wallabag/issues/288) | ||
2145 | - Fix German Translation [\#286](https://github.com/wallabag/wallabag/issues/286) | ||
2146 | - Increase or decrease font size [\#282](https://github.com/wallabag/wallabag/issues/282) | ||
2147 | - longer lasting "Stay signed in" [\#277](https://github.com/wallabag/wallabag/issues/277) | ||
2148 | - move POCHE\_VERSION in index.php [\#268](https://github.com/wallabag/wallabag/issues/268) | ||
2149 | - Searching? [\#265](https://github.com/wallabag/wallabag/issues/265) | ||
2150 | - Themes link is broken [\#260](https://github.com/wallabag/wallabag/issues/260) | ||
2151 | - Install and login failure using MAMP [\#251](https://github.com/wallabag/wallabag/issues/251) | ||
2152 | - tests with behat [\#217](https://github.com/wallabag/wallabag/issues/217) | ||
2153 | - about links which are bad displayed [\#176](https://github.com/wallabag/wallabag/issues/176) | ||
2154 | - czech translation [\#271](https://github.com/wallabag/wallabag/issues/271) | ||
2155 | - make installation steps easier [\#266](https://github.com/wallabag/wallabag/issues/266) | ||
2156 | - Change language [\#215](https://github.com/wallabag/wallabag/issues/215) | ||
2157 | |||
2158 | **Merged pull requests:** | ||
2159 | |||
2160 | - Adding support for http\_auth [\#285](https://github.com/wallabag/wallabag/pull/285) ([dsacchet](https://github.com/dsacchet)) | 2019 | - Adding support for http\_auth [\#285](https://github.com/wallabag/wallabag/pull/285) ([dsacchet](https://github.com/dsacchet)) |
2161 | - Updated Screenshots URLs [\#278](https://github.com/wallabag/wallabag/pull/278) ([tcitworld](https://github.com/tcitworld)) | 2020 | - Updated Screenshots URLs [\#278](https://github.com/wallabag/wallabag/pull/278) ([tcitworld](https://github.com/tcitworld)) |
2162 | - Update select theme filter and sort names \(dev branch PR\) [\#274](https://github.com/wallabag/wallabag/pull/274) ([NumEricR](https://github.com/NumEricR)) | 2021 | - Update select theme filter and sort names \(dev branch PR\) [\#274](https://github.com/wallabag/wallabag/pull/274) ([NumEricR](https://github.com/NumEricR)) |
@@ -2165,83 +2024,9 @@ | |||
2165 | - Embeding jquery [\#264](https://github.com/wallabag/wallabag/pull/264) ([jcsaaddupuy](https://github.com/jcsaaddupuy)) | 2024 | - Embeding jquery [\#264](https://github.com/wallabag/wallabag/pull/264) ([jcsaaddupuy](https://github.com/jcsaaddupuy)) |
2166 | - Fix \#255 : increase article toolbar height if necessary [\#261](https://github.com/wallabag/wallabag/pull/261) ([NumEricR](https://github.com/NumEricR)) | 2025 | - Fix \#255 : increase article toolbar height if necessary [\#261](https://github.com/wallabag/wallabag/pull/261) ([NumEricR](https://github.com/NumEricR)) |
2167 | - merge 1.0.0 [\#256](https://github.com/wallabag/wallabag/pull/256) ([nicosomb](https://github.com/nicosomb)) | 2026 | - merge 1.0.0 [\#256](https://github.com/wallabag/wallabag/pull/256) ([nicosomb](https://github.com/nicosomb)) |
2168 | |||
2169 | ## [1.0.0](https://github.com/wallabag/wallabag/tree/1.0.0) (2013-10-03) | ||
2170 | **Fixed bugs:** | ||
2171 | |||
2172 | - alert message aat field in config is in french [\#246](https://github.com/wallabag/wallabag/issues/246) | ||
2173 | - when archive last poched links from a page, redirect to an other page [\#219](https://github.com/wallabag/wallabag/issues/219) | ||
2174 | - Coherent install instructions? [\#248](https://github.com/wallabag/wallabag/issues/248) | ||
2175 | - Flattr Cache : File names too long [\#243](https://github.com/wallabag/wallabag/issues/243) | ||
2176 | - problem with estimated reading time on smartphone / tablet [\#242](https://github.com/wallabag/wallabag/issues/242) | ||
2177 | - inc/3rdparty/site\_config missing [\#240](https://github.com/wallabag/wallabag/issues/240) | ||
2178 | - full paths of import files displayed [\#234](https://github.com/wallabag/wallabag/issues/234) | ||
2179 | - Can't poche a github page with bookmarklet [\#233](https://github.com/wallabag/wallabag/issues/233) | ||
2180 | - save position not enabled [\#230](https://github.com/wallabag/wallabag/issues/230) | ||
2181 | - theme not stored [\#229](https://github.com/wallabag/wallabag/issues/229) | ||
2182 | - Deleting element in archive redirect to home [\#227](https://github.com/wallabag/wallabag/issues/227) | ||
2183 | - Problème avec la page d'un élément poché et la date [\#225](https://github.com/wallabag/wallabag/issues/225) | ||
2184 | - Export Twitter : Caractères spéciaux qui ne passent pas [\#135](https://github.com/wallabag/wallabag/issues/135) | ||
2185 | - verif csrf pour l'ajout d'un lien [\#40](https://github.com/wallabag/wallabag/issues/40) | ||
2186 | |||
2187 | **Closed issues:** | ||
2188 | |||
2189 | - Firefox addon not compatible with version 24 [\#249](https://github.com/wallabag/wallabag/issues/249) | ||
2190 | - just created my account but can't login [\#247](https://github.com/wallabag/wallabag/issues/247) | ||
2191 | - Login page URL link on homepage [\#237](https://github.com/wallabag/wallabag/issues/237) | ||
2192 | - Strange login problem on development environment [\#232](https://github.com/wallabag/wallabag/issues/232) | ||
2193 | - 1.0-beta5: Missing themes into themes folder [\#228](https://github.com/wallabag/wallabag/issues/228) | ||
2194 | - back button on bottom right of the article view [\#231](https://github.com/wallabag/wallabag/issues/231) | ||
2195 | - Try to keep flattr links [\#194](https://github.com/wallabag/wallabag/issues/194) | ||
2196 | - Language declaration is missing [\#183](https://github.com/wallabag/wallabag/issues/183) | ||
2197 | - choose a theme from config screen [\#161](https://github.com/wallabag/wallabag/issues/161) | ||
2198 | - Add a print stylesheet [\#157](https://github.com/wallabag/wallabag/issues/157) | ||
2199 | - changer la classe de Session [\#127](https://github.com/wallabag/wallabag/issues/127) | ||
2200 | - génération du salt à l'installation [\#119](https://github.com/wallabag/wallabag/issues/119) | ||
2201 | - relier poche à shaarli [\#112](https://github.com/wallabag/wallabag/issues/112) | ||
2202 | |||
2203 | **Merged pull requests:** | ||
2204 | |||
2205 | - Force download on poche export [\#250](https://github.com/wallabag/wallabag/pull/250) ([NumEricR](https://github.com/NumEricR)) | 2027 | - Force download on poche export [\#250](https://github.com/wallabag/wallabag/pull/250) ([NumEricR](https://github.com/NumEricR)) |
2206 | - Avoid ".git" option in themes list of config page [\#245](https://github.com/wallabag/wallabag/pull/245) ([NumEricR](https://github.com/NumEricR)) | 2028 | - Avoid ".git" option in themes list of config page [\#245](https://github.com/wallabag/wallabag/pull/245) ([NumEricR](https://github.com/NumEricR)) |
2207 | - Changed Flattr Caching System [\#244](https://github.com/wallabag/wallabag/pull/244) ([tcitworld](https://github.com/tcitworld)) | 2029 | - Changed Flattr Caching System [\#244](https://github.com/wallabag/wallabag/pull/244) ([tcitworld](https://github.com/tcitworld)) |
2208 | |||
2209 | ## [1.0-beta5.2](https://github.com/wallabag/wallabag/tree/1.0-beta5.2) (2013-09-20) | ||
2210 | ## [1.0-beta5.1](https://github.com/wallabag/wallabag/tree/1.0-beta5.1) (2013-09-20) | ||
2211 | ## [1.0-beta5](https://github.com/wallabag/wallabag/tree/1.0-beta5) (2013-09-20) | ||
2212 | **Fixed bugs:** | ||
2213 | |||
2214 | - Poche can't parse LWN.net articles where subscription is needed despite login [\#201](https://github.com/wallabag/wallabag/issues/201) | ||
2215 | - Wrong title on favorites and archives pages [\#182](https://github.com/wallabag/wallabag/issues/182) | ||
2216 | - \<h2\> Title not displaying [\#153](https://github.com/wallabag/wallabag/issues/153) | ||
2217 | - titles with colon bad parsed [\#209](https://github.com/wallabag/wallabag/issues/209) | ||
2218 | - update doc links in poche [\#208](https://github.com/wallabag/wallabag/issues/208) | ||
2219 | - bbc and guardian [\#200](https://github.com/wallabag/wallabag/issues/200) | ||
2220 | - DOWNLOAD\_PICTURES function [\#186](https://github.com/wallabag/wallabag/issues/186) | ||
2221 | |||
2222 | **Closed issues:** | ||
2223 | |||
2224 | - Paging is not filtered [\#223](https://github.com/wallabag/wallabag/issues/223) | ||
2225 | - Unable to add urls to view.twig [\#213](https://github.com/wallabag/wallabag/issues/213) | ||
2226 | - Enhancement : Share on android through API [\#207](https://github.com/wallabag/wallabag/issues/207) | ||
2227 | - no content displayed [\#206](https://github.com/wallabag/wallabag/issues/206) | ||
2228 | - Redirection login ? [\#204](https://github.com/wallabag/wallabag/issues/204) | ||
2229 | - Impossible de parser une documentation Sphinx [\#203](https://github.com/wallabag/wallabag/issues/203) | ||
2230 | - Don'ty working when download pictures is enabled [\#202](https://github.com/wallabag/wallabag/issues/202) | ||
2231 | - Export articles as PDF \(or plain text\) [\#198](https://github.com/wallabag/wallabag/issues/198) | ||
2232 | - Add a link to add an URL directly from Poche [\#196](https://github.com/wallabag/wallabag/issues/196) | ||
2233 | - Error : SQLite [\#195](https://github.com/wallabag/wallabag/issues/195) | ||
2234 | - PHP Fatal error: Uncaught exception 'PDOException' [\#193](https://github.com/wallabag/wallabag/issues/193) | ||
2235 | - update app.inthepoche.com [\#192](https://github.com/wallabag/wallabag/issues/192) | ||
2236 | - déplacer la config des sites dans un autre projet et faire un submodule [\#190](https://github.com/wallabag/wallabag/issues/190) | ||
2237 | - BFMTV.com article appears wrong in poche [\#189](https://github.com/wallabag/wallabag/issues/189) | ||
2238 | - User documentation [\#187](https://github.com/wallabag/wallabag/issues/187) | ||
2239 | - Image downloader feature [\#185](https://github.com/wallabag/wallabag/issues/185) | ||
2240 | - website: link to github [\#184](https://github.com/wallabag/wallabag/issues/184) | ||
2241 | - Scroll position save / sync [\#105](https://github.com/wallabag/wallabag/issues/105) | ||
2242 | |||
2243 | **Merged pull requests:** | ||
2244 | |||
2245 | - beta5 [\#226](https://github.com/wallabag/wallabag/pull/226) ([nicosomb](https://github.com/nicosomb)) | 2030 | - beta5 [\#226](https://github.com/wallabag/wallabag/pull/226) ([nicosomb](https://github.com/nicosomb)) |
2246 | - Fix \#183: language declaration [\#221](https://github.com/wallabag/wallabag/pull/221) ([NumEricR](https://github.com/NumEricR)) | 2031 | - Fix \#183: language declaration [\#221](https://github.com/wallabag/wallabag/pull/221) ([NumEricR](https://github.com/NumEricR)) |
2247 | - Move icon's no-repeat to common code and clean CSS [\#216](https://github.com/wallabag/wallabag/pull/216) ([NumEricR](https://github.com/NumEricR)) | 2032 | - Move icon's no-repeat to common code and clean CSS [\#216](https://github.com/wallabag/wallabag/pull/216) ([NumEricR](https://github.com/NumEricR)) |
@@ -2251,36 +2036,6 @@ | |||
2251 | - Add the number of results next to pager [\#199](https://github.com/wallabag/wallabag/pull/199) ([NumEricR](https://github.com/NumEricR)) | 2036 | - Add the number of results next to pager [\#199](https://github.com/wallabag/wallabag/pull/199) ([NumEricR](https://github.com/NumEricR)) |
2252 | - Display a message when there is no link [\#191](https://github.com/wallabag/wallabag/pull/191) ([NumEricR](https://github.com/NumEricR)) | 2037 | - Display a message when there is no link [\#191](https://github.com/wallabag/wallabag/pull/191) ([NumEricR](https://github.com/NumEricR)) |
2253 | - beta4 [\#181](https://github.com/wallabag/wallabag/pull/181) ([nicosomb](https://github.com/nicosomb)) | 2038 | - beta4 [\#181](https://github.com/wallabag/wallabag/pull/181) ([nicosomb](https://github.com/nicosomb)) |
2254 | |||
2255 | ## [1.0-beta4](https://github.com/wallabag/wallabag/tree/1.0-beta4) (2013-08-25) | ||
2256 | **Fixed bugs:** | ||
2257 | |||
2258 | - IP addresses do not appear in "view original" [\#175](https://github.com/wallabag/wallabag/issues/175) | ||
2259 | - can't parse http://12factor.net/ [\#166](https://github.com/wallabag/wallabag/issues/166) | ||
2260 | - if cURL is not installed, content is not well displayed [\#164](https://github.com/wallabag/wallabag/issues/164) | ||
2261 | - URL with special char could not be imported [\#155](https://github.com/wallabag/wallabag/issues/155) | ||
2262 | - HTML entities in titles are encoded twice [\#151](https://github.com/wallabag/wallabag/issues/151) | ||
2263 | - Poche won't import the content [\#149](https://github.com/wallabag/wallabag/issues/149) | ||
2264 | - Use of undefined constant POCHE\_VERSION [\#148](https://github.com/wallabag/wallabag/issues/148) | ||
2265 | - répertoire DB inexistant [\#147](https://github.com/wallabag/wallabag/issues/147) | ||
2266 | - getPocheVersion doesn't work ? [\#142](https://github.com/wallabag/wallabag/issues/142) | ||
2267 | - Error importing readability json [\#136](https://github.com/wallabag/wallabag/issues/136) | ||
2268 | - Images coded with relative paths are not imported [\#123](https://github.com/wallabag/wallabag/issues/123) | ||
2269 | |||
2270 | **Closed issues:** | ||
2271 | |||
2272 | - Désactiver authentification [\#178](https://github.com/wallabag/wallabag/issues/178) | ||
2273 | - Désactiver les errerurs PHP sur app.inthepoche.com [\#172](https://github.com/wallabag/wallabag/issues/172) | ||
2274 | - Je ne peux pas ajouter certaines URL [\#152](https://github.com/wallabag/wallabag/issues/152) | ||
2275 | - myconfig.inc.php missing in beta3 release [\#145](https://github.com/wallabag/wallabag/issues/145) | ||
2276 | - Poche should not reimport article if already saved [\#144](https://github.com/wallabag/wallabag/issues/144) | ||
2277 | - Wrong article preview [\#139](https://github.com/wallabag/wallabag/issues/139) | ||
2278 | - links to android / chrome / firefox apps [\#162](https://github.com/wallabag/wallabag/issues/162) | ||
2279 | - Fix markup in poche pages [\#158](https://github.com/wallabag/wallabag/issues/158) | ||
2280 | - Add support of text files by setting a default title. [\#150](https://github.com/wallabag/wallabag/issues/150) | ||
2281 | |||
2282 | **Merged pull requests:** | ||
2283 | |||
2284 | - Externalize some CSS code [\#180](https://github.com/wallabag/wallabag/pull/180) ([NumEricR](https://github.com/NumEricR)) | 2039 | - Externalize some CSS code [\#180](https://github.com/wallabag/wallabag/pull/180) ([NumEricR](https://github.com/NumEricR)) |
2285 | - Add support for URLS with digits [\#174](https://github.com/wallabag/wallabag/pull/174) ([nicofrand](https://github.com/nicofrand)) | 2040 | - Add support for URLS with digits [\#174](https://github.com/wallabag/wallabag/pull/174) ([nicofrand](https://github.com/nicofrand)) |
2286 | - Graceful error-handling with imports and defining where import files are stored [\#173](https://github.com/wallabag/wallabag/pull/173) ([EliasZ](https://github.com/EliasZ)) | 2041 | - Graceful error-handling with imports and defining where import files are stored [\#173](https://github.com/wallabag/wallabag/pull/173) ([EliasZ](https://github.com/EliasZ)) |
@@ -2291,167 +2046,93 @@ | |||
2291 | - Add a print stylesheet [\#160](https://github.com/wallabag/wallabag/pull/160) ([nicofrand](https://github.com/nicofrand)) | 2046 | - Add a print stylesheet [\#160](https://github.com/wallabag/wallabag/pull/160) ([nicofrand](https://github.com/nicofrand)) |
2292 | - CSS clean up on style.css file [\#159](https://github.com/wallabag/wallabag/pull/159) ([NumEricR](https://github.com/NumEricR)) | 2047 | - CSS clean up on style.css file [\#159](https://github.com/wallabag/wallabag/pull/159) ([NumEricR](https://github.com/NumEricR)) |
2293 | - Dev [\#154](https://github.com/wallabag/wallabag/pull/154) ([nicofrand](https://github.com/nicofrand)) | 2048 | - Dev [\#154](https://github.com/wallabag/wallabag/pull/154) ([nicofrand](https://github.com/nicofrand)) |
2294 | |||
2295 | ## [1.0-beta3](https://github.com/wallabag/wallabag/tree/1.0-beta3) (2013-08-17) | ||
2296 | **Fixed bugs:** | ||
2297 | |||
2298 | - Lien qui ne s'ajoute pas [\#138](https://github.com/wallabag/wallabag/issues/138) | ||
2299 | - Un nouveau type d'URL qui ne fonctionne pas [\#125](https://github.com/wallabag/wallabag/issues/125) | ||
2300 | |||
2301 | **Closed issues:** | ||
2302 | |||
2303 | - config/update poche: wrong last version? [\#131](https://github.com/wallabag/wallabag/issues/131) | ||
2304 | - Mixed content alert in HTTPS [\#137](https://github.com/wallabag/wallabag/issues/137) | ||
2305 | - ne pas indexer poche dans les moteurs de recherche [\#130](https://github.com/wallabag/wallabag/issues/130) | ||
2306 | |||
2307 | **Merged pull requests:** | ||
2308 | |||
2309 | - beta3 [\#141](https://github.com/wallabag/wallabag/pull/141) ([nicosomb](https://github.com/nicosomb)) | 2049 | - beta3 [\#141](https://github.com/wallabag/wallabag/pull/141) ([nicosomb](https://github.com/nicosomb)) |
2310 | - beta3 [\#140](https://github.com/wallabag/wallabag/pull/140) ([nicosomb](https://github.com/nicosomb)) | 2050 | - beta3 [\#140](https://github.com/wallabag/wallabag/pull/140) ([nicosomb](https://github.com/nicosomb)) |
2311 | - merge with beta2 [\#132](https://github.com/wallabag/wallabag/pull/132) ([nicosomb](https://github.com/nicosomb)) | 2051 | - merge with beta2 [\#132](https://github.com/wallabag/wallabag/pull/132) ([nicosomb](https://github.com/nicosomb)) |
2312 | |||
2313 | ## [1.0-beta2](https://github.com/wallabag/wallabag/tree/1.0-beta2) (2013-08-11) | ||
2314 | **Fixed bugs:** | ||
2315 | |||
2316 | - Impossible d'installer poche [\#111](https://github.com/wallabag/wallabag/issues/111) | ||
2317 | - URL refusée [\#110](https://github.com/wallabag/wallabag/issues/110) | ||
2318 | - Can't add some urls [\#91](https://github.com/wallabag/wallabag/issues/91) | ||
2319 | - Can't Poch url with special caracter [\#73](https://github.com/wallabag/wallabag/issues/73) | ||
2320 | - impossible d'ajouter un lien en https [\#38](https://github.com/wallabag/wallabag/issues/38) | ||
2321 | - Taille police et icones [\#114](https://github.com/wallabag/wallabag/issues/114) | ||
2322 | |||
2323 | **Closed issues:** | ||
2324 | |||
2325 | - Toggle Mark as read prevents Go home [\#128](https://github.com/wallabag/wallabag/issues/128) | ||
2326 | - lien \#top qui suit tout l'article [\#120](https://github.com/wallabag/wallabag/issues/120) | ||
2327 | - Please tag release 0.1-beta-1 [\#106](https://github.com/wallabag/wallabag/issues/106) | ||
2328 | - Icône pour le bookmarklet [\#94](https://github.com/wallabag/wallabag/issues/94) | ||
2329 | - extension firefox [\#43](https://github.com/wallabag/wallabag/issues/43) | ||
2330 | - ajouter un lien depuis poche sans le bookmarklet [\#37](https://github.com/wallabag/wallabag/issues/37) | ||
2331 | - appli android [\#26](https://github.com/wallabag/wallabag/issues/26) | ||
2332 | - temps de lecture [\#113](https://github.com/wallabag/wallabag/issues/113) | ||
2333 | |||
2334 | **Merged pull requests:** | ||
2335 | |||
2336 | - merge dev into master [\#109](https://github.com/wallabag/wallabag/pull/109) ([nicosomb](https://github.com/nicosomb)) | 2052 | - merge dev into master [\#109](https://github.com/wallabag/wallabag/pull/109) ([nicosomb](https://github.com/nicosomb)) |
2337 | |||
2338 | ## [1.0-beta1](https://github.com/wallabag/wallabag/tree/1.0-beta1) (2013-08-07) | ||
2339 | **Fixed bugs:** | ||
2340 | |||
2341 | - suppression d'un lien depuis la page view [\#103](https://github.com/wallabag/wallabag/issues/103) | ||
2342 | - Erreur date.timezone [\#98](https://github.com/wallabag/wallabag/issues/98) | ||
2343 | - Texte lors de la suppression d'un item incorrect [\#97](https://github.com/wallabag/wallabag/issues/97) | ||
2344 | - afficher les messages "flash" lorsqu'on met en favori et quand on archive [\#66](https://github.com/wallabag/wallabag/issues/66) | ||
2345 | |||
2346 | **Closed issues:** | ||
2347 | |||
2348 | - Demo URL not working [\#102](https://github.com/wallabag/wallabag/issues/102) | ||
2349 | - Partager vers twitter [\#101](https://github.com/wallabag/wallabag/issues/101) | ||
2350 | - instapaper import [\#100](https://github.com/wallabag/wallabag/issues/100) | ||
2351 | - Add a button to go back to the beginning of the article [\#92](https://github.com/wallabag/wallabag/issues/92) | ||
2352 | - pouvoir signaler qu'un lien a été mal parsé [\#80](https://github.com/wallabag/wallabag/issues/80) | ||
2353 | - login/password pour la démo ? [\#70](https://github.com/wallabag/wallabag/issues/70) | ||
2354 | - indiquer que poche a été mis à jour [\#69](https://github.com/wallabag/wallabag/issues/69) | ||
2355 | - stockage par fichier [\#68](https://github.com/wallabag/wallabag/issues/68) | ||
2356 | - site web : fr / gb [\#57](https://github.com/wallabag/wallabag/issues/57) | ||
2357 | - site web : détailler fonctionnalités poche [\#56](https://github.com/wallabag/wallabag/issues/56) | ||
2358 | - import depuis readability [\#48](https://github.com/wallabag/wallabag/issues/48) | ||
2359 | - avoir une liste au format "list" et non pas au format "square icone" [\#42](https://github.com/wallabag/wallabag/issues/42) | ||
2360 | - bug css affichage liens sur la page view [\#39](https://github.com/wallabag/wallabag/issues/39) | ||
2361 | - vérification du traitement ajax [\#35](https://github.com/wallabag/wallabag/issues/35) | ||
2362 | - site web [\#27](https://github.com/wallabag/wallabag/issues/27) | ||
2363 | |||
2364 | **Merged pull requests:** | ||
2365 | |||
2366 | - Twig [\#104](https://github.com/wallabag/wallabag/pull/104) ([nicosomb](https://github.com/nicosomb)) | 2053 | - Twig [\#104](https://github.com/wallabag/wallabag/pull/104) ([nicosomb](https://github.com/nicosomb)) |
2367 | |||
2368 | ## [0.3](https://github.com/wallabag/wallabag/tree/0.3) (2013-07-31) | ||
2369 | **Fixed bugs:** | ||
2370 | |||
2371 | - impossible to start poche on my Apache! [\#85](https://github.com/wallabag/wallabag/issues/85) | ||
2372 | - Articles mal parsés [\#47](https://github.com/wallabag/wallabag/issues/47) | ||
2373 | |||
2374 | **Closed issues:** | ||
2375 | |||
2376 | - ajouter système de connexion [\#4](https://github.com/wallabag/wallabag/issues/4) | ||
2377 | |||
2378 | **Merged pull requests:** | ||
2379 | |||
2380 | - v0.2.1 [\#74](https://github.com/wallabag/wallabag/pull/74) ([nicosomb](https://github.com/nicosomb)) | 2054 | - v0.2.1 [\#74](https://github.com/wallabag/wallabag/pull/74) ([nicosomb](https://github.com/nicosomb)) |
2381 | |||
2382 | ## [0.2.1](https://github.com/wallabag/wallabag/tree/0.2.1) (2013-04-23) | ||
2383 | **Closed issues:** | ||
2384 | |||
2385 | - Multi user enhancement for the future [\#71](https://github.com/wallabag/wallabag/issues/71) | ||
2386 | |||
2387 | **Merged pull requests:** | ||
2388 | |||
2389 | - Style de l'écran de connexion [\#72](https://github.com/wallabag/wallabag/pull/72) ([Silvus](https://github.com/Silvus)) | 2055 | - Style de l'écran de connexion [\#72](https://github.com/wallabag/wallabag/pull/72) ([Silvus](https://github.com/Silvus)) |
2390 | - tag 0.2 [\#67](https://github.com/wallabag/wallabag/pull/67) ([nicosomb](https://github.com/nicosomb)) | 2056 | - tag 0.2 [\#67](https://github.com/wallabag/wallabag/pull/67) ([nicosomb](https://github.com/nicosomb)) |
2391 | |||
2392 | ## [0.2](https://github.com/wallabag/wallabag/tree/0.2) (2013-04-21) | ||
2393 | **Fixed bugs:** | ||
2394 | |||
2395 | - impossible d'ajouter un lien si pas connecté [\#63](https://github.com/wallabag/wallabag/issues/63) | ||
2396 | |||
2397 | **Closed issues:** | ||
2398 | |||
2399 | - focus au champ login [\#65](https://github.com/wallabag/wallabag/issues/65) | ||
2400 | - nettoyage inc/mytool [\#64](https://github.com/wallabag/wallabag/issues/64) | ||
2401 | - Login System - security [\#60](https://github.com/wallabag/wallabag/issues/60) | ||
2402 | - supprimer process.php [\#58](https://github.com/wallabag/wallabag/issues/58) | ||
2403 | - export [\#55](https://github.com/wallabag/wallabag/issues/55) | ||
2404 | - dark version / light version [\#36](https://github.com/wallabag/wallabag/issues/36) | ||
2405 | |||
2406 | **Merged pull requests:** | ||
2407 | |||
2408 | - Thème dark [\#61](https://github.com/wallabag/wallabag/pull/61) ([Silvus](https://github.com/Silvus)) | 2057 | - Thème dark [\#61](https://github.com/wallabag/wallabag/pull/61) ([Silvus](https://github.com/Silvus)) |
2409 | |||
2410 | ## [0.11](https://github.com/wallabag/wallabag/tree/0.11) (2013-04-19) | ||
2411 | ## [0.1](https://github.com/wallabag/wallabag/tree/0.1) (2013-04-19) | ||
2412 | **Fixed bugs:** | ||
2413 | |||
2414 | - erreur lors de l'import pocket [\#53](https://github.com/wallabag/wallabag/issues/53) | ||
2415 | - supprimer un lien depuis view.php [\#51](https://github.com/wallabag/wallabag/issues/51) | ||
2416 | - disparition des icônes lors d'un tri [\#45](https://github.com/wallabag/wallabag/issues/45) | ||
2417 | - problème session si on est sur la page depuis longtemps [\#41](https://github.com/wallabag/wallabag/issues/41) | ||
2418 | - bug chrome : affichage d'un seul élément dans la grille [\#32](https://github.com/wallabag/wallabag/issues/32) | ||
2419 | - vérification des liens pochés [\#16](https://github.com/wallabag/wallabag/issues/16) | ||
2420 | - url vide [\#9](https://github.com/wallabag/wallabag/issues/9) | ||
2421 | |||
2422 | **Closed issues:** | ||
2423 | |||
2424 | - corriger la récupération de l'id [\#54](https://github.com/wallabag/wallabag/issues/54) | ||
2425 | - L'URL du bookmarklet contient "https" alors que ma poche est en http [\#49](https://github.com/wallabag/wallabag/issues/49) | ||
2426 | - les éléments s'affichent d'abord verticalement puis horizontalement, donc quand on supprime, l'affichage ne se fait pas comme il faudrait [\#34](https://github.com/wallabag/wallabag/issues/34) | ||
2427 | - suppression et ajout d'un lien : ne plus passer en get comme actuellement [\#33](https://github.com/wallabag/wallabag/issues/33) | ||
2428 | - Pouvoir situer sur quelle page on se trouve [\#30](https://github.com/wallabag/wallabag/issues/30) | ||
2429 | - embarquer jquery [\#29](https://github.com/wallabag/wallabag/issues/29) | ||
2430 | - pouvoir mettre un lien en fav ou considéré comme lu depuis le lien ouvert [\#28](https://github.com/wallabag/wallabag/issues/28) | ||
2431 | - modifier les liens d'outils en formulaire [\#25](https://github.com/wallabag/wallabag/issues/25) | ||
2432 | - revoir système de cache [\#24](https://github.com/wallabag/wallabag/issues/24) | ||
2433 | - compression css [\#23](https://github.com/wallabag/wallabag/issues/23) | ||
2434 | - ajouter un lien "retour à l'accueil" en pied de page d'un article [\#22](https://github.com/wallabag/wallabag/issues/22) | ||
2435 | - adapter hauteur des div sur la même ligne [\#21](https://github.com/wallabag/wallabag/issues/21) | ||
2436 | - Titres trop longs [\#20](https://github.com/wallabag/wallabag/issues/20) | ||
2437 | - stockage du contenu des pages lors de l'ajout [\#17](https://github.com/wallabag/wallabag/issues/17) | ||
2438 | - traiter les variables [\#15](https://github.com/wallabag/wallabag/issues/15) | ||
2439 | - tri des liens [\#13](https://github.com/wallabag/wallabag/issues/13) | ||
2440 | - aligner verticalement les icones d'action [\#12](https://github.com/wallabag/wallabag/issues/12) | ||
2441 | - améliorer présentation d'un article [\#11](https://github.com/wallabag/wallabag/issues/11) | ||
2442 | - améliorer affichage liens [\#10](https://github.com/wallabag/wallabag/issues/10) | ||
2443 | - confirmation lors d'une suppression [\#8](https://github.com/wallabag/wallabag/issues/8) | ||
2444 | - édition d'un lien poché [\#7](https://github.com/wallabag/wallabag/issues/7) | ||
2445 | - utm\_source, utm\_medium & utm\_campaign [\#6](https://github.com/wallabag/wallabag/issues/6) | ||
2446 | - import depuis pocket [\#3](https://github.com/wallabag/wallabag/issues/3) | ||
2447 | - icones [\#2](https://github.com/wallabag/wallabag/issues/2) | ||
2448 | - Empêcher le téléchargement du fichier poche.sqlite [\#1](https://github.com/wallabag/wallabag/issues/1) | ||
2449 | |||
2450 | **Merged pull requests:** | ||
2451 | |||
2452 | - Ajout conf nginx pour la protection de la bdd [\#50](https://github.com/wallabag/wallabag/pull/50) ([Gregoire-M](https://github.com/Gregoire-M)) | 2058 | - Ajout conf nginx pour la protection de la bdd [\#50](https://github.com/wallabag/wallabag/pull/50) ([Gregoire-M](https://github.com/Gregoire-M)) |
2453 | - Modifications css [\#19](https://github.com/wallabag/wallabag/pull/19) ([tmos](https://github.com/tmos)) | 2059 | - Modifications css [\#19](https://github.com/wallabag/wallabag/pull/19) ([tmos](https://github.com/tmos)) |
2454 | - Some fixes and improvements [\#5](https://github.com/wallabag/wallabag/pull/5) ([fatihorhan](https://github.com/fatihorhan)) | 2060 | - Some fixes and improvements [\#5](https://github.com/wallabag/wallabag/pull/5) ([fatihorhan](https://github.com/fatihorhan)) |
2061 | - filter for entries with previewPicture [\#1418](https://github.com/wallabag/wallabag/pull/1418) ([nicosomb](https://github.com/nicosomb)) | ||
2062 | - fix \#972: add preview pictures [\#1417](https://github.com/wallabag/wallabag/pull/1417) ([nicosomb](https://github.com/nicosomb)) | ||
2063 | - filters view on side for baggy [\#1404](https://github.com/wallabag/wallabag/pull/1404) ([tcitworld](https://github.com/tcitworld)) | ||
2064 | - Cleanup baggy [\#1401](https://github.com/wallabag/wallabag/pull/1401) ([j0k3r](https://github.com/j0k3r)) | ||
2065 | - fix \#1357, truncate domain name if it's too loooong [\#1400](https://github.com/wallabag/wallabag/pull/1400) ([nicosomb](https://github.com/nicosomb)) | ||
2066 | - Integrate graby [\#1397](https://github.com/wallabag/wallabag/pull/1397) ([j0k3r](https://github.com/j0k3r)) | ||
2067 | - Apply margin only on settings page [\#1396](https://github.com/wallabag/wallabag/pull/1396) ([j0k3r](https://github.com/j0k3r)) | ||
2068 | - fix \#1378: nice display for tags list [\#1395](https://github.com/wallabag/wallabag/pull/1395) ([nicosomb](https://github.com/nicosomb)) | ||
2069 | - Fix date filter on same day [\#1393](https://github.com/wallabag/wallabag/pull/1393) ([j0k3r](https://github.com/j0k3r)) | ||
2070 | - Fix redirect after deletion [\#1392](https://github.com/wallabag/wallabag/pull/1392) ([j0k3r](https://github.com/j0k3r)) | ||
2071 | - remove dead code [\#1389](https://github.com/wallabag/wallabag/pull/1389) ([nicosomb](https://github.com/nicosomb)) | ||
2072 | - WIP – Fixing things around :dash: [\#1386](https://github.com/wallabag/wallabag/pull/1386) ([j0k3r](https://github.com/j0k3r)) | ||
2073 | - filters: implement status filter and a new view \(to display all entries\) [\#1385](https://github.com/wallabag/wallabag/pull/1385) ([nicosomb](https://github.com/nicosomb)) | ||
2074 | - fix \#1371 config screen: display bug in RSS tab [\#1384](https://github.com/wallabag/wallabag/pull/1384) ([nicosomb](https://github.com/nicosomb)) | ||
2075 | - CS [\#1383](https://github.com/wallabag/wallabag/pull/1383) ([j0k3r](https://github.com/j0k3r)) | ||
2076 | - fix \#1368 config: redirect on correct tab in material theme [\#1375](https://github.com/wallabag/wallabag/pull/1375) ([nicosomb](https://github.com/nicosomb)) | ||
2077 | - filters: enhance view for domain name [\#1374](https://github.com/wallabag/wallabag/pull/1374) ([nicosomb](https://github.com/nicosomb)) | ||
2078 | - assign tags to an entry [\#1372](https://github.com/wallabag/wallabag/pull/1372) ([nicosomb](https://github.com/nicosomb)) | ||
2079 | - fix 1356: diet for composer [\#1370](https://github.com/wallabag/wallabag/pull/1370) ([nicosomb](https://github.com/nicosomb)) | ||
2080 | - fix \#1332: bottom bar to display message [\#1369](https://github.com/wallabag/wallabag/pull/1369) ([nicosomb](https://github.com/nicosomb)) | ||
2081 | - action labels depend on status [\#1367](https://github.com/wallabag/wallabag/pull/1367) ([nicosomb](https://github.com/nicosomb)) | ||
2082 | - fix tag view in material theme [\#1366](https://github.com/wallabag/wallabag/pull/1366) ([nicosomb](https://github.com/nicosomb)) | ||
2083 | - change \</div\> into \</ul\> [\#1365](https://github.com/wallabag/wallabag/pull/1365) ([nicosomb](https://github.com/nicosomb)) | ||
2084 | - add creation date filter view [\#1363](https://github.com/wallabag/wallabag/pull/1363) ([nicosomb](https://github.com/nicosomb)) | ||
2085 | - implement FosUser [\#1362](https://github.com/wallabag/wallabag/pull/1362) ([nicosomb](https://github.com/nicosomb)) | ||
2086 | - clean -\> clear [\#1355](https://github.com/wallabag/wallabag/pull/1355) ([nicosomb](https://github.com/nicosomb)) | ||
2087 | - some cleanup [\#1354](https://github.com/wallabag/wallabag/pull/1354) ([nicosomb](https://github.com/nicosomb)) | ||
2088 | - check if one entry or not [\#1353](https://github.com/wallabag/wallabag/pull/1353) ([nicosomb](https://github.com/nicosomb)) | ||
2089 | - fix \#1350: fix pagination with filters [\#1352](https://github.com/wallabag/wallabag/pull/1352) ([nicosomb](https://github.com/nicosomb)) | ||
2090 | - add link to original article in material theme [\#1349](https://github.com/wallabag/wallabag/pull/1349) ([nicosomb](https://github.com/nicosomb)) | ||
2091 | - \[WIP\] filter by creation date [\#1343](https://github.com/wallabag/wallabag/pull/1343) ([nicosomb](https://github.com/nicosomb)) | ||
2092 | - fix \#981: add filter on domain name [\#1342](https://github.com/wallabag/wallabag/pull/1342) ([nicosomb](https://github.com/nicosomb)) | ||
2093 | - capistrano config [\#1341](https://github.com/wallabag/wallabag/pull/1341) ([nicosomb](https://github.com/nicosomb)) | ||
2094 | - change title for material pages / about page [\#1338](https://github.com/wallabag/wallabag/pull/1338) ([nicosomb](https://github.com/nicosomb)) | ||
2095 | - store domainName in database [\#1334](https://github.com/wallabag/wallabag/pull/1334) ([nicosomb](https://github.com/nicosomb)) | ||
2096 | - disable download links on entry view [\#1331](https://github.com/wallabag/wallabag/pull/1331) ([nicosomb](https://github.com/nicosomb)) | ||
2097 | - fix \#1324: do not display pagination when only 1 page [\#1328](https://github.com/wallabag/wallabag/pull/1328) ([nicosomb](https://github.com/nicosomb)) | ||
2098 | - fix \#1299: change send buttons on config page [\#1326](https://github.com/wallabag/wallabag/pull/1326) ([nicosomb](https://github.com/nicosomb)) | ||
2099 | - fix \#1314: change max-width in material theme [\#1325](https://github.com/wallabag/wallabag/pull/1325) ([nicosomb](https://github.com/nicosomb)) | ||
2100 | - fix \#1302: add 'stay connected' checkbox [\#1323](https://github.com/wallabag/wallabag/pull/1323) ([nicosomb](https://github.com/nicosomb)) | ||
2101 | - fix \#1303, add link to homepage on forgot password page [\#1322](https://github.com/wallabag/wallabag/pull/1322) ([nicosomb](https://github.com/nicosomb)) | ||
2102 | - add new post form in material header [\#1319](https://github.com/wallabag/wallabag/pull/1319) ([nicosomb](https://github.com/nicosomb)) | ||
2103 | - fix link in howto page [\#1317](https://github.com/wallabag/wallabag/pull/1317) ([nicosomb](https://github.com/nicosomb)) | ||
2104 | - fix \#1310 add focus to search form [\#1316](https://github.com/wallabag/wallabag/pull/1316) ([nicosomb](https://github.com/nicosomb)) | ||
2105 | - fix \#1311, redirect after login [\#1312](https://github.com/wallabag/wallabag/pull/1312) ([nicosomb](https://github.com/nicosomb)) | ||
2106 | - rename favorite in starred [\#1304](https://github.com/wallabag/wallabag/pull/1304) ([nicosomb](https://github.com/nicosomb)) | ||
2107 | - store estimated reading time in database \(\#393\) [\#1297](https://github.com/wallabag/wallabag/pull/1297) ([nicosomb](https://github.com/nicosomb)) | ||
2108 | - fix \#564: replace Untitled by the domain name [\#1296](https://github.com/wallabag/wallabag/pull/1296) ([nicosomb](https://github.com/nicosomb)) | ||
2109 | - add howto page [\#1295](https://github.com/wallabag/wallabag/pull/1295) ([nicosomb](https://github.com/nicosomb)) | ||
2110 | - fix \#1282: add title on wallabag logo [\#1294](https://github.com/wallabag/wallabag/pull/1294) ([nicosomb](https://github.com/nicosomb)) | ||
2111 | - get itemsPerPage for unread/fav/archive views [\#1293](https://github.com/wallabag/wallabag/pull/1293) ([nicosomb](https://github.com/nicosomb)) | ||
2112 | - Add tags list display [\#1292](https://github.com/wallabag/wallabag/pull/1292) ([nicosomb](https://github.com/nicosomb)) | ||
2113 | - fix \#1283: display the good title for each category [\#1286](https://github.com/wallabag/wallabag/pull/1286) ([nicosomb](https://github.com/nicosomb)) | ||
2114 | - set material to default theme \o/ [\#1279](https://github.com/wallabag/wallabag/pull/1279) ([nicosomb](https://github.com/nicosomb)) | ||
2115 | - Added Material theme [\#1276](https://github.com/wallabag/wallabag/pull/1276) ([modos189](https://github.com/modos189)) | ||
2116 | - Adds pagerfanta paginator everywhere, modifies article routing. [\#1250](https://github.com/wallabag/wallabag/pull/1250) ([frankoa](https://github.com/frankoa)) | ||
2117 | - V2 Edit title [\#1208](https://github.com/wallabag/wallabag/pull/1208) ([j0k3r](https://github.com/j0k3r)) | ||
2118 | - Upgrade to Symfony 2.7 [\#1206](https://github.com/wallabag/wallabag/pull/1206) ([j0k3r](https://github.com/j0k3r)) | ||
2119 | - changed email fields with the email type and added required parameter on... [\#1180](https://github.com/wallabag/wallabag/pull/1180) ([tcitworld](https://github.com/tcitworld)) | ||
2120 | - Move API stuff in ApiBundle [\#1167](https://github.com/wallabag/wallabag/pull/1167) ([j0k3r](https://github.com/j0k3r)) | ||
2121 | - Add RSS feeds [\#1166](https://github.com/wallabag/wallabag/pull/1166) ([j0k3r](https://github.com/j0k3r)) | ||
2122 | - Prefix table [\#1165](https://github.com/wallabag/wallabag/pull/1165) ([j0k3r](https://github.com/j0k3r)) | ||
2123 | - Remove ability to change username [\#1164](https://github.com/wallabag/wallabag/pull/1164) ([j0k3r](https://github.com/j0k3r)) | ||
2124 | - Speed up tests [\#1163](https://github.com/wallabag/wallabag/pull/1163) ([j0k3r](https://github.com/j0k3r)) | ||
2125 | - Handle forgot password [\#1152](https://github.com/wallabag/wallabag/pull/1152) ([j0k3r](https://github.com/j0k3r)) | ||
2126 | - Simplify build system [\#1144](https://github.com/wallabag/wallabag/pull/1144) ([j0k3r](https://github.com/j0k3r)) | ||
2127 | - V2 theme [\#1132](https://github.com/wallabag/wallabag/pull/1132) ([j0k3r](https://github.com/j0k3r)) | ||
2128 | - \[WIP\] API : hypermedia & tags [\#1110](https://github.com/wallabag/wallabag/pull/1110) ([nicosomb](https://github.com/nicosomb)) | ||
2129 | - V2 config [\#1095](https://github.com/wallabag/wallabag/pull/1095) ([j0k3r](https://github.com/j0k3r)) | ||
2130 | - Add more tests to Entry controller + security [\#1072](https://github.com/wallabag/wallabag/pull/1072) ([j0k3r](https://github.com/j0k3r)) | ||
2131 | - 1st draft for testing API [\#1070](https://github.com/wallabag/wallabag/pull/1070) ([nicosomb](https://github.com/nicosomb)) | ||
2132 | - GET /api/entries returns object, no more array [\#1069](https://github.com/wallabag/wallabag/pull/1069) ([nicosomb](https://github.com/nicosomb)) | ||
2133 | - V2 api authentication [\#1068](https://github.com/wallabag/wallabag/pull/1068) ([nicosomb](https://github.com/nicosomb)) | ||
2134 | - rename Tags entity [\#1063](https://github.com/wallabag/wallabag/pull/1063) ([nicosomb](https://github.com/nicosomb)) | ||
2135 | - sort entries in repository [\#1048](https://github.com/wallabag/wallabag/pull/1048) ([nicosomb](https://github.com/nicosomb)) | ||
2455 | 2136 | ||
2456 | 2137 | ||
2457 | 2138 | ||