[Dev-flock] r1115 - in huginmunin/trunk/web/hm: app/lib/tags app/media/css app/templates app/templates/account app/templates/helpers app/templates/node app/templates/quickrate app/views db
svn@thoughtandmemory.org
svn at thoughtandmemory.org
Sun Feb 8 02:03:31 EST 2009
Author: lucy
Date: 2009-02-08 02:03:30 -0500 (Sun, 08 Feb 2009)
New Revision: 1115
Commit message:
* description html and markup solution found! added save signals to review descriptions and created template filter to change plain text to html. the pre save signal removes html. the post save signal discovers citations from links. the markup adds p and a tags.
* note: Behavior Initizliate has code to iterate through all Behavior instances and call save, thereby removing html, etc. Takes long time, though, so should do every time.
* when editing a review, won't show label if comes from coop america scrape
* todo: do same for node description.
* added redirect_to to rate review so that users can edit review if want to. will redirect back to rate when done.
* fixed redirect_to bug in logout.
* commented out form background/border colors in preperation for release. we can delete comments once clay is done with form ui work, too.
* prettified anonymous user box and user message bax
Removed:
huginmunin/trunk/web/hm/app/templates/quickrate_extension.html
Modified:
huginmunin/trunk/web/hm/app/lib/tags/macros.py
huginmunin/trunk/web/hm/app/media/css/forms.css
huginmunin/trunk/web/hm/app/media/css/general.css
huginmunin/trunk/web/hm/app/media/css/quickrate.css
huginmunin/trunk/web/hm/app/templates/account/account_extension.html
huginmunin/trunk/web/hm/app/templates/base.html
huginmunin/trunk/web/hm/app/templates/helpers/div_form.html
huginmunin/trunk/web/hm/app/templates/login_menu.html
huginmunin/trunk/web/hm/app/templates/node/behavior_info.html
huginmunin/trunk/web/hm/app/templates/quickrate/eval_review.html
huginmunin/trunk/web/hm/app/templates/quickrate/quickrate_edit_extension.html
huginmunin/trunk/web/hm/app/templates/quickrate/quickrate_extension.html
huginmunin/trunk/web/hm/app/templates/quickrate/rate_review.html
huginmunin/trunk/web/hm/app/templates/quickrate/review.html
huginmunin/trunk/web/hm/app/views/account.py
huginmunin/trunk/web/hm/app/views/quickrate_main.py
huginmunin/trunk/web/hm/db/graph.py
huginmunin/trunk/web/hm/db/log.py
huginmunin/trunk/web/hm/db/management.py
huginmunin/trunk/web/hm/db/models.py
More information about the Dev-flock
mailing list