Opened 16 years ago
Closed 16 years ago
#3270 closed New Feature (fixed)
FCKeditor for Mediawiki: Templates "manual" menu presents templates in no particular order
Reported by: | Niels | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.6.4 Beta |
Keywords: | Cc: |
Description
With long lists of templates, it would be much easier to find the template you're looking for if they were listed in alphabetical order. Right now it seems that there is a mix of algorithms based on recency and alphabet such a segment of my list currently reads like
No w Link Statistics Spinal_cord Diseases_of_the_skin Documentation
It's like they're alphabetical by day. Straight alphabetical order would be much more helpful.
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
oh, hell, now that last bit belongs to the *other* bug report I just submitted.
comment:3 Changed 16 years ago by
Component: | General → Project : MediaWiki+FCKeditor |
---|---|
Milestone: | CKEditor 3.x |
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Type: | Task → New Feature |
Fixed with [3361].
looking in mediawiki/fckplugin.js, I can see where the image is constructed (starting at line 524, with "imgName"). That all seems okay. I wonder if it happens when you try to recover the _fck_mw_filename, but if that variable hasn't been set, then there's nothing for the mediawiki/fckplugin.js to construct with.
I don't know. I'm groping around in the dark here.