Changes | Dragonfly web framework
Changes
Dragonfly 0.60 - January 6th, 2010
- added DF.DB and ObjNL
- added Dragonfly's own improved module
- added new add-to-load-path and wrap-func functions to utils.lsp
- added CGI-like route to the inactive plugins: route_cgi.lsp
- added utf8-urlencode/decode functions to Request, they handle foreign characters perfectly.
- added SET_DF_SELF function and the corresponding DF_SELF and DF_SELF_DIR global symbols.
- added DF_PAGE to point to the currently loaded, host-unqualified web URL
- added global path functions to utils.lsp: file-ext del-ext basename dirname
- updated and rewrote parts of the user guide
- improved windows compatibility by creating /tmp if necessary
- improved the load-once function (load replacement)
- bugfix in Response:cookie for deleting a cookie
- bugfix when directly accessing an .html file related to title function
- removed path.lsp in plugins-inactive
- removed the into-ctx-assoc function
- removed viewname from STATIC_TRANSFORMATIONS. Replace with: DF_PAGE or (basename DF_PAGE)
- the winning transformation from STATIC_TRANSFORMATIONS is no longer evaluated twice
Dragonfly 0.51 - November 16th, 2009
- added redirection script when running the built-in newLISP server
- changed recommendations to run ./newlispServer
- added newlispServerWin.bat file provided by m35
- support for PHP-like multi-params by appending [] to the var name
- added documentation for $GET/$POST/$FILES and multiparams to guide
- updated the RSS feed on the example-site for 0.50
Dragonfly 0.50 - November 11th, 2009
- Massive rewrite
Rendered in 1 milliseconds. Used 83 KB of memory, 58 KB for Lisp Cells.