MM Zeeman

Results 83 comments of MM Zeeman

Ours is here: https://github.com/channelme/mod_admin_audit

We build this module for one of our clients which also requested the possibility to query the data.

That is a really interesting idea. Also for bigger zotonic development projects involving multiple backend and frontend developers where custom tags and models are implemented. In that case it must...

When there is a config item like this it is easy to do this. It is best to restrict this to sensitive processes only, otherwise debugging issues will become hard.

Isn't this more to prevent reconstructing the source code from the beam files with the help of the debug information in the beam files?

Django, from which the template language syntax is derived simply uses `.html`. They had the same discussion years ago. https://code.djangoproject.com/ticket/2614

Maybe it is possible, instead of changing everything, to support other extensions as well. I see linguist supports aliases. That would keep things backwards compatible.

Logic like that is already in place. You can use templates for css and javascript (or any other text file). See: https://zotonic.com/docs/1555/controller_file

Ah, I never understood what a `.leex` template was. I didn't know it actually produces different output. FYI, we use something which is similar to liveview. I actually started it...