]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Nicolas Lœuillet [Tue, 26 Dec 2017 08:15:39 +0000 (09:15 +0100)]
Prepared wallabag 2.3.1
Nicolas Lœuillet [Tue, 26 Dec 2017 07:49:59 +0000 (08:49 +0100)]
Merge pull request #3524 from wallabag/fix-assets-sub
Fix assets for subfolder install
Kevin Decherf [Wed, 20 Dec 2017 21:18:26 +0000 (22:18 +0100)]
cs-fixer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Wed, 20 Dec 2017 20:55:34 +0000 (21:55 +0100)]
Update prod assets
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Wed, 20 Dec 2017 20:53:11 +0000 (21:53 +0100)]
Remove fixed relative path for assets
Nicolas Lœuillet [Tue, 19 Dec 2017 09:02:52 +0000 (10:02 +0100)]
Merge pull request #3521 from wallabag/mruminski-patch-1
Update messages.pl.yml
Mateusz Rumiński [Mon, 18 Dec 2017 20:01:22 +0000 (21:01 +0100)]
Update messages.pl.yml
add polish translation for 'provided by' and 'origin url'
Nicolas Lœuillet [Mon, 18 Dec 2017 13:32:21 +0000 (14:32 +0100)]
Merge pull request #3515 from wallabag/php-7.2
Add PHP 7.2 compatibility
Nicolas Lœuillet [Mon, 18 Dec 2017 12:34:01 +0000 (13:34 +0100)]
Merge pull request #3348 from pmichelazzo/master
Update PT translations
Jeremy Benoist [Mon, 18 Dec 2017 09:53:40 +0000 (10:53 +0100)]
Update CHANGELOG
Jeremy Benoist [Mon, 18 Dec 2017 09:29:42 +0000 (10:29 +0100)]
Add missing assertion in tests
Jeremy Benoist [Mon, 18 Dec 2017 09:14:00 +0000 (10:14 +0100)]
Fix countable in tests
Jeremy Benoist [Sun, 17 Dec 2017 09:36:48 +0000 (10:36 +0100)]
Update dama/doctrine-test-bundle
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
Jeremy Benoist [Sat, 16 Dec 2017 21:38:07 +0000 (22:38 +0100)]
Add missing TestCase namespace
Jeremy Benoist [Sat, 16 Dec 2017 21:17:56 +0000 (22:17 +0100)]
Fix typo
Jeremy Benoist [Sat, 16 Dec 2017 21:17:51 +0000 (22:17 +0100)]
Add missing parameter for test
Jeremy Benoist [Sat, 16 Dec 2017 21:17:42 +0000 (22:17 +0100)]
Use namespaced PHPUnit classes
Nicolas Lœuillet [Mon, 18 Dec 2017 11:33:05 +0000 (12:33 +0100)]
Merge pull request #3516 from wallabag/delete-id
api: copy entry object before sending, to keep id
Nicolas Lœuillet [Sun, 17 Dec 2017 20:20:23 +0000 (21:20 +0100)]
Removed duplicated line
Kevin Decherf [Sun, 17 Dec 2017 20:05:25 +0000 (21:05 +0100)]
api: copy entry object before sending, to keep id
Workaround for https://github.com/wallabag/android-app/issues/646
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Paulino Michelazzo [Fri, 15 Sep 2017 08:22:01 +0000 (10:22 +0200)]
Update PT translations
Jérémy Benoist [Sat, 16 Dec 2017 21:24:06 +0000 (22:24 +0100)]
Merge pull request #3504 from
aaa2000 /fix-initial-migration-with-table-prefix
Fix initial migration when using custom table prefix
Jeremy Benoist [Sat, 16 Dec 2017 21:08:00 +0000 (22:08 +0100)]
Use getTable() to retrieve prefixed table name
Nicolas Lœuillet [Sat, 16 Dec 2017 20:35:32 +0000 (21:35 +0100)]
Merge pull request #3513 from wallabag/icons-3437
material: replace exit_to_app, redo and autorenew icons
Nicolas Lœuillet [Sat, 16 Dec 2017 19:16:13 +0000 (20:16 +0100)]
Merge pull request #3511 from wallabag/install-command-note
command: replace note regarding server:run --env=prod
Kevin Decherf [Sat, 16 Dec 2017 18:59:27 +0000 (19:59 +0100)]
material: replace exit_to_app, redo and autorenew icons
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sat, 16 Dec 2017 13:02:10 +0000 (14:02 +0100)]
command: replace note regarding server:run --env=prod
server:run --env=prod does not exist anymore
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Nicolas Lœuillet [Sat, 16 Dec 2017 08:02:56 +0000 (09:02 +0100)]
Merge pull request #3507 from wallabag/fix-lowercase-migration
Fixed lower case tags migration
Nicolas Lœuillet [Sat, 16 Dec 2017 08:02:40 +0000 (09:02 +0100)]
Merge pull request #3510 from wallabag/update-robotstxt
Updated robots.txt to prevent crawling
Nicolas Lœuillet [Fri, 15 Dec 2017 20:51:12 +0000 (21:51 +0100)]
Updated robots.txt to prevent crawling
Nicolas Lœuillet [Fri, 15 Dec 2017 12:59:02 +0000 (13:59 +0100)]
Fixed lower case tags migration
adev [Thu, 14 Dec 2017 18:14:07 +0000 (19:14 +0100)]
Fix initial migration when using custom table prefix
Fix #3503
Jérémy Benoist [Thu, 14 Dec 2017 10:19:44 +0000 (11:19 +0100)]
Merge pull request #3442 from wallabag/empty-entry
Fix empty title and domain_name when exception is thrown during fetch
Kevin Decherf [Wed, 13 Dec 2017 21:49:53 +0000 (22:49 +0100)]
Update CHANGELOG
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Mon, 27 Nov 2017 21:56:46 +0000 (22:56 +0100)]
Add test on EntryControllerTest for #3442
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 26 Nov 2017 22:20:23 +0000 (23:20 +0100)]
Fix empty title and domain_name when exception is thrown during fetch
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>
Jérémy Benoist [Wed, 13 Dec 2017 12:50:15 +0000 (13:50 +0100)]
Merge pull request #3488 from wallabag/pg-10
Add custom driver & schema manager for PostgreSQL 10
Nicolas Lœuillet [Wed, 13 Dec 2017 11:06:38 +0000 (12:06 +0100)]
Merge pull request #3495 from wallabag/wallabag/remove-make-run-readme
Removed "make run" in the README
Nicolas Lœuillet [Tue, 12 Dec 2017 19:52:05 +0000 (20:52 +0100)]
Removed "make run" in the README
Nicolas Lœuillet [Tue, 12 Dec 2017 19:24:36 +0000 (20:24 +0100)]
Merge pull request #3492 from bdunogier/fix-3484-disable_share_link
Fix 3484: hide the share toggle button if no service is enabled
Nicolas Lœuillet [Tue, 12 Dec 2017 19:20:52 +0000 (20:20 +0100)]
Merge pull request #3490 from wallabag/fix-rss-unread-icon
Displayed the RSS icon on homepage route
Nicolas Lœuillet [Tue, 12 Dec 2017 19:20:31 +0000 (20:20 +0100)]
Merge pull request #3487 from wallabag/initial-migration
Change the way to check for initial migration
Bertrand Dunogier [Tue, 12 Dec 2017 17:25:55 +0000 (18:25 +0100)]
Fix #3484: hide the share toggle button if no service is enabled
Nicolas Lœuillet [Tue, 12 Dec 2017 14:42:49 +0000 (15:42 +0100)]
Displayed the RSS icon on homepage route
Jeremy Benoist [Tue, 12 Dec 2017 13:30:22 +0000 (14:30 +0100)]
CS
Jeremy Benoist [Tue, 12 Dec 2017 12:41:44 +0000 (13:41 +0100)]
Use hasTable instead of try/catch
Jeremy Benoist [Tue, 12 Dec 2017 12:34:06 +0000 (13:34 +0100)]
Fix tests
Jeremy Benoist [Tue, 12 Dec 2017 11:14:40 +0000 (12:14 +0100)]
Add custom driver & schema manager for PostgreSQL 10
Jeremy Benoist [Tue, 12 Dec 2017 10:10:21 +0000 (11:10 +0100)]
Change the way to check for initial migration
Nicolas Lœuillet [Tue, 12 Dec 2017 08:50:33 +0000 (09:50 +0100)]
Merge pull request #3481 from wallabag/fix-make-run
Replaced env by dev for make run
Nicolas Lœuillet [Tue, 12 Dec 2017 07:55:18 +0000 (08:55 +0100)]
Replaced env by dev for make run
The symfony server:run command can only be used in dev environment
Nicolas Lœuillet [Tue, 12 Dec 2017 06:42:53 +0000 (07:42 +0100)]
Merge pull request #3478 from odolbeau/patch-1
Update README.md
Olivier Dolbeau [Mon, 11 Dec 2017 22:32:39 +0000 (22:32 +0000)]
Update README.md
Be ready for next year!
Nicolas Lœuillet [Mon, 11 Dec 2017 18:53:10 +0000 (19:53 +0100)]
Merge pull request #3474 from wallabag/update-changelog
Updated changelog for 2.3
Nicolas Lœuillet [Mon, 11 Dec 2017 18:52:21 +0000 (19:52 +0100)]
Updated changelog for 2.3
Nicolas Lœuillet [Mon, 11 Dec 2017 18:38:46 +0000 (19:38 +0100)]
Merge pull request #3468 from wallabag/fix-migration-3139
Fix migration from #3139
Nicolas Lœuillet [Mon, 11 Dec 2017 18:38:21 +0000 (19:38 +0100)]
Merge pull request #3473 from cvergne/fix-rssall
Fix All RSS not accessible if not logged in + Tests
Jérémy Benoist [Mon, 11 Dec 2017 15:11:23 +0000 (16:11 +0100)]
Merge pull request #3471 from cvergne/fix-rssdate
Fix #3448 - pubDate now conformant to DateTime RFC822 specifications
Christophe VERGNE [Mon, 11 Dec 2017 15:04:06 +0000 (16:04 +0100)]
Fix All RSS not accessible if not logged in + Tests
Christophe VERGNE [Mon, 11 Dec 2017 12:17:42 +0000 (13:17 +0100)]
Fix #3448 - pubDate now conformant to Date and Time specifications defined by RFC822
Kevin Decherf [Sun, 10 Dec 2017 18:31:30 +0000 (19:31 +0100)]
migrations: fix duplicate violation during lowercase tag migration
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Mon, 27 Nov 2017 21:48:17 +0000 (22:48 +0100)]
Replace raw query with named parameter
Fix possible issue with special chars on #3139
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jérémy Benoist [Sun, 10 Dec 2017 12:33:23 +0000 (13:33 +0100)]
Merge pull request #3465 from wallabag/fix-tests
Fix bad key matching
Jérémy Benoist [Sun, 10 Dec 2017 12:33:06 +0000 (13:33 +0100)]
Merge pull request #3467 from Simounet/feat/nav-improved
Feat/nav improved
Simounet [Fri, 8 Dec 2017 20:10:36 +0000 (21:10 +0100)]
More space for navbar actions on mobile
Simounet [Thu, 7 Dec 2017 22:47:53 +0000 (23:47 +0100)]
Toggle menu anchor replaced by a button
Jeremy Benoist [Fri, 8 Dec 2017 11:10:26 +0000 (12:10 +0100)]
Fix bad key matching
I didn't try to find which package introduced a BC (might be user-bundle
or jms serializer)
Jérémy Benoist [Fri, 8 Dec 2017 09:27:43 +0000 (10:27 +0100)]
Merge pull request #3461 from Simounet/fix/rss-on-tag-list
Tag's list improved
Simounet [Tue, 5 Dec 2017 21:57:29 +0000 (22:57 +0100)]
Border radius on every corner of tag's list
Simounet [Tue, 5 Dec 2017 21:50:59 +0000 (22:50 +0100)]
Fix duplicated code removed
Simounet [Tue, 5 Dec 2017 21:44:48 +0000 (22:44 +0100)]
Tags list view improved
No text ellipsis so we can see the whole tag, better responsiveness, bigger
touch height on links.
Jérémy Benoist [Fri, 8 Dec 2017 09:10:15 +0000 (10:10 +0100)]
Merge pull request #3463 from Simounet/feature/footer-improved
Footer improved
Simounet [Thu, 7 Dec 2017 22:46:29 +0000 (23:46 +0100)]
Fix nav title nowrap on mobile
Simounet [Wed, 6 Dec 2017 21:46:24 +0000 (22:46 +0100)]
Footer's stats displayed on mobile
Simounet [Wed, 6 Dec 2017 21:21:19 +0000 (22:21 +0100)]
Fix line-height issue on the footer
Nicolas Lœuillet [Tue, 5 Dec 2017 16:46:40 +0000 (17:46 +0100)]
Merge pull request #3438 from strobeltobias/patch-1
Translate new strings
Jérémy Benoist [Tue, 5 Dec 2017 09:03:32 +0000 (10:03 +0100)]
Merge pull request #3459 from Simounet/fix/pagination
Pagination improved
Simounet [Mon, 4 Dec 2017 21:46:35 +0000 (22:46 +0100)]
Fix wrong selected page number alignment on pagination
Simounet [Mon, 4 Dec 2017 18:34:46 +0000 (19:34 +0100)]
Fix pagination on list mode
Jérémy Benoist [Mon, 4 Dec 2017 09:11:32 +0000 (10:11 +0100)]
Merge pull request #3449 from Simounet/feature/share-page
Share page improved (mobile + header's padding)
Simounet [Sun, 3 Dec 2017 13:41:15 +0000 (14:41 +0100)]
Figure image and figcaption centered on share page
Simounet [Sat, 2 Dec 2017 17:43:32 +0000 (18:43 +0100)]
Share page improved (mobile + header's padding)
Tobias Strobel [Sun, 26 Nov 2017 13:49:59 +0000 (14:49 +0100)]
Translate new validators string
Tobias Strobel [Sun, 26 Nov 2017 13:24:03 +0000 (14:24 +0100)]
Translate new strings
Nicolas Lœuillet [Sun, 26 Nov 2017 07:58:17 +0000 (08:58 +0100)]
Merge pull request #3436 from wallabag/origin-shaarli
Add craue setting to enable sharing of origin url to Shaarli
Kevin Decherf [Sat, 25 Nov 2017 16:06:01 +0000 (17:06 +0100)]
Add craue setting to enable sharing of origin url to Shaarli
Also fix the field name used in the query string and add it to baggy
theme
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jérémy Benoist [Sat, 25 Nov 2017 11:29:53 +0000 (12:29 +0100)]
Merge pull request #3419 from NatJNP/patch1
Add Thai language
Jérémy Benoist [Sat, 25 Nov 2017 11:28:41 +0000 (12:28 +0100)]
Merge pull request #3401 from
aaa2000 /migration-initial
Add an initial doctrine migration
NatPi [Thu, 23 Nov 2017 19:53:01 +0000 (02:53 +0700)]
Add all file thai Language for translate
Jérémy Benoist [Wed, 22 Nov 2017 14:11:25 +0000 (15:11 +0100)]
Merge pull request #3431 from wallabag/disable-site-credentials
Disable controller access if feature disabled
Jeremy Benoist [Wed, 22 Nov 2017 08:59:11 +0000 (09:59 +0100)]
Disable controller access if feature disabled
If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
adev [Tue, 21 Nov 2017 21:07:37 +0000 (22:07 +0100)]
Fix phpcs
adev [Sun, 5 Nov 2017 13:02:46 +0000 (14:02 +0100)]
Fix travis fold
adev [Sun, 5 Nov 2017 12:54:16 +0000 (13:54 +0100)]
Remove data sql files
adev [Sun, 5 Nov 2017 12:32:22 +0000 (13:32 +0100)]
Implements down migration
adev [Sat, 4 Nov 2017 20:23:18 +0000 (21:23 +0100)]
Fix installation command
adev [Sat, 4 Nov 2017 20:14:11 +0000 (21:14 +0100)]
Fold travis make prepare
adev [Thu, 2 Nov 2017 23:41:47 +0000 (00:41 +0100)]
Add an initial migration
Nicolas Lœuillet [Tue, 21 Nov 2017 14:12:48 +0000 (15:12 +0100)]
Merge pull request #3398 from wallabag/issue-1735
Replace ant with Makefile
Nicolas Lœuillet [Tue, 21 Nov 2017 12:26:24 +0000 (13:26 +0100)]
Merge pull request #3425 from wallabag/add-setting-for-headers
Added internal setting to enable/disable headers storage