[Dev-flock] r1043 - in huginmunin/trunk/web/hm: app/lib/tags app/media/js app/templates app/templates/admin app/templates/forms app/templates/graph app/templates/models app/templates/node app/templates/user app/views db
svn@thoughtandmemory.org
svn at thoughtandmemory.org
Sun Dec 21 21:11:18 EST 2008
Author: lucy
Date: 2008-12-21 21:11:18 -0500 (Sun, 21 Dec 2008)
New Revision: 1043
Commit message:
* new/edit bug fixed in admin vs. user impact pages. simply made two highlevel item_add.html files, one for admin, one for normal. admin flag is carried through 'extra' GET data to tell python which form to use.
* fixed dangling item delete bug. eg, a behavior is deleted for real (eg, before we got state, since now we don't expose an interface to delete items for real). its ratings stick around. a new behavior is created--whoa, it's already rated?!
* data integrity shows dangles and other stuff, including recent activity.
* ajax_cancel_edit takes model id or 'new' so can render right form.
* admin recent activity renamed impact just like user impact. top yellow recent activity on every page is The recent activity.
* added 'flag' and 'unpublish' buttons to admin pages, including state pages.
* contact/group email stuff added but not tested or ui'd. need to add import.
TODO
* cleanup (remove) old code
* do Contacts for real. give them 'add' methods, add to ACTIONABLES and STATEFULS?
* no more "please login to blah". just have link and then have login redirect to right page afterwards. will have to hack url code...better if can overwrite that method in our own lib (eg, as our own macro) rather than change django code. need to add redirect to register track. hmmm, maybe that will help people complete registration.
Added:
huginmunin/trunk/web/hm/app/templates/admin/admin_impact.html
huginmunin/trunk/web/hm/app/templates/admin/dangerous.html
huginmunin/trunk/web/hm/app/templates/admin/import_contacts.html
huginmunin/trunk/web/hm/app/templates/models/state.html
huginmunin/trunk/web/hm/db/contact.py
Removed:
huginmunin/trunk/web/hm/app/templates/admin/recent_activity.html
Modified:
huginmunin/trunk/web/hm/app/lib/tags/macros.py
huginmunin/trunk/web/hm/app/media/js/main.js
huginmunin/trunk/web/hm/app/templates/admin/admin.html
huginmunin/trunk/web/hm/app/templates/admin/data_integrity.html
huginmunin/trunk/web/hm/app/templates/forms/object_form.html
huginmunin/trunk/web/hm/app/templates/graph/node_brief.html
huginmunin/trunk/web/hm/app/templates/login_menu.html
huginmunin/trunk/web/hm/app/templates/models/action.html
huginmunin/trunk/web/hm/app/templates/models/action_item.html
huginmunin/trunk/web/hm/app/templates/models/item_add.html
huginmunin/trunk/web/hm/app/templates/node/argument_add.html
huginmunin/trunk/web/hm/app/templates/node/behavior_info.html
huginmunin/trunk/web/hm/app/templates/node/node_info.html
huginmunin/trunk/web/hm/app/templates/user/impact.html
huginmunin/trunk/web/hm/app/views/account.py
huginmunin/trunk/web/hm/app/views/account_urls.py
huginmunin/trunk/web/hm/app/views/main.py
huginmunin/trunk/web/hm/app/views/main_urls.py
huginmunin/trunk/web/hm/db/models.py
huginmunin/trunk/web/hm/db/state.py
More information about the Dev-flock
mailing list