| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
configurations need reloading and if loading was successful
|
| |
|
|
|
|
| |
into implementations where errors can be ignored
|
| |
|
|
|
|
| |
instantiatation in different compilation units
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
instead have an execution context that's passed around from the original call site
|
|
|
|
| |
their respective components
|
| |
|
| |
|
| |
|
|
|
|
| |
into this too
|
| |
|
|
|
|
|
| |
Add component to get a unique cgi request ID
Change file presenter cache to use a configurable component to determine its ID
|
| |
|
|
|
|
|
|
| |
created, addresses bug23
Minor tweak to file presenter cache to allow reopening of just generated content
|
| |
|
|
|
|
| |
them via etag
|
|
|
|
| |
If-Modified-Since, must-revalidate and 304 Not Modified)
|
| |
|
|
|
|
|
| |
Close cache handles on idle and config load
Bugs 21 and 21
|
| |
|
|
|
|
|
| |
Fix possible race condition truncating cache file on update
Correct config section name
|
| |
|
|
|
|
| |
Fix initialisation of console logger
|