Send Dev-flock mailing list submissions to dev-flock@mit.edu To subscribe or unsubscribe via the World Wide Web, visit http://mailman.mit.edu/mailman/listinfo/dev-flock or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED]
You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Dev-flock digest..." Today's Topics: 1. r918 - in huginmunin/trunk/web/hm: app/media/css app/templates app/views db ([EMAIL PROTECTED]) 2. r919 - in huginmunin/trunk/web/hm: app/templates/intro app/templates/user app/views db db/fixtures/small_dev ([EMAIL PROTECTED]) 3. r920 - in huginmunin/trunk/web/hm/app: templates/intro views ([EMAIL PROTECTED]) 4. r921 - huginmunin/trunk/web/hm ([EMAIL PROTECTED]) 5. r922 - huginmunin/trunk/web/hm/db/fixtures/small_dev ([EMAIL PROTECTED]) 6. dynamic recent activity (Lucy Mendel) 7. r923 - huginmunin/trunk/web/hm/db ([EMAIL PROTECTED]) ---------------------------------------------------------------------- Message: 1 Date: Thu, 25 Sep 2008 14:26:23 -0400 (EDT) From: [EMAIL PROTECTED] Subject: [Dev-flock] r918 - in huginmunin/trunk/web/hm: app/media/css app/templates app/views db To: dev-flock@mit.edu Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Author: lucy Date: 2008-09-25 14:26:22 -0400 (Thu, 25 Sep 2008) New Revision: 918 Commit message: * added portfolio edit/display /Main/user/edit/portfolio/2221/ /Main/user/display/portfolio/2221/ /Main/user/edit/profile/2221/ /Main/user/display/profile/2221/ * fixed typos in general.css * add names to portfolio and account urls Modified: huginmunin/trunk/web/hm/app/media/css/general.css huginmunin/trunk/web/hm/app/templates/base.html huginmunin/trunk/web/hm/app/views/account_urls.py huginmunin/trunk/web/hm/app/views/forms.py huginmunin/trunk/web/hm/app/views/main.py huginmunin/trunk/web/hm/app/views/main_urls.py huginmunin/trunk/web/hm/db/log.py huginmunin/trunk/web/hm/db/models.py huginmunin/trunk/web/hm/db/user.py ------------------------------ Message: 2 Date: Thu, 25 Sep 2008 21:44:37 -0400 (EDT) From: [EMAIL PROTECTED] Subject: [Dev-flock] r919 - in huginmunin/trunk/web/hm: app/templates/intro app/templates/user app/views db db/fixtures/small_dev To: dev-flock@mit.edu Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Author: lucy Date: 2008-09-25 21:44:37 -0400 (Thu, 25 Sep 2008) New Revision: 919 Commit message: * attached portfolio template files. eit. * recent activity on main page is now actual recent activity * /Main/recent_activity added to display all recent activity for staff users * added some url goodness to centric urls Added: huginmunin/trunk/web/hm/app/templates/intro/recent_activity.html huginmunin/trunk/web/hm/app/templates/user/portfolio_display.html huginmunin/trunk/web/hm/app/templates/user/portfolio_edit.html Modified: huginmunin/trunk/web/hm/app/templates/intro/intro_page.html huginmunin/trunk/web/hm/app/templates/user/profile_edit.html huginmunin/trunk/web/hm/app/views/main.py huginmunin/trunk/web/hm/app/views/main_urls.py huginmunin/trunk/web/hm/db/fixtures/small_dev/users.json huginmunin/trunk/web/hm/db/graph.py huginmunin/trunk/web/hm/db/log.py huginmunin/trunk/web/hm/db/user.py ------------------------------ Message: 3 Date: Fri, 26 Sep 2008 00:09:36 -0400 (EDT) From: [EMAIL PROTECTED] Subject: [Dev-flock] r920 - in huginmunin/trunk/web/hm/app: templates/intro views To: dev-flock@mit.edu Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Author: wesa Date: 2008-09-26 00:09:35 -0400 (Fri, 26 Sep 2008) New Revision: 920 Commit message: * recent activity now uses actual activity objects, thus gets times right since can't order_by time mixin as it is not an actual db field. * link on main page to all recent activity for staff users. * fixed bug in inner decorator This line, and those below, will be ignored-- M app/views/main.py M app/templates/intro/recent_activity.html M app/templates/intro/intro_page.html Modified: huginmunin/trunk/web/hm/app/templates/intro/intro_page.html huginmunin/trunk/web/hm/app/templates/intro/recent_activity.html huginmunin/trunk/web/hm/app/views/main.py ------------------------------ Message: 4 Date: Fri, 26 Sep 2008 00:23:33 -0400 (EDT) From: [EMAIL PROTECTED] Subject: [Dev-flock] r921 - huginmunin/trunk/web/hm To: dev-flock@mit.edu Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Author: lucy Date: 2008-09-26 00:23:33 -0400 (Fri, 26 Sep 2008) New Revision: 921 Commit message: doc change. mostly a test so i stop committing as wesa by default. Modified: huginmunin/trunk/web/hm/settings.py ------------------------------ Message: 5 Date: Fri, 26 Sep 2008 00:32:48 -0400 (EDT) From: [EMAIL PROTECTED] Subject: [Dev-flock] r922 - huginmunin/trunk/web/hm/db/fixtures/small_dev To: dev-flock@mit.edu Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Author: lucy Date: 2008-09-26 00:32:48 -0400 (Fri, 26 Sep 2008) New Revision: 922 Commit message: doink. Modified: huginmunin/trunk/web/hm/db/fixtures/small_dev/load_full_small_dev_db.sh ------------------------------ Message: 6 Date: Fri, 26 Sep 2008 00:35:12 -0400 From: "Lucy Mendel" <[EMAIL PROTECTED]> Subject: [Dev-flock] dynamic recent activity To: Dev-Flock <dev-flock@mit.edu> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 yo, The recent activity listings on the main page are now kept up to date with actual recent activity. I just hooked things up-- Dan, good work with Actions. Note that most models (eg, node, behavior, nodetypecast, etc.--graph.py stuff) have user and time properties mixed in. These come from the Action model in log.py. I got worried as I coded that objects loaded from json files would lose their original user and time properties, being replaced by 'created now by default user (since no one is logged in when we load from db)'. I accidentally deleted the staging database...so had a chance to test this theory when loading a dump of our production data (now safely backed up). I was happily surprised to see the appropriate creators and timings of events. Good work everyone!! Also, if you are logged in as a user with is_staff set to true you'll see a handy link to view all recent activity. This is a no holds barred view of what's been happening on the site. Right now users 'danring', 'cwallardo' and 'diN0bot' on the production site have staff capabilities. On the staging site (http://staging.thoughtandmemory.org/Main), use 'lbear', with password 'bear', or create your own user in a json or xml fixture and load it up. <<<<< Let me know what your username(s) is(are) and I'll give you staff super powers. btw -- check out http://bilumi.org/Main/user/display/profile/19 and http://bilumi.org/Main/user/display/portfolio/19 l. ------------------------------ Message: 7 Date: Fri, 26 Sep 2008 00:43:52 -0400 (EDT) From: [EMAIL PROTECTED] Subject: [Dev-flock] r923 - huginmunin/trunk/web/hm/db To: dev-flock@mit.edu Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Author: lucy Date: 2008-09-26 00:43:52 -0400 (Fri, 26 Sep 2008) New Revision: 923 Commit message: added logging of user creation. eit for the commitbarf. Modified: huginmunin/trunk/web/hm/db/log.py ------------------------------ _______________________________________________ Dev-flock mailing list Dev-flock@mit.edu http://mailman.mit.edu/mailman/listinfo/dev-flock End of Dev-flock Digest, Vol 13, Issue 16 *****************************************