We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#2055 - Improve integer_format / INTEGER_FORMAT symbol
"Also make the INTEGER_FORMAT symbol be able to convert input already passed to integer_format back to a raw integer, so it can be re-processed (as often templates are often passed things having already been processed in a default way)."
Instead I just made sure any case of integer_format being passed to a template also had an strval version.
I've gone through all the integer_format calls in the code and made sure they use the new display method where appropriate.
"Also make the INTEGER_FORMAT symbol be able to convert input already passed to integer_format back to a raw integer, so it can be re-processed (as often templates are often passed things having already been processed in a default way)."
Instead I just made sure any case of integer_format being passed to a template also had an strval version.
I've gone through all the integer_format calls in the code and made sure they use the new display method where appropriate.