Skip to content

Commit

Permalink
Merge pull request #11 from akeneo/1.3_fixtures
Browse files Browse the repository at this point in the history
Upgraded fixtures to 1.3 version of Akeneo PIM CE
  • Loading branch information
Remy Betus committed Feb 26, 2015
2 parents d6ca12d + c5c8a24 commit 8127c63
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.4.0
- Made compatible with PIM CE 1.3.x
- Updated the init file from fixtures:
- Removed default_value and usable_as_grid_column from attributes and family tab
- Corrected the codes for wysywig_enabled and available_locales in the attributes and family tab
- Removed the is_default column from the options tab
- Removed garbage characters

## 1.3.2
- Added compatibility with PIM CE 1.2.6

Expand Down
Binary file modified Resources/fixtures/minimal/init.xlsx
Binary file not shown.
3 changes: 0 additions & 3 deletions Resources/fixtures/minimal/locales.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
locales:
en_US:
fallback: ~
currency: USD
fr_FR:
fallback: en_US
currency: EUR
de_DE:
fallback: en_US
currency: EUR
9 changes: 9 additions & 0 deletions Resources/fixtures/minimal/user_groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
user_groups:
it_support:
name: IT support
manager:
name: Manager
redactor:
name: Redactor
all:
name: All
7 changes: 7 additions & 0 deletions Resources/fixtures/minimal/user_roles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
user_roles:
ROLE_ADMINISTRATOR:
label: Administrator
ROLE_CATALOG_MANAGER:
label: Catalog manager
ROLE_USER:
label: User
7 changes: 5 additions & 2 deletions Resources/fixtures/minimal/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ users:
admin:
username: admin
password: admin
email: [email protected]
email: '[email protected]'
firstname: Peter
lastname: Doe
owner: Main
catalog_locale: en_US
catalog_scope: ecommerce
default_tree: master
role: ROLE_ADMINISTRATOR
roles:
- ROLE_ADMINISTRATOR
groups:
- IT support
enable: true
Binary file modified Resources/fixtures/minimal_FR/init.xlsx
Binary file not shown.
3 changes: 0 additions & 3 deletions Resources/fixtures/minimal_FR/locales.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
locales:
en_US:
fallback: ~
currency: USD
fr_FR:
fallback: en_US
currency: EUR
de_DE:
fallback: en_US
currency: EUR
9 changes: 9 additions & 0 deletions Resources/fixtures/minimal_FR/user_groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
user_groups:
it_support:
name: IT support
manager:
name: Manager
redactor:
name: Redactor
all:
name: All
7 changes: 7 additions & 0 deletions Resources/fixtures/minimal_FR/user_roles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
user_roles:
ROLE_ADMINISTRATOR:
label: Administrator
ROLE_CATALOG_MANAGER:
label: Catalog manager
ROLE_USER:
label: User
7 changes: 5 additions & 2 deletions Resources/fixtures/minimal_FR/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ users:
admin:
username: admin
password: admin
email: [email protected]
email: '[email protected]'
firstname: Peter
lastname: Doe
owner: Main
catalog_locale: en_US
catalog_scope: ecommerce
default_tree: master
role: ROLE_ADMINISTRATOR
roles:
- ROLE_ADMINISTRATOR
groups:
- IT support
enable: true

0 comments on commit 8127c63

Please sign in to comment.