aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Update filters picture in documentationNicolas Lœuillet2016-03-041-0/+0
|
* Merge pull request #1750 from wallabag/v2-quickstart-documentationJeremy Benoist2016-03-0412-18/+143
|\ | | | | Documentation about filters / Quickstart changes
| * update pictureNicolas Lœuillet2016-03-041-0/+0
| |
| * Documentation about filters (and some fixes in french documentationNicolas Lœuillet2016-03-0310-13/+108
| |
| * Add new links in quickstartNicolas Lœuillet2016-03-032-5/+35
| |
* | Merge pull request #1670 from wallabag/v2-mark-imported-articles-as-readNicolas Lœuillet2016-03-0416-8/+359
|\ \ | | | | | | Mark all imported articles as read
| * | Adding testJeremy Benoist2016-03-0410-63/+219
| | | | | | | | | | | | Reformat json file (thanks pro.jsonlint.com)
| * | cs & tests for wllbg v1 importThomas Citharel2016-03-037-5/+122
| | |
| * | french translation & pocketThomas Citharel2016-03-035-3/+54
| | |
| * | Mark all imported articles as readThomas Citharel2016-03-036-2/+29
| |/
* | Merge pull request #1754 from wallabag/v2-api-new-properties-lightNicolas Lœuillet2016-03-042-0/+31
|\ \ | | | | | | Add starred & archive properties to API
| * | Remove 'content' from APIJeremy Benoist2016-03-042-22/+0
| | | | | | | | | | | | Waiting to find a good solution to avoid side problem since user can no define the content
| * | use booleans instead of emptyThomas Citharel2016-03-041-4/+4
| | |
| * | add more properties for entries #1634Thomas Citharel2016-03-042-0/+53
|/ /
* | Merge pull request #1753 from Horgix/v2-typo-doc-enNicolas Lœuillet2016-03-041-1/+1
|\ \ | |/ |/| Doc: fix typo in php-hash ext name
| * Doc: fix typo in php-hash ext nameAlexis 'Horgix' Chotard2016-03-041-1/+1
|/
* Merge pull request #1745 from benages/v2Nicolas Lœuillet2016-03-025-0/+277
|\ | | | | V2 spanish translation
| * Spanish translationJuanjo Benages2016-03-011-0/+1
| |
| * Spanish translationJuanjo Benages2016-03-011-0/+2
| |
| * Spanish translationJuanjo Benages2016-03-011-0/+29
| |
| * Spanish translationJuanjo Benages2016-03-011-0/+3
| |
| * Spanish translationJuanjo Benages2016-03-011-131/+131
| |
| * Merge remote-tracking branch 'upstream/v2' into v2Juanjo Benages2016-03-012-0/+68
| |\ | |/ |/|
* | Merge pull request #1743 from wallabag/v2-releasing-documentationJeremy Benoist2016-03-012-9/+40
|\ \ | | | | | | Releasing documentation
| * | Add steps in RELEASE_PROCESSNicolas Lœuillet2016-03-012-54/+39
| | |
| * | Releasing documentationNicolas Lœuillet2016-03-012-0/+46
|/ /
* | Merge pull request #1615 from bdunogier/release_process_docNicolas Lœuillet2016-03-011-0/+37
|\ \ | | | | | | Added RELEASE_PROCESS document
| * | Added RELEASE_PROCESS documentBertrand Dunogier2016-02-271-0/+37
| | |
| | * Start of the spanish translationJuanjo Benages2016-03-011-0/+242
| |/ |/|
* | Merge pull request #1740 from goofy-bz/patch-6Nicolas Lœuillet2016-03-011-15/+15
|\ \ | | | | | | minor typofix again
| * | fixing previous stuff and moregoofy-bz2016-03-011-1/+1
| | |
| * | minor fixgoofy-bz2016-03-011-12/+12
| | | | | | | | | adding non-breaking spaces here and there + small piece of translation and relevant French link
| * | minor typofix againgoofy-bz2016-02-291-6/+6
| | |
* | | Merge pull request #1742 from wallabag/v2-issue-template-packageJeremy Benoist2016-03-011-0/+1
|\ \ \ | | | | | | | | Add the way to install (package or composer)
| * | | Add the way to install (package or composer)Nicolas Lœuillet2016-03-011-0/+1
|/ / /
* | | Merge pull request #1738 from wallabag/v2-prepare-beta1Jeremy Benoist2016-03-015-5/+5
|\ \ \ | | | | | | | | Prepare wallabag for first beta :rocket:
| * | | Prepare wallabag for first beta :rocket:Nicolas Lœuillet2016-02-295-5/+5
| |/ /
* | | Merge pull request #1739 from goofy-bz/patch-5Nicolas Lœuillet2016-03-011-6/+6
|\ \ \ | |/ / |/| | minor typofix + missing quotes
| * | minor typofix + missing quotesgoofy-bz2016-02-291-6/+6
|/ / | | | | Added quotes to be reviewed
* | Merge pull request #1736 from wallabag/v2-update-capistrano-gemJeremy Benoist2016-02-292-15/+10
|\ \ | | | | | | Update Capistrano libraries with last versions
| * | Update Capistrano libraries with last versionsNicolas Lœuillet2016-02-292-15/+10
|/ /
* | Merge pull request #1734 from wallabag/v2-todoNicolas Lœuillet2016-02-294-28/+20
|\ \ | |/ |/| Remove extra definition
| * Skipping all Posgres test for wallabag:installJeremy Benoist2016-02-292-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We already faced this problem but we are facing it again. https://github.com/wallabag/wallabag/commit/d502762598db68ec822078642df8f6a8214202f7 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.
| * Defining Github token is now uselessJeremy Benoist2016-02-291-1/+0
| | | | | | | | We are using it differently with .composer-auth.json file
| * Fix postgres database creationJeremy Benoist2016-02-291-1/+1
| | | | | | | | Test database was renamed in https://github.com/wallabag/wallabag/pull/1639 but the travis configuration was missed
| * Remove extra definitionJeremy Benoist2016-02-291-5/+0
|/ | | | Since Symfony 3.0.3 has been released
* Merge pull request #1732 from mjjzf/v2Jeremy Benoist2016-02-285-0/+165
|\ | | | | Adding Danish translations to Wallabag v2
| * added newlineMorten Juhl-Johansen Zölde-Fejér2016-02-271-1/+2
| |
| * Fixed indentation issueMorten Juhl-Johansen Zölde-Fejér2016-02-271-1/+1
| |
| * config.yml edit to include DanishMorten Juhl-Johansen Zölde-Fejér2016-02-271-0/+1
| |