]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
5 years agoUpdate wallabag_user.oc.yml 3646/head
Quentí [Sun, 6 May 2018 10:36:55 +0000 (12:36 +0200)] 
Update wallabag_user.oc.yml

5 years agoUpdate CraueConfigBundle.oc.yml
Quentí [Sat, 5 May 2018 19:16:20 +0000 (21:16 +0200)] 
Update CraueConfigBundle.oc.yml

5 years agoUpdate wallabag_user.oc.yml
Quentí [Sat, 5 May 2018 19:15:01 +0000 (21:15 +0200)] 
Update wallabag_user.oc.yml

Mens dialectal, mai estandard

5 years agoUpdate messages.oc.yml
Quentí [Sat, 5 May 2018 19:13:55 +0000 (21:13 +0200)] 
Update messages.oc.yml

5 years agoUpdate CraueConfigBundle.oc.yml
Quentí [Sat, 5 May 2018 19:09:00 +0000 (21:09 +0200)] 
Update CraueConfigBundle.oc.yml

6 years agoMerge pull request #3615 from notFloran/3612-login-by-email
Jérémy Benoist [Tue, 3 Apr 2018 20:08:42 +0000 (22:08 +0200)] 
Merge pull request #3615 from notFloran/3612-login-by-email

Allow login by email

6 years agoMerge pull request #3616 from notFloran/3404-bookmarklet-encoding
Jérémy Benoist [Tue, 3 Apr 2018 20:07:52 +0000 (22:07 +0200)] 
Merge pull request #3616 from notFloran/3404-bookmarklet-encoding

Better encoding of the URI for the bookmarklet

6 years agoAllow login by email 3615/head
Floran Brutel [Wed, 28 Mar 2018 19:56:55 +0000 (21:56 +0200)] 
Allow login by email

6 years agoBetter encoding of the URI for the bookmarklet 3616/head
Floran Brutel [Wed, 28 Mar 2018 20:46:14 +0000 (22:46 +0200)] 
Better encoding of the URI for the bookmarklet

6 years agoMerge pull request #3619 from notFloran/fix-tests
Jérémy Benoist [Sun, 1 Apr 2018 09:12:32 +0000 (11:12 +0200)] 
Merge pull request #3619 from notFloran/fix-tests

Fix tests

6 years agoFix CS in UtilsTest.php 3619/head
Floran Brutel [Sat, 31 Mar 2018 10:55:27 +0000 (12:55 +0200)] 
Fix CS in UtilsTest.php

6 years agoReplace zataz url
Floran Brutel [Fri, 30 Mar 2018 21:09:03 +0000 (23:09 +0200)] 
Replace zataz url

6 years agoUse https instead of http for bild.de to fix tests
Floran Brutel [Thu, 29 Mar 2018 20:58:40 +0000 (22:58 +0200)] 
Use https instead of http for bild.de to fix tests

6 years agoMerge pull request #3597 from wallabag/fix-tests
Jérémy Benoist [Sat, 17 Mar 2018 12:28:10 +0000 (13:28 +0100)] 
Merge pull request #3597 from wallabag/fix-tests

Fix tests

6 years agoMerge pull request #3592 from Simounet/fix/html-entities-on-default-title
Jérémy Benoist [Sat, 24 Feb 2018 21:24:24 +0000 (22:24 +0100)] 
Merge pull request #3592 from Simounet/fix/html-entities-on-default-title

Fix title card HTML parsing

6 years agoLooked UserBundle again. 3597/head
Jeremy Benoist [Sat, 24 Feb 2018 21:12:48 +0000 (22:12 +0100)] 
Looked UserBundle again.

See https://github.com/FriendsOfSymfony/FOSUserBundle/compare/v2.0.2...v2.1.0#diff-8a79d0e62995dd549be4e463c35a8cc3

It generate an error about a variable called `registration_enabled` which can not be found.
So I guess we are in the case of “such usage” about BC in UserBundle. Don’t want to loose time finding how to fix it. Rollback to the working version.

6 years ago20 Minutes is now https
Jeremy Benoist [Sat, 24 Feb 2018 21:02:52 +0000 (22:02 +0100)] 
20 Minutes is now https

6 years agoMerge pull request #3573 from shulard/fix/unknown-withremove-variable
Jérémy Benoist [Sat, 24 Feb 2018 20:52:56 +0000 (21:52 +0100)] 
Merge pull request #3573 from shulard/fix/unknown-withremove-variable

Fix error when withRemove variable is not defined.

