Opened 16 years ago
Closed 16 years ago
#4924 closed Bug (fixed)
PHP integration is not using the timestamp in the ckeditor.js script
| Reported by: | Frederico Caldeira Knabben | Owned by: | Wiktor Walc |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | Server : PHP | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed Review+ | Cc: |
Description
According to the documentation, the server side scripts must append the timestamp to the ckeditor.js file, so it updates the cache on new releases. The PHP integration is not currently doing so.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
| Owner: | set to Wiktor Walc |
|---|
Changed 16 years ago by
| Attachment: | 4924.patch added |
|---|
comment:2 Changed 16 years ago by
| Keywords: | Review? added |
|---|
comment:3 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

The attached patch does two things:
!empty($this->timestamp)was removed becauseCKEDITOR.timestamp = '';should appear on the page even if timestamp is empty (this way config.js and other files are loaded without appended timestamp)