Marc Worrell
Marc Worrell
The title comes from the name of the *User Group* category. This is because this is a generic hierarchy edit page. I am not sure how we can make it...
It could use a grace period. So caching the result for a couple of seconds before retrying. This to prevent generating many errors when a popular page is serving an...
403 is indeed typical for AWS, I think they even give it back on some URLs that should be 404. Clearing an error after (say) 5 minutes should be good...
This is currently a bit too complex, so we better add some support for manipulating the hierarchy during a manage_schema.
(Moved earlier remark to the correct issue) Currently we move filenames from deleted medium records to a log table. A process consumes this table and cleans up the associated files...
This could just be a simple config setting, maybe in the zotonic config. ``` {is_development, true} ``` With a default of `false`. This would enable/disable the production/development mode for all...
The process itself can decide to set the flag. What we could provide is a simple function that returns true for production and false for development.
Regarding the issue mentioned in the original report; we do have now the 'environment' configuration. Currently this changes only the color in the admin.
By @ArthurClemens ## Requirements ### Plural forms The po file contains a line: ``` "Plural-Forms: nplurals=1; plural=0;" ``` or ``` "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 &&...
See also https://github.com/ergenius/t__/ where they added support for plural formulas using a database of used formulas.