oil icon indicating copy to clipboard operation
oil copied to clipboard

Fuel PHP Framework - Fuel v1.x Oil command-line package

Results 8 oil issues
Sort by recently updated
recently updated
newest added

Oil attempts to load phpunit's autoload file, ignoring failures if it isn't able to load the file. The code is currently using the @ operator to suppress errors in loading...

It would be a nice feature to be able to have module support for scaffolding and admin and not just the individual types, it would save me (and probably lots...

which is a terrible and insecure idea... :-1:

...don't work. I tested with WAMP server and PHP 5.6 and Fuel 1.9 dev I got an exception in scaffold.php Line 63: array to string conversersion. I fixed it with......

The problem is very simple to explain. When I am working on a branch and create some migrations, they get numbered. Assume we have a blank projects and on my...

Address in 2.0

`oil g` generates php code. So it's not easy to write/read template files with Fuel view (plain php). For example, if I want output: ``` php ``` I must write:...

Address in 2.0

Hi, I'm developing [NetBeans plugin for FuelPHP](https://github.com/junichi11/fuelphp-netbeans). I provided support for oil command in NetBeans plugin. ![fuelphp-netbeans-plugin-oil-command](https://f.cloud.github.com/assets/738383/402044/a6b4efc0-a8f3-11e2-9d58-3db9bcf44b74.png) Currently, I'm getting commands from help. e.g. ``` Usage: php oil [from here]...

Feature
Pending

Hi, I've found an XSS security problem with the oil generated admin screens. If you do: oil generate admin posts title:string slug:string summary:text body:text user_id:int The generated code uses: $this->template->set_global('post',...