]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Олег [Fri, 6 Oct 2017 13:26:50 +0000 (16:26 +0300)]
update Russian language
Олег [Fri, 6 Oct 2017 12:39:34 +0000 (15:39 +0300)]
add Russian language
Олег [Fri, 6 Oct 2017 10:14:58 +0000 (13:14 +0300)]
Add Russian language in CoreBundle Resources and CraueConfigBundle
Nicolas Lœuillet [Sat, 16 Sep 2017 11:01:33 +0000 (13:01 +0200)]
Merge pull request #3347 from Kdecherf/entry-stats
Entry view: update .stats margins and color
Kevin Decherf [Sat, 9 Sep 2017 19:35:19 +0000 (21:35 +0200)]
Entry view: update .stats margins and color
Decreasing margin of .stats, increasing vertical margin of .stats li,
increasing right margin of material icons and reducing contrast of
material icons.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jérémy Benoist [Sat, 9 Sep 2017 16:57:50 +0000 (18:57 +0200)]
Merge pull request #3345 from wallabag/Quent-in-patch-1
Update messages.oc.yml
Quent-in [Sat, 9 Sep 2017 16:23:59 +0000 (18:23 +0200)]
Update messages.oc.yml
Jérémy Benoist [Thu, 7 Sep 2017 05:17:05 +0000 (07:17 +0200)]
Merge pull request #3340 from Kdecherf/fix-webpack
Fix webpack error on comments
Jérémy Benoist [Thu, 7 Sep 2017 05:16:26 +0000 (07:16 +0200)]
Merge pull request #3309 from wallabag/fix-multiple-tag-search
Multiple tag search, which was broken from API
Jeremy Benoist [Wed, 6 Sep 2017 20:58:34 +0000 (22:58 +0200)]
Remove unused function
Introduce after the rebase I guess
Jeremy Benoist [Thu, 3 Aug 2017 14:20:49 +0000 (16:20 +0200)]
Fix tests
Jeremy Benoist [Thu, 3 Aug 2017 10:46:20 +0000 (12:46 +0200)]
Multiple tag search was broken from API
First, the setParameter() were done on the same parameter which in fact
just duplicated the condition in the SQL query (like `where t.label =
'test' and t.label = 'test'`.
Changed the parameter doesn't help because the query was then wrong.
Changing the way to match associated tags for an entry and it worked.
Kevin Decherf [Wed, 6 Sep 2017 20:42:23 +0000 (22:42 +0200)]
Fix webpack error on comments
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Nicolas Lœuillet [Wed, 6 Sep 2017 13:08:12 +0000 (15:08 +0200)]
Merge pull request #3332 from nclsHart/better-txt-export
Better entry txt export using html2text
Jérémy Benoist [Mon, 4 Sep 2017 10:09:26 +0000 (12:09 +0200)]
Merge pull request #3337 from strobeltobias/patch-1
Add missing quotation marks and small fixes (2)
Jérémy Benoist [Mon, 4 Sep 2017 09:17:26 +0000 (11:17 +0200)]
Update messages.de.yml
Jérémy Benoist [Sun, 3 Sep 2017 18:26:16 +0000 (20:26 +0200)]
Merge pull request #3333 from Quent-in/2.3
Update OC
Jérémy Benoist [Sun, 3 Sep 2017 18:25:15 +0000 (20:25 +0200)]
Merge pull request #3139 from Kdecherf/2502-tag-case
Ignore tag's case
Jérémy Benoist [Sun, 3 Sep 2017 18:24:41 +0000 (20:24 +0200)]
Merge pull request #3338 from strobeltobias/patch-2
Translate missing strings, add quotation marks
Tobias Strobel [Sun, 3 Sep 2017 13:15:38 +0000 (15:15 +0200)]
Update to comply with suggested changes
Tobias Strobel [Fri, 1 Sep 2017 21:15:18 +0000 (23:15 +0200)]
Translate missing strings, add quotation marks
Tobias Strobel [Fri, 1 Sep 2017 21:01:57 +0000 (23:01 +0200)]
Add missing quotation marks and small fixes (2)
Quent-in [Wed, 30 Aug 2017 18:10:58 +0000 (20:10 +0200)]
Update wallabag_user.oc.yml
Quent-in [Wed, 30 Aug 2017 18:09:16 +0000 (20:09 +0200)]
Update CraueConfigBundle.oc.yml
Quent-in [Wed, 30 Aug 2017 18:06:34 +0000 (20:06 +0200)]
Update validators.oc.yml
Quent-in [Wed, 30 Aug 2017 18:01:11 +0000 (20:01 +0200)]
Update
Jérémy Benoist [Wed, 30 Aug 2017 11:53:49 +0000 (13:53 +0200)]
Merge pull request #3330 from franek/set-starred-date
Add starred_at field which is set when an entry is starred
Jérémy Benoist [Wed, 30 Aug 2017 11:51:20 +0000 (13:51 +0200)]
Merge pull request #3294 from wallabag/export-tag-null
Empty currentTag should be null
Kevin Decherf [Sun, 27 Aug 2017 14:59:02 +0000 (16:59 +0200)]
php-cs-fixer on DoctrineMigrations/Version20170719231144
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Jeremy Benoist [Sat, 1 Jul 2017 06:41:55 +0000 (08:41 +0200)]
Fix tests
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Thu, 20 Jul 2017 20:05:44 +0000 (22:05 +0200)]
Add migration to change case of tags
This migration does not support SQLite as long as this engine does not
support Unicode in LOWER().
This migration starts by retrieving the list of lowercase tags which
need to be migrated. Then it retrieves the list of tags for each tags
from the previous step in order to migrate entries. It handles deletion
of empty tags. At the end the migration makes a full scan to update the
label of all remaining tags.
WARNING: THIS MIGRATION IS IRREVERSIBLE.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 21 May 2017 15:01:59 +0000 (17:01 +0200)]
Tag: render tags case-insensitive by storing them in lowercase
Fixes #2502
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Nicolas Hart [Sat, 26 Aug 2017 22:04:21 +0000 (00:04 +0200)]
better entry txt export using html2text
François D [Wed, 23 Aug 2017 21:06:40 +0000 (23:06 +0200)]
Set a starred_at field when an entry is starred.
This date is used to sort starred entries.
Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated.
Add an updateStar method into Entry class
A migration script has been added in order to set starred_at field.
Jeremy Benoist [Tue, 22 Aug 2017 09:22:47 +0000 (11:22 +0200)]
Merge remote-tracking branch 'origin/master' into 2.3
Jérémy Benoist [Tue, 22 Aug 2017 09:21:04 +0000 (11:21 +0200)]
Merge pull request #3326 from nclsHart/reload-entry-command
Add reload entry command
Nicolas Hart [Tue, 22 Aug 2017 08:42:54 +0000 (10:42 +0200)]
rename getAllEntriesIdAndUrl into findAllEntriesIdAndUrlByUserId
Nicolas Hart [Mon, 21 Aug 2017 16:19:42 +0000 (18:19 +0200)]
rename getAllEntriesId into findAllEntriesIdByUserId
Nicolas Hart [Mon, 21 Aug 2017 08:36:56 +0000 (10:36 +0200)]
Add reload entry command
Jérémy Benoist [Mon, 14 Aug 2017 15:45:16 +0000 (17:45 +0200)]
Merge pull request #3323 from egilli/fix-export-link-with-baggy
Fix export links in baggy theme
Étienne Gilli [Mon, 7 Aug 2017 12:14:53 +0000 (14:14 +0200)]
Fix export links in baggy theme
Jérémy Benoist [Sat, 12 Aug 2017 07:32:51 +0000 (09:32 +0200)]
Merge pull request #3322 from braco/patch-1
Update Readme with crucial information
braco [Thu, 10 Aug 2017 18:54:58 +0000 (14:54 -0400)]
Update Readme with crucial information
Jérémy Benoist [Thu, 10 Aug 2017 08:13:09 +0000 (10:13 +0200)]
Merge pull request #3319 from Quent-in/2.3
Translation : OC small changes
Quent-in [Wed, 9 Aug 2017 16:40:19 +0000 (18:40 +0200)]
Small change
Apostrophe par erreur, et "aller À votre compte" et non "sur", pas choquant mais mieux je pense en OC.
Jérémy Benoist [Tue, 8 Aug 2017 17:48:47 +0000 (19:48 +0200)]
Merge pull request #3314 from nclsHart/fix-3313
Reduce number of queries on tag list
Jérémy Benoist [Tue, 8 Aug 2017 17:38:43 +0000 (19:38 +0200)]
Merge pull request #3317 from wallabag/mruminski-patch-1
Update messages.pl.yml
Mateusz Rumiński [Tue, 8 Aug 2017 13:45:44 +0000 (15:45 +0200)]
Update messages.pl.yml
add polish translation for credentials
Nicolas Hart [Sun, 6 Aug 2017 19:58:14 +0000 (21:58 +0200)]
Reduce number of queries on tag list
Jérémy Benoist [Sun, 6 Aug 2017 13:39:04 +0000 (15:39 +0200)]
Merge pull request #3312 from Quent-in/2.3
Occitan language updates
Quent-in [Sat, 5 Aug 2017 18:20:18 +0000 (20:20 +0200)]
Correction apostrophe encadrée par simples apostrophes
Quent-in [Sat, 5 Aug 2017 17:48:45 +0000 (19:48 +0200)]
Correction indent. L538
Correction indentation suite rapport Travis
Jérémy Benoist [Sat, 5 Aug 2017 17:19:09 +0000 (19:19 +0200)]
Merge pull request #3311 from nclsHart/makefile-webpack
Fix make build by replacing grunt with webpack
Quent-in [Sat, 5 Aug 2017 13:19:34 +0000 (15:19 +0200)]
Update
2FA : choix des occitanophones interrogés : autentificacion en dos temps.
+ fautes de frappes
Quent-in [Sat, 5 Aug 2017 13:14:34 +0000 (15:14 +0200)]
Update OC: correction fautes de frappe
Quent-in [Sat, 5 Aug 2017 12:58:15 +0000 (14:58 +0200)]
Update with new strings
L538 : not quite sure about the number of space.
Quent-in [Sat, 5 Aug 2017 12:46:33 +0000 (14:46 +0200)]
Update registration using API
Nicolas Hart [Fri, 4 Aug 2017 22:13:55 +0000 (00:13 +0200)]
Fix make build by replacing grunt with webpack
Jérémy Benoist [Wed, 2 Aug 2017 05:25:02 +0000 (07:25 +0200)]
Merge pull request #3301 from nclsHart/list-user-command
Add list users command
Nicolas Hart [Mon, 31 Jul 2017 21:20:41 +0000 (23:20 +0200)]
add search argument and limit option to list users command
Nicolas Hart [Sun, 30 Jul 2017 20:04:29 +0000 (22:04 +0200)]
Add list user command
Jérémy Benoist [Sun, 30 Jul 2017 06:31:04 +0000 (08:31 +0200)]
Merge pull request #3297 from nclsHart/commands-better-rendering
Better rendering for all core commands
Jérémy Benoist [Sun, 30 Jul 2017 06:27:39 +0000 (08:27 +0200)]
Merge pull request #3298 from nclsHart/fix-namespace-phpdoc
Fix some namespaces and phpdoc
Jérémy Benoist [Sun, 30 Jul 2017 06:10:50 +0000 (08:10 +0200)]
Merge pull request #3299 from nclsHart/missing-method-prepare-entry
Add missing abstract method prepareEntry in BrowserImport
Nicolas Hart [Sat, 29 Jul 2017 20:59:11 +0000 (22:59 +0200)]
Add missing abstract method prepareEntry in BrowserImport
Nicolas Hart [Sat, 29 Jul 2017 20:51:50 +0000 (22:51 +0200)]
Fix some namespaces and phpdoc
Nicolas Hart [Fri, 28 Jul 2017 22:30:22 +0000 (00:30 +0200)]
Better rendering for all core commands
Jérémy Benoist [Sat, 29 Jul 2017 07:34:29 +0000 (09:34 +0200)]
Merge pull request #3290 from nclsHart/fix-3019
Add a dedicated title for all entries page
Jeremy Benoist [Fri, 28 Jul 2017 06:07:09 +0000 (08:07 +0200)]
Empty currentTag should be null
And when a parameter is null, it won't appear in the url like `?tag=`.
Jérémy Benoist [Fri, 28 Jul 2017 05:38:15 +0000 (07:38 +0200)]
Merge pull request #3291 from nclsHart/show-user-io
Better rendering for show user command using symfony style
Jérémy Benoist [Fri, 28 Jul 2017 05:36:27 +0000 (07:36 +0200)]
Merge pull request #3292 from nclsHart/remove-getdoctrine
Remove unused method getDoctrine in several commands
Jérémy Benoist [Fri, 28 Jul 2017 05:35:48 +0000 (07:35 +0200)]
Merge pull request #3293 from nclsHart/remove-unused-use
Remove unused use statement in install command
Nicolas Hart [Thu, 27 Jul 2017 21:51:01 +0000 (23:51 +0200)]
Remove unused use statement in install command
Nicolas Hart [Thu, 27 Jul 2017 21:44:12 +0000 (23:44 +0200)]
Remove unused method getDoctrine in several commands
Nicolas Hart [Thu, 27 Jul 2017 21:25:27 +0000 (23:25 +0200)]
Better rendering for show user command using symfony style
Nicolas Hart [Thu, 27 Jul 2017 20:35:59 +0000 (22:35 +0200)]
add a dedicated title for all entries page
Jérémy Benoist [Tue, 25 Jul 2017 14:54:43 +0000 (16:54 +0200)]
Merge pull request #3280 from Simounet/fix/2.3-date
Fix updatePublishedAt on already parsed article's date
Jérémy Benoist [Mon, 24 Jul 2017 15:38:41 +0000 (17:38 +0200)]
Merge pull request #3284 from wallabag/travis-7.2
Testing on PHP 7.2
Jeremy Benoist [Mon, 24 Jul 2017 14:39:29 +0000 (16:39 +0200)]
Add a test for updatePublishedAt
To avoid error when a content is re-submitted and it previously add a
published date.
Also, fix the `testPostSameEntry`
Simounet [Wed, 19 Jul 2017 18:16:23 +0000 (20:16 +0200)]
Fix updatePublishedAt on already parsed article's date
Jérémy Benoist [Mon, 24 Jul 2017 13:48:53 +0000 (15:48 +0200)]
Testing on PHP 7.2
Jérémy Benoist [Mon, 24 Jul 2017 11:54:01 +0000 (13:54 +0200)]
Merge pull request #3283 from wallabag/fix-language-validation
Put the final URL in data test
Jeremy Benoist [Mon, 24 Jul 2017 09:52:43 +0000 (11:52 +0200)]
CS
Jeremy Benoist [Mon, 24 Jul 2017 09:12:54 +0000 (11:12 +0200)]
Put the final URL in data test
Jérémy Benoist [Tue, 11 Jul 2017 07:21:49 +0000 (09:21 +0200)]
Merge pull request #3266 from egilli/export-domain-as-author
Use the article publisher as author for exported files
Jérémy Benoist [Tue, 11 Jul 2017 05:30:30 +0000 (07:30 +0200)]
Merge pull request #3270 from wallabag/do-not-allow-html-api
Disallow html for API templating formats
Jérémy Benoist [Tue, 11 Jul 2017 05:30:08 +0000 (07:30 +0200)]
Merge pull request #3264 from wallabag/trait-timestamps
Add EntityTimestampsTrait to handle dates
Étienne Gilli [Mon, 10 Jul 2017 07:58:18 +0000 (09:58 +0200)]
Make updateAuthor code simpler to read
Jérémy Benoist [Sun, 9 Jul 2017 19:22:28 +0000 (21:22 +0200)]
Merge pull request #3267 from wallabag/revert-client-credentials
Revert client_credentials grant types
Étienne Gilli [Sun, 9 Jul 2017 16:33:14 +0000 (18:33 +0200)]
Use the article publisher as author for export
When exporting an entry, use the publishedBy field as author name for
epub, mobi and pdf formats. Fallback to domain name if empty.
Jeremy Benoist [Sun, 9 Jul 2017 08:07:14 +0000 (10:07 +0200)]
Disallow html for templating formats
Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format.
Étienne Gilli [Sat, 8 Jul 2017 15:55:58 +0000 (17:55 +0200)]
Use the article domain as author for export files
When exporting an entry, use the domain name as author name for epub,
mobi and pdf formats, instead of 'wallabag'.
Change the author from array to string, because for now, there is always
only one author.
Jeremy Benoist [Sat, 8 Jul 2017 17:28:12 +0000 (19:28 +0200)]
Revert client_credentials grant types
Jeremy Benoist [Thu, 6 Jul 2017 07:00:37 +0000 (09:00 +0200)]
Add EntityTimestampsTrait to handle dates
Refactorize timestamps() method to avoid re-writing it on each entity
Jérémy Benoist [Wed, 5 Jul 2017 13:00:24 +0000 (15:00 +0200)]
Merge pull request #3256 from wallabag/fix-patch
Fix PATCH method
Jérémy Benoist [Mon, 3 Jul 2017 15:15:45 +0000 (17:15 +0200)]
Merge pull request #3257 from wallabag/fix-mapping-entities
Fixed mapping entities
Jeremy Benoist [Mon, 3 Jul 2017 11:56:39 +0000 (13:56 +0200)]
CS
Jeremy Benoist [Fri, 30 Jun 2017 15:04:40 +0000 (17:04 +0200)]
Fix validateAndSetPreviewPicture
Which wasn't covered by a test!
Jeremy Benoist [Fri, 30 Jun 2017 14:54:26 +0000 (16:54 +0200)]
Fix PATCH method
The PATCH method for the entry should only update what user sent to us and not the whole entry as it was before.
Also, sending tags when patching an entry will now remove all current tags & assocatied new ones.
Jeremy Benoist [Mon, 3 Jul 2017 09:49:46 +0000 (11:49 +0200)]
CS