Marc Worrell
Marc Worrell
Having a pagelen there makes sense, but it is also good to have some pagination on the API.
(For now on the roadmap, should we move this earlier?)
I'm adding an erlang version of "add site", so that you can add as site from within the zotonic_status site. Maybe we can move the shell scripts to some more...
I am proposing to remove this feature all together. See #1880
I think we can do an extra lookup as fallback. This check is a heuristic anyway.
This doesn't seem to be a problem anymore on current systems? @CyBeRoni or @mmzeeman can you confirm this?
The `{unknown_column, ...}` is indeed a programming error, as you try to update a (pivot) column that doesn't exist. In this case we just do the Erlang *Let it crash*...
You have to add it in SQL, as the z_db routines check the columns you handed against the schema. Normally we use custom pivots for adding this kind of fields...
What we usually do is to add an alter sql statement in the manage_schema of the module. Another option is to drop the pivot table and recreate it. Though just...
After investigation it is rather easy to add this. We can just check if the `blurhash` command line tool is available, if it is we use it to generate the...