-
Thanks for the report. This has actually already been fixed in the 1.0 branch:
-
If you are updating to the latest version of the master branch, you'll need to update the fuel/modules folder as well as the files found in the fuel/application helpers, core and libraries folders.
-
Thanks for the report. That is actually fixed in the latest version of the user guide for 1.0:
-
Thanks for the report. We have implemented a change to encrypt that value and decrypt upon submit on the 1.0 branch. This branch will be the next major release and contains a ton of new features and …
-
Have you tried increasing the memory limit? I've read that the 502 errors can be a number of things. I've ran into this issue before on an NGINX server and it had to do with an odd thing regarding ac…
-
You can definitely help improve the docs and would be much appreciated. I'd recommend doing it on the newer User Guide advanced module that will be used for 1.0 (currently in beta). Do you know how t…
-
Have you checked out the User Guide Module? That provides API documentation:
-
That sounds like you'll need to use Javascript to AJAX in a new list based on the currently selected category. A simple module allows you to directly call methods via ajax that map to methods on your…
-
Interesting project. It sounds like you would need to create a new controller, views and model perhaps so I'd recommend creating an "assets" advanced module:
-
I think the file you are looking for is the fuel/modules/fuel/models/base_module_model.php "form_fields" method. Alternatively, you can modify the fuel/modules/blog/models/blog_posts_model.…
-
Sorry... the fuel/modules/fuel/libraries is the new path in the 1.0 beta. Does it work if you replace the entire Menu class with the Menu class from the 1.0 beta:
-
You can also use Query String parameters in the 1.0 branch.
-
It sounds like you are maybe wanting a filter on the list view that's perhaps a dropdown of all the events that you can select and filter the list by, correct? If so, are you using the 1.0 beta branc…
-
This was actually something that was fixed in the 1.0 beta version:
-
There is now an "asset" field type you can use in your form_fields method on your models like so:
-
That is indeed a bug that looks to have been fixed in the 1.0 branch:
-
The 1.0 beta version has the functionality built into it if you set the module config parameter "exportable" to TRUE in your MY_fuel_modules.php file. The exporting is done based on the &qu…
-
We've released 1.0 Beta on GitHub for you to try out:
-
The user guide for 1.0 is currently a module that can be downloaded on GitHub.
-
I tried upgrading to 5.4 a while back and it proved to be too much to fix at the time. I took a look at some of the commits though and found one regarding package paths.