svn | 7 Oct 2008 16:49

r933 - huginmunin/trunk/web/hm/app/templates/user

Author: clay
Date: 2008-10-07 10:49:57 -0400 (Tue, 07 Oct 2008)
New Revision: 933
Commit message:

Modified:
   huginmunin/trunk/web/hm/app/templates/user/profile_display.html
svn | 9 Oct 2008 20:54

r934 - in huginmunin/trunk/web/hm: app/lib app/lib/tags app/media/css app/media/js app/templates app/templates/forms app/templates/graph app/templates/helpers app/templates/intro app/templates/models app/templates/node app/templates/user app/views db db/calculations db/fixtures/medium_dev

Author: lucy
Date: 2008-10-09 14:54:18 -0400 (Thu, 09 Oct 2008)
New Revision: 934
Commit message:
* admin
  * /Main/admin/≤model class name>/
  * replaces recent activity (but renamed admin). old admin stuff deleted.

* forms
  * added js methods for edit/delete/new/cancel form insertion using ajax
  * docs on the way

* added render_model_object templatetag

* fixed some bugs in view_utils decorators
* cleaned up old urls

* rest api
  * added name search to rest api get url
  * added guess rating url
  * added count of entities to response
  * cleaning, bug fixing

* commented out prep work for aggregate weight stuff. not complete. 

* TODO doc:
  * views
  * wiki/Specs
  * form/js stuff
  * db/json documentation on contenttypes matching up and deleting actions and adding back
(Continue reading)

svn | 12 Oct 2008 16:54

r935 - in huginmunin/trunk/web/hm/app: templates/intro views

Author: lucy
Date: 2008-10-12 10:54:43 -0400 (Sun, 12 Oct 2008)
New Revision: 935
Commit message:
user impact as recent activiy

Modified:
   huginmunin/trunk/web/hm/app/templates/intro/intro_page.html
   huginmunin/trunk/web/hm/app/views/main.py
   huginmunin/trunk/web/hm/app/views/main_urls.py
svn | 12 Oct 2008 17:12

r936 - in huginmunin/trunk/web/hm/app: templates/intro templates/models templates/user views

Author: lucy
Date: 2008-10-12 11:12:27 -0400 (Sun, 12 Oct 2008)
New Revision: 936
Commit message:
impact and admin share templates

Added:
   huginmunin/trunk/web/hm/app/templates/models/recent_activity.html
Modified:
   huginmunin/trunk/web/hm/app/templates/intro/recent_activity.html
   huginmunin/trunk/web/hm/app/templates/user/impact.html
   huginmunin/trunk/web/hm/app/views/main.py
svn | 12 Oct 2008 17:55

r937 - in huginmunin/trunk/web/hm/app: media/css templates templates/intro templates/user

Author: clay
Date: 2008-10-12 11:55:38 -0400 (Sun, 12 Oct 2008)
New Revision: 937
Commit message:
Changed template extension path.  Changed my_profile.html to user_homepage.html, etc.

Added:
   huginmunin/trunk/web/hm/app/media/css/menu.css
   huginmunin/trunk/web/hm/app/templates/user/user_homepage.html
Removed:
   huginmunin/trunk/web/hm/app/templates/user/my_profile.html
Modified:
   huginmunin/trunk/web/hm/app/media/css/general.css
   huginmunin/trunk/web/hm/app/media/css/header.css
   huginmunin/trunk/web/hm/app/templates/base.html
   huginmunin/trunk/web/hm/app/templates/intro/intro_page.html
   huginmunin/trunk/web/hm/app/templates/left_menu.html
   huginmunin/trunk/web/hm/app/templates/user/portfolio_edit.html
   huginmunin/trunk/web/hm/app/templates/user/profile_edit.html
   huginmunin/trunk/web/hm/app/templates/user_extension.html
svn | 12 Oct 2008 20:42

r938 - in huginmunin/trunk/web/hm: app/views db/fixtures/medium_dev

Author: lucy
Date: 2008-10-12 14:42:28 -0400 (Sun, 12 Oct 2008)
New Revision: 938
Commit message:
medium dev fixture

Added:
   huginmunin/trunk/web/hm/db/fixtures/medium_dev/REAL_sept2008_contenttype.json
Modified:
   huginmunin/trunk/web/hm/app/views/main.py
   huginmunin/trunk/web/hm/db/fixtures/medium_dev/README
svn | 12 Oct 2008 21:15

r939 - huginmunin/trunk/web/hm/db

Author: lucy
Date: 2008-10-12 15:15:13 -0400 (Sun, 12 Oct 2008)
New Revision: 939
Commit message:
oops, didn't mean to change the db schema just yet

Modified:
   huginmunin/trunk/web/hm/db/user.py
svn | 12 Oct 2008 21:24

r940 - huginmunin/trunk/web/hm/app/templates/user

Author: clay
Date: 2008-10-12 15:24:23 -0400 (Sun, 12 Oct 2008)
New Revision: 940
Commit message:
Removed an old include in Profile_edit.html.

Modified:
   huginmunin/trunk/web/hm/app/templates/user/profile_edit.html
svn | 12 Oct 2008 22:25

r941 - in huginmunin/trunk/web/hm/app: media/css templates templates/user

Author: clay
Date: 2008-10-12 16:25:55 -0400 (Sun, 12 Oct 2008)
New Revision: 941
Commit message:
Make button roll overs work for form inputs (div or span).  Changed name of "my profile" menu element to "my stuff".

Modified:
   huginmunin/trunk/web/hm/app/media/css/forms.css
   huginmunin/trunk/web/hm/app/templates/base.html
   huginmunin/trunk/web/hm/app/templates/left_menu.html
   huginmunin/trunk/web/hm/app/templates/user/profile_display.html
   huginmunin/trunk/web/hm/app/templates/user/profile_edit.html
svn | 15 Oct 2008 18:45

r942 - in huginmunin/trunk/web/hm/app: media/css templates templates/user

Author: clay
Date: 2008-10-15 12:45:06 -0400 (Wed, 15 Oct 2008)
New Revision: 942
Commit message:
Made changes to the layout of forms, buttons, text input boxes, etc.

Modified:
   huginmunin/trunk/web/hm/app/media/css/general.css
   huginmunin/trunk/web/hm/app/templates/user/profile_display.html
   huginmunin/trunk/web/hm/app/templates/user/profile_edit.html
   huginmunin/trunk/web/hm/app/templates/user_extension.html

Gmane