0wnrepo
d3c0bc03cf
Update README.md with the environment parameters
2016-02-09 16:30:32 +02:00
Thomas Citharel
dcb6bd7a9d
fix #1636
2016-02-08 21:30:11 +01:00
Jeremy Benoist
ae5b37ef2e
Merge pull request #1651 from wallabag/v2-fix-wllbgv2-import
...
Test if some keys are missing in v2 import
2016-02-05 15:22:51 +01:00
Nicolas Lœuillet
4c46e2609f
an other test for non empty fields
2016-02-05 14:52:35 +01:00
Nicolas Lœuillet
f21a5388f9
add test to check empty fields
2016-02-05 14:39:52 +01:00
Jeremy Benoist
565c8efb4f
Merge pull request #1650 from wallabag/v2-fix-duplicate-exports
...
Exported entries were added twice in export file
2016-02-05 14:22:55 +01:00
Jeremy Benoist
cc67a81818
Merge pull request #1652 from wallabag/v2-superadmin
...
User created via wallabag:install is now a SUPER_ADMIN 👑
2016-02-05 14:13:13 +01:00
Nicolas Lœuillet
a0e6a6eb67
updated fixtures
2016-02-05 14:03:58 +01:00
Nicolas Lœuillet
8f06a8c416
User created via wallabag:install is now a SUPER_ADMIN 👑
2016-02-05 13:55:50 +01:00
Nicolas Lœuillet
de3b19b2ce
Test if some keys are missing in v2 import
2016-02-05 13:50:16 +01:00
Nicolas Lœuillet
f898102c85
Exported entries were added twice in export file
2016-02-05 13:35:59 +01:00
Jeremy Benoist
704ed658a9
Merge pull request #1648 from lologhi/patch-1
...
Fix project version in installation command
2016-02-05 09:30:33 +01:00
Laurent
eb79e1cc10
Merge branch 'v2' into patch-1
2016-02-05 16:23:22 +08:00
Laurent
ea3b573653
Working generic command
2016-02-05 15:49:26 +08:00
Nicolas Lœuillet
7e48c04089
Merge pull request #1647 from wallabag/v2-install-prod
...
Force prod env on project creation
2016-02-05 08:38:45 +01:00
Laurent
e3fc3fd4ca
Fix project version in installation command
2016-02-05 11:32:44 +08:00
Jeremy Benoist
7e8e1178b4
Force prod env on project creation
...
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
2016-02-04 21:39:02 +01:00
Nicolas Lœuillet
22a267aeff
Merge pull request #1633 from wallabag/exporttxt
...
Exporttxt
2016-02-04 20:53:42 +01:00
Jeremy Benoist
eb15061d0b
Adjust export order
...
To be the same as on the entry page.
Also, export name doesn't need to be translated.
2016-02-04 20:41:30 +01:00
Jeremy Benoist
d3f31ec485
CS
2016-02-04 20:31:26 +01:00
Thomas Citharel
f161122412
put the equals bar outside the loop
2016-02-04 20:31:26 +01:00
Thomas Citharel
3b07d01937
remove old dependancy
2016-02-04 20:31:26 +01:00
Thomas Citharel
3a2ada0be0
fix tests
2016-02-04 20:31:26 +01:00
Thomas Citharel
365a38984e
better display for txt
2016-02-04 20:31:26 +01:00
Thomas Citharel
6c08fb68b8
add txt export
2016-02-04 20:30:51 +01:00
Jeremy Benoist
27c837dcd1
Merge pull request #1642 from wallabag/v2-escape-preview
...
Unescape content for Material card
2016-02-04 17:46:02 +01:00
Jeremy Benoist
2ab20ed6f9
Merge pull request #1644 from wallabag/v2-enable-confirmation-parameter
...
Fix #1622 : parameter for FosUser confirmation
2016-02-04 17:45:50 +01:00
Jeremy Benoist
eb3e3969a2
Merge pull request #1645 from wallabag/v2-fix-loadtemplate-sendemail
...
Fix #1643 : fix the way to load the HTML template in 2factor auth
2016-02-04 17:45:26 +01:00
Nicolas Lœuillet
855a4c680f
Fix #1643 : fix the way to load the HTML template in 2factor auth
2016-02-04 17:29:14 +01:00
Nicolas Lœuillet
bc358c9180
CS
2016-02-04 16:06:05 +01:00
Nicolas Lœuillet
3eb06f2891
Fix #1622 : parameter for FosUser confirmation
2016-02-04 16:00:45 +01:00
Nicolas Lœuillet
e008c037f5
Merge pull request #1612 from wallabag/v2-settings-page
...
Settings page
2016-02-04 15:59:57 +01:00
Jeremy Benoist
0796532460
Unescape content for Material card
...
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.
2016-02-03 20:45:15 +01:00
Jeremy Benoist
74f39b0952
Merge pull request #1641 from wallabag/v2-doc-typo
...
Update import.rst to fix a doc typo
2016-02-01 14:25:22 +01:00
Nicolas Lœuillet
f4243aa75f
Update import.rst
2016-02-01 14:22:19 +01:00
Jeremy Benoist
85ad629a3c
Merge pull request #1601 from wallabag/v2-import-from-v2
...
[#1590 ] Add JSON import from wallabag v2
2016-02-01 14:17:20 +01:00
Jeremy Benoist
e43d27f845
Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight
...
[#1604 ] First draft to fix SensioLabsInsight report
2016-02-01 13:51:35 +01:00
Jeremy Benoist
74d8afa5fa
Merge pull request #1639 from wallabag/v2-change-test-dbname
...
Fix #1635 : change database name for test environments (mysql/pgsql)
2016-02-01 13:46:32 +01:00
Jeremy Benoist
79b9e49d94
Fix Shaarli url traduction
2016-02-01 13:42:27 +01:00
Nicolas Lœuillet
c7eef67291
Fix fos_user
2016-02-01 13:38:33 +01:00
Nicolas Lœuillet
61c640ed31
Fix #1635 : change database name for test environments (mysql/pgsql)
2016-02-01 13:22:34 +01:00
Jeremy Benoist
48e3007b7f
Fix from_email & fos_user
2016-01-31 15:31:34 +01:00
Jeremy Benoist
a74a6ca2b1
Add new export config
2016-01-31 15:31:30 +01:00
Jeremy Benoist
07c9b1c98a
Fix permission to settings page
2016-01-31 14:48:26 +01:00
Jeremy Benoist
1c7d66645b
CS
2016-01-31 14:48:26 +01:00
Jeremy Benoist
2a58606983
Fix tests
2016-01-31 14:48:26 +01:00
Jeremy Benoist
67c99849ae
Use alias to get container parameters
2016-01-31 14:48:26 +01:00
Jeremy Benoist
d6ba77e888
Create internal setting on install & fixtures
2016-01-31 14:48:26 +01:00
Jeremy Benoist
278b221e65
We don't need migration yet
2016-01-31 14:48:26 +01:00
Jeremy Benoist
1e3ed71470
Add warning message for PocketImport
...
Warn user if pocket_consumer_key isn't defined
2016-01-31 14:48:26 +01:00