John de Plume

Results 21 issues of 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...

feature

Some options to support: - [Docker](http://docker.io/) - [BitNami](http://bitnami.com/) Done: - [Chef](https://github.com/jbroadway/chef-elefant)

feature

**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...

feature

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...

feature

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...

feature

For more info, see: http://www.elefantcms.com/forum/discussion/285/allow-apps-to-add-to-redactor-link-options

feature

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...

feature

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.

feature

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/

feature

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...

feature