Chris Dance
Chris Dance
Build process should build both 32-bit and 64-bit, and clearly label.
Add support to "include" config from other locations or versioned subdirectories. This will allow application configuration to evolve over time with updates.
Always should be an ongoing focus... but we can do a bit better now.
- Review of config labels: - `*Timeout` has no time units - Is seconds the right resolution? - Need to document update JSON format used for update.exe - top of...
Ghostscript 9.10 is out. Recompile the release version of GhostTrap against this new version.
The file access whitelisting assumes that the last argument is the input file (if it's not "-"). This assumption is not correct because it can be defined with the -f...
At the moment caching is set at 30-days. In affect this is "forever" and any dev must use cache busting methods (which silken supports) to ensure clients get a new...
When silken.disableCaching is set to true, we should turn off client-side javascript caching to make development when using closure client-side templates.