View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000389 | WackoWiki | core | public | 2011-06-24 10:54 | 2011-06-24 11:08 |
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.0.beta | ||||
| Target Version | 5.0.beta | Fixed in Version | 5.0.beta | ||
| Summary | 0000389: cache merged primary and secondary config | ||||
| Description | _cache/config/config.php init class function cache_settings function load_cached_settings // define settings if ($cached_config = $init->load_cached_settings('config')) { $init->config = $cached_config; // retrieving from cache } else { $init->settings(); // populate from config.php $init->settings(); // initialize DBAL and populate from config table. } wacko checks if the config cache exits else it writes one // saving to cache $this->cache_settings('config', $this->config); use the function destroy_config_cache() to rebuild the cached config with updated data. $this->destroy_config_cache(); | ||||
| Tags | No tags attached. | ||||
| related to | 0000230 | resolved | administrator | Administrative Interface |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-06-24 10:54 | administrator | New Issue | |
| 2011-06-24 11:01 | administrator | Assigned To | => administrator |
| 2011-06-24 11:01 | administrator | Status | new => resolved |
| 2011-06-24 11:01 | administrator | Resolution | open => fixed |
| 2011-06-24 11:01 | administrator | Product Version | => 5.0.beta |
| 2011-06-24 11:01 | administrator | Fixed in Version | => 5.0.beta |
| 2011-06-24 11:01 | administrator | Target Version | => 5.0.beta |
| 2011-06-24 11:01 | administrator | Description Updated | |
| 2011-06-24 11:03 | administrator | Description Updated | |
| 2011-06-24 11:04 | administrator | Relationship added | related to 0000230 |
| 2011-06-24 11:08 | administrator | Description Updated |