From lucy at thoughtandmemory.org Tue Jul 1 13:33:58 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Tue, 1 Jul 2008 13:33:58 -0400 Subject: [Dev-flock] database docs Message-ID: yo, I updated the database page with 'entity relationship diagrams' http://bilumi.org/trac/wiki/Database Mostly I'm wondering what tools we have in place for documentation. In particular, are we still using epydoc--- Dan, what are you using? pydoc? I can see lots of great documentation on the code itself, just wondering if there's an easy HTML translation. Solr is still a black hole for me. L. From svn at thoughtandmemory.org Tue Jul 1 17:45:42 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Tue, 1 Jul 2008 17:45:42 -0400 (EDT) Subject: [Dev-flock] r850 - in huginmunin/trunk: . doc Message-ID: <20080701214542.8BCA575B00@thoughtandmemory.org> Author: lucy Date: 2008-07-01 17:45:42 -0400 (Tue, 01 Jul 2008) New Revision: 850 Commit message: epydoc config file updated (and docs generated). doc generated errors might be relevant to development; see epydoc.out Added: huginmunin/trunk/doc/ huginmunin/trunk/doc/README.txt huginmunin/trunk/doc/epydoc.config huginmunin/trunk/doc/epydoc.out From svn at thoughtandmemory.org Tue Jul 1 18:06:49 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Tue, 1 Jul 2008 18:06:49 -0400 (EDT) Subject: [Dev-flock] r851 - huginmunin/trunk/doc Message-ID: <20080701220649.7E7A375B00@thoughtandmemory.org> Author: lucy Date: 2008-07-01 18:06:49 -0400 (Tue, 01 Jul 2008) New Revision: 851 Commit message: docs are now more complete (db, apps/view and apps/lib, no db/solr) Modified: huginmunin/trunk/doc/epydoc.config huginmunin/trunk/doc/epydoc.out From lucy at thoughtandmemory.org Wed Jul 2 09:58:30 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Wed, 2 Jul 2008 09:58:30 -0400 Subject: [Dev-flock] status Message-ID: yo, summary: Xplanner is updated; wiki and code documentation is progressing; Monday meeting went great. Did I tell you that xplanner has been updated? It has. Our goal this iteration was to have a few focussed stories. I've consolidated stories into Engines: http://whynoti.org:8080/xplanner/do/view/iteration?projectId=0&returnto=%2Fdo%2Fview%2Fprojects&oid=842 The phone stuff is hanging around in Specialized Technology, though the request handling/information system will eventually move into the engine code base. http://whynoti.org:8080/xplanner/do/view/iteration?projectId=0&returnto=%2Fdo%2Fview%2Fprojects&oid=1087 Nothing is in UI for now. The community page stuff is hanging out in Community Information Platform. Last Monday Shaunalynn and I worked out a concrete plan for community discussion in our site. We're adding a new node type in addition to General, Product, Company and Source: Community. Shaunalynn is working out the system, but to give ya'll an idea of the kinds of Community nodes: Help, Voting Culture, Community Discussion, etc. Each node is like a discussion forum, and each top level review is a new topic. Dan and I are working on the code cleanup; the more the merrier, since a big part of code cleanup is improving overall team understanding of the codebase, getting the status of modules documented and then cleanup, standardize, remove cruft, and fix those modules. I updated some wiki documentation on the database http://bilumi.org/trac/wiki/Database as well as the epydocs http://bilumi.org/epydoc/ Big ups to Dan for getting the epydoc graphs (eg: http://www.thoughtandmemory.org/epydoc/hm.db.graph.Node-class.html ) to work and for being our number one in-code documenter. We could still stand for more code documentation; in particular, the why's of a class or module, and the input/output/usecase of methods. Let me know if you have questions or suggestions. I've also documented the phone stuff on the wiki, though the pydoc is still to come. The wiki documentation does not reflect the current status of the code (eit-- really should say something to that effect), but I will check in as soon as possible. http://thoughtandmemory.org/trac/wiki/cellphone_install The information system and request handler wiki pages are a hodge podge right now. Info Sys contains scraping stuff, which I need to add to xplanner since it is an important story to complete this summer. It will jump start the quick rate or news aggregator applications http://thoughtandmemory.org/trac/wiki/informationsystem The wiki user Locke, in real life one of our adviser board members, Fritz Knabe, added some thoughts to the Rate It news aggregator page. So there's lots of potential here, and once we get through some of the more foundational stories the possibilities will grow. Keep in touch, L. From svn at thoughtandmemory.org Fri Jul 4 00:22:34 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Fri, 4 Jul 2008 00:22:34 -0400 (EDT) Subject: [Dev-flock] r852 - huginmunin/trunk/web/hm/app/lib Message-ID: <20080704042234.3F21575B00@thoughtandmemory.org> Author: lucy Date: 2008-07-04 00:22:34 -0400 (Fri, 04 Jul 2008) New Revision: 852 Commit message: reverted regression: r806 at insignificant: dan | 2008-02-24 13:57:07 -0500 Commented out parse_expr in patterns - it wasn't being used and it starts up very slowly (all the regex compiling). http://bilumi.org/trac/changeset/726/huginmunin/trunk/web/hm/app/lib/patterns.py Modified: huginmunin/trunk/web/hm/app/lib/patterns.py From svn at thoughtandmemory.org Fri Jul 4 00:22:34 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Fri, 4 Jul 2008 00:22:34 -0400 (EDT) Subject: [Dev-flock] r852 - huginmunin/trunk/web/hm/app/lib Message-ID: <20080704042234.3F21575B00@thoughtandmemory.org> Author: lucy Date: 2008-07-04 00:22:34 -0400 (Fri, 04 Jul 2008) New Revision: 852 Commit message: reverted regression: r806 at insignificant: dan | 2008-02-24 13:57:07 -0500 Commented out parse_expr in patterns - it wasn't being used and it starts up very slowly (all the regex compiling). http://bilumi.org/trac/changeset/726/huginmunin/trunk/web/hm/app/lib/patterns.py Modified: huginmunin/trunk/web/hm/app/lib/patterns.py From lucy at thoughtandmemory.org Fri Jul 4 00:52:12 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Fri, 4 Jul 2008 00:52:12 -0400 Subject: [Dev-flock] python 2.5 now ok Message-ID: yo, Python 2.5 is now ok. We were getting a "reg exp code size limit exceeded" in trunk/web/hm/app/lib/patterns.py. Apparenty patterns.py is not necessary. Furthermore, Dan had already fixed this problem in an earlier checkin that was regressed when the server files were svn-ized. So it was an easy fix :-) I've updated the install FAQ on the wiki. I've put a note in the regressions task in the cleanup code story on xplanner: http://whynoti.org:8080/xplanner/do/view/task?oid=5968 To track down potential regressions see changeset 779 http://bilumi.org/trac/changeset/779 L. On Fri, Jul 4, 2008 at 12:22 AM, wrote: > Author: lucy > Date: 2008-07-04 00:22:34 -0400 (Fri, 04 Jul 2008) > New Revision: 852 > Commit message: > reverted regression: > r806 at insignificant: dan | 2008-02-24 13:57:07 -0500 > Commented out parse_expr in patterns - it wasn't being used and it starts up very slowly (all the regex compiling). > http://bilumi.org/trac/changeset/726/huginmunin/trunk/web/hm/app/lib/patterns.py > > > > Modified: > huginmunin/trunk/web/hm/app/lib/patterns.py > _______________________________________________ > Dev-flock mailing list > Dev-flock at mit.edu > http://mailman.mit.edu/mailman/listinfo/dev-flock > From svn at thoughtandmemory.org Sat Jul 5 01:57:45 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sat, 5 Jul 2008 01:57:45 -0400 (EDT) Subject: [Dev-flock] r853 - in huginmunin/trunk/cellphone/prototype: . test Message-ID: <20080705055745.BF99475B00@thoughtandmemory.org> Author: lucy Date: 2008-07-05 01:57:44 -0400 (Sat, 05 Jul 2008) New Revision: 853 Commit message: changed code and added unit test to meet new wiki documentation. largely untested, though. will checkout in query for final steps. Added: huginmunin/trunk/cellphone/prototype/asker.py huginmunin/trunk/cellphone/prototype/query.py huginmunin/trunk/cellphone/prototype/request_handler.py.OLD huginmunin/trunk/cellphone/prototype/response.py huginmunin/trunk/cellphone/prototype/test/replay_mail.py huginmunin/trunk/cellphone/prototype/test/smsDebug.log.080614 huginmunin/trunk/cellphone/prototype/test/smsDebug.log.launch huginmunin/trunk/cellphone/prototype/test/smsDebug.log.launch_emails huginmunin/trunk/cellphone/prototype/unit_tests.py huginmunin/trunk/cellphone/prototype/util.py Removed: huginmunin/trunk/cellphone/prototype/test/ReplayMail.py Modified: huginmunin/trunk/cellphone/prototype/request_handler.py huginmunin/trunk/cellphone/prototype/upcdatabase.py From lucy at thoughtandmemory.org Sat Jul 5 16:15:10 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Sat, 5 Jul 2008 16:15:10 -0400 Subject: [Dev-flock] monday meeting; anyone running tomcat on server for a reason? Message-ID: yo, I think the tomcat stuff is hang-around from when i was trying to set up xplanner. Those processes eat up memory. We've been having trouble lately with the django fastcgi processes getting killed, i think because too much stuff is running. as part of the clean up i'm going to remove the tomcat junk. I'll wait until the monday meeting. new media center. 6-8. Dan, you'll be there? If you want to meet later, eg 7-8 or 8-9 that's fine; let me know. L. From svn at thoughtandmemory.org Sun Jul 6 13:08:10 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 6 Jul 2008 13:08:10 -0400 (EDT) Subject: [Dev-flock] r854 - huginmunin/trunk/cellphone/prototype Message-ID: <20080706170810.AA28975B09@thoughtandmemory.org> Author: lucy Date: 2008-07-06 13:08:10 -0400 (Sun, 06 Jul 2008) New Revision: 854 Commit message: code in working state plus good messages. still todo: logging, str handling, exitcodes Modified: huginmunin/trunk/cellphone/prototype/asker.py huginmunin/trunk/cellphone/prototype/query.py huginmunin/trunk/cellphone/prototype/request_handler.py huginmunin/trunk/cellphone/prototype/response.py huginmunin/trunk/cellphone/prototype/unit_tests.py huginmunin/trunk/cellphone/prototype/upcdatabase.py huginmunin/trunk/cellphone/prototype/util.py From svn at thoughtandmemory.org Sun Jul 6 13:09:57 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 6 Jul 2008 13:09:57 -0400 (EDT) Subject: [Dev-flock] r855 - huginmunin/trunk/cellphone/prototype Message-ID: <20080706170957.57A4F75B09@thoughtandmemory.org> Author: lucy Date: 2008-07-06 13:09:57 -0400 (Sun, 06 Jul 2008) New Revision: 855 Commit message: removed OLD cruft, set svn defaults to production Removed: huginmunin/trunk/cellphone/prototype/request_handler.py.OLD Modified: huginmunin/trunk/cellphone/prototype/.procmailrc huginmunin/trunk/cellphone/prototype/request_handler.py From svn at thoughtandmemory.org Sun Jul 6 13:16:43 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 6 Jul 2008 13:16:43 -0400 (EDT) Subject: [Dev-flock] r856 - huginmunin/trunk/cellphone/prototype Message-ID: <20080706171643.EB00975B09@thoughtandmemory.org> Author: lucy Date: 2008-07-06 13:16:43 -0400 (Sun, 06 Jul 2008) New Revision: 856 Commit message: shutodwn type corrected Modified: huginmunin/trunk/cellphone/prototype/request_handler.py From svn at thoughtandmemory.org Sun Jul 6 19:35:02 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 6 Jul 2008 19:35:02 -0400 (EDT) Subject: [Dev-flock] r857 - huginmunin/trunk/cellphone Message-ID: <20080706233502.48B5075B09@thoughtandmemory.org> Author: lucy Date: 2008-07-06 19:35:01 -0400 (Sun, 06 Jul 2008) New Revision: 857 Commit message: epydoc config for cellphone Added: huginmunin/trunk/cellphone/epydoc.config From lucy at thoughtandmemory.org Mon Jul 7 11:29:20 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Mon, 7 Jul 2008 11:29:20 -0400 Subject: [Dev-flock] Fwd: bilumi Work Session tonight 6-8pm In-Reply-To: References: Message-ID: Dan, Let me know if you'll be there. I'll track you down tonight or tomorrow night otherwise (np). All, I'll be there tonight anyway in case questions or what not come up from outreach. I understand the rest of you are out of town. If you're ready to pick up work remotely let me know-- we can coordinate details over email/wiki/xplanner/phone/skype. know other developers? spread the word. l. ---------- Forwarded message ---------- From: Clay Ward Date: Mon, Jul 7, 2008 at 11:02 AM Subject: bilumi Work Session tonight 6-8pm To: TAM-Outreach That's right! http://web.mit.edu/acis/labs/26-139.html The combo is 91958 Last week was fun. Sherri and I played with labels, new ideas, and the project manager. Lucy and Shaunalynn gave us a presentation on the community messaging platform that Shaunalynn is working on. Dan and Lucy chatted about things I don't understand. All in all good fun. -clay On Mon, Jun 30, 2008 at 1:55 PM, Clay Ward wrote: > Lucy and I will be there. MIT's New Media Center. > > http://web.mit.edu/acis/labs/26-139.html The combo is 91958 > > -clay > > On Tue, Jun 24, 2008 at 2:28 PM, Clay Ward wrote: >> It looks like Monday night is the winner. So Lucy and I will be at >> the MIT new media center next Monday from 6-8pm. If we're not there >> then we'll be in a nearby classroom (and we'll try to leave a sign on >> the door.) Here's a link to info about the room: >> http://web.mit.edu/acis/labs/26-139.html The combo is 91958. There >> are computers there that you can use from my account. Send me a text >> if you need help getting there. >> >> -clay >> >> On Mon, Jun 23, 2008 at 11:44 PM, Clay Ward wrote: >>> At our recent board meeting it came up that we want to have weekly >>> working sessions. The request was that I would work at a set time and >>> place every week and will welcome collaborators and meeting >>> participants at that time. I've agreed and so has Lucy (as the >>> central organizer of our development team). >>> >>> We are thinking of meeting at MIT's New Media Center (and a nearby but >>> as yet undetermined classroom) on either Sunday or Monday nights from >>> 6-8pm. Maybe we'd stay later sometimes and order take out food too. >>> But at minimum we'd be there every week. Can you help us choose >>> between Sunday or Monday night? Let me know, ok? >>> >>> -clay >>> >>> -- >>> Clay Ward >>> President and Founder >>> Buy It Like You Mean It >>> http://www.BuyItLikeYouMeanIt.org >>> >>> "Change the world... one purchase at a time." >>> >> >> >> >> -- >> Clay Ward >> President and Founder >> Buy It Like You Mean It >> http://www.BuyItLikeYouMeanIt.org >> >> "Change the world... one purchase at a time." >> > > > > -- > Clay Ward > President and Founder > Buy It Like You Mean It > http://www.BuyItLikeYouMeanIt.org > > "Change the world... one purchase at a time." > -- Clay Ward President and Founder Buy It Like You Mean It http://www.BuyItLikeYouMeanIt.org "Change the world... one purchase at a time." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TAM-Outreach" group. To post to this group, send email to tam-outreach at googlegroups.com To unsubscribe from this group, send email to tam-outreach-unsubscribe at googlegroups.com For more options, visit this group at http://groups.google.com/group/tam-outreach?hl=en -~----------~----~----~----~------~----~------~--~--- From svn at thoughtandmemory.org Tue Jul 8 17:14:11 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Tue, 8 Jul 2008 17:14:11 -0400 (EDT) Subject: [Dev-flock] r858 - in huginmunin/trunk/cellphone/prototype: . test test_data Message-ID: <20080708211411.DACFD75B09@thoughtandmemory.org> Author: lucy Date: 2008-07-08 17:14:11 -0400 (Tue, 08 Jul 2008) New Revision: 858 Commit message: non-trivial unit tests added: python unit_tests.py see wiki for more Added: huginmunin/trunk/cellphone/prototype/test_data/ huginmunin/trunk/cellphone/prototype/test_data/dne.json huginmunin/trunk/cellphone/prototype/test_data/standard.json huginmunin/trunk/cellphone/prototype/test_data/wayne.json Removed: huginmunin/trunk/cellphone/prototype/test/ReplayMailTest.py Modified: huginmunin/trunk/cellphone/prototype/README huginmunin/trunk/cellphone/prototype/asker.py huginmunin/trunk/cellphone/prototype/query.py huginmunin/trunk/cellphone/prototype/request_handler.py huginmunin/trunk/cellphone/prototype/response.py huginmunin/trunk/cellphone/prototype/unit_tests.py From svn at thoughtandmemory.org Tue Jul 8 17:34:28 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Tue, 8 Jul 2008 17:34:28 -0400 (EDT) Subject: [Dev-flock] r859 - huginmunin/trunk/doc Message-ID: <20080708213428.4559875B09@thoughtandmemory.org> Author: lucy Date: 2008-07-08 17:34:27 -0400 (Tue, 08 Jul 2008) New Revision: 859 Commit message: updated epydoc config and README Added: huginmunin/trunk/doc/epydoc_cellphone.config Modified: huginmunin/trunk/doc/README.txt huginmunin/trunk/doc/epydoc.config From clay at thoughtandmemory.org Wed Jul 9 12:57:44 2008 From: clay at thoughtandmemory.org (Clay Ward) Date: Wed, 9 Jul 2008 12:57:44 -0400 Subject: [Dev-flock] Ravens on parade! Message-ID: Yup, on Saturday July 19th from 4-6pm we'll be at Davis square as part of the Green Brigade Parade. It should be fun! http://www.somervilleartscouncil.org/programs/artbeat/2008/schedule.html Our summer work session (which we're calling our "Duck" iteration) is rolling along. We're hard at work on a number of projects to improve our service, reach a larger community, and build our organizational capacity. As part of the Mayor's Summer Youth Employment Program two local students, Keir and Mollie, are each spending 20 hours per week working with us. They've set a fast pace in their first couple days and have already made a big impact with their own chocolate research. See you at the parade! (...let me know if you'd like to dress up in a raven costume or help us pass out pamphlets.) -clay -- Clay Ward President and Founder Buy It Like You Mean It http://www.BuyItLikeYouMeanIt.org "Change the world... one purchase at a time." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "Hugin and Munin" group. To post to this group, send email to TwoRavens at googlegroups.com To unsubscribe from this group, send email to TwoRavens-unsubscribe at googlegroups.com For more options, visit this group at http://groups.google.com/group/TwoRavens?hl=en -~----------~----~----~----~------~----~------~--~--- From lucy at thoughtandmemory.org Sun Jul 13 13:18:07 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Sun, 13 Jul 2008 13:18:07 -0400 Subject: [Dev-flock] trac.fcgi hogging memory? yes Message-ID: The intr0web agrees that trac's fcgi usage or settings or fcgi itself has memory issues. Each HTTP request causes the trac.fcgi process to consume more memory (RSS keeps growing). going back to cgi instead seems to be one solution. Since we already had apache2 config info for mod_python I went ahead and commented that back in (and the fcgi out). Not sure what other implications this might have. This should clear up some problems we've had lately with memory usage. l,. From lucy at thoughtandmemory.org Sun Jul 13 13:47:21 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Sun, 13 Jul 2008 13:47:21 -0400 Subject: [Dev-flock] wordpress blog version updated Message-ID: yo, I updated wordpress to the latest and greatest (stable) release, version 2.5.1. The admin interface looks much cooler. Maybe we can use the latest and greatest akismet spam detector, too! l. From svn at thoughtandmemory.org Sun Jul 13 21:38:46 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 13 Jul 2008 21:38:46 -0400 (EDT) Subject: [Dev-flock] r860 - in huginmunin/trunk/web/hm/db/fixtures: . small_dev Message-ID: <20080714013846.14BF31FC6@thoughtandmemory.org> Author: lucy Date: 2008-07-13 21:38:45 -0400 (Sun, 13 Jul 2008) New Revision: 860 Commit message: json files for small dev dataset Added: huginmunin/trunk/web/hm/db/fixtures/small_dev/ huginmunin/trunk/web/hm/db/fixtures/small_dev/README huginmunin/trunk/web/hm/db/fixtures/small_dev/all_orig.json huginmunin/trunk/web/hm/db/fixtures/small_dev/dimensions.json huginmunin/trunk/web/hm/db/fixtures/small_dev/edge_types.json huginmunin/trunk/web/hm/db/fixtures/small_dev/edges.json huginmunin/trunk/web/hm/db/fixtures/small_dev/node_types.json huginmunin/trunk/web/hm/db/fixtures/small_dev/nodes.json huginmunin/trunk/web/hm/db/fixtures/small_dev/reviews.json huginmunin/trunk/web/hm/db/fixtures/small_dev/users.json Removed: huginmunin/trunk/web/hm/db/fixtures/edge_types.json huginmunin/trunk/web/hm/db/fixtures/node_types.json huginmunin/trunk/web/hm/db/fixtures/users.json From clay at thoughtandmemory.org Mon Jul 14 09:54:16 2008 From: clay at thoughtandmemory.org (Clay Ward) Date: Mon, 14 Jul 2008 09:54:16 -0400 Subject: [Dev-flock] tonight's work session Message-ID: Lucy and I will be working down the hall from MIT's New Media Center: in room 26-168. 6-8 pm, but 7-9 I'm also meeting there with the plot committee for our comic book. So come early if you have other things to work on. http://whereis.mit.edu/map-jpg?mapterms=26-168&mapsearch=go -clay -- Clay Ward President and Founder Buy It Like You Mean It http://www.BuyItLikeYouMeanIt.org "Change the world... one purchase at a time." From svn at thoughtandmemory.org Sun Jul 20 00:52:15 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 20 Jul 2008 00:52:15 -0400 (EDT) Subject: [Dev-flock] r861 - in huginmunin/trunk/web/hm: . app/templates/intro Message-ID: <20080720045215.BA70740410@thoughtandmemory.org> Author: lucy Date: 2008-07-20 00:52:14 -0400 (Sun, 20 Jul 2008) New Revision: 861 Commit message: oembed app used for flash video on main page Modified: huginmunin/trunk/web/hm/app/templates/intro/page.html huginmunin/trunk/web/hm/settings.py From svn at thoughtandmemory.org Sun Jul 20 01:05:05 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 20 Jul 2008 01:05:05 -0400 (EDT) Subject: [Dev-flock] r862 - huginmunin/trunk/web/hm/app/templates/intro Message-ID: <20080720050505.7F4A310D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-20 01:05:05 -0400 (Sun, 20 Jul 2008) New Revision: 862 Commit message: spelling typo fixed...annoucements to announcements Modified: huginmunin/trunk/web/hm/app/templates/intro/page.html From svn at thoughtandmemory.org Sun Jul 20 01:06:18 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 20 Jul 2008 01:06:18 -0400 (EDT) Subject: [Dev-flock] r863 - huginmunin/trunk/web/hm/app/templates/intro Message-ID: <20080720050618.8933A10D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-20 01:06:17 -0400 (Sun, 20 Jul 2008) New Revision: 863 Commit message: number dislexia fixed....179 to 197 width Modified: huginmunin/trunk/web/hm/app/templates/intro/page.html From svn at thoughtandmemory.org Sun Jul 20 23:17:26 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 20 Jul 2008 23:17:26 -0400 (EDT) Subject: [Dev-flock] r864 - in huginmunin/trunk/web/hm: . lib lib/oembed lib/oembed/fixtures lib/oembed/templates lib/oembed/templates/oembed lib/oembed/templatetags Message-ID: <20080721031726.F38BB10D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-20 23:17:26 -0400 (Sun, 20 Jul 2008) New Revision: 864 Commit message: added oembed to project lib Added: huginmunin/trunk/web/hm/lib/oembed/ huginmunin/trunk/web/hm/lib/oembed/__init__.py huginmunin/trunk/web/hm/lib/oembed/core.py huginmunin/trunk/web/hm/lib/oembed/fixtures/ huginmunin/trunk/web/hm/lib/oembed/fixtures/initial_data.json huginmunin/trunk/web/hm/lib/oembed/models.py huginmunin/trunk/web/hm/lib/oembed/templates/ huginmunin/trunk/web/hm/lib/oembed/templates/oembed/ huginmunin/trunk/web/hm/lib/oembed/templates/oembed/photo.html huginmunin/trunk/web/hm/lib/oembed/templates/oembed/rich.html huginmunin/trunk/web/hm/lib/oembed/templates/oembed/video.html huginmunin/trunk/web/hm/lib/oembed/templatetags/ huginmunin/trunk/web/hm/lib/oembed/templatetags/__init__.py huginmunin/trunk/web/hm/lib/oembed/templatetags/oembed_tags.py huginmunin/trunk/web/hm/lib/oembed/tests.py huginmunin/trunk/web/hm/lib/oembed/views.py Modified: huginmunin/trunk/web/hm/settings.py From svn at thoughtandmemory.org Sun Jul 20 23:37:19 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Sun, 20 Jul 2008 23:37:19 -0400 (EDT) Subject: [Dev-flock] r865 - in huginmunin/trunk/web/hm/app: media/css templates templates/quickrate views Message-ID: <20080721033719.9C0B710D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-20 23:37:19 -0400 (Sun, 20 Jul 2008) New Revision: 865 Commit message: quickrate proto Added: huginmunin/trunk/web/hm/app/media/css/quickrate.css huginmunin/trunk/web/hm/app/templates/quickrate/ huginmunin/trunk/web/hm/app/templates/quickrate/rate_review.html huginmunin/trunk/web/hm/app/templates/quickrate/select_interest.html huginmunin/trunk/web/hm/app/views/quickrate_main.py Modified: huginmunin/trunk/web/hm/app/views/main_urls.py From svn at thoughtandmemory.org Mon Jul 21 00:16:23 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 21 Jul 2008 00:16:23 -0400 (EDT) Subject: [Dev-flock] r866 - huginmunin/trunk/web/hm/db/fixtures/small_dev Message-ID: <20080721041623.CC68E10D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-21 00:16:23 -0400 (Mon, 21 Jul 2008) New Revision: 866 Commit message: fleshed out toy dataset. todo: make more accurate, real (steal real data from staging or production db. remove argument model Modified: huginmunin/trunk/web/hm/db/fixtures/small_dev/dimensions.json huginmunin/trunk/web/hm/db/fixtures/small_dev/edges.json huginmunin/trunk/web/hm/db/fixtures/small_dev/reviews.json From svn at thoughtandmemory.org Mon Jul 21 00:20:20 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 21 Jul 2008 00:20:20 -0400 (EDT) Subject: [Dev-flock] r867 - huginmunin/trunk/web/hm/db Message-ID: <20080721042020.E924D10D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-21 00:20:20 -0400 (Mon, 21 Jul 2008) New Revision: 867 Commit message: solr now relies on ENABLED_SOLR settings variable Modified: huginmunin/trunk/web/hm/db/models.py From svn at thoughtandmemory.org Mon Jul 21 00:24:12 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 21 Jul 2008 00:24:12 -0400 (EDT) Subject: [Dev-flock] r868 - in huginmunin/trunk/web/hm/db/fixtures: . small_dev Message-ID: <20080721042412.7E2B110D7B@thoughtandmemory.org> Author: lucy Date: 2008-07-21 00:24:11 -0400 (Mon, 21 Jul 2008) New Revision: 868 Commit message: script for adding small dev json files in order. dimensions.json horrible temp hack Added: huginmunin/trunk/web/hm/db/fixtures/dimensions.json huginmunin/trunk/web/hm/db/fixtures/small_dev/load_small_dev_db.sh From lucy at thoughtandmemory.org Mon Jul 21 15:23:09 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Mon, 21 Jul 2008 15:23:09 -0400 Subject: [Dev-flock] weekly work session tonight, 6-8. yeahyeahyeah! Message-ID: From svn at thoughtandmemory.org Thu Jul 24 18:33:44 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Thu, 24 Jul 2008 18:33:44 -0400 (EDT) Subject: [Dev-flock] r869 - huginmunin/trunk/web/hm/db/fixtures Message-ID: <20080724223344.DEB0275AEB@thoughtandmemory.org> Author: clay Date: 2008-07-24 18:33:44 -0400 (Thu, 24 Jul 2008) New Revision: 869 Commit message: Reordered interest dimensions and got a spelling change or two. Modified: huginmunin/trunk/web/hm/db/fixtures/dimensions.json From svn at thoughtandmemory.org Thu Jul 24 18:36:27 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Thu, 24 Jul 2008 18:36:27 -0400 (EDT) Subject: [Dev-flock] r870 - huginmunin/trunk/web/hm/app/media/css Message-ID: <20080724223627.2233A75AEB@thoughtandmemory.org> Author: clay Date: 2008-07-24 18:36:26 -0400 (Thu, 24 Jul 2008) New Revision: 870 Commit message: Redid lots of CSS, put in divs, tables, etc. Also removed most of bad bills CSS. Modified: huginmunin/trunk/web/hm/app/media/css/quickrate.css From svn at thoughtandmemory.org Thu Jul 24 18:37:38 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Thu, 24 Jul 2008 18:37:38 -0400 (EDT) Subject: [Dev-flock] r871 - huginmunin/trunk/web/hm/app/templates/quickrate Message-ID: <20080724223738.55A8E75AEB@thoughtandmemory.org> Author: clay Date: 2008-07-24 18:37:38 -0400 (Thu, 24 Jul 2008) New Revision: 871 Commit message: Lots of changes accompaniing the CSS commit. Layout pretty much done. Modified: huginmunin/trunk/web/hm/app/templates/quickrate/rate_review.html huginmunin/trunk/web/hm/app/templates/quickrate/select_interest.html From svn at thoughtandmemory.org Fri Jul 25 10:52:38 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Fri, 25 Jul 2008 10:52:38 -0400 (EDT) Subject: [Dev-flock] r872 - huginmunin/trunk/web/hm/app/media/css Message-ID: <20080725145238.E50A075AEB@thoughtandmemory.org> Author: clay Date: 2008-07-25 10:52:38 -0400 (Fri, 25 Jul 2008) New Revision: 872 Commit message: tweaks and links Modified: huginmunin/trunk/web/hm/app/media/css/quickrate.css From svn at thoughtandmemory.org Fri Jul 25 10:53:24 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Fri, 25 Jul 2008 10:53:24 -0400 (EDT) Subject: [Dev-flock] r873 - huginmunin/trunk/web/hm/app/templates/quickrate Message-ID: <20080725145324.21BA275B08@thoughtandmemory.org> Author: clay Date: 2008-07-25 10:53:23 -0400 (Fri, 25 Jul 2008) New Revision: 873 Commit message: tweaks and links Modified: huginmunin/trunk/web/hm/app/templates/quickrate/rate_review.html huginmunin/trunk/web/hm/app/templates/quickrate/select_interest.html From svn at thoughtandmemory.org Fri Jul 25 11:52:19 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Fri, 25 Jul 2008 11:52:19 -0400 (EDT) Subject: [Dev-flock] r874 - huginmunin/trunk/web/hm/app/templates/quickrate Message-ID: <20080725155219.EC5F675AEB@thoughtandmemory.org> Author: clay Date: 2008-07-25 11:52:19 -0400 (Fri, 25 Jul 2008) New Revision: 874 Commit message: Modified: huginmunin/trunk/web/hm/app/templates/quickrate/rate_review.html From svn at thoughtandmemory.org Mon Jul 28 08:51:18 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 28 Jul 2008 08:51:18 -0400 (EDT) Subject: [Dev-flock] r875 - in huginmunin/trunk/web/hm/app/media: css img Message-ID: <20080728125118.6947E75AEB@thoughtandmemory.org> Author: clay Date: 2008-07-28 08:51:17 -0400 (Mon, 28 Jul 2008) New Revision: 875 Commit message: Attempted to decrease text on homepage. Rearranged elements on the homepage. Also tried to eliminate some redundancies and simplify css. Did not change the overall structure. Added: huginmunin/trunk/web/hm/app/media/img/VideoStill.png Modified: huginmunin/trunk/web/hm/app/media/css/body.css huginmunin/trunk/web/hm/app/media/css/general.css huginmunin/trunk/web/hm/app/media/css/header.css huginmunin/trunk/web/hm/app/media/css/quickrate.css huginmunin/trunk/web/hm/app/media/img/signup.png From svn at thoughtandmemory.org Mon Jul 28 08:52:48 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 28 Jul 2008 08:52:48 -0400 (EDT) Subject: [Dev-flock] r876 - huginmunin/trunk/web/hm/app/media/img Message-ID: <20080728125248.4C79F75AEB@thoughtandmemory.org> Author: clay Date: 2008-07-28 08:52:47 -0400 (Mon, 28 Jul 2008) New Revision: 876 Commit message: Attempted to decrease text on homepage. Rearranged elements on the homepage. Also tried to eliminate some redundancies and simplify css. Did not change the overall structure. Added: huginmunin/trunk/web/hm/app/media/img/login.gif huginmunin/trunk/web/hm/app/media/img/login.png huginmunin/trunk/web/hm/app/media/img/logout.gif huginmunin/trunk/web/hm/app/media/img/signup.gif From svn at thoughtandmemory.org Mon Jul 28 08:53:27 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 28 Jul 2008 08:53:27 -0400 (EDT) Subject: [Dev-flock] r877 - in huginmunin/trunk/web/hm/app/templates: . intro Message-ID: <20080728125327.3AB9975AEB@thoughtandmemory.org> Author: clay Date: 2008-07-28 08:53:26 -0400 (Mon, 28 Jul 2008) New Revision: 877 Commit message: Attempted to decrease text on homepage. Rearranged elements on the homepage. Also tried to eliminate some redundancies and simplify css. Did not change the overall structure. Removed: huginmunin/trunk/web/hm/app/templates/anti_footer.html huginmunin/trunk/web/hm/app/templates/navigate.html Modified: huginmunin/trunk/web/hm/app/templates/base.html huginmunin/trunk/web/hm/app/templates/footer.html huginmunin/trunk/web/hm/app/templates/intro/page.html huginmunin/trunk/web/hm/app/templates/login_menu.html From lucy at thoughtandmemory.org Mon Jul 28 11:52:40 2008 From: lucy at thoughtandmemory.org (Lucy Mendel) Date: Mon, 28 Jul 2008 11:52:40 -0400 Subject: [Dev-flock] monday night meeting toneit! 6-8pm, building 26...you know that classroom... Message-ID: From cwallardo at gmail.com Mon Jul 28 12:04:25 2008 From: cwallardo at gmail.com (Clay Ward) Date: Mon, 28 Jul 2008 12:04:25 -0400 Subject: [Dev-flock] monday night meeting toneit! 6-8pm, building 26...you know that classroom... In-Reply-To: References: Message-ID: Room 26-168, just down the hall from the New Media Center (though sometimes we're in the NMC to use their stacked Macs.) Bring your tennis racket if you want to join us for an after meeting adventure! -clay On Mon, Jul 28, 2008 at 11:52 AM, Lucy Mendel wrote: > > > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups "TAM-Outreach" group. > To post to this group, send email to tam-outreach at googlegroups.com > To unsubscribe from this group, send email to tam-outreach-unsubscribe at googlegroups.com > For more options, visit this group at http://groups.google.com/group/tam-outreach?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- Clay Ward President and Founder Buy It Like You Mean It http://www.BuyItLikeYouMeanIt.org "Change the world... one purchase at a time." From svn at thoughtandmemory.org Mon Jul 28 12:35:49 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Mon, 28 Jul 2008 12:35:49 -0400 (EDT) Subject: [Dev-flock] r878 - huginmunin/trunk/web/hm/app/media/img Message-ID: <20080728163549.2C72375AEB@thoughtandmemory.org> Author: clay Date: 2008-07-28 12:35:48 -0400 (Mon, 28 Jul 2008) New Revision: 878 Commit message: Change image for video still. Modified: huginmunin/trunk/web/hm/app/media/img/VideoStill.png From svn at thoughtandmemory.org Thu Jul 31 09:44:13 2008 From: svn at thoughtandmemory.org (svn@thoughtandmemory.org) Date: Thu, 31 Jul 2008 09:44:13 -0400 (EDT) Subject: [Dev-flock] r879 - in huginmunin/trunk/web/hm: . app/templates app/views db Message-ID: <20080731134413.2665C75A9F@thoughtandmemory.org> Author: lucy Date: 2008-07-31 09:44:12 -0400 (Thu, 31 Jul 2008) New Revision: 879 Commit message: cleaned up old .json/.sql files. added .pydevproject and .project files. Added: huginmunin/trunk/web/hm/.project huginmunin/trunk/web/hm/.pydevproject Removed: huginmunin/trunk/web/hm/chocolate_db.json huginmunin/trunk/web/hm/db.dot huginmunin/trunk/web/hm/db.png huginmunin/trunk/web/hm/hm_dev-2.sql huginmunin/trunk/web/hm/hm_dev.sql huginmunin/trunk/web/hm/hmd-1.json huginmunin/trunk/web/hm/hmd-1.sql huginmunin/trunk/web/hm/hmd-all.json huginmunin/trunk/web/hm/hmd-db.json huginmunin/trunk/web/hm/tam_dev.sql huginmunin/trunk/web/hm/tam_pure.sql Modified: huginmunin/trunk/web/hm/app/templates/base.html huginmunin/trunk/web/hm/app/views/main.py huginmunin/trunk/web/hm/db/graph.py