Yarik Voronoy

Results 8 issues of Yarik Voronoy

enhancement
help wanted

``` INSERT INTO `core_config_data` (`config_id`, `scope`, `scope_id`, `path`, `value`) VALUES (NULL, 'default', '0', 'admin/security/password_is_forced', '0') ON DUPLICATE KEY UPDATE `value` = 0; ```

add additional option to install b2b module ``` --b2b ```

- Create directory "websites" - Create subdirectory for each website - websites/website-code/ - Create in entry point "websites/website-code/index.php" - Modify entry point and set website code

enhancement