Commit graph

2129 commits

Author SHA1 Message Date
Nicolas Lœuillet d89908aed3 Merge pull request #1670 from wallabag/v2-mark-imported-articles-as-read
Mark all imported articles as read
2016-03-04 16:12:45 +01:00
Nicolas Lœuillet e18138dbca Merge pull request #1754 from wallabag/v2-api-new-properties-light
Add starred & archive properties to API
2016-03-04 12:31:27 +01:00
Jeremy Benoist fba9e7d44d Remove 'content' from API
Waiting to find a good solution to avoid side problem since user can no define the content
2016-03-04 11:46:18 +01:00
Thomas Citharel 11a452813c use booleans instead of empty 2016-03-04 11:39:21 +01:00
Thomas Citharel 816ad4051b add more properties for entries #1634 2016-03-04 11:39:20 +01:00
Jeremy Benoist 79d0e38e7f Adding test
Reformat json file (thanks pro.jsonlint.com)
2016-03-04 10:04:51 +01:00
Nicolas Lœuillet 9e3355ee4f Merge pull request #1753 from Horgix/v2-typo-doc-en
Doc: fix typo in php-hash ext name
2016-03-04 06:17:19 +01:00
Alexis 'Horgix' Chotard 5dfd321d0e Doc: fix typo in php-hash ext name 2016-03-04 01:07:45 +01:00
Thomas Citharel c32ae320fe cs & tests for wllbg v1 import 2016-03-03 10:03:40 +01:00
Thomas Citharel c10fcb3bbb french translation & pocket 2016-03-03 10:03:40 +01:00
Thomas Citharel fe8b37c137 Mark all imported articles as read 2016-03-03 10:03:28 +01:00
Nicolas Lœuillet 7d12fd0628 Merge pull request #1745 from benages/v2
V2 spanish translation
2016-03-02 09:06:46 +01:00
Juanjo Benages e5f3b04cce Spanish translation 2016-03-01 23:26:03 +01:00
Juanjo Benages 3ca529970c Spanish translation 2016-03-01 22:36:21 +01:00
Juanjo Benages 9931a37cf7 Spanish translation 2016-03-01 22:33:55 +01:00
Juanjo Benages 348e2b4852 Spanish translation 2016-03-01 22:24:34 +01:00
Juanjo Benages bd5b3ea8ea Spanish translation 2016-03-01 22:20:42 +01:00
Juanjo Benages 9c5cfd2823 Merge remote-tracking branch 'upstream/v2' into v2 2016-03-01 21:02:13 +01:00
Juanjo Benages 0e576d2163 Start of the spanish translation 2016-03-01 21:00:35 +01:00
Jeremy Benoist 646df062df Merge pull request #1743 from wallabag/v2-releasing-documentation
Releasing documentation
2016-03-01 20:49:54 +01:00
Nicolas Lœuillet 6b6f725182 Add steps in RELEASE_PROCESS 2016-03-01 20:21:18 +01:00
Nicolas Lœuillet 461a171467 Releasing documentation 2016-03-01 20:10:26 +01:00
Nicolas Lœuillet f8b835f537 Merge pull request #1615 from bdunogier/release_process_doc
Added RELEASE_PROCESS document
2016-03-01 20:06:44 +01:00
Nicolas Lœuillet df814148c3 Merge pull request #1740 from goofy-bz/patch-6
minor typofix again
2016-03-01 17:00:49 +01:00
goofy-bz 7b70feb9d2 fixing previous stuff and more 2016-03-01 16:12:15 +01:00
goofy-bz 9adfede511 minor fix
adding non-breaking spaces here and there + small piece of translation and relevant French link
2016-03-01 16:09:50 +01:00
Jeremy Benoist 244ee24764 Merge pull request #1742 from wallabag/v2-issue-template-package
Add the way to install (package or composer)
2016-03-01 13:23:39 +01:00
Nicolas Lœuillet a6a971d45f Add the way to install (package or composer) 2016-03-01 12:01:42 +01:00
Jeremy Benoist 4be43814e2 Merge pull request #1738 from wallabag/v2-prepare-beta1
Prepare wallabag for first beta 🚀
2016-03-01 09:00:42 +01:00
Nicolas Lœuillet 2ebbbb26ae Merge pull request #1739 from goofy-bz/patch-5
minor typofix + missing quotes
2016-03-01 06:15:49 +01:00
goofy-bz c273b3a5c1 minor typofix again 2016-02-29 22:04:32 +01:00
goofy-bz 5d0f104bf0 minor typofix + missing quotes
Added quotes to be reviewed
2016-02-29 21:55:06 +01:00
Nicolas Lœuillet 6e3d65ccb0 Prepare wallabag for first beta 🚀 2016-02-29 21:34:36 +01:00
Jeremy Benoist 8808b79230 Merge pull request #1736 from wallabag/v2-update-capistrano-gem
Update Capistrano libraries with last versions
2016-02-29 18:55:33 +01:00
Nicolas Lœuillet 8edf89b29e Update Capistrano libraries with last versions 2016-02-29 17:20:20 +01:00
Nicolas Lœuillet 1e18360cc7 Merge pull request #1734 from wallabag/v2-todo
Remove extra definition
2016-02-29 17:19:39 +01:00
Jeremy Benoist 3c39f5ac41 Skipping all Posgres test for wallabag:install
We already faced this problem but we are facing it again.
d502762598

