-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devel #13
base: master
Are you sure you want to change the base?
Devel #13
Conversation
majioa
commented
Oct 22, 2015
- Forced column_name variable to be passed into partials.
- boolean false value for custom display type isn't now treated as a blank.
- add a new record for has_one/has_many associations
- delete a record when csrf-token is used
false value for custom display type isn't now treated as a blank.
Hi thanks, i think you can't remove the compat layer of mootools because the form-datepicker plugin will not work |
@antpaw that was compiled with a compat layer, just renamed. |
maybe it's not possible to have compat upto v1.2 anymore |
very strange, can you check if datepicker still works? |
controller during update. Also enable add a value into has_one relation.
… sass/scss" This reverts commit ad707ef.
has_one/has_many to an other one.
@antpaw updated |
thank you. I don't understand why you want this csrf protection? This is protected admin area that can't be reached by a xss attack anyway. |
@antpaw This is protected admin area that can't be reached by a xss attack anyway. |
@antpaw yes, but, this does not protect it from changing by modified html. I'll play with disabled one |
I mean the login barrier, (you build an extra feature for it lately, something related to "device" gem) if someone can login, why would they try to do an xss attack after that. They can just clear the hole database or flood it within seconds. If you want to protect attributes, do it in the model (this would be just one out of many other options https://github.com/rails/protected_attributes) Bhf is designed to have almost no business logic inside the controller because the bhf::controller can not be easily extended like a model or the view. |
@antpaw the |
Here I'll put fixups... dont close the branch |
ok |
i don't see how this branch, can ever be merged, unless you do some heavy git history modification and use git push --force, it should be much simpler for you (and me) to just branch out from upstream/master and do the hotfixes |
Yes, I'll use git force. |
0a6fc2a
to
3998e21
Compare