Author: essiene
Date: Fri Mar 2 06:22:19 2007
New Revision: 16
Added:
trunk/src/simpleweb/admin/plugins/templates/
trunk/src/simpleweb/admin/plugins/templates/__init__.py
trunk/src/simpleweb/admin/plugins/templates/css.py
trunk/src/simpleweb/admin/plugins/templates/html.py
trunk/src/simpleweb/admin/plugins/templates/js.py
trunk/src/simpleweb/admin/plugins/templates/movable.py
trunk/src/simpleweb/admin/plugins/templates/python.py
Removed:
trunk/src/simpleweb/admin/plugins/templates.py
Modified:
trunk/src/simpleweb/TODO
trunk/src/simpleweb/admin/plugins/create_movable.py
trunk/src/simpleweb/admin/plugins/create_project.py
trunk/src/simpleweb/extlib/selector.py
trunk/src/simpleweb/utils.py
Log:
* Added ajax.js and ajaxRails.js helper library from FORKjs (http://forkjavascript.org) - Yay!!!
I've not added the whole kitchen sink from FORKjs, and even then, I'm adding the jsmin'd version, which is only 8.0kb. Neato
* Refactored admin/plugins/templates.py into admin/plugins/templates/{python,css,html,movable}.py, making it easier to add
more templates, etc. update create_project.py and create_movable.py to use the new templates.
* Corrected templates for new projects to reflect plugin command api chages for createtables -> create-tables.
* create-movable plugin prompts for packages and modules changed [P|M] -> [package|module]
extlib/selector.py
* We're no more going to add prototype. Ran into a couple of issues using it on various browsers. Make this hook a bit
more generic.
|