Wed, 13 Aug 2008 20:33:25 +0000 Relative URL path structure example for Organization admin role, for a specific
Todd Larsen <tlarsen@google.com> [Wed, 13 Aug 2008 20:33:25 +0000] rev 68
Relative URL path structure example for Organization admin role, for a specific Program. View mock-up form will be added later.
Wed, 13 Aug 2008 20:30:48 +0000 Fix some broken links in the GHOP 2008 Program home page mock-up.
Todd Larsen <tlarsen@google.com> [Wed, 13 Aug 2008 20:30:48 +0000] rev 67
Fix some broken links in the GHOP 2008 Program home page mock-up.
Mon, 11 Aug 2008 16:57:46 +0000 Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com> [Mon, 11 Aug 2008 16:57:46 +0000] rev 66
Finished migrating the "proto" app (which only contained a Person profile edit form) to the new combined trunk/app layout. Also, moved the form template from profile.html to profile/edit.html, to follow the "one template per view" approach (rather than have read-write vs. read-only logic in a single template).
Mon, 11 Aug 2008 16:44:47 +0000 Move app.yaml to app.yaml.template and add app.yaml to svn:ignore in trunk/app.
Todd Larsen <tlarsen@google.com> [Mon, 11 Aug 2008 16:44:47 +0000] rev 65
Move app.yaml to app.yaml.template and add app.yaml to svn:ignore in trunk/app. Each Google App Engine instance needs its own "application:" ID, and this should *not* be committed into the SoC SVN repository in trunk/app. (Individual deployment branches *will* have app.yaml files with Google App Engine application IDs in them, just not trunk/app.)
Mon, 04 Aug 2008 22:43:48 +0000 Remove last remnants of /thirdparty/.
Todd Larsen <tlarsen@google.com> [Mon, 04 Aug 2008 22:43:48 +0000] rev 64
Remove last remnants of /thirdparty/.
Mon, 04 Aug 2008 22:38:35 +0000 Move tests/ to top level of trunk/. Fix tests to run from new location. Add
Todd Larsen <tlarsen@google.com> [Mon, 04 Aug 2008 22:38:35 +0000] rev 63
Move tests/ to top level of trunk/. Fix tests to run from new location. Add missing __init__.py modules to make relative imports from tests work properly.
Mon, 04 Aug 2008 22:09:35 +0000 Finish moving the remaining "prototype" app pieces out of apps/proto,
Todd Larsen <tlarsen@google.com> [Mon, 04 Aug 2008 22:09:35 +0000] rev 62
Finish moving the remaining "prototype" app pieces out of apps/proto, and then remove trunk/apps. There is still some editing to do in the newly-relocated files (now in trunk/app/soc and trunk/app/ghop).
Mon, 28 Jul 2008 21:27:52 +0000 Change the MIME type of the remaining .html files to text/html
Todd Larsen <tlarsen@google.com> [Mon, 28 Jul 2008 21:27:52 +0000] rev 61
Change the MIME type of the remaining .html files to text/html
Mon, 28 Jul 2008 20:59:03 +0000 Set svn:mime-type to text/css so that browsers will use it as CSS when loaded
Todd Larsen <tlarsen@google.com> [Mon, 28 Jul 2008 20:59:03 +0000] rev 60
Set svn:mime-type to text/css so that browsers will use it as CSS when loaded from http://soc.googlecode.com/svn/trunk/mockups/
Mon, 28 Jul 2008 20:44:54 +0000 Set svn:mime-type to text/html so that browser will render the page when viewed
Todd Larsen <tlarsen@google.com> [Mon, 28 Jul 2008 20:44:54 +0000] rev 59
Set svn:mime-type to text/html so that browser will render the page when viewed via the http://soc.googlecode.com/svn/trunk/mockups/ link.
Mon, 28 Jul 2008 20:42:10 +0000 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com> [Mon, 28 Jul 2008 20:42:10 +0000] rev 58
Mockups for some of the Melange views, adapted from the existing GSoC web app (but in some cases significantly altered). All of the relative links assume /svn/trunk/mockups/ so that the pages will display properly when accessed from http://soc.googlecode.com/svn/trunk/mockups/.
Fri, 18 Jul 2008 18:38:41 +0000 HTML mockups of proposed Melange (generic), GSoC, and GHOP pages and forms.
Todd Larsen <tlarsen@google.com> [Fri, 18 Jul 2008 18:38:41 +0000] rev 57
HTML mockups of proposed Melange (generic), GSoC, and GHOP pages and forms. The HTML files in this directory are formatted to be viewed directly from svn via http://soc.googlecode.com/svn/trunk/mockups/. All of the paths will be relative (rooted at /svn/trunk/mockups/) and instructions will be added (in a mockups/README file) for configuring an Apache web server for previewing the pages from the svn working copy during development.
Fri, 18 Jul 2008 18:31:46 +0000 Make static content framework- and program-specific.
Todd Larsen <tlarsen@google.com> [Fri, 18 Jul 2008 18:31:46 +0000] rev 56
Make static content framework- and program-specific.
Fri, 18 Jul 2008 18:28:19 +0000 Remove the old "gsoc" and "ghop" apps directories (which now only contain a
Todd Larsen <tlarsen@google.com> [Fri, 18 Jul 2008 18:28:19 +0000] rev 55
Remove the old "gsoc" and "ghop" apps directories (which now only contain a lingering __init__.py file anyway).
Fri, 18 Jul 2008 18:22:23 +0000 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com> [Fri, 18 Jul 2008 18:22:23 +0000] rev 54
Major reorganization of the soc svn repo, to merge into a single App Engine image (to make development easier, now that only a single app will run all Google Open Source programs).
Fri, 18 Jul 2008 18:14:01 +0000 First step of restructuring /trunk/ into a single App Engine app, avoiding all
Todd Larsen <tlarsen@google.com> [Fri, 18 Jul 2008 18:14:01 +0000] rev 53
First step of restructuring /trunk/ into a single App Engine app, avoiding all of the complicated scripts.
Tue, 10 Jun 2008 16:23:20 +0000 Changes to address comments by Sverre about the previous commit.
Todd Larsen <tlarsen@google.com> [Tue, 10 Jun 2008 16:23:20 +0000] rev 52
Changes to address comments by Sverre about the previous commit. Patch by: Todd Larsen Review by: Sverre Rabbelier Review issue: 301 Review URL: http://codereviews.googleopensourceprograms.com/301
Tue, 10 Jun 2008 16:19:59 +0000 Changes to address comments by Sverre about the previous commit.
Todd Larsen <tlarsen@google.com> [Tue, 10 Jun 2008 16:19:59 +0000] rev 51
Changes to address comments by Sverre about the previous commit. Patch by: Todd Larsen Review by: Sverre Rabbelier Review issue: 341 Review URL: http://codereviews.googleopensourceprograms.com/341
Tue, 10 Jun 2008 16:10:31 +0000 Changes to address Sverre's comments about the previous commit.
Todd Larsen <tlarsen@google.com> [Tue, 10 Jun 2008 16:10:31 +0000] rev 50
Changes to address Sverre's comments about the previous commit. Patch by: Todd Larsen Review by: Sverre Rabbelier Review issue: 321 Review URL: http://codereviews.googleopensourceprograms.com/321
Tue, 10 Jun 2008 16:08:15 +0000 Changes to address Sverre's comments to the previous commit.
Todd Larsen <tlarsen@google.com> [Tue, 10 Jun 2008 16:08:15 +0000] rev 49
Changes to address Sverre's comments to the previous commit. Patch by: Todd Larsen Review by: Sverre Rabbelier Review issue: 281 Review URL: http://codereviews.googleopensourceprograms.com/281
Mon, 09 Jun 2008 23:49:20 +0000 Addressed Sverre's commits on the previous commit.
Todd Larsen <tlarsen@google.com> [Mon, 09 Jun 2008 23:49:20 +0000] rev 48
Addressed Sverre's commits on the previous commit. Patch by: Todd Larsen Review by: Sverre Rabbelier Review issue: 282 Review URL: http://codereviews.googleopensourceprograms.com/282
Fri, 06 Jun 2008 04:30:49 +0000 Script to 'svn cp' /trunk/apps/<app>, /thirdparty/, /trunk/soc/ into a branch.
Todd Larsen <tlarsen@google.com> [Fri, 06 Jun 2008 04:30:49 +0000] rev 47
Script to 'svn cp' /trunk/apps/<app>, /thirdparty/, /trunk/soc/ into a branch. Patch by: Todd Larsen TO BE REVIEWED Review issue: 341 Review URL: http://codereviews.googleopensourceprograms.com/341
Fri, 06 Jun 2008 04:10:52 +0000 Script to 'svn export' /trunk/apps/<app>, /thirdparty/, /trunk/soc/ to local
Todd Larsen <tlarsen@google.com> [Fri, 06 Jun 2008 04:10:52 +0000] rev 46
Script to 'svn export' /trunk/apps/<app>, /thirdparty/, /trunk/soc/ to local filesystem. Patch by: Todd Larsen TO BE REVIEWED Review issue: 321 Review URL: http://codereviews.googleopensourceprograms.com/321
Fri, 06 Jun 2008 03:25:08 +0000 Module for new_branch.py and related scripts to manipulate Google App Engine
Todd Larsen <tlarsen@google.com> [Fri, 06 Jun 2008 03:25:08 +0000] rev 45
Module for new_branch.py and related scripts to manipulate Google App Engine "image" directories. Patch by: Todd Larsen TO BE REVIEWED Review issue: 282 Review URL: http://codereviews.googleopensourceprograms.com/282
Fri, 06 Jun 2008 03:18:55 +0000 New svn_helper.py functionality for new_branch.py and related scripts.
Todd Larsen <tlarsen@google.com> [Fri, 06 Jun 2008 03:18:55 +0000] rev 44
New svn_helper.py functionality for new_branch.py and related scripts. Patch by: Todd Larsen TO BE REVIEWED Review issue: 301 Review URL: http://codereviews.googleopensourceprograms.com/301
Fri, 06 Jun 2008 03:15:26 +0000 New settings.py functionality for new_branch.py and related scripts.
Todd Larsen <tlarsen@google.com> [Fri, 06 Jun 2008 03:15:26 +0000] rev 43
New settings.py functionality for new_branch.py and related scripts. Patch by: Todd Larsen TO BE REVIEWED Review issue: 281 Review URL: http://codereviews.googleopensourceprograms.com/281
Sat, 31 May 2008 01:13:58 +0000 Updated version of proto.css that defines some "form field" table cell styles
Todd Larsen <tlarsen@google.com> [Sat, 31 May 2008 01:13:58 +0000] rev 42
Updated version of proto.css that defines some "form field" table cell styles that was missed in the previous commit.
Sat, 31 May 2008 01:11:22 +0000 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com> [Sat, 31 May 2008 01:11:22 +0000] rev 41
Empty index.yaml file created by dev_appserver.py, so that it will stop showing up as an unknown file in the 'svn status' output.
Fri, 30 May 2008 17:14:42 +0000 A {% field_as_table_row %} template tag to simplify custom forms. (This
Todd Larsen <tlarsen@google.com> [Fri, 30 May 2008 17:14:42 +0000] rev 40
A {% field_as_table_row %} template tag to simplify custom forms. (This template file was missed in the r348 commit.) Patch by: Todd Larsen Review by: Pawel Solyga Review issue: 221 Review URL: http://codereviews.googleopensourceprograms.com/221
Wed, 28 May 2008 20:52:28 +0000 Major revamp of Person model, splitting up poorly-validated properties into
Todd Larsen <tlarsen@google.com> [Wed, 28 May 2008 20:52:28 +0000] rev 39
Major revamp of Person model, splitting up poorly-validated properties into StringProperties, etc. Patch by: Todd Larsen Review by: Pawel Solyga Review issue: 261 Review URL: http://codereviews.googleopensourceprograms.com/261
(0) -50 -30 +30 +50 +100 +300 +1000 +3000 tip