Opened 15 years ago
Closed 15 years ago
#4549 closed New Feature (fixed)
Make the querystring "anti-cache" feature configurable
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The anti-cache feature we have in the editor is generally useful, but may also be an issue on certain cases (as commented in our blog).
To give the proper level of flexibility, we could make this feature configurable, so one could decide to not use it. We'll probably need a global variable for that, like "CKEDITOR_NO_ANTI_CACHE".
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 4549.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
The correct way for configure this should be simply remove the CKEDITOR.timestamp value.
You'll need to update editor's test profile for this TC, as well as point 'CKEDITOR_ROOT' environment variable to a released folder.
http://ckeditor.t/tt/4549/1.html.
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [4585] at 3.1.x branch.
Humm... it looks like it should be enough to set CKEDITOR.timestamp to an empty string right after loading the editor code. The only problem is the config.js file URL is built on the core code execution time, so the timestamp will always be there.
more investigation is needed.