Lipsiadmin r35
We have update Lipsiadmin and do some docs refactoring
Changes in Version r35:
- Added a templating for images and files (#18)
- Added a new plugin paperclip for manage uploads (#16)
- Refactoring of How to Use
- Added a separate page for plugins documentation
- Fixed a comma in menuitems js that raise an error on ie
- Added some remember file that are puts when you script/generate with lipsiadmin
Remember that you simply attach files in your existing model like:
script/generate attachment myexistingmodel myfile myimage
and then generate a template with:
script/generate lipsiadmin_page myexistingmodel -i myimage -l myfile
Where -i and -l can accept an array of column like -i myimage1,myimage2,myimage3 -l myfile1,myfile2,myfile3

Comments