6 years agoFix title card HTML parsing 3592/head
Simounet [Fri, 9 Feb 2018 18:28:02 +0000 (19:28 +0100)] 
Fix title card HTML parsing

6 years agoFix error when withRemove variable is not defined. 3573/head
Stéphane HULARD [Tue, 23 Jan 2018 17:48:52 +0000 (18:48 +0100)] 
Fix error when withRemove variable is not defined.

Since the withRemove variable is a template flag, it can be undefined.

In the Entry\Card\_content.html.twig template for example, the withRemove variable is not defined.

6 years agoMerge pull request #3568 from wallabag/prepare-2.3.2
Nicolas Lœuillet [Mon, 22 Jan 2018 10:10:12 +0000 (11:10 +0100)] 
Merge pull request #3568 from wallabag/prepare-2.3.2

Prepare 2.3.2 release

6 years agoPrepare 2.3.2 release 3568/head
Jeremy Benoist [Mon, 22 Jan 2018 09:06:31 +0000 (10:06 +0100)] 
Prepare 2.3.2 release

6 years agoMerge pull request #3541 from Simounet/feature/nav-label-replaced-by-buttons
Nicolas Lœuillet [Fri, 12 Jan 2018 22:10:21 +0000 (23:10 +0100)] 
Merge pull request #3541 from Simounet/feature/nav-label-replaced-by-buttons

Nav actions updated

6 years agoFixed tests 3541/head
Nicolas Lœuillet [Fri, 12 Jan 2018 09:37:13 +0000 (10:37 +0100)] 
Fixed tests

6 years agoClose add entry and search nav JS action improved
Simounet [Thu, 28 Dec 2017 22:27:45 +0000 (23:27 +0100)] 
Close add entry and search nav JS action improved

6 years agoNav close button alignment and nav boxes improved
Simounet [Thu, 28 Dec 2017 21:54:42 +0000 (22:54 +0100)] 
Nav close button alignment and nav boxes improved

6 years agoFix nav new entry and search form alignment
Simounet [Thu, 28 Dec 2017 19:28:10 +0000 (20:28 +0100)] 
Fix nav new entry and search form alignment

6 years agoLabel replaced by a button on the nav search form
Simounet [Thu, 28 Dec 2017 19:24:39 +0000 (20:24 +0100)] 
Label replaced by a button on the nav search form

6 years agoLabel replaced by a button on the nav new entry form
Simounet [Mon, 4 Dec 2017 18:25:03 +0000 (19:25 +0100)] 
Label replaced by a button on the nav new entry form

6 years agoMerge pull request #3546 from Strubbl/fix-2957-abort-update-on-error
Kevin Decherf [Wed, 3 Jan 2018 20:00:43 +0000 (21:00 +0100)] 
Merge pull request #3546 from Strubbl/fix-2957-abort-update-on-error

add `set -eu` to update.sh

6 years agoMerge pull request #3536 from wallabag/tag-link-3534
Nicolas Lœuillet [Wed, 3 Jan 2018 19:37:57 +0000 (20:37 +0100)] 
Merge pull request #3536 from wallabag/tag-link-3534

Fix broken link to remove tags from entries

6 years agoadd `set -eu` to update.sh 3546/head
Sven Fischer [Wed, 3 Jan 2018 04:33:43 +0000 (05:33 +0100)] 
add `set -eu` to update.sh

fixes #2957

6 years agophp-cs 3536/head
Kevin Decherf [Sun, 31 Dec 2017 12:19:26 +0000 (13:19 +0100)] 
php-cs

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoAdd test to prevent regression for #3534
Kevin Decherf [Sat, 30 Dec 2017 23:56:40 +0000 (00:56 +0100)] 
Add test to prevent regression for #3534

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3539 from wallabag/wallabag/new-client-button
Nicolas Lœuillet [Thu, 28 Dec 2017 10:12:06 +0000 (11:12 +0100)] 
Merge pull request #3539 from wallabag/wallabag/new-client-button

Replaced Create new client link with a button

6 years agoReplaced Create new client link with a button 3539/head
Nicolas Lœuillet [Thu, 28 Dec 2017 09:21:28 +0000 (10:21 +0100)] 
Replaced Create new client link with a button

6 years agoFix broken link to remove tags from entries
Kevin Decherf [Wed, 27 Dec 2017 20:23:06 +0000 (21:23 +0100)] 
Fix broken link to remove tags from entries

