]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Thomas Citharel [Thu, 3 Nov 2016 11:49:57 +0000 (12:49 +0100)]
Deal with more resolution issues
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Thu, 3 Nov 2016 10:28:40 +0000 (11:28 +0100)]
Fix resolution issues and 'title' issues
Also, modify editorconfig for css files.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Jeremy Benoist [Sat, 22 Oct 2016 11:07:37 +0000 (13:07 +0200)]
Re-add bottom pagination
Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
Thomas Citharel [Sun, 16 Oct 2016 10:02:23 +0000 (12:02 +0200)]
remove padding on small widths
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Sun, 16 Oct 2016 09:51:38 +0000 (11:51 +0200)]
WIP
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nicolas Lœuillet [Fri, 21 Oct 2016 13:15:41 +0000 (15:15 +0200)]
Merge pull request #2481 from wallabag/some-fixes
Some fixes
Nicolas Lœuillet [Fri, 21 Oct 2016 13:12:29 +0000 (15:12 +0200)]
Merge pull request #2482 from wallabag/avoid-bad-refresh
If reload content failed, don’t update it
Jeremy Benoist [Fri, 21 Oct 2016 08:51:20 +0000 (10:51 +0200)]
Update Twitter cards description
Jeremy Benoist [Fri, 21 Oct 2016 08:45:39 +0000 (10:45 +0200)]
Update translation for piwik_host
Jeremy Benoist [Fri, 21 Oct 2016 05:52:55 +0000 (07:52 +0200)]
Fix missing translations
Jeremy Benoist [Thu, 20 Oct 2016 21:26:16 +0000 (23:26 +0200)]
This test doesn’t require an internet connection
Jeremy Benoist [Thu, 20 Oct 2016 21:03:37 +0000 (23:03 +0200)]
Fix test
Jeremy Benoist [Thu, 20 Oct 2016 20:49:46 +0000 (22:49 +0200)]
If reload content failed, don’t update it
In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
Jeremy Benoist [Thu, 20 Oct 2016 19:17:45 +0000 (21:17 +0200)]
Requeue depending on producer
Browser import can requeue message from `parseEntry` but we should take care of the way import are handled (depending on the producer)
Jeremy Benoist [Thu, 20 Oct 2016 19:17:03 +0000 (21:17 +0200)]
Avoid RabbitMQ consumer to loop
When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
Jeremy Benoist [Thu, 20 Oct 2016 19:16:01 +0000 (21:16 +0200)]
Translate date
I use a kind of hacky way to convert the user locale (defined with 2 letters, like `fr`) into a local with 5 letters (like `fr_FR`). I guess it should work on most of the case..
Jeremy Benoist [Thu, 20 Oct 2016 19:14:46 +0000 (21:14 +0200)]
Fix french translation
Jeremy Benoist [Mon, 17 Oct 2016 09:57:52 +0000 (11:57 +0200)]
Merge pull request #2467 from wallabag/version-213dev
Update wallabag version for master branch
Nicolas Lœuillet [Mon, 17 Oct 2016 09:56:29 +0000 (11:56 +0200)]
Update wallabag version for master branch
Nicolas Lœuillet [Mon, 17 Oct 2016 09:40:03 +0000 (11:40 +0200)]
Merge pull request #2466 from wallabag/fix-update-doc
Removed MD5 hash in documentation
Nicolas Lœuillet [Mon, 17 Oct 2016 09:35:42 +0000 (11:35 +0200)]
Removed MD5 hash in documentation
Nicolas Lœuillet [Mon, 17 Oct 2016 09:04:20 +0000 (11:04 +0200)]
Merge pull request #2452 from wallabag/prepare-212
Prepare wallabag 2.1.2 :rocket:
Nicolas Lœuillet [Mon, 17 Oct 2016 08:27:07 +0000 (10:27 +0200)]
Change release title in changelog
Nicolas Lœuillet [Mon, 17 Oct 2016 08:23:34 +0000 (10:23 +0200)]
Update release process
Nicolas Lœuillet [Mon, 17 Oct 2016 08:22:51 +0000 (10:22 +0200)]
Update changelog
Nicolas Lœuillet [Sat, 15 Oct 2016 13:52:05 +0000 (15:52 +0200)]
Prepare wallabag 2.1.2 :rocket:
Nicolas Lœuillet [Mon, 17 Oct 2016 07:23:15 +0000 (09:23 +0200)]
Merge pull request #2464 from wallabag/fix-settings-translation
Fixed hardcoded title for internal settings
Nicolas Lœuillet [Mon, 17 Oct 2016 07:14:05 +0000 (09:14 +0200)]
Fixed hardcoded title for internal settings
Fix #2458
Jeremy Benoist [Sun, 16 Oct 2016 19:06:23 +0000 (21:06 +0200)]
Merge pull request #2455 from wallabag/fix-material-config-tabs
Fix tabs on material
Jeremy Benoist [Sun, 16 Oct 2016 19:05:30 +0000 (21:05 +0200)]
Merge pull request #2454 from wallabag/fix-baggy-small-width
Fix baggy display on small screens
Thomas Citharel [Sun, 16 Oct 2016 10:06:42 +0000 (12:06 +0200)]
Merge pull request #2459 from wallabag/improve-german-translation
German: improve existing and add missing translation
Thomas Citharel [Sun, 16 Oct 2016 08:54:19 +0000 (10:54 +0200)]
Merge pull request #2457 from wallabag/link-german-docu
add link to German documentation in about page
Sven Fischer [Sun, 16 Oct 2016 08:45:51 +0000 (10:45 +0200)]
German: improve existing and add missing translation
Sven Fischer [Sun, 16 Oct 2016 07:23:58 +0000 (09:23 +0200)]
add link to German documentation in about page
Thomas Citharel [Sat, 15 Oct 2016 17:26:38 +0000 (19:26 +0200)]
Fix tabs on material
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Sat, 15 Oct 2016 17:04:53 +0000 (19:04 +0200)]
Fix baggy on small screens
Thomas Citharel [Sat, 15 Oct 2016 13:40:20 +0000 (15:40 +0200)]
Merge pull request #2451 from wallabag/add-dev-make
Bring make dev
Thomas Citharel [Sat, 15 Oct 2016 13:38:49 +0000 (15:38 +0200)]
Merge pull request #2450 from wallabag/new-improvement-view
View improvements
Thomas Citharel [Sat, 15 Oct 2016 13:25:46 +0000 (15:25 +0200)]
fix stylelint
Thomas Citharel [Sat, 15 Oct 2016 13:16:35 +0000 (15:16 +0200)]
Bring make dev
Alexandr Danilov [Sat, 15 Oct 2016 08:17:55 +0000 (11:17 +0300)]
Improved side menu, reduced the font size on small screens, fixed a form to add links on small screens
Thomas Citharel [Sat, 15 Oct 2016 12:42:46 +0000 (14:42 +0200)]
Merge pull request #2412 from wallabag/fix-postgres-migration
Fix PostgreSQL migrations
Nicolas Lœuillet [Sat, 15 Oct 2016 09:47:13 +0000 (11:47 +0200)]
Merge pull request #2446 from wallabag/fix-taggingrules-doc
Added information about tagging rules in documentation
Sven Fischer [Fri, 14 Oct 2016 21:48:50 +0000 (23:48 +0200)]
docs/de/user/configuration.rst: German fix for tagging rules docu
Sven Fischer [Fri, 14 Oct 2016 21:47:37 +0000 (23:47 +0200)]
docs/de/user/configuration.rst: German fix for tagging rules docu
Nicolas Lœuillet [Fri, 14 Oct 2016 13:45:13 +0000 (15:45 +0200)]
Merge pull request #2447 from wallabag/fix-fr-de-doc-homepage
Fixed french and german doc homepages
Nicolas Lœuillet [Fri, 14 Oct 2016 12:55:45 +0000 (14:55 +0200)]
Fixed french and german doc homepages
Nicolas Lœuillet [Fri, 14 Oct 2016 12:45:32 +0000 (14:45 +0200)]
Added information about tagging rules in documentation
Fix #2060
Nicolas Lœuillet [Fri, 14 Oct 2016 07:57:34 +0000 (09:57 +0200)]
Merge pull request #2444 from Kaligule/master
Mention example instance in docs
Kaligule [Fri, 14 Oct 2016 07:15:14 +0000 (09:15 +0200)]
Merge pull request #1 from Kaligule/Documentation
Mention example instance
Kaligule [Fri, 14 Oct 2016 07:09:28 +0000 (09:09 +0200)]
Mention example instance
Namely http://v2.wallabag.org/api/doc, so api methods can be looked up without installing wallabag first.
Nicolas Lœuillet [Thu, 13 Oct 2016 14:56:37 +0000 (16:56 +0200)]
Merge pull request #2435 from wallabag/french-upgrade-doc
Added french documentation for upgrade
Nicolas Lœuillet [Thu, 13 Oct 2016 14:56:03 +0000 (16:56 +0200)]
Added missing space
Nicolas Lœuillet [Thu, 13 Oct 2016 14:53:13 +0000 (16:53 +0200)]
Merge pull request #2434 from wallabag/parameters-doc
Added french documentation for parameters.yml
Nicolas Lœuillet [Thu, 13 Oct 2016 14:52:25 +0000 (16:52 +0200)]
Merge pull request #2439 from zertrin/minor-fix-docs-1
Minor fixes in the english documentation
zertrin [Wed, 12 Oct 2016 21:52:19 +0000 (23:52 +0200)]
Minor fixes in the english documentation
Sven Fischer [Wed, 12 Oct 2016 18:44:22 +0000 (20:44 +0200)]
update German user/upgrade-2.1.x-2.1.y.rst
Sven Fischer [Wed, 12 Oct 2016 18:41:15 +0000 (20:41 +0200)]
update German user/upgrade-2.0.x-2.1.1
Sven Fischer [Wed, 12 Oct 2016 18:33:55 +0000 (20:33 +0200)]
translate to German: user/parameters
Nicolas Lœuillet [Wed, 12 Oct 2016 11:37:50 +0000 (13:37 +0200)]
Added french documentation for upgrade
Nicolas Lœuillet [Wed, 12 Oct 2016 11:19:45 +0000 (13:19 +0200)]
Added french documentation for parameters.yml
Nicolas Lœuillet [Wed, 12 Oct 2016 10:04:08 +0000 (12:04 +0200)]
Merge pull request #2432 from wallabag/issue-site-config
Update ISSUE_TEMPLATE.md
Jeremy Benoist [Wed, 12 Oct 2016 09:22:11 +0000 (11:22 +0200)]
Update ISSUE_TEMPLATE.md
Nicolas Lœuillet [Tue, 11 Oct 2016 17:32:22 +0000 (19:32 +0200)]
Merge pull request #2429 from wallabag/lock-fos-user
Lock deps for FOSUser
Jeremy Benoist [Tue, 11 Oct 2016 16:59:08 +0000 (18:59 +0200)]
Lock deps for FOSUser
We’ll wait until the final release will be out and other related project will be update to support it.
Meanwhile we can safely lock to a previous version.
Nicolas Lœuillet [Tue, 11 Oct 2016 13:03:46 +0000 (15:03 +0200)]
Merge pull request #2422 from wallabag/typo-doc
Fixed display for note in installation page
Nicolas Lœuillet [Tue, 11 Oct 2016 13:00:59 +0000 (15:00 +0200)]
Merge pull request #2426 from wallabag/fix-doc
Fix links on english documentation homepage
Nicolas Lœuillet [Tue, 11 Oct 2016 12:59:32 +0000 (14:59 +0200)]
Fix links on english documentation homepage
Nicolas Lœuillet [Mon, 10 Oct 2016 17:02:05 +0000 (19:02 +0200)]
Merge pull request #2420 from wallabag/redis-tests
Avoid error when Redis isn't here in tests
Nicolas Lœuillet [Mon, 10 Oct 2016 16:51:20 +0000 (18:51 +0200)]
Fixed display for note in installation page
Jeremy Benoist [Mon, 10 Oct 2016 14:58:15 +0000 (16:58 +0200)]
Merge pull request #2403 from wallabag/cleanup-install-process-in-doc
Cleaned up documentation for installation process
Jeremy Benoist [Mon, 10 Oct 2016 14:34:57 +0000 (16:34 +0200)]
Avoid error when Redis isn't here in tests
Nicolas Lœuillet [Mon, 10 Oct 2016 14:09:52 +0000 (16:09 +0200)]
Merge pull request #2419 from wallabag/fix-twitter-cards
Fixed Twitter Cards by adding a description tag
Nicolas Lœuillet [Mon, 10 Oct 2016 14:05:06 +0000 (16:05 +0200)]
Fixed Twitter Cards by adding a description tag
Nicolas Lœuillet [Mon, 10 Oct 2016 13:38:49 +0000 (15:38 +0200)]
Added steps about Redis/RabbitMQ activation
Nicolas Lœuillet [Mon, 10 Oct 2016 13:38:42 +0000 (15:38 +0200)]
Fixed links on import page
Nicolas Lœuillet [Mon, 10 Oct 2016 13:20:06 +0000 (15:20 +0200)]
Merge pull request #2418 from wallabag/add-twitter-cards
Added support of Twitter Cards for public articles
Nicolas Lœuillet [Mon, 10 Oct 2016 12:29:11 +0000 (14:29 +0200)]
Added support of Twitter Cards for public articles
Jeremy Benoist [Mon, 10 Oct 2016 11:42:50 +0000 (13:42 +0200)]
Use table for parameters.yml
Nicolas Lœuillet [Mon, 10 Oct 2016 11:03:34 +0000 (13:03 +0200)]
Merge pull request #2417 from wallabag/version-dev
Define a dev version for the master
Nicolas Lœuillet [Mon, 10 Oct 2016 11:01:14 +0000 (13:01 +0200)]
Added page about parameters.yml
Jeremy Benoist [Mon, 10 Oct 2016 09:39:42 +0000 (11:39 +0200)]
Add -dev version
Following https://github.com/wallabag/wallabag/pull/2417
Nicolas Lœuillet [Mon, 10 Oct 2016 09:35:32 +0000 (11:35 +0200)]
Typos in upgrade doc
Jeremy Benoist [Mon, 10 Oct 2016 09:31:57 +0000 (11:31 +0200)]
Define a dev version for the master
This is to be sure that user testing wallabag from the master will have the version defined as dev.
Nicolas Lœuillet [Mon, 10 Oct 2016 09:21:20 +0000 (11:21 +0200)]
Update upgrade documentation
Nicolas Lœuillet [Mon, 10 Oct 2016 08:20:32 +0000 (10:20 +0200)]
Update documentation
Nicolas Lœuillet [Mon, 10 Oct 2016 07:15:53 +0000 (09:15 +0200)]
Added documentation about testsuite
Fix #2415
Jeremy Benoist [Mon, 10 Oct 2016 07:12:24 +0000 (09:12 +0200)]
Update RELEASE_PROCESS.md
Jeremy Benoist [Mon, 10 Oct 2016 07:11:26 +0000 (09:11 +0200)]
Update README.md
Nicolas Lœuillet [Mon, 10 Oct 2016 06:02:25 +0000 (08:02 +0200)]
Merge pull request #2411 from wallabag/fix-entities
Fix entities definition
Jeremy Benoist [Mon, 10 Oct 2016 05:11:01 +0000 (07:11 +0200)]
Merge pull request #2414 from szafranek/bugfix-bookmarklet
Remove automatic closing of the window from bookmarklet
Jeremy Benoist [Mon, 10 Oct 2016 05:09:45 +0000 (07:09 +0200)]
Merge pull request #2413 from wallabag/sub-command-verbose
When a sub command fail, display error message
Krzysztof Szafranek [Sun, 9 Oct 2016 20:40:55 +0000 (22:40 +0200)]
Remove automatic closing of the window from bookmarklet
Jeremy Benoist [Sun, 9 Oct 2016 20:39:43 +0000 (22:39 +0200)]
When a sub command fail, display error message
We often got issue with message “The command "doctrine:database:create" terminated with an error code: 1.”.
Using the `BufferedOutput` we can store the output and only display it if an error occurs.
Nicolas Lœuillet [Sun, 9 Oct 2016 20:01:24 +0000 (22:01 +0200)]
Changed the default command when we launch make
Nicolas Lœuillet [Sun, 9 Oct 2016 19:50:15 +0000 (21:50 +0200)]
Created scripts folder to store update/install/release process
Jeremy Benoist [Sun, 9 Oct 2016 19:35:04 +0000 (21:35 +0200)]
Fix PostgreSQL migrations
Nicolas Lœuillet [Sun, 9 Oct 2016 19:27:47 +0000 (21:27 +0200)]
Merge pull request #2410 from wallabag/tag-optim
Optimize tag list display
Nicolas Lœuillet [Sun, 9 Oct 2016 19:15:57 +0000 (21:15 +0200)]
Update Makefile
Nicolas Lœuillet [Sun, 9 Oct 2016 19:06:26 +0000 (21:06 +0200)]
Update Makefile