]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
7 years agoFix typo
Jeremy Benoist [Wed, 14 Sep 2016 07:10:13 +0000 (09:10 +0200)] 
Fix typo

7 years agoAdd missing translations
Jeremy Benoist [Tue, 13 Sep 2016 20:38:05 +0000 (22:38 +0200)] 
Add missing translations

7 years agoAdd more “real” tests
Jeremy Benoist [Tue, 13 Sep 2016 20:27:27 +0000 (22:27 +0200)] 
Add more “real” tests

7 years agoChange flash message for queued articles
Jeremy Benoist [Tue, 13 Sep 2016 19:09:05 +0000 (21:09 +0200)] 
Change flash message for queued articles

7 years agoDisplay how many messages are queue
Jeremy Benoist [Tue, 13 Sep 2016 18:31:32 +0000 (20:31 +0200)] 
Display how many messages are queue

- update the docker-composer to add Redis
- add migrations

7 years agoUpdate import.worker.enabled translation
Jeremy Benoist [Mon, 12 Sep 2016 07:07:53 +0000 (09:07 +0200)] 
Update import.worker.enabled translation

7 years agoFix tests
Jeremy Benoist [Sun, 11 Sep 2016 21:57:27 +0000 (23:57 +0200)] 
Fix tests

7 years agoAdd tests on ImportCommand
Jeremy Benoist [Sun, 11 Sep 2016 19:40:08 +0000 (21:40 +0200)] 
Add tests on ImportCommand

7 years agoUpdate docs about worker
Jeremy Benoist [Sun, 11 Sep 2016 18:43:16 +0000 (20:43 +0200)] 
Update docs about worker

7 years agoAdd more tests
Jeremy Benoist [Sun, 11 Sep 2016 18:24:04 +0000 (20:24 +0200)] 
Add more tests

And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)

7 years agoRe-facto EntryConsumer
Jeremy Benoist [Sun, 11 Sep 2016 18:23:17 +0000 (20:23 +0200)] 
Re-facto EntryConsumer

Using an abstract method allow to share code but also can be used it we add a new broker in the future

7 years agoDisplay a message when async is enabled
Jeremy Benoist [Sun, 11 Sep 2016 18:22:38 +0000 (20:22 +0200)] 
Display a message when async is enabled

7 years agoEnable Redis on Travis
Jeremy Benoist [Sun, 11 Sep 2016 16:19:41 +0000 (18:19 +0200)] 
Enable Redis on Travis

Add generated files from `composer up`
Add more articles for Readability tests

7 years agoEnable Redis async import
Jeremy Benoist [Fri, 9 Sep 2016 19:02:03 +0000 (21:02 +0200)] 
Enable Redis async import

