1. 14 Sep, 2013 1 commit
  2. 12 Sep, 2013 1 commit
  3. 06 Aug, 2013 1 commit
  4. 02 Aug, 2013 3 commits
  5. 31 Jul, 2013 3 commits
  6. 29 Jul, 2013 6 commits
  7. 22 Jul, 2013 2 commits
  8. 20 Jul, 2013 1 commit
  9. 18 Jul, 2013 1 commit
  10. 29 Jun, 2013 1 commit
  11. 01 Jun, 2013 3 commits
  12. 13 May, 2013 2 commits
    • Ivan Chepurnyi's avatar
      Merge pull request #104 from cmuench/patch-4 · deb7b7ad
      Ivan Chepurnyi authored
      AdminGws Problems in EE 1.13
      deb7b7ad
    • Christian Münch's avatar
      AdminGws Problems in EE 1.13 · b1686f52
      Christian Münch authored
      I currently trying to run a controller test in EE 1.13 and i got errors.
      It seems that there are three new checks in AdminGws module.
      I'm really unsure if this is a correct solution, but i additionally mocked the methods getGwsStores, getGwsStoreGroups and getGwsRelevantWebsites.
      
      Please have a look at my code.
      b1686f52
  13. 03 May, 2013 1 commit
  14. 03 Apr, 2013 4 commits
  15. 22 Mar, 2013 1 commit
  16. 21 Mar, 2013 3 commits
    • Ivan Chepurnyi's avatar
      Merge pull request #96 from aligent/issues/78_configurable_fixtures · 9ffeac99
      Ivan Chepurnyi authored
      Issues/78 configurable fixtures
      9ffeac99
    • Ivan Chepurnyi's avatar
    • Jonathan's avatar
      re #78 adding fixture processing for configurable products. specify the... · 9264db77
      Jonathan authored
      re #78 adding fixture processing for configurable products. specify the relevant attributes by code and child products by id e.g.
          - entity_id: 410955
            attribute_set_id: 4
            type_id: simple
            sku: "Test Simple Child"
            name: "Test Simple Child"
            short_description: "Test Simple Child"
            description: "Test Simple Child"
            url_key: test-child
            website_ids:
              - us
            category_ids:
              - 2 # Default Category
            price: 30.00
            special_price: 30.00
            tax_class_id: 2 # Taxable Goods
            status: 1             # Enabled
            visibility: 4         # Visible in Catalog & Search
            color: 4         # Configurable Super Attribute
          - entity_id: '336835'
            attribute_set_id: 4
            type_id: configurable
            sku: "test-configurable"
            name: "Test Configurable"
            short_description: "Test Configurable"
            description: "Test Configurable"
            url_key: test-configurable
            super_attributes:
              - color
            configurable_children:
              - 410955
            website_ids:
              - us
            category_ids:
              - 2 # Default Category
            price: 30.00
            special_price: 30.00
            tax_class_id: 2 # Taxable Goods
            status: 1             # Enabled
            visibility: 4         # Visible in Catalog & Search
      9264db77
  17. 19 Feb, 2013 5 commits
  18. 18 Feb, 2013 1 commit