Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileLibrary improvements #267

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 84 comments
Closed

FileLibrary improvements #267

GoogleCodeExporter opened this issue Mar 25, 2015 · 84 comments

Comments

@GoogleCodeExporter
Copy link

The following features should be supported (Feature/Rational):

F: Arbitrary support for filenames.
R: JQuery-UI theme libraries contain currently unsupported filenames such as 
"e6e6e6_40x100_textures_02_glass_75.png".

F: Arbitrary directories for files.
R: JQuery-UI expects certain JavaScript files in a subdirectory, such as 
"ui/i18n/ui.datepicker-
de.js".

F: Arbitrary mime-types for files.
R: Currently mime-types are determined from the file-extension, sometimes it 
would be good to 
have some more control.

F: All editors should be implemented using WAHandlerEditor.
R: There are some parts remaining that show ugly HTML, such as 
WAFileLibraryEditor.

F: FileLibrary uses an ugly hack patching literal values into the compiled 
method at runtime. 
R: This is inherently ugly and hard to port. Rather a class variable should be 
used for caching.

Original issue reported on code.google.com by renggli on 2 Jan 2009 at 10:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant