John de Plume
John de Plume
A select box could allow other apps to supply additional possible dynamic pages for inclusion in the site tree than just the one per app. It could be at the...
Some options to support: - [Docker](http://docker.io/) - [BitNami](http://bitnami.com/) Done: - [Chef](https://github.com/jbroadway/chef-elefant)
**Note:** This issue is dependent on issue https://github.com/jbroadway/elefant/issues/182 The command would mirror the GUI app/theme installer on the command line, and would take the name of the app or theme...
The directory would provide a simple read-only API to list the apps, and fetch their details including their preferred install option (url, github link, etc). This would be enough to...
Elefant needs more elegant image processing and storage. Currently, this is up to the implementor and is handled with the `Image::resize()` method, often as a template filter. This requires that...
For more info, see: http://www.elefantcms.com/forum/discussion/285/allow-apps-to-add-to-redactor-link-options
Some issues: - Logo should hide from top bar on mobile - Admin pages not responsive to device width (needs ``) - Tables and inputs should respond to device width...
You should be able to select multiple images at once in certain cases, instead of reopening the dialog each time to select the next file.
Implement a utility (e.g., `admin/util/select2`) for advanced select/input boxes and make it usable as a custom field type too. For the client-side: http://ivaynberg.github.com/select2/ http://harvesthq.github.com/chosen/
The drop-down custom field type only accepts a static list of options. An alternate 'Dynamic drop down' type could accept a function or method name (e.g., `myapp/MyModel::get_option_list`) that would be...