Mark Evens
Mark Evens
The issue with adding unwanted closing tags referred to by @certikfoundation-shared also exists in the full HTML export, not just without styling. This is irritating when, for example, you want...
Hi @ryancramerdesign. This issue still seems to be open. Any comment?
@ryancramerdesign - this still seems to be open. I assume the intention is not to add the namespace if it isn't in the hanna PHP code, otherwise it should be...
My ProcessDbMigrate module exports field, template and (where necessary) page definitions to json files. It does this as a batch action for a defined scope, not all the time for...
Further PS. There seem to be quite a few Strict Standards Errors elsewhere too. Eg in the mailing template. I could fix these on my copy, but the more fundamental...
"noHooks" option for Page::save() doesn't call Pages::save() and Pages::saveField() with underscores
I used noHooks in my ProcessDbMigrate module, which is where I came across the issue. The forum topic referenced above has more details. ProcessDbMigrate is currently at the proof of...
"noHooks" option for Page::save() doesn't call Pages::save() and Pages::saveField() with underscores
Now I understand what the documentation intended, I suggest that the solution is simple. Remove the reference to options in Page:save() and leave it as it is in Pages:save(). Alternatively,...
"noHooks" option for Page::save() doesn't call Pages::save() and Pages::saveField() with underscores
I am content with @ryancramerdesign ‘s solution. From what I know, that will leave an undocumented use of noHooks in Page:save(), where the effect of the option is **only** to...