aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Change travis configuration2.0.3Nicolas Lœuillet2016-04-221-1/+1
|
* Release wallabag 2.0.3Nicolas Lœuillet2016-04-221-0/+6050
|
* Merge pull request #1965 from wallabag/prepare-203Nicolas Lœuillet2016-04-225-4/+14
|\ | | | | Prepare release 2.0.3
| * Prepare release 2.0.3Nicolas Lœuillet2016-04-225-4/+14
|/
* Merge pull request #1962 from wallabag/update-api-documentationNicolas Lœuillet2016-04-222-5/+29
|\ | | | | Update API documentation with cURL examples
| * Update API documentation with cURL examplesNicolas Lœuillet2016-04-212-5/+29
|/
* Merge pull request #1948 from wallabag/prepare-2022.0.2Nicolas Lœuillet2016-04-215-4/+26
|\ | | | | Prepare release 2.0.2
| * Update changelogNicolas Lœuillet2016-04-211-2/+14
| |
| * Prepare release 2.0.2Nicolas Lœuillet2016-04-195-4/+14
| |
* | Merge pull request #1957 from wallabag/fix-gotoaccount-button-translationNicolas Lœuillet2016-04-211-1/+1
|\ \ | | | | | | Fix translation for Go to your account button after subscription
| * | Fix translation for Go to your account button after subscriptionNicolas Lœuillet2016-04-201-1/+1
|/ / | | | | | | Fix #1956
* | Merge pull request #1945 from ddeimeke/masterNicolas Lœuillet2016-04-201-0/+24
|\ \ | | | | | | Added some curl examples
| * | Added some curl examplesDirk Deimeke2016-04-191-0/+24
| |/
* | Merge pull request #1954 from wallabag/update-links-docThomas Citharel2016-04-197-15/+15
|\ \ | | | | | | Update links in documentation
| * | Update links in documentationNicolas Lœuillet2016-04-197-15/+15
|/ /
* | Merge pull request #1953 from maxi62330/masterNicolas Lœuillet2016-04-192-10/+10
|\ \ | |/ |/| Actualisation des liens morts (Documentation de traduction)
| * Actualisation des liens morts (Documentation de traduction)Martinet Maxime2016-04-192-10/+10
|/
* Merge pull request #1942 from wallabag/optimize-importThomas Citharel2016-04-184-2/+305
|\ | | | | Optimize import
| * Add testsNicolas Lœuillet2016-04-184-4/+305
| |
| * Add doctrine clear after flush, thanks to @BitOne talk at Symfony LiveNicolas Lœuillet2016-04-182-0/+2
| |
* | Merge pull request #1944 from wallabag/travis-rename-branchesThomas Citharel2016-04-181-2/+1
|\ \ | |/ |/| Update Travis configuration with branches renaming
| * Update Travis configuration with branches renamingNicolas Lœuillet2016-04-181-2/+1
|/
* Merge pull request #1938 from wallabag/hide-paginationThomas Citharel2016-04-182-2/+2
|\ | | | | Display pagination only if we have more than one page
| * Display pagination only if we have more than one pageNicolas Lœuillet2016-04-182-2/+2
| |
* | Merge pull request #1935 from jami7/patch-8Nicolas Lœuillet2016-04-171-24/+24
|\ \ | | | | | | Update messages.es.yml
| * | Update messages.es.ymljami72016-04-161-24/+24
|/ /
* | Merge pull request #1933 from wallabag/hide-paginationNicolas Lœuillet2016-04-162-2/+6
|\| | | | | Hide pagination if we only have one entry to display
| * Hide pagination if we only have one entry to displayNicolas Lœuillet2016-04-162-2/+6
|/
* Merge pull request #1925 from wallabag/fix-redirect-without-refererNicolas Lœuillet2016-04-155-4/+111
|\ | | | | Redirect to homepage if referer is null
| * Fix redirect when delete entryNicolas Lœuillet2016-04-151-1/+1
| |
| * Fix testsNicolas Lœuillet2016-04-152-11/+18
| |
| * Redirect to homepage if referer is nullNicolas Lœuillet2016-04-155-4/+104
| | | | | | | | Fix #1924
* | Merge pull request #1929 from wallabag/change-guid-rssNicolas Lœuillet2016-04-152-4/+4
|\ \ | |/ |/| Change guid and link in RSS feeds to give original entry URL
| * Change guid and link in RSS feeds to give original entry URLNicolas Lœuillet2016-04-152-4/+4
|/ | | | Fix #1926
* Merge pull request #1916 from wallabag/cleanupNicolas Lœuillet2016-04-1372-687/+639
|\ | | | | Convert array + phpDoc
| * Move test parameters out of parameters.ymlJeremy Benoist2016-04-1210-125/+39
| | | | | | | | The end user doesn't care to about the test database.
| * Fix MySQL tests on HHVMJeremy Benoist2016-04-121-1/+1
| |
| * Convert array + phpDocJeremy Benoist2016-04-1261-561/+599
| | | | | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* | Merge pull request #1918 from wallabag/improve-paginationJeremy Benoist2016-04-139-38/+49
|\ \ | | | | | | Improve pagination when user has lot of entries
| * | Fix indentationNicolas Lœuillet2016-04-131-4/+4
| | |
| * | Lost in translation pagerNicolas Lœuillet2016-04-124-11/+3
| | |
| * | Fix display for Next/Previous link when they are disabledNicolas Lœuillet2016-04-121-0/+5
| | |
| * | Restore old behavior for OutOfRangeCurrentPageExceptionNicolas Lœuillet2016-04-122-2/+10
| | |
| * | Fix testsNicolas Lœuillet2016-04-121-1/+1
| | |
| * | Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-129-47/+53
| | | | | | | | | | | | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* | | Merge pull request #1919 from wallabag/cleanup-composerjsonJeremy Benoist2016-04-123-3/+0
|\ \ \ | |/ / |/| | Remove useless dependancy
| * | Remove useless dependancyNicolas Lœuillet2016-04-123-3/+0
|/ /
* | Merge pull request #1911 from wallabag/title-on-title-entryNicolas Lœuillet2016-04-122-2/+2
|\ \ | |/ |/| add title hover on entry titles
| * Add title hover on entry titlesThomas Citharel2016-04-122-2/+2
| |
* | Merge pull request #1915 from wallabag/doc-linksNicolas Lœuillet2016-04-124-11/+8
|\ \ | | | | | | Fix doc links