It seems we can drop a database properly using wallabag:install.

The server log keep saying:
ERROR:  source database "template1" is being accessed by other users
DETAIL:  There is 1 other session using the database.
STATEMENT:  CREATE DATABASE "wallabag_test"

Which means, it can't remove the database wallabag_test because one other person is using it.
2016-02-29 16:23:36 +01:00
Jeremy Benoist dfad9ba0f9 Defining Github token is now useless
We are using it differently with .composer-auth.json file
2016-02-29 15:41:43 +01:00
Jeremy Benoist bb0efca468 Fix postgres database creation
Test database was renamed in https://github.com/wallabag/wallabag/pull/1639 but the travis configuration was missed
2016-02-29 09:49:50 +01:00
Jeremy Benoist a19a371ae7 Remove extra definition
Since Symfony 3.0.3 has been released
2016-02-29 09:23:15 +01:00
Jeremy Benoist 30e5174ea7 Merge pull request #1732 from mjjzf/v2
Adding Danish translations to Wallabag v2
2016-02-28 00:38:10 +01:00
Bertrand Dunogier 923a7e8d68 Added RELEASE_PROCESS document 2016-02-27 23:32:26 +01:00
Morten Juhl-Johansen Zölde-Fejér 8249b988cc added newline 2016-02-27 17:19:17 +01:00
Morten Juhl-Johansen Zölde-Fejér 449df236ac Fixed indentation issue 2016-02-27 16:33:16 +01:00
Morten Juhl-Johansen Zölde-Fejér 8ccc306468 config.yml edit to include Danish 2016-02-27 16:16:32 +01:00
Morten Juhl-Johansen Zölde-Fejér 2b788cadab Adding Danish translations to Wallabag v2 2016-02-27 16:00:19 +01:00
Jeremy Benoist 2481da00dc Merge pull request #1731 from wallabag/v2-fix-travis-auth
Fix: #1703: authentication for PR by external contributors
2016-02-27 15:21:35 +01:00
Nicolas Lœuillet f06e268fc9 Replace token by a no scope one 2016-02-27 14:07:04 +01:00
Nicolas Lœuillet 6daadb6c44 Fix authentication for PR by external contributors 2016-02-27 11:26:09 +01:00
Nicolas Lœuillet 162954763e Merge pull request #1653 from wallabag/v2-annotator-comments
V2 annotator comments
2016-02-26 18:17:37 +01:00