Skip to content

Latest commit

 

History

History
160 lines (136 loc) · 5.37 KB

CHANGELOG.markdown

File metadata and controls

160 lines (136 loc) · 5.37 KB

Change Log

Version 0.2.9 (2009-10-26)

  • Created all-in-one branch which bundles all the external depending libraries

Version 0.2.8 (2009-07-18)

  • Supported Allegro CL 8.1
  • Updated to use my-util v0.0.5 (for Allegro CL)

Version 0.2.7 (2009-07-14)

  • Separated sml files for pages generated by genpages from the others
  • Updated tutorials (especially part9)
  • Made the oid parameter of edit-page as not optional

Version 0.2.6 (2009-07-09)

  • Modified documentations
  • Fixed to not to destroy a continuation after calling it (for back buttons)
  • Removed the test macro
  • Fixed to not to export 'http-* except 'http-test-*

Version 0.2.5 (2009-06-20)

  • Added tutorial part 8, 9 and 10
  • Wrote integration tests with using http-* functions and macros
  • Added src/http.lisp: http-* functions and macros
  • Updated the version of sml to use from v0.1.4 to v0.1.5
  • Added hide-slot-p
  • Wrote more unit tests
  • Bug fixes (see git log for detail)
  • Updated documentations and tutorial

Version 0.2.4 (2009-05-31)

  • Fixed to redirect to the login-page instead of regist-page when users access an auth page
  • Renamed the class from user-class to user*
  • Updated to use my-util v0.1.4 (for hooks functions)
  • Updated to use sml v0.1.4 (for nl->br)
  • Wrote documentations and tutorial in English and Japanese
  • Rewrote README and CHANGELOG in markdown syntax

Version 0.2.3 (2009-05-11)

  • Added renew-cont-lifetime
  • Renamed defpages to genpages
  • Updated to use my-util version 0.0.3 (asdf-version)
  • Updated to delete uploaded files when dropping an instance
  • Bug fix in labels for radio and checkbox input forms
  • Fixed to generate valid (x)html except js validation attributes. Now works with IE and Safari.
  • Bug fix in mime-type function for image types

Version 0.2.2 (2009-04-27)

  • Bug fixes
  • Implemented list sorting which works without js
  • Added prev-link like "<<" and next-link like ">>" in pager
  • Change the data store type in examples and tests from postgresql with clsql to BDB
  • Added wiki example
  • Redefined (index|show|edit)-page as macros. Now we can pass a sml file to load.

Version 0.2.1 (2009-04-22)

  • Bug fix: asynchronous uniquness validation of a user id
  • Bug fix: get-slot-by-id for a inherited slot
  • Renamed slot-hide to slot-hide-for. Now we can use regexp to specify which pages to hide a slot.
  • Implemented a way to set/change links-per-page and items_per_page
  • Changed the default encoding from latin1 to utf-8

Version 0.2.0 (2009-04-21)

  • Bug fix in calculating page links offset
  • Implemented asynchronous item deletion
  • Separated js written in sml files into js files
  • Implemented js pager
  • Renamed scaffold to page(s)
  • Implemented asynchronous updating a list of instances with ajax
  • Updated CSS for better design
  • Added the "slot-type" slot in "slot-options" class
  • Added a default value support of parameters for page-lambda

Version 0.1.9 (2009-04-17)

  • Renamed slot-type to slot-format and made it possible to set the real slot type
  • Bug fix in the asynchronous uniquness validation

Version 0.1.8 (2009-04-16)

  • Updated to display pluralized class name
  • Updated to use the inflector package
  • Added javascript regexp validation

Version 0.1.7 (2009-04-14)

  • Implemented asynchronous uniquness validation
  • Added jquery.date.js to manipulate date select options
  • Bug fix in get-instance-by-oid

Version 0.1.6 (2009-04-13)

  • Implemented javascript client side validation
  • Renamed names of checkbox inputs from "${id}_${option}" to "${id}[]"

Version 0.1.5 (2009-04-11)

  • Updated to export all elephant's exported symbols (except defpclass)
  • Renamed slot-id from "${slot}" to "${class}_${slot}"
  • Updated the codes where using with-sml-file macro according to sml v0.1.1
  • Added web4r default page
  • Renamed nullable to required, and must_mark to required_mark

Version 0.1.4 (2009-04-10)

  • Separated sml codes from lisp files into sml files
  • Better design with CSS

Version 0.1.3 (2009-04-09)

  • Updated to use create-folder-dispatcher-and-handler and default-handler
  • Added src/specials.lisp
  • Bug fixes

Version 0.1.2 (2009-04-07)

  • Updated to use sml instead of shtml

Version 0.1.1 (2009-04-06)

  • Updated to use my-util package

Version 0.1.0 (2009-03-31)

  • Replaced web4r-server with hunchentoot
  • Comprehensive refactoring
  • Divided shtml into another system
  • Implemented a code walker to expand last-post
  • Added debug-mode
  • Implemented cont-session
  • Added :default optional parameter for defpage

Version 0.0.4 (2009-03-02)

  • Finished writing unit tests
  • Bug fixes (There were many. See git log for detail)

Version 0.0.3 (2009-02-21)

  • Fixed a bug in library dependencies
  • Added CHANGELOG

Version 0.0.2 (2009-02-16)

  • Fixed to specify the source path automatically

Version 0.0.1 (2009-02-15)

  • Initial public release