public
Description: Lipsiadmin is a new revolutionary admin for your projects.Lipsiadmin is based on Ext Js 2.0. framework (with prototype adapter) and is ready for Rails 2.0. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of “old” html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.
Homepage: http://rails.lipsiasoft.com/wiki/lipsiadmin
Clone URL: git://github.com/Lipsiasoft/lipsiadmin.git
name age message
file .gitignore Sat Jul 26 03:59:13 -0700 2008 * Now lispiadmin is totaly ajax and can manag... [Davide D'Agostino]
file CHANGES Wed May 21 03:50:01 -0700 2008 Added a new PDF generators based on pd4ml java ... [Lipsiasoft]
file LICENSE Fri Apr 11 08:38:59 -0700 2008 Updated the License [Davide D'Agostino]
file README Fri Sep 26 04:33:17 -0700 2008 Fixed a bug in the main js [Davide D'Agostino]
file TODO Sat Jul 26 03:59:13 -0700 2008 * Now lispiadmin is totaly ajax and can manag... [Davide D'Agostino]
directory generators/ Fri Sep 26 04:33:17 -0700 2008 Fixed a bug in the main js [Davide D'Agostino]
file init.rb Sat Jul 26 03:59:13 -0700 2008 * Now lispiadmin is totaly ajax and can manag... [Davide D'Agostino]
directory lib/ Fri Aug 08 02:04:54 -0700 2008 Fixed a simple problem with ajax messages. [Davide D'Agostino]
directory resources/ Wed May 21 03:50:01 -0700 2008 Added a new PDF generators based on pd4ml java ... [Lipsiasoft]
README
Created by Davide D'Agostino on 2008-01-11.
Copyright 2008 Lipsiasoft s.r.l. All rights reserved.

Released under the MIT license

Lipsiadmin
===========

Lipsiadmin is a new revolutionary admin for your projects.

Is developped by http://www.lipsiasoft.com that use it from 1.5 year in production enviroments.

Lipsiadmin is based on Ext Js 2.1 framework (with prototype adapter) works with Rails 2.0.

This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of 
developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of “old” html and 
new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.

Prerequisites
=============

Rails 2.0
Haml 2.0

Installation
============

git clone git://github.com/Lipsiasoft/lipsiadmin.git vendor/plugins/lipsiadmin

or

script/plugin install git://github.com/Lipsiasoft/lipsiadmin.git


Example
=======

script/generate lipsiadmin # Generate the base admin
script/generate lipsiadmin_page yourmodel # Generate a "scaffold" for your model

Usage: script/generate lipsiadmin_page ModelName [--with-images||--with-files]

Options:
    -i, --with-images=image1,image2  Add images to the templates for this model
    -l, --with-files=file1,file2     Add files to the templates for this model

See our wiki for more examples and docs

http://rails.lipsiasoft.com/wiki/lipsiadmin

You can see some screenshot here:

http://gallery.me.com/daddye/100013
or
http://www.flickr.com/photos/daddye/sets/72157606377641164/

LAST CHANGES on 2008-09-26
  * Fixed some bug in the main javascript
  * Now lispiadmin is totaly ajax and can manage file uploads
  * Added a full localization in the following language (ca, cf, cn, cs, da, de, en, es, fr, it, nl, no, pt, pt, ru, se)

    * We do a big refactoring code in ruby code, javascripts, css, views
  * Now when you create pages we make routes for you
  * Now when you create module project (for permission) for you
  * Now lipsiadmin is in haml
  * Now is not necessary remove protect_from_forgery
  * Refactored login page
  * Refactored entire admin, now for example there isn't a lipspiadmin logo ;)

OLD CHANGES
  * Added a new PDF generator, we don't need the expensive PRINCEXML, we can use pd4ml
  * Added a manifest that show the current routes that are necessary to add
  * Added ext-all-debug.js (Was autodetect if env == development)
  * Removed menuitems table and added new module project 
  * Improve Auth System with project modules
  * Initial rdoc documentation
  * Removed from admin view list to index so we can use cruds
  * Improve Admin -> Accounts for add project modules
  * Added new class AccessControl (Documented)
  * New config file for roles, modules in initializers/access_rules.rb

REMEMBER
========
Edit config/config.yml

THANKS
======
Many thanks to: Gabrio, Philippe and many others that help me in find/fix bugs.

Please feel free to fork and make your changes!