Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add `set -eu` to update.sh | Sven Fischer | 2018-01-03 | 1 | -0/+3 |
| | | | | fixes #2957 | ||||
* | Merge pull request #3539 from wallabag/wallabag/new-client-button | Nicolas Lœuillet | 2017-12-28 | 1 | -1/+1 |
|\ | | | | | Replaced Create new client link with a button | ||||
| * | Replaced Create new client link with a button | Nicolas Lœuillet | 2017-12-28 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3525 from Simounet/fix/empty-card-title-link | Nicolas Lœuillet | 2017-12-26 | 25 | -85/+58 |
|\ | | | | | Fix empty card title link | ||||
| * | Added default value for title on entry view | Nicolas Lœuillet | 2017-12-26 | 2 | -4/+4 |
| | | |||||
| * | Updated baggy theme for the no-title fix | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Using new 'entry.default_title' as translation key | Simounet | 2017-12-26 | 15 | -1/+15 |
| | | |||||
| * | Card tags template shared | Simounet | 2017-12-26 | 5 | -17/+22 |
| | | |||||
| * | Useless span removed from the card's title | Simounet | 2017-12-26 | 3 | -7/+4 |
| | | |||||
| * | Default card title | Simounet | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Content card template shared | Simounet | 2017-12-26 | 5 | -68/+25 |
| | | |||||
* | | Merge pull request #3532 from wallabag/prepare-231 | Nicolas Lœuillet | 2017-12-26 | 2 | -7/+16 |
|\ \ | |/ |/| | Prepared wallabag 2.3.1 | ||||
| * | Prepared wallabag 2.3.1 | Nicolas Lœuillet | 2017-12-26 | 2 | -7/+16 |
|/ | |||||
* | Merge pull request #3524 from wallabag/fix-assets-sub | Nicolas Lœuillet | 2017-12-26 | 8 | -7/+13 |
|\ | | | | | Fix assets for subfolder install | ||||
| * | cs-fixer | Kevin Decherf | 2017-12-20 | 1 | -4/+2 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Update prod assets | Kevin Decherf | 2017-12-20 | 6 | -6/+6 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Remove fixed relative path for assets | Kevin Decherf | 2017-12-20 | 2 | -1/+9 |
|/ | |||||
* | Merge pull request #3521 from wallabag/mruminski-patch-1 | Nicolas Lœuillet | 2017-12-19 | 1 | -2/+2 |
|\ | | | | | Update messages.pl.yml | ||||
| * | Update messages.pl.yml | Mateusz Rumiński | 2017-12-18 | 1 | -2/+2 |
|/ | | | add polish translation for 'provided by' and 'origin url' | ||||
* | Merge pull request #3515 from wallabag/php-7.2 | Nicolas Lœuillet | 2017-12-18 | 34 | -40/+81 |
|\ | | | | | Add PHP 7.2 compatibility | ||||
| * | Update CHANGELOG | Jeremy Benoist | 2017-12-18 | 1 | -3/+4 |
| | | |||||
| * | Add missing assertion in tests | Jeremy Benoist | 2017-12-18 | 1 | -0/+3 |
| | | |||||
| * | Fix countable in tests | Jeremy Benoist | 2017-12-18 | 1 | -4/+12 |
| | | |||||
| * | Update dama/doctrine-test-bundle | Jeremy Benoist | 2017-12-18 | 2 | -2/+2 |
| | | | | | | | | | | | | Because: PHP Fatal error: Class 'PHPUnit_Framework_BaseTestListener' not found in /home/travis/build/wallabag/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/PHPUnit/LegacyPHPUnitListener.php on line 7 | ||||
| * | Add missing TestCase namespace | Jeremy Benoist | 2017-12-18 | 5 | -5/+10 |
| | | |||||
| * | Fix typo | Jeremy Benoist | 2017-12-18 | 1 | -3/+3 |
| | | |||||
| * | Add missing parameter for test | Jeremy Benoist | 2017-12-18 | 1 | -0/+1 |
| | | |||||
| * | Use namespaced PHPUnit classes | Jeremy Benoist | 2017-12-18 | 23 | -23/+46 |
| | | |||||
* | | Merge pull request #3348 from pmichelazzo/master | Nicolas Lœuillet | 2017-12-18 | 2 | -4/+16 |
|\ \ | |/ |/| | Update PT translations | ||||
| * | Removed duplicated line | Nicolas Lœuillet | 2017-12-17 | 1 | -1/+0 |
| | | |||||
| * | Update PT translations | Paulino Michelazzo | 2017-12-17 | 2 | -4/+17 |
| | | |||||
* | | Merge pull request #3516 from wallabag/delete-id | Nicolas Lœuillet | 2017-12-18 | 3 | -2/+7 |
|\ \ | |/ |/| | api: copy entry object before sending, to keep id | ||||
| * | api: copy entry object before sending, to keep id | Kevin Decherf | 2017-12-17 | 3 | -2/+7 |
|/ | | | | | | Workaround for https://github.com/wallabag/android-app/issues/646 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix | Jérémy Benoist | 2017-12-16 | 1 | -125/+125 |
|\ | | | | | Fix initial migration when using custom table prefix | ||||
| * | Use getTable() to retrieve prefixed table name | Jeremy Benoist | 2017-12-16 | 1 | -126/+122 |
| | | |||||
| * | Fix initial migration when using custom table prefix | adev | 2017-12-14 | 1 | -125/+129 |
| | | | | | | | | Fix #3503 | ||||
* | | Merge pull request #3513 from wallabag/icons-3437 | Nicolas Lœuillet | 2017-12-16 | 4 | -9/+13 |
|\ \ | | | | | | | material: replace exit_to_app, redo and autorenew icons | ||||
| * | | material: replace exit_to_app, redo and autorenew icons | Kevin Decherf | 2017-12-16 | 4 | -9/+13 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | Merge pull request #3511 from wallabag/install-command-note | Nicolas Lœuillet | 2017-12-16 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | command: replace note regarding server:run --env=prod | ||||
| * | | command: replace note regarding server:run --env=prod | Kevin Decherf | 2017-12-16 | 1 | -1/+1 |
|/ / | | | | | | | | | server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge pull request #3507 from wallabag/fix-lowercase-migration | Nicolas Lœuillet | 2017-12-16 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed lower case tags migration | ||||
| * | | Fixed lower case tags migration | Nicolas Lœuillet | 2017-12-15 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #3510 from wallabag/update-robotstxt | Nicolas Lœuillet | 2017-12-16 | 1 | -3/+1 |
|\ \ | |/ |/| | Updated robots.txt to prevent crawling | ||||
| * | Updated robots.txt to prevent crawling | Nicolas Lœuillet | 2017-12-15 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #3442 from wallabag/empty-entry | Jérémy Benoist | 2017-12-14 | 7 | -5/+121 |
|\ | | | | | Fix empty title and domain_name when exception is thrown during fetch | ||||
| * | Update CHANGELOG | Kevin Decherf | 2017-12-13 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Add test on EntryControllerTest for #3442 | Kevin Decherf | 2017-12-13 | 2 | -0/+54 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Fix empty title and domain_name when exception is thrown during fetch | Kevin Decherf | 2017-12-13 | 4 | -4/+59 |
|/ | | | | | | | | | | Add a new helper to set a default title when it's empty: 1/ use basename part of entry's path, if any 2/ or use domain name Fixes #2053 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3488 from wallabag/pg-10 | Jérémy Benoist | 2017-12-13 | 8 | -0/+70 |
|\ | | | | | Add custom driver & schema manager for PostgreSQL 10 | ||||
| * | Fix tests | Jeremy Benoist | 2017-12-12 | 1 | -4/+4 |
| | |