Revision history for Plack-App-AutoCRUD
0.08 08.02.2015
- RT#101986 : add Ajax calls to count how many records would be affected
by a bulk operation
0.07 05.01.2015
- won't allow update/delete without any 'where' criteria
0.06 05.01.2015
- fixed missing url-encoding in internal links
- redirect through HTTP 1.1 303 instead of 302
(see http://en.wikipedia.org/wiki/303_See_Other)
0.05 08.08.2014
- renamed to App::AutoCRUD
0.04 20.05.2014
- supply a minimal SQLite database in the distrib for tests
0.03 19.05.2014
- refactoring & doc improvements
0.01 05.01.2014
- First release