Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | an other test for non empty fields | Nicolas Lœuillet | 2016-02-05 | 1 | -3/+15 |
| | |||||
* | add test to check empty fields | Nicolas Lœuillet | 2016-02-05 | 1 | -0/+12 |
| | |||||
* | updated fixtures | Nicolas Lœuillet | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Test if some keys are missing in v2 import | Nicolas Lœuillet | 2016-02-05 | 1 | -3/+9 |
| | |||||
* | Merge pull request #1648 from lologhi/patch-1 | Jeremy Benoist | 2016-02-05 | 1 | -1/+1 |
|\ | | | | | Fix project version in installation command | ||||
| * | Merge branch 'v2' into patch-1 | Laurent | 2016-02-05 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1647 from wallabag/v2-install-prod | Nicolas Lœuillet | 2016-02-05 | 1 | -1/+1 |
|\ \ | | | | | | | Force prod env on project creation | ||||
| * | | Force prod env on project creation | Jeremy Benoist | 2016-02-04 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | So the only solution I found so far is to force the `prod` env when create the project with composer. There is other solution. Since the `cache:clear` task is using `dev` env by default, so it tries to load dev bundle, which aren't there since we specify `--no-dev`. Fix #1617 | ||||
| * | Working generic command | Laurent | 2016-02-05 | 1 | -1/+1 |
| | | |||||
| * | Fix project version in installation command | Laurent | 2016-02-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1633 from wallabag/exporttxt | Nicolas Lœuillet | 2016-02-04 | 4 | -10/+49 |
|\ | | | | | Exporttxt | ||||
| * | Adjust export order | Jeremy Benoist | 2016-02-04 | 2 | -7/+8 |
| | | | | | | | | | | To be the same as on the entry page. Also, export name doesn't need to be translated. | ||||
| * | CS | Jeremy Benoist | 2016-02-04 | 1 | -4/+4 |
| | | |||||
| * | put the equals bar outside the loop | Thomas Citharel | 2016-02-04 | 1 | -1/+2 |
| | | |||||
| * | remove old dependancy | Thomas Citharel | 2016-02-04 | 1 | -1/+0 |
| | | |||||
| * | fix tests | Thomas Citharel | 2016-02-04 | 1 | -2/+19 |
| | | |||||
| * | better display for txt | Thomas Citharel | 2016-02-04 | 2 | -3/+3 |
| | | |||||
| * | add txt export | Thomas Citharel | 2016-02-04 | 3 | -2/+23 |
|/ | |||||
* | Merge pull request #1642 from wallabag/v2-escape-preview | Jeremy Benoist | 2016-02-04 | 1 | -13/+15 |
|\ | | | | | Unescape content for Material card | ||||
| * | Unescape content for Material card | Jeremy Benoist | 2016-02-03 | 1 | -13/+15 |
| | | | | | | | | | | | | Using slice & striptags, the content is automatically escaped. If some html character need to be displayed, they'll be escape too, sth like `&`. Using |raw, the content isn't escape twice and is well displayed. | ||||
* | | Merge pull request #1644 from wallabag/v2-enable-confirmation-parameter | Jeremy Benoist | 2016-02-04 | 6 | -2/+14 |
|\ \ | | | | | | | Fix #1622: parameter for FosUser confirmation | ||||
| * | | CS | Nicolas Lœuillet | 2016-02-04 | 7 | -3/+11 |
| | | | |||||
| * | | Fix #1622: parameter for FosUser confirmation | Nicolas Lœuillet | 2016-02-04 | 5 | -1/+5 |
| | | | |||||
* | | | Merge pull request #1645 from wallabag/v2-fix-loadtemplate-sendemail | Jeremy Benoist | 2016-02-04 | 3 | -4/+4 |
|\ \ \ | |/ / |/| | | Fix #1643: fix the way to load the HTML template in 2factor auth | ||||
| * | | Fix #1643: fix the way to load the HTML template in 2factor auth | Nicolas Lœuillet | 2016-02-04 | 3 | -4/+4 |
|/ / | |||||
* | | Merge pull request #1612 from wallabag/v2-settings-page | Nicolas Lœuillet | 2016-02-04 | 40 | -245/+510 |
|\ \ | |/ |/| | Settings page | ||||
| * | Fix Shaarli url traduction | Jeremy Benoist | 2016-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fix from_email & fos_user | Jeremy Benoist | 2016-01-31 | 6 | -1/+14 |
| | | |||||
| * | Add new export config | Jeremy Benoist | 2016-01-31 | 6 | -8/+56 |
| | | |||||
| * | Fix permission to settings page | Jeremy Benoist | 2016-01-31 | 2 | -1/+33 |
| | | |||||
| * | CS | Jeremy Benoist | 2016-01-31 | 3 | -3/+3 |
| | | |||||
| * | Fix tests | Jeremy Benoist | 2016-01-31 | 2 | -2/+11 |
| | | |||||
| * | Use alias to get container parameters | Jeremy Benoist | 2016-01-31 | 2 | -5/+5 |
| | | |||||
| * | Create internal setting on install & fixtures | Jeremy Benoist | 2016-01-31 | 2 | -0/+203 |
| | | |||||
| * | We don't need migration yet | Jeremy Benoist | 2016-01-31 | 2 | -51/+0 |
| | | |||||
| * | Add warning message for PocketImport | Jeremy Benoist | 2016-01-31 | 2 | -0/+7 |
| | | | | | | | | Warn user if pocket_consumer_key isn't defined | ||||
| * | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 29 | -173/+208 |
| | | |||||
| * | Always include warning message | Jeremy Benoist | 2016-01-31 | 7 | -28/+9 |
| | | | | | | | | We'll remove it later, on the stable release | ||||
| * | Move default configuration out of parameters | Jeremy Benoist | 2016-01-31 | 10 | -40/+33 |
| | | | | | | | | These default configuration value shouldn't be in parameters.yml. | ||||
* | | Merge pull request #1641 from wallabag/v2-doc-typo | Jeremy Benoist | 2016-02-01 | 1 | -1/+1 |
|\ \ | | | | | | | Update import.rst to fix a doc typo | ||||
| * | | Update import.rst | Nicolas Lœuillet | 2016-02-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1601 from wallabag/v2-import-from-v2 | Jeremy Benoist | 2016-02-01 | 12 | -20/+344 |
|\ \ | | | | | | | [#1590] Add JSON import from wallabag v2 | ||||
| * | | [#1590] Add JSON import from wallabag v2 | Nicolas Lœuillet | 2016-01-20 | 12 | -20/+344 |
| | | | |||||
* | | | Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight | Jeremy Benoist | 2016-02-01 | 16 | -24/+10 |
|\ \ \ | | | | | | | | | [#1604] First draft to fix SensioLabsInsight report | ||||
| * | | | SensioLabsInsight fixes | Nicolas Lœuillet | 2016-01-22 | 9 | -12/+4 |
| | | | | |||||
| * | | | [#1604] First draft to fix SensioLabsInsight report | Nicolas Lœuillet | 2016-01-22 | 17 | -20/+14 |
| | | | | |||||
* | | | | Merge pull request #1639 from wallabag/v2-change-test-dbname | Jeremy Benoist | 2016-02-01 | 3 | -2/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Fix #1635: change database name for test environments (mysql/pgsql) | ||||
| * | | | Fix fos_user | Nicolas Lœuillet | 2016-02-01 | 1 | -0/+5 |
| | | | | |||||
| * | | | Fix #1635: change database name for test environments (mysql/pgsql) | Nicolas Lœuillet | 2016-02-01 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #1630 from wallabag/v2-add-gitter-badge | Nicolas Lœuillet | 2016-01-24 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add @GitterHQ badge on README |