Opened 16 years ago
Closed 16 years ago
#3218 closed Bug (fixed)
sample.js is being included into the release, which makes people confused
Reported by: | Frederico Caldeira Knabben | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The _samples/samples.js file is support file used by the development version of CKEditor. It's not needed at all after release, but it's still included in the sample files.
It must be removed during release, as well as its inclusion at the samples headers.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Changed 16 years ago by
Attachment: | 3218.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Actually, it's not that good to have this file removed, as it handles all special alerts we have in the samples.
Part of the file code is to be removed from the distribution though. A nice comment should be also available explaining the file, telling that it can be ignored as it has nothing to do with the editor integration basics.