- using javibravo/simpleue
- internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear
- if both option are enable rabbit will be choosen
- services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml`
-

7 years agoRetrieve created date from Pocket
Jeremy Benoist [Fri, 9 Sep 2016 18:45:30 +0000 (20:45 +0200)] 
Retrieve created date from Pocket

7 years agoAdd test for RabbitMQ
Jeremy Benoist [Fri, 9 Sep 2016 16:02:29 +0000 (18:02 +0200)] 
Add test for RabbitMQ

Also update Symfony deps

7 years agoFix DateTime & clear()
Jeremy Benoist [Fri, 9 Sep 2016 08:12:25 +0000 (10:12 +0200)] 
Fix DateTime & clear()

7 years agoAdd ability to define created_at for all import
Jeremy Benoist [Fri, 9 Sep 2016 07:36:07 +0000 (09:36 +0200)] 
Add ability to define created_at for all import

At the moment only Readability & wallabag v2 import allow created_at import.
Pocket removed `time_added` field from their API v2 to v3...
And wallabag v1 doesn't export that value.

7 years agoCS
Jeremy Benoist [Mon, 5 Sep 2016 07:35:42 +0000 (09:35 +0200)] 
CS

7 years agoSome cleanup & refactor
Jeremy Benoist [Mon, 5 Sep 2016 05:50:10 +0000 (07:50 +0200)] 
Some cleanup & refactor

7 years agoRetrieve all items from Pocket
Jeremy Benoist [Mon, 5 Sep 2016 05:13:09 +0000 (07:13 +0200)] 
Retrieve all items from Pocket

5000 by 5000.
Also, retrieve newest item first.

7 years agoConvert other imports to Rabbit
Jeremy Benoist [Sun, 4 Sep 2016 19:49:21 +0000 (21:49 +0200)] 
Convert other imports to Rabbit

7 years agoSend every imported item to the queue
Jeremy Benoist [Sat, 3 Sep 2016 15:36:57 +0000 (17:36 +0200)] 
Send every imported item to the queue

Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format.
Then, the worker retrieve that information, find / create the entry and save it.

7 years agoUpdate docker-composer with RabbitMQ configuration
Nicolas Lœuillet [Tue, 23 Feb 2016 13:52:51 +0000 (14:52 +0100)] 
Update docker-composer with RabbitMQ configuration

7 years agoReplace RabbitMQ injection with CraueConfiguration
Nicolas Lœuillet [Mon, 15 Feb 2016 20:30:55 +0000 (21:30 +0100)] 
Replace RabbitMQ injection with CraueConfiguration

7 years agoAdd RabbitMQ service for Travis CI
Nicolas Lœuillet [Mon, 15 Feb 2016 19:35:28 +0000 (20:35 +0100)] 
Add RabbitMQ service for Travis CI

7 years ago1st draft for rabbitMQ
Nicolas Lœuillet [Fri, 15 Jan 2016 07:24:32 +0000 (08:24 +0100)] 
1st draft for rabbitMQ

7 years agoMerge pull request #2279 from wallabag/cleanup-travis
Nicolas Lœuillet [Sun, 11 Sep 2016 16:48:36 +0000 (18:48 +0200)] 
Merge pull request #2279 from wallabag/cleanup-travis

Check if asset is enable instead of opposite

7 years agoClearing entities in the loop fail on Postgres 2279/head
Jeremy Benoist [Sun, 11 Sep 2016 14:30:01 +0000 (16:30 +0200)] 
Clearing entities in the loop fail on Postgres

It looks like when you clear entities on Postgres some references are lost and tags are not saved :-/

7 years agoFix error on EntityManager clear
Jeremy Benoist [Sun, 11 Sep 2016 13:53:16 +0000 (15:53 +0200)] 
Fix error on EntityManager clear

Introduced in the recent 2.5.5 release.
Also updated deps.

7 years agoUpdate install.sh
Jeremy Benoist [Sun, 11 Sep 2016 10:52:42 +0000 (12:52 +0200)] 
Update install.sh

Since $ASSETS can be empty now and only be “build”.

7 years agoCheck if asset is enable instead of opposite
Jeremy Benoist [Fri, 9 Sep 2016 19:30:13 +0000 (21:30 +0200)] 
Check if asset is enable instead of opposite

Instead of defining ASSETS all the time, just define it when we want to
use it
Might give us more clearer build

7 years agoMerge pull request #2275 from wallabag/export-dates
Nicolas Lœuillet [Thu, 8 Sep 2016 16:33:09 +0000 (18:33 +0200)] 
Merge pull request #2275 from wallabag/export-dates

Export dates from entries

7 years agoExport dates from entries 2275/head
Jeremy Benoist [Thu, 8 Sep 2016 14:38:08 +0000 (16:38 +0200)] 
Export dates from entries

7 years agoMerge pull request #2274 from wallabag/json-response-created-at
Nicolas Lœuillet [Thu, 8 Sep 2016 10:28:46 +0000 (12:28 +0200)] 
Merge pull request #2274 from wallabag/json-response-created-at

Re-use JsonResponse

7 years agoRe-user JsonResponse 2274/head
Jeremy Benoist [Thu, 8 Sep 2016 10:03:09 +0000 (12:03 +0200)] 
Re-user JsonResponse

Since Symfony 3.1 we can define the json of a JsonResonse using `->setJson()`

7 years agoMerge pull request #2266 from wallabag/add-tags-counter
Jeremy Benoist [Mon, 5 Sep 2016 20:20:27 +0000 (22:20 +0200)] 
Merge pull request #2266 from wallabag/add-tags-counter

Added tags counter in sidebar (material theme)

7 years agoMerge pull request #2267 from wallabag/Quent-in-patch-1
Jeremy Benoist [Mon, 5 Sep 2016 17:49:23 +0000 (19:49 +0200)] 
Merge pull request #2267 from wallabag/Quent-in-patch-1

Occitan  updated

7 years agoOccitan updated 2267/head
Quent-in [Mon, 5 Sep 2016 16:55:53 +0000 (18:55 +0200)] 
Occitan  updated

Line 347, I'm not sure about what I wrote to avoid and end of string started with "
I had to use the simple ' in the sentence.
Let me know if it was okay like so.

7 years agoReturned 0 instead of returning empty array for Twig Extension 2266/head
Nicolas Lœuillet [Mon, 5 Sep 2016 12:17:44 +0000 (14:17 +0200)] 
Returned 0 instead of returning empty array for Twig Extension

7 years agoRemove useless variable
Nicolas Lœuillet [Mon, 5 Sep 2016 08:23:40 +0000 (10:23 +0200)] 
Remove useless variable

7 years agoSwitched enableCache visibility to private
Nicolas Lœuillet [Sun, 4 Sep 2016 19:06:52 +0000 (21:06 +0200)] 
Switched enableCache visibility to private

7 years agoAdded tags counter in sidebar (material theme)
Nicolas Lœuillet [Sun, 4 Sep 2016 18:53:28 +0000 (20:53 +0200)] 
Added tags counter in sidebar (material theme)

7 years agoMerge pull request #2263 from wallabag/speed-up-count
Jeremy Benoist [Sun, 4 Sep 2016 18:07:45 +0000 (20:07 +0200)] 
Merge pull request #2263 from wallabag/speed-up-count

Instead of selecting the whole data, just count it

7 years agoCS 2263/head
Jeremy Benoist [Sat, 3 Sep 2016 17:26:23 +0000 (19:26 +0200)] 
CS

7 years agoRemove Twig globals
Jeremy Benoist [Sat, 3 Sep 2016 17:09:28 +0000 (19:09 +0200)] 
Remove Twig globals

Twig Global function are called globally. This means even on a query to the api.

Using a function we can decide when we want to call it.

Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ...

7 years agoInstead of selecting the whole data, just count it
Jeremy Benoist [Sat, 3 Sep 2016 16:11:07 +0000 (18:11 +0200)] 
Instead of selecting the whole data, just count it

Instead of performing a complex select (to retrieve all data for entry, etc...) just select the counter and retrieve it.

Down from ~50ms to ~30ms on the unread page (with 500 items)

7 years agoMerge pull request #2002 from wallabag/feature-display-itemsNumber
Jeremy Benoist [Sat, 3 Sep 2016 14:13:08 +0000 (16:13 +0200)] 
Merge pull request #2002 from wallabag/feature-display-itemsNumber

Feature display items number

7 years agoStore cache lifetime in config 2002/head
Nicolas Lœuillet [Sat, 3 Sep 2016 12:02:50 +0000 (14:02 +0200)] 
Store cache lifetime in config

7 years agoMerge pull request #2260 from wallabag/fix-config-fontsize
Nicolas Lœuillet [Fri, 2 Sep 2016 09:17:47 +0000 (11:17 +0200)] 
Merge pull request #2260 from wallabag/fix-config-fontsize

Fixed different font-size for labels in config screen

7 years agoFixed different font-size for labels in config screen 2260/head
Nicolas Lœuillet [Fri, 2 Sep 2016 08:53:22 +0000 (10:53 +0200)] 
Fixed different font-size for labels in config screen
Fix #1788

7 years agoMerge pull request #2252 from wallabag/fix-last-merge
Nicolas Lœuillet [Fri, 2 Sep 2016 08:27:41 +0000 (10:27 +0200)] 
Merge pull request #2252 from wallabag/fix-last-merge

Fixed last merge who caused CSS/JS bugs

7 years agoAdd tinydot to material concat 2252/head
Jeremy Benoist [Fri, 2 Sep 2016 07:52:15 +0000 (09:52 +0200)] 
Add tinydot to material concat

7 years agoMerge pull request #2242 from wallabag/fix-minor-css
Jeremy Benoist [Thu, 1 Sep 2016 20:23:45 +0000 (22:23 +0200)] 
Merge pull request #2242 from wallabag/fix-minor-css

Fix print / article views

7 years agoMerge pull request #2258 from mruminski/2.1
Nicolas Lœuillet [Thu, 1 Sep 2016 18:26:23 +0000 (20:26 +0200)] 
Merge pull request #2258 from mruminski/2.1

Update messages.pl.yml

7 years agoEnable cache for queries
Nicolas Lœuillet [Thu, 1 Sep 2016 18:20:12 +0000 (20:20 +0200)] 
Enable cache for queries

7 years agoUpdate messages.pl.yml 2258/head
Mateusz Rumiński [Thu, 1 Sep 2016 17:42:26 +0000 (19:42 +0200)] 
Update messages.pl.yml

add missing polish translations

7 years agoCSS indentation 2242/head
Nicolas Lœuillet [Thu, 1 Sep 2016 17:18:39 +0000 (19:18 +0200)] 
CSS indentation

7 years agoMerge pull request #2255 from wallabag/readability
Jeremy Benoist [Thu, 1 Sep 2016 12:18:48 +0000 (14:18 +0200)] 
Merge pull request #2255 from wallabag/readability

Add Readability import

7 years agoAdded documentation for Readability migration 2255/head
Nicolas Lœuillet [Thu, 1 Sep 2016 11:36:26 +0000 (13:36 +0200)] 
Added documentation for Readability migration

7 years agoAdd Readability to Quickstart page
Jeremy Benoist [Thu, 1 Sep 2016 10:07:35 +0000 (12:07 +0200)] 
Add Readability to Quickstart page

7 years agoAdd tests on ReadabilityImport
Jeremy Benoist [Thu, 1 Sep 2016 07:57:02 +0000 (09:57 +0200)] 
Add tests on ReadabilityImport

7 years agoAdd missing translations
Jeremy Benoist [Thu, 1 Sep 2016 07:36:27 +0000 (09:36 +0200)] 
Add missing translations

7 years agoFix import count tests
Jeremy Benoist [Thu, 1 Sep 2016 07:36:11 +0000 (09:36 +0200)] 
Fix import count tests

7 years agoAdd Readability import
Jeremy Benoist [Thu, 1 Sep 2016 06:00:30 +0000 (08:00 +0200)] 
Add Readability import

Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)

7 years agoFixed last merge who caused CSS/JS bugs
Nicolas Lœuillet [Tue, 30 Aug 2016 11:52:28 +0000 (13:52 +0200)] 
Fixed last merge who caused CSS/JS bugs

7 years agoMerge remote-tracking branch 'origin/master' into 2.1
Jeremy Benoist [Sun, 28 Aug 2016 14:15:27 +0000 (16:15 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.1

7 years agoMerge pull request #2243 from wallabag/feature-untagged-entries
Jeremy Benoist [Sun, 28 Aug 2016 13:56:17 +0000 (15:56 +0200)] 
Merge pull request #2243 from wallabag/feature-untagged-entries

Add untagged entries

7 years agoAdd missing translations 2243/head
Jeremy Benoist [Sun, 28 Aug 2016 13:30:53 +0000 (15:30 +0200)] 
Add missing translations

7 years agoAdd tests for untagged entries
Nicolas Lœuillet [Fri, 26 Aug 2016 19:01:56 +0000 (21:01 +0200)] 
Add tests for untagged entries

7 years agoAdd untagged entries
Nicolas Lœuillet [Fri, 26 Aug 2016 14:55:41 +0000 (16:55 +0200)] 
Add untagged entries
Fix #1631

7 years agoMerge pull request #2245 from wallabag/change-page-title
Jeremy Benoist [Sun, 28 Aug 2016 12:33:46 +0000 (14:33 +0200)] 
Merge pull request #2245 from wallabag/change-page-title

Changed where page title is displayed

7 years agoOccitan version
Quent-in [Sat, 27 Aug 2016 10:24:18 +0000 (12:24 +0200)] 
Occitan version

Occitan translation, I hope I properly put it where it has to be.
If there reminds other textes to translate, please let me know!

7 years agoChanged where page title is displayed 2245/head
Nicolas Lœuillet [Fri, 26 Aug 2016 19:26:21 +0000 (21:26 +0200)] 
Changed where page title is displayed

7 years agoFixed print view for baggy theme
Nicolas Lœuillet [Fri, 26 Aug 2016 19:20:02 +0000 (21:20 +0200)] 
Fixed print view for baggy theme

7 years agoFix print / article views
Nicolas Lœuillet [Fri, 26 Aug 2016 12:26:47 +0000 (14:26 +0200)] 
Fix print / article views

7 years agoMerge pull request #2240 from wallabag/add-icon-public-share
Jeremy Benoist [Fri, 26 Aug 2016 10:14:36 +0000 (12:14 +0200)] 
Merge pull request #2240 from wallabag/add-icon-public-share

Add icon for public share link

7 years agoMerge pull request #2241 from modos189/v2-issue-1991
Jeremy Benoist [Fri, 26 Aug 2016 05:26:42 +0000 (07:26 +0200)] 
Merge pull request #2241 from modos189/v2-issue-1991

Fix issue #1991: correction of the height field to add articles

7 years agoFix issue #1991: correction of the height field to add articles 2241/head
Alexandr Danilov [Thu, 25 Aug 2016 22:13:35 +0000 (01:13 +0300)] 
Fix issue #1991: correction of the height field to add articles

7 years agoAdd icon for public share link 2240/head
Nicolas Lœuillet [Thu, 25 Aug 2016 14:19:21 +0000 (16:19 +0200)] 
Add icon for public share link

7 years agoMerge pull request #2238 from modos189/v2-improve-view
Thomas Citharel [Thu, 25 Aug 2016 13:55:30 +0000 (15:55 +0200)] 
Merge pull request #2238 from modos189/v2-improve-view

V2 improve view

7 years agoMerge pull request #2237 from wallabag/add-original-url-public-entry
Nicolas Lœuillet [Thu, 25 Aug 2016 13:39:15 +0000 (15:39 +0200)] 
Merge pull request #2237 from wallabag/add-original-url-public-entry

Add original link in public view of the article

7 years agoRemove text about original URL in public view 2237/head
Nicolas Lœuillet [Thu, 25 Aug 2016 13:32:38 +0000 (15:32 +0200)] 
Remove text about original URL in public view

7 years agoA new version of the plugin tinydot with update on window resize 2238/head
Alexandr Danilov [Thu, 25 Aug 2016 13:22:47 +0000 (16:22 +0300)] 
A new version of the plugin tinydot with update on window resize

7 years agoChanges in the login form:
Alexandr Danilov [Thu, 25 Aug 2016 13:09:55 +0000 (16:09 +0300)] 
Changes in the login form:
* The alignment of the login form centered in WebKit
* Indent after the reference password recovery

7 years agoAdd original link in public view of the article
Nicolas Lœuillet [Thu, 25 Aug 2016 12:39:33 +0000 (14:39 +0200)] 
Add original link in public view of the article

7 years agoMerge pull request #1904 from wallabag/feature-public-mode
Jeremy Benoist [Thu, 25 Aug 2016 07:30:51 +0000 (09:30 +0200)] 
Merge pull request #1904 from wallabag/feature-public-mode

Share entry with a public URL

7 years agoUpdate test 1904/head
Jeremy Benoist [Wed, 24 Aug 2016 20:29:36 +0000 (22:29 +0200)] 
Update test

and some cleanup

7 years agoHandle share_entry
Jeremy Benoist [Wed, 24 Aug 2016 19:56:02 +0000 (21:56 +0200)] 
Handle share_entry

- share_entry needs to be in the migration too
- and it needs a translation

7 years agoHandle table prefix in migration
Jeremy Benoist [Wed, 24 Aug 2016 19:38:26 +0000 (21:38 +0200)] 
Handle table prefix in migration

and fix migration for name field in oauth table

7 years agoMerge pull request #2236 from wallabag/allow-failure-php-7.1
Jeremy Benoist [Wed, 24 Aug 2016 09:39:17 +0000 (11:39 +0200)] 
Merge pull request #2236 from wallabag/allow-failure-php-7.1

Allow failure for PHP 7.1

7 years agoMerge pull request #2186 from wallabag/addRegistration
Jeremy Benoist [Wed, 24 Aug 2016 09:13:00 +0000 (11:13 +0200)] 
Merge pull request #2186 from wallabag/addRegistration

Add option to disable registration

7 years agoAllow failure for PHP 7.1 2236/head
Jeremy Benoist [Wed, 24 Aug 2016 08:49:43 +0000 (10:49 +0200)] 
Allow failure for PHP 7.1

Got tired of `EE/home/travis/build.sh: line 45:  4445 Segmentation fault      (core dumped) phpunit -v` using PHP 7.1.0beta3

7 years agoAdd simple test 2186/head
Nicolas Lœuillet [Wed, 24 Aug 2016 08:28:43 +0000 (10:28 +0200)] 
Add simple test

7 years agoMerge pull request #2234 from cstuder/patch-1
Nicolas Lœuillet [Wed, 24 Aug 2016 07:11:14 +0000 (09:11 +0200)] 
Merge pull request #2234 from cstuder/patch-1

Fixes mailto link in documentation

7 years agoMerge pull request #2235 from wallabag/german-doc-config
Nicolas Lœuillet [Wed, 24 Aug 2016 07:10:55 +0000 (09:10 +0200)] 
Merge pull request #2235 from wallabag/german-doc-config

Add configuration for german documentation

7 years agoChange annotation for uuid field
Nicolas Lœuillet [Wed, 24 Aug 2016 07:07:49 +0000 (09:07 +0200)] 
Change annotation for uuid field

7 years agoAdd configuration for german documentation 2235/head
Nicolas Lœuillet [Wed, 24 Aug 2016 06:53:20 +0000 (08:53 +0200)] 
Add configuration for german documentation

7 years agoFixes mailto link in german translation 2234/head
Christian Studer [Wed, 24 Aug 2016 06:43:38 +0000 (08:43 +0200)] 
Fixes mailto link in german translation

7 years agoFixes mailto link in french translation
Christian Studer [Wed, 24 Aug 2016 06:43:17 +0000 (08:43 +0200)] 
Fixes mailto link in french translation