Fixes #3534

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoMerge pull request #3525 from Simounet/fix/empty-card-title-link
Nicolas Lœuillet [Tue, 26 Dec 2017 15:00:58 +0000 (16:00 +0100)] 
Merge pull request #3525 from Simounet/fix/empty-card-title-link

Fix empty card title link

6 years agoAdded default value for title on entry view 3525/head
Nicolas Lœuillet [Tue, 26 Dec 2017 14:40:38 +0000 (15:40 +0100)] 
Added default value for title on entry view

6 years agoMerge pull request #3532 from wallabag/prepare-231
Nicolas Lœuillet [Tue, 26 Dec 2017 09:13:11 +0000 (10:13 +0100)] 
Merge pull request #3532 from wallabag/prepare-231

Prepared wallabag 2.3.1

6 years agoPrepared wallabag 2.3.1 3532/head
Nicolas Lœuillet [Tue, 26 Dec 2017 08:15:39 +0000 (09:15 +0100)] 
Prepared wallabag 2.3.1

6 years agoUpdated baggy theme for the no-title fix
Nicolas Lœuillet [Tue, 26 Dec 2017 08:07:28 +0000 (09:07 +0100)] 
Updated baggy theme for the no-title fix

6 years agoUsing new 'entry.default_title' as translation key
Simounet [Fri, 22 Dec 2017 15:18:14 +0000 (16:18 +0100)] 
Using new 'entry.default_title' as translation key

6 years agoCard tags template shared
Simounet [Thu, 21 Dec 2017 16:10:46 +0000 (17:10 +0100)] 
Card tags template shared

6 years agoUseless span removed from the card's title
Simounet [Wed, 20 Dec 2017 20:04:28 +0000 (21:04 +0100)] 
Useless span removed from the card's title

6 years agoDefault card title
Simounet [Wed, 20 Dec 2017 20:02:56 +0000 (21:02 +0100)] 
Default card title

6 years agoContent card template shared
Simounet [Wed, 20 Dec 2017 20:02:37 +0000 (21:02 +0100)] 
Content card template shared

6 years agoMerge pull request #3524 from wallabag/fix-assets-sub
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

6 years agocs-fixer 3524/head
Kevin Decherf [Wed, 20 Dec 2017 21:18:26 +0000 (22:18 +0100)] 
cs-fixer

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoUpdate prod assets
Kevin Decherf [Wed, 20 Dec 2017 20:55:34 +0000 (21:55 +0100)] 
Update prod assets

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoRemove fixed relative path for assets
Kevin Decherf [Wed, 20 Dec 2017 20:53:11 +0000 (21:53 +0100)] 
Remove fixed relative path for assets

6 years agoMerge pull request #3521 from wallabag/mruminski-patch-1
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

6 years agoUpdate messages.pl.yml 3521/head
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'

6 years agoMerge pull request #3515 from wallabag/php-7.2
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

6 years agoMerge pull request #3348 from pmichelazzo/master
Nicolas Lœuillet [Mon, 18 Dec 2017 12:34:01 +0000 (13:34 +0100)] 
Merge pull request #3348 from pmichelazzo/master

Update PT translations

6 years agoUpdate CHANGELOG 3515/head
Jeremy Benoist [Mon, 18 Dec 2017 09:53:40 +0000 (10:53 +0100)] 
Update CHANGELOG

6 years agoAdd missing assertion in tests
Jeremy Benoist [Mon, 18 Dec 2017 09:29:42 +0000 (10:29 +0100)] 
Add missing assertion in tests

6 years agoFix countable in tests
Jeremy Benoist [Mon, 18 Dec 2017 09:14:00 +0000 (10:14 +0100)] 
Fix countable in tests

6 years agoUpdate dama/doctrine-test-bundle
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

6 years agoAdd missing TestCase namespace
Jeremy Benoist [Sat, 16 Dec 2017 21:38:07 +0000 (22:38 +0100)] 
Add missing TestCase namespace

6 years agoFix typo
Jeremy Benoist [Sat, 16 Dec 2017 21:17:56 +0000 (22:17 +0100)] 
Fix typo

6 years agoAdd missing parameter for test
Jeremy Benoist [Sat, 16 Dec 2017 21:17:51 +0000 (22:17 +0100)] 
Add missing parameter for test

6 years agoUse namespaced PHPUnit classes
Jeremy Benoist [Sat, 16 Dec 2017 21:17:42 +0000 (22:17 +0100)] 
Use namespaced PHPUnit classes

6 years agoMerge pull request #3516 from wallabag/delete-id
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

