]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Jeremy Benoist [Fri, 9 Sep 2016 08:12:25 +0000 (10:12 +0200)]
Fix DateTime & clear()
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.
Jeremy Benoist [Mon, 5 Sep 2016 07:35:42 +0000 (09:35 +0200)]
CS
Jeremy Benoist [Mon, 5 Sep 2016 05:50:10 +0000 (07:50 +0200)]
Some cleanup & refactor
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.
Jeremy Benoist [Sun, 4 Sep 2016 19:49:21 +0000 (21:49 +0200)]
Convert other imports to Rabbit
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.
Nicolas Lœuillet [Tue, 23 Feb 2016 13:52:51 +0000 (14:52 +0100)]
Update docker-composer with RabbitMQ configuration
Nicolas Lœuillet [Mon, 15 Feb 2016 20:30:55 +0000 (21:30 +0100)]
Replace RabbitMQ injection with CraueConfiguration
Nicolas Lœuillet [Mon, 15 Feb 2016 19:35:28 +0000 (20:35 +0100)]
Add RabbitMQ service for Travis CI
Nicolas Lœuillet [Fri, 15 Jan 2016 07:24:32 +0000 (08:24 +0100)]
1st draft for rabbitMQ
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
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 :-/
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.
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”.
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
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
Jeremy Benoist [Thu, 8 Sep 2016 14:38:08 +0000 (16:38 +0200)]
Export dates from entries
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
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()`
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)
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
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.
Nicolas Lœuillet [Mon, 5 Sep 2016 12:17:44 +0000 (14:17 +0200)]
Returned 0 instead of returning empty array for Twig Extension
Nicolas Lœuillet [Mon, 5 Sep 2016 08:23:40 +0000 (10:23 +0200)]
Remove useless variable
Nicolas Lœuillet [Sun, 4 Sep 2016 19:06:52 +0000 (21:06 +0200)]
Switched enableCache visibility to private
Nicolas Lœuillet [Sun, 4 Sep 2016 18:53:28 +0000 (20:53 +0200)]
Added tags counter in sidebar (material theme)
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
Jeremy Benoist [Sat, 3 Sep 2016 17:26:23 +0000 (19:26 +0200)]
CS
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 ...
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)
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
Nicolas Lœuillet [Sat, 3 Sep 2016 12:02:50 +0000 (14:02 +0200)]
Store cache lifetime in config
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
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
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
Jeremy Benoist [Fri, 2 Sep 2016 07:52:15 +0000 (09:52 +0200)]
Add tinydot to material concat
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
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
Nicolas Lœuillet [Thu, 1 Sep 2016 18:20:12 +0000 (20:20 +0200)]
Enable cache for queries
Mateusz Rumiński [Thu, 1 Sep 2016 17:42:26 +0000 (19:42 +0200)]
Update messages.pl.yml
add missing polish translations
Nicolas Lœuillet [Thu, 1 Sep 2016 17:18:39 +0000 (19:18 +0200)]
CSS indentation
Jeremy Benoist [Thu, 1 Sep 2016 12:18:48 +0000 (14:18 +0200)]
Merge pull request #2255 from wallabag/readability
Add Readability import
Nicolas Lœuillet [Thu, 1 Sep 2016 11:36:26 +0000 (13:36 +0200)]
Added documentation for Readability migration
Jeremy Benoist [Thu, 1 Sep 2016 10:07:35 +0000 (12:07 +0200)]
Add Readability to Quickstart page
Jeremy Benoist [Thu, 1 Sep 2016 07:57:02 +0000 (09:57 +0200)]
Add tests on ReadabilityImport
Jeremy Benoist [Thu, 1 Sep 2016 07:36:27 +0000 (09:36 +0200)]
Add missing translations
Jeremy Benoist [Thu, 1 Sep 2016 07:36:11 +0000 (09:36 +0200)]
Fix import count tests
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)
Nicolas Lœuillet [Tue, 30 Aug 2016 11:52:28 +0000 (13:52 +0200)]
Fixed last merge who caused CSS/JS bugs
Jeremy Benoist [Sun, 28 Aug 2016 14:15:27 +0000 (16:15 +0200)]
Merge remote-tracking branch 'origin/master' into 2.1
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
Jeremy Benoist [Sun, 28 Aug 2016 13:30:53 +0000 (15:30 +0200)]
Add missing translations
Nicolas Lœuillet [Fri, 26 Aug 2016 19:01:56 +0000 (21:01 +0200)]
Add tests for untagged entries
Nicolas Lœuillet [Fri, 26 Aug 2016 14:55:41 +0000 (16:55 +0200)]
Add untagged entries
Fix #1631
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
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!
Nicolas Lœuillet [Fri, 26 Aug 2016 19:26:21 +0000 (21:26 +0200)]
Changed where page title is displayed
Nicolas Lœuillet [Fri, 26 Aug 2016 19:20:02 +0000 (21:20 +0200)]
Fixed print view for baggy theme
Nicolas Lœuillet [Fri, 26 Aug 2016 12:26:47 +0000 (14:26 +0200)]
Fix print / article views
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
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
Alexandr Danilov [Thu, 25 Aug 2016 22:13:35 +0000 (01:13 +0300)]
Fix issue #1991: correction of the height field to add articles
Nicolas Lœuillet [Thu, 25 Aug 2016 14:19:21 +0000 (16:19 +0200)]
Add icon for public share link
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
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
Nicolas Lœuillet [Thu, 25 Aug 2016 13:32:38 +0000 (15:32 +0200)]
Remove text about original URL in public view
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
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
Nicolas Lœuillet [Thu, 25 Aug 2016 12:39:33 +0000 (14:39 +0200)]
Add original link in public view of the article
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
Jeremy Benoist [Wed, 24 Aug 2016 20:29:36 +0000 (22:29 +0200)]
Update test
and some cleanup
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
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
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
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
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
Nicolas Lœuillet [Wed, 24 Aug 2016 08:28:43 +0000 (10:28 +0200)]
Add simple test
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
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
Nicolas Lœuillet [Wed, 24 Aug 2016 07:07:49 +0000 (09:07 +0200)]
Change annotation for uuid field
Nicolas Lœuillet [Wed, 24 Aug 2016 06:53:20 +0000 (08:53 +0200)]
Add configuration for german documentation
Christian Studer [Wed, 24 Aug 2016 06:43:38 +0000 (08:43 +0200)]
Fixes mailto link in german translation
Christian Studer [Wed, 24 Aug 2016 06:43:17 +0000 (08:43 +0200)]
Fixes mailto link in french translation
Christian Studer [Wed, 24 Aug 2016 06:22:35 +0000 (08:22 +0200)]
Fixes mailto link
Nicolas Lœuillet [Tue, 23 Aug 2016 15:24:46 +0000 (17:24 +0200)]
Merge pull request #2230 from modos189/issue_2055
Cut entries title in card view: continued
Nicolas Lœuillet [Tue, 23 Aug 2016 14:55:49 +0000 (16:55 +0200)]
Change links on baggy theme
Nicolas Lœuillet [Tue, 23 Aug 2016 14:49:12 +0000 (16:49 +0200)]
Change share entry behavior
Nicolas Lœuillet [Wed, 27 Apr 2016 19:31:12 +0000 (21:31 +0200)]
Add translations
Nicolas Lœuillet [Mon, 18 Apr 2016 20:45:52 +0000 (22:45 +0200)]
Improve migration
Nicolas Lœuillet [Fri, 15 Apr 2016 11:42:13 +0000 (13:42 +0200)]
Add test and fix migration
Nicolas Lœuillet [Wed, 13 Apr 2016 20:26:02 +0000 (22:26 +0200)]
Add Cache on Share Action
Nicolas Lœuillet [Sun, 10 Apr 2016 19:48:11 +0000 (21:48 +0200)]
Add migration
Nicolas Lœuillet [Sun, 10 Apr 2016 15:33:15 +0000 (17:33 +0200)]
Share entry with a public URL
Alexandr Danilov [Tue, 23 Aug 2016 09:58:35 +0000 (12:58 +0300)]
Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)
Nicolas Lœuillet [Tue, 23 Aug 2016 09:51:13 +0000 (11:51 +0200)]
Merge pull request #2218 from wallabag/api-delete-tags-1982
Delete tag or tags by label
Nicolas Lœuillet [Thu, 21 Apr 2016 20:35:42 +0000 (22:35 +0200)]
Implement Twig_Extension_GlobalsInterface to remove deprecation
Nicolas Lœuillet [Thu, 21 Apr 2016 20:30:50 +0000 (22:30 +0200)]
Display entries number for each category
Jeremy Benoist [Sun, 24 Jul 2016 10:14:52 +0000 (12:14 +0200)]
CS
Thomas Citharel [Sun, 24 Jul 2016 09:41:04 +0000 (11:41 +0200)]
Proper parameter name, simplify logic & phpdoc