Skip to content

Conjure 0.4 Features

macourtney edited this page Sep 13, 2010 · 40 revisions

Below is a list of all of the features expected for the 0.4 release of Conjure. This is a tentative list. As time goes by, some features may be added and some may be removed or pushed to the next release of Conjure.

Completed features

  • Library update – All the libraries Conjure relies on have been updated. This will likely need to be repeated before the final release.
  • Link-to view helper function – Like Rails link_to
  • Url-for view helper function – Like Rails url-for
  • View helper functions – Like Rails helper methods.
    • Form functions
    • textfield function
    • Textarea function
    • Hidden field function
    • combobox function
    • Image tag function
    • Stylesheet link function
    • Javascript include function
    • Mail to function
    • Radio button function
    • Checkbox function
  • Redirect instead of rendering another action.
  • Xml templates
  • A nice default layout (based on Crystal X)
  • Scaffold generator (like rails scaffold)
  • Mysql support – flavor
  • Update flag for conjure.jar
  • Session management
  • Clojure 1.1
  • Logging
  • Ajax support
    • link-to-remote
    • remote-form-for
  • Add favorite icon
  • Update clojure-contrib to 1.1
  • Fix exception when rendering an action which does not exist.
  • Capitalize fn in string-utils
    • Use in all titles and field names in the scaffold

Features in progress

  • Ajax support
    • Add ajax to scaffold.

Features to be added

  • Update flag for conjure.jar
    • Pass multiple directories to update.
Clone this wiki locally