#4477 closed Enhancement (fixed)
Change simplecache url format to be requirejs-friendly
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.9.0 |
| Component: | Core | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
Require.js doesn't support custom suffixes, just custom script roots, so instead of /cache/js/default/elgg.1335588436.js we can do /cache/1335588436/default/js/elgg.js. That would allow us to configure the scripts root to be /cache/:lastcache/:viewtype/js/ and the rest Just Works.
Change History (3)
comment:1 Changed 10 months ago by Evan Winslow
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 months ago by cash
- Milestone changed from Needs Review to Elgg 1.8.9
comment:3 Changed 6 months ago by cash
- Milestone changed from Elgg 1.8.9 to Elgg 1.9.0
Note: See
TracTickets for help on using
tickets.

Fixes #4477: Simplecache urls are more require.js-friendly now.