Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

dgohlke

About

Username
dgohlke
Joined
Visits
9
Last Active
Roles
Member

Comments

  • It turns out a lot of the permissions are missing from the migration.sql files, based on those listed here: https://github.com/daylightstudio/FUEL-CMS/blob/master/fuel/install/fuel_schema.sql#L166
  • old permissions: INSERT INTO `fuel_permissions` (`id`, `name`, `description`, `active`) VALUES ('27', 'blocks', 'Manage Blocks', 'yes'); New permissions: INSERT INTO `fuel_permissions` (`id`, `name`, `description`, `active`) VALUES ('38', 'blocks/c…
  • I sent an email to info@getfuelcms.com with a detailed write-up.
  • Thank you! Two more related questions: 1. How much re-coding could we expect going from .93 to 1.0 assuming we do very few modifications to the base Fuel and CI frameworks? 2. Without upgrading to 1.0, what might be involved in addressing the origi…
  • 1. 0.93, though we haven't launched yet and could in theory put some time into upgrading to 1.0. 2. Yes, we are using the Asset Helper class and calling it with either js() or $this->asset->js().