6 years agoRemoved duplicated line 3348/head
Nicolas Lœuillet [Sun, 17 Dec 2017 20:20:23 +0000 (21:20 +0100)] 
Removed duplicated line

6 years agoapi: copy entry object before sending, to keep id 3516/head
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>
6 years agoUpdate PT translations
Paulino Michelazzo [Fri, 15 Sep 2017 08:22:01 +0000 (10:22 +0200)] 
Update PT translations

6 years agoMerge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix
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

6 years agoUse getTable() to retrieve prefixed table name 3504/head
Jeremy Benoist [Sat, 16 Dec 2017 21:08:00 +0000 (22:08 +0100)] 
Use getTable() to retrieve prefixed table name

6 years agoMerge pull request #3513 from wallabag/icons-3437
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

6 years agoMerge pull request #3511 from wallabag/install-command-note
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

6 years agomaterial: replace exit_to_app, redo and autorenew icons 3513/head
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>
6 years agocommand: replace note regarding server:run --env=prod 3511/head
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>
6 years agoMerge pull request #3507 from wallabag/fix-lowercase-migration
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

6 years agoMerge pull request #3510 from wallabag/update-robotstxt
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

6 years agoUpdated robots.txt to prevent crawling 3510/head
Nicolas Lœuillet [Fri, 15 Dec 2017 20:51:12 +0000 (21:51 +0100)] 
Updated robots.txt to prevent crawling

6 years agoFixed lower case tags migration 3507/head
Nicolas Lœuillet [Fri, 15 Dec 2017 12:59:02 +0000 (13:59 +0100)] 
Fixed lower case tags migration

6 years agoFix initial migration when using custom table prefix
adev [Thu, 14 Dec 2017 18:14:07 +0000 (19:14 +0100)] 
Fix initial migration when using custom table prefix

Fix #3503

6 years agoMerge pull request #3442 from wallabag/empty-entry
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

6 years agoUpdate CHANGELOG 3442/head
Kevin Decherf [Wed, 13 Dec 2017 21:49:53 +0000 (22:49 +0100)] 
Update CHANGELOG

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
6 years agoAdd test on EntryControllerTest for #3442
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>
6 years agoFix empty title and domain_name when exception is thrown during fetch
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>
6 years agoMerge pull request #3488 from wallabag/pg-10
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

6 years agoMerge pull request #3495 from wallabag/wallabag/remove-make-run-readme
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

6 years agoRemoved "make run" in the README 3495/head
Nicolas Lœuillet [Tue, 12 Dec 2017 19:52:05 +0000 (20:52 +0100)] 
Removed "make run" in the README

6 years agoMerge pull request #3492 from bdunogier/fix-3484-disable_share_link
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

6 years agoMerge pull request #3490 from wallabag/fix-rss-unread-icon
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

6 years agoMerge pull request #3487 from wallabag/initial-migration
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

6 years agoFix #3484: hide the share toggle button if no service is enabled 3492/head
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

6 years agoDisplayed the RSS icon on homepage route 3490/head
Nicolas Lœuillet [Tue, 12 Dec 2017 14:42:49 +0000 (15:42 +0100)] 
Displayed the RSS icon on homepage route

6 years agoCS 3487/head
Jeremy Benoist [Tue, 12 Dec 2017 13:30:22 +0000 (14:30 +0100)] 
CS

6 years agoUse hasTable instead of try/catch
Jeremy Benoist [Tue, 12 Dec 2017 12:41:44 +0000 (13:41 +0100)] 
Use hasTable instead of try/catch

6 years agoFix tests 3488/head
Jeremy Benoist [Tue, 12 Dec 2017 12:34:06 +0000 (13:34 +0100)] 
Fix tests

6 years agoAdd custom driver & schema manager for PostgreSQL 10
Jeremy Benoist [Tue, 12 Dec 2017 11:14:40 +0000 (12:14 +0100)] 
Add custom driver & schema manager for PostgreSQL 10

6 years agoChange the way to check for initial migration
Jeremy Benoist [Tue, 12 Dec 2017 10:10:21 +0000 (11:10 +0100)] 
Change the way to check for initial migration

6 years agoMerge pull request #3481 from wallabag/fix-make-run
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

6 years agoReplaced env by dev for make run 3481/head
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

6 years agoMerge pull request #3478 from odolbeau/patch-1
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

6 years agoUpdate README.md 3478/head
Olivier Dolbeau [Mon, 11 Dec 2017 22:32:39 +0000 (22:32 +0000)] 
Update README.md

Be ready for next year!

6 years agoMerge pull request #3474 from wallabag/update-changelog
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