gitnetworkitis 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +6 -5
- data/Gemfile.lock +26 -20
- data/VERSION +1 -1
- data/get_token.rb +40 -0
- data/gitnetworkitis.gemspec +41 -76
- data/lib/gitnetworkitis/base.rb +10 -40
- data/lib/gitnetworkitis/batch_response.rb +24 -0
- data/lib/gitnetworkitis/branch.rb +10 -31
- data/lib/gitnetworkitis/commit.rb +2 -5
- data/lib/gitnetworkitis/commit_getter.rb +50 -0
- data/lib/gitnetworkitis/getter.rb +64 -0
- data/lib/gitnetworkitis/json_helper.rb +24 -0
- data/lib/gitnetworkitis/repository.rb +11 -30
- data/lib/gitnetworkitis.rb +10 -5
- data/spec/base_spec.rb +13 -20
- data/spec/branch_spec.rb +63 -19
- data/spec/getter_spec.rb +36 -0
- data/spec/github_config.yml.example +2 -0
- data/spec/repository_spec.rb +27 -39
- data/spec/spec_helper.rb +3 -64
- data/spec/support/vcr_setup.rb +8 -0
- data/spec/vcr_cassettes/all_branches.json +67 -0
- data/spec/vcr_cassettes/all_repos.json +67 -0
- data/spec/vcr_cassettes/bad_creds.json +58 -0
- data/spec/vcr_cassettes/find_repo.json +67 -0
- data/spec/vcr_cassettes/spec-branch-1_commits.json +2277 -0
- data/spec/vcr_cassettes/spec-branch-1_since_date.json +1 -0
- data/spec/vcr_cassettes/spec-branch-1_since_sha.json +67 -0
- data/spec/vcr_cassettes/spec-branch-2_commits.json +70 -0
- data/spec/vcr_cassettes/spec-branch-3_commits.json +67 -0
- metadata +84 -124
- data/lib/gitnetworkitis/network_data.rb +0 -66
- data/lib/gitnetworkitis/network_meta.rb +0 -17
- data/spec/commit_spec.rb +0 -8
- data/spec/network_data_spec.rb +0 -153
- data/spec/network_meta_spec.rb +0 -59
- data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=0.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=1.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=2.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=3.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=4.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_51ac36280d2dfe16c37b66ef344859c9c714c8e1?page=5.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=0.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=1.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=2.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=3.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_bec7b23dc57b14d89fa2829e8c32a108a18e7248?page=4.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=0.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=1.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=2.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=3.json +0 -1
- data/spec/responses/branch_pages/turingstudio_loupe_c3aeb61e37f94bbb67c4f14b52c23b8e54d30d0e?page=4.json +0 -1
- data/spec/responses/girlambition/0-500.json +0 -1
- data/spec/responses/girlambition/1002-1502.json +0 -1
- data/spec/responses/girlambition/1503-2003.json +0 -1
- data/spec/responses/girlambition/2004-2504.json +0 -1
- data/spec/responses/girlambition/2505-3005.json +0 -1
- data/spec/responses/girlambition/3006-3506.json +0 -1
- data/spec/responses/girlambition/3507-4007.json +0 -1
- data/spec/responses/girlambition/4008-4508.json +0 -1
- data/spec/responses/girlambition/4509-4999.json +0 -1
- data/spec/responses/girlambition/501-1001.json +0 -1
- data/spec/responses/girlambition/repos_show_turingstudio_website-girlambition_branches.json +0 -1
- data/spec/responses/girlambition/turingstudio_website-girlambition_network_meta.json +0 -1
- data/spec/responses/loupe/repos_show_turingstudio_loupe.json +0 -1
- data/spec/responses/loupe/repos_show_turingstudio_loupe_branches.json +0 -1
- data/spec/responses/loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=1&end=5.json +0 -1
- data/spec/responses/loupe/turingstudio_loupe_068161e2c05a6b8029a7eb410dd27b1dfa531338?start=130.json +0 -1
- data/spec/responses/loupe/turingstudio_loupe_branch.json +0 -1
- data/spec/responses/loupe/turingstudio_loupe_network_data.json +0 -1
- data/spec/responses/loupe/turingstudio_loupe_network_meta.json +0 -1
- data/spec/responses/repos_show_jcoutu.json +0 -1
- data/spec/responses/repos_watched_jcoutu.json +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"commits":[{"parents":[["e03aabab2b5c9ef0c9e4cfc83a470a29a110a159",1001,5]],"author":"Hans Friedrich","time":1002,"id":"e695a5d81f1c0cc114b2a81954ac3ab13bfd5070","date":"2010-01-08 14:51:13","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"goob test","login":"hansef"},{"parents":[["e03aabab2b5c9ef0c9e4cfc83a470a29a110a159",1001,5]],"author":"Hans Friedrich","time":1003,"id":"6c659c395a2180b2d1bedfe48707898aa419763a","date":"2010-01-08 15:32:01","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":1,"message":"remove goob test","login":"hansef"},{"parents":[["6c659c395a2180b2d1bedfe48707898aa419763a",1003,1]],"author":"Hans Friedrich","time":1004,"id":"56ee720f24fa41fece5f68fadc282cec79ef5ad0","date":"2010-01-08 15:32:18","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":1,"message":"remove goob test","login":"hansef"},{"parents":[["e695a5d81f1c0cc114b2a81954ac3ab13bfd5070",1002,5],["56ee720f24fa41fece5f68fadc282cec79ef5ad0",1004,1]],"author":"Hans Friedrich","time":1005,"id":"abfba4b98c0aa50fcacdea7612f549610c54be1d","date":"2010-01-08 15:32:23","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["abfba4b98c0aa50fcacdea7612f549610c54be1d",1005,5]],"author":"Hans Friedrich","time":1006,"id":"e237d56c93b0f5e8bf8edd1af114538a08af7122","date":"2010-01-08 15:32:48","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"remove goob test","login":"hansef"},{"parents":[["d381ec034541517167d3e638b68cfe30f92901e9",1000,0]],"author":"burnblue","time":1007,"id":"43cb05743e3e889c4d60367678411f88b067e733","date":"2010-01-08 15:51:12","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"issue 918","login":""},{"parents":[["43cb05743e3e889c4d60367678411f88b067e733",1007,0],["56ee720f24fa41fece5f68fadc282cec79ef5ad0",1004,1]],"author":"burnblue","time":1008,"id":"fe10f5d7bfffa788f02e6b940ab2270c49382613","date":"2010-01-08 15:51:26","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["fe10f5d7bfffa788f02e6b940ab2270c49382613",1008,0]],"author":"burnblue","time":1009,"id":"9141f2e7b94c6dc3240ccff1e88a49d9096201aa","date":"2010-01-08 15:59:04","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"issue 677","login":""},{"parents":[["9141f2e7b94c6dc3240ccff1e88a49d9096201aa",1009,0]],"author":"burnblue","time":1010,"id":"6a45b8b941e5dc056ad001d96ba7a03152cc6d6a","date":"2010-01-08 16:05:37","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"fixed share box margin","login":""},{"parents":[["6a45b8b941e5dc056ad001d96ba7a03152cc6d6a",1010,0]],"author":"burnblue","time":1011,"id":"2bc41c4062891dc408d122efc660ebe385d85695","date":"2010-01-12 12:01:42","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"fixed issue 1046","login":""},{"parents":[["2bc41c4062891dc408d122efc660ebe385d85695",1011,1]],"author":"burnblue","time":1012,"id":"8f18f63c4f12147ac3007b86eda04f38f2e97665","date":"2010-01-12 12:41:21","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 900","login":""},{"parents":[["8f18f63c4f12147ac3007b86eda04f38f2e97665",1012,1]],"author":"burnblue","time":1013,"id":"968b62feb693ba2b282417643457bd76590bc4dc","date":"2010-01-12 14:25:07","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 304","login":""},{"parents":[["968b62feb693ba2b282417643457bd76590bc4dc",1013,1]],"author":"burnblue","time":1014,"id":"fc993ca47b8dd0d54943c9b6fa7be641c17f2e44","date":"2010-01-12 14:35:28","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 344 favicon","login":""},{"parents":[["fc993ca47b8dd0d54943c9b6fa7be641c17f2e44",1014,1]],"author":"burnblue","time":1015,"id":"4db0b3e23ed9238edd4c2bc54df5586a6b679d14","date":"2010-01-12 14:42:42","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 526","login":""},{"parents":[["4db0b3e23ed9238edd4c2bc54df5586a6b679d14",1015,1]],"author":"burnblue","time":1016,"id":"eac894cf99c64235c64c710a458a5259f1a39c48","date":"2010-01-12 15:00:57","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 753\"","login":""},{"parents":[["eac894cf99c64235c64c710a458a5259f1a39c48",1016,1]],"author":"burnblue","time":1017,"id":"92a9e76682376f8d99607ccdc73f6f4c09dbeabb","date":"2010-01-12 15:04:51","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 665","login":""},{"parents":[["92a9e76682376f8d99607ccdc73f6f4c09dbeabb",1017,1]],"author":"burnblue","time":1018,"id":"45c22390274b0e5a557a50c92b6ba08cc9da29c1","date":"2010-01-12 15:13:35","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 679","login":""},{"parents":[["45c22390274b0e5a557a50c92b6ba08cc9da29c1",1018,1]],"author":"burnblue","time":1019,"id":"e87523b1b0689bc10782d26ccdfa684651924aaa","date":"2010-01-12 15:25:43","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 683","login":""},{"parents":[["6a45b8b941e5dc056ad001d96ba7a03152cc6d6a",1010,0]],"author":"alain","time":1020,"id":"15876c115d7833b290fbcd9f445fb28599ca823d","date":"2010-01-12 15:34:07","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"made specs into tests. not all are passing :-/","login":"alainbloch"},{"parents":[["15876c115d7833b290fbcd9f445fb28599ca823d",1020,0]],"author":"alain","time":1021,"id":"696662a7fb1f224063f4f6e8dea14dfb0ac5b48f","date":"2010-01-12 15:41:30","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"moved group related views to the groups folder. did the same for the parents views. revised the parent layout for new routes. revised a lot of views for routing issues all over the place. there we","login":"alainbloch"},{"parents":[["696662a7fb1f224063f4f6e8dea14dfb0ac5b48f",1021,0]],"author":"alain","time":1022,"id":"db91e1b68a5c849d1087f1a2775e0d3371c8b5f0","date":"2010-01-12 15:42:18","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"revised some models in spec/models and added new factories. also revised some factories because of validaiton issues.","login":"alainbloch"},{"parents":[["db91e1b68a5c849d1087f1a2775e0d3371c8b5f0",1022,0]],"author":"alain","time":1023,"id":"fbb89c6a8fc8ee5264f0a3bfe62a54e74b44ce88","date":"2010-01-12 15:44:32","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"moved groups related controllers to groups controller folder. revised the redirect calls in many of the groups related controllers methods. revised the profile update method for simplicity and multiple formats.","login":"alainbloch"},{"parents":[["fbb89c6a8fc8ee5264f0a3bfe62a54e74b44ce88",1023,0]],"author":"alain","time":1024,"id":"9dd1917f33d2e032358257d20aba25ac7f33782a","date":"2010-01-12 15:46:37","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"revised the parent profile update method. moved parent related controllers to parent folder. revised redirects in those controllers.","login":"alainbloch"},{"parents":[["e87523b1b0689bc10782d26ccdfa684651924aaa",1019,1]],"author":"burnblue","time":1025,"id":"5fac013a5b84f4156924763bf9aa564bf90e461c","date":"2010-01-12 15:50:54","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 688","login":""},{"parents":[["9dd1917f33d2e032358257d20aba25ac7f33782a",1024,0]],"author":"alain","time":1026,"id":"edaf2feaecc8e037d8fcb8a6d6b0da9980010f7b","date":"2010-01-12 15:58:49","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"put non public methods into private on profiles controller. revised profiles update method.revised before_filters to properly require a child when updating and when to require a logged in user.","login":"alainbloch"},{"parents":[["edaf2feaecc8e037d8fcb8a6d6b0da9980010f7b",1026,0]],"author":"alain","time":1027,"id":"ba1ca35045055be4cf68311bab31066326e6c430","date":"2010-01-12 15:59:40","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"started to touch profiles_base_controller. Doesn't look like it will be needed soon.","login":"alainbloch"},{"parents":[["ba1ca35045055be4cf68311bab31066326e6c430",1027,0]],"author":"alain","time":1028,"id":"5f49d077f423c29e907b8e793b0595a43a207caf","date":"2010-01-12 16:01:56","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"started to touch the user_sessions controller. the create method could use work.","login":"alainbloch"},{"parents":[["5f49d077f423c29e907b8e793b0595a43a207caf",1028,0]],"author":"alain","time":1029,"id":"374d3bab0e4238eb1e7368727b492f47a6783fe6","date":"2010-01-12 16:02:54","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new parent controller. revised some methods for proper redirects.","login":"alainbloch"},{"parents":[["374d3bab0e4238eb1e7368727b492f47a6783fe6",1029,0]],"author":"alain","time":1030,"id":"a02629ec3638641e56a511c661131fb31724ae32","date":"2010-01-12 16:03:46","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"removed old controllers.","login":"alainbloch"},{"parents":[["a02629ec3638641e56a511c661131fb31724ae32",1030,0]],"author":"alain","time":1031,"id":"170b4414fed1a839071c3c64f06a7edd08bfa131","date":"2010-01-12 16:06:10","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"touched various models and did some slight reformatting.","login":"alainbloch"},{"parents":[["170b4414fed1a839071c3c64f06a7edd08bfa131",1031,0]],"author":"alain","time":1032,"id":"08d4d7b39e21efff2722e58dcb3ae31b4311a396","date":"2010-01-12 16:06:40","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"removed rspec gems from test environment.","login":"alainbloch"},{"parents":[["08d4d7b39e21efff2722e58dcb3ae31b4311a396",1032,0]],"author":"alain","time":1033,"id":"ad205d566ed53a8b58781a734f87f74318af1de8","date":"2010-01-12 16:08:41","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"started to nest parent and group resources properly.","login":"alainbloch"},{"parents":[["ad205d566ed53a8b58781a734f87f74318af1de8",1033,0]],"author":"alain","time":1034,"id":"fbde56a3275ccf08132c1d8248f17f18824962fe","date":"2010-01-12 16:08:58","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"fixed bad spec.","login":"alainbloch"},{"parents":[["fbde56a3275ccf08132c1d8248f17f18824962fe",1034,0]],"author":"alain","time":1035,"id":"4b3c804197498d1ad29b5c03b9829f0f3393bcf4","date":"2010-01-12 16:09:26","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"moved parents helpers into the right place. added new sms/incomings helper.","login":"alainbloch"},{"parents":[["5fac013a5b84f4156924763bf9aa564bf90e461c",1025,1]],"author":"burnblue","time":1036,"id":"7fdef5baba3fc6c400eaeee59fb9cd6a468c2c34","date":"2010-01-13 10:18:26","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 700","login":""},{"parents":[["7fdef5baba3fc6c400eaeee59fb9cd6a468c2c34",1036,1]],"author":"burnblue","time":1037,"id":"e92cd4a814a3be970cb96ecafe85ff5f7409d5cb","date":"2010-01-13 10:29:48","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 702","login":""},{"parents":[["7fdef5baba3fc6c400eaeee59fb9cd6a468c2c34",1036,1]],"author":"Hans Friedrich","time":1038,"id":"aa5200edc78d06ce897c301899e38db727774bbc","date":"2010-01-13 10:49:50","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"change photos and groups index to use owner's profile styling","login":"hansef"},{"parents":[["aa5200edc78d06ce897c301899e38db727774bbc",1038,4],["e92cd4a814a3be970cb96ecafe85ff5f7409d5cb",1037,1]],"author":"Hans Friedrich","time":1039,"id":"182a787268ae19d3a084bd89b769893aefcb5280","date":"2010-01-13 10:50:01","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"hansef"},{"parents":[["e92cd4a814a3be970cb96ecafe85ff5f7409d5cb",1037,1]],"author":"burnblue","time":1040,"id":"4f9182295e7e03e4f3afb8167273450a0dd2ef19","date":"2010-01-13 11:51:19","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 1114","login":""},{"parents":[["4f9182295e7e03e4f3afb8167273450a0dd2ef19",1040,1],["182a787268ae19d3a084bd89b769893aefcb5280",1039,4]],"author":"burnblue","time":1041,"id":"92347e5d393e0b325e2b78968fdc9d1abd97e378","date":"2010-01-13 11:51:33","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["92347e5d393e0b325e2b78968fdc9d1abd97e378",1041,1]],"author":"Hans Friedrich","time":1042,"id":"0641c4e760c3e621b30c9a63f5c7d82214216727","date":"2010-01-13 13:22:51","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"fix stickers_for_friends to show correct stickers","login":"hansef"},{"parents":[["e237d56c93b0f5e8bf8edd1af114538a08af7122",1006,5],["0641c4e760c3e621b30c9a63f5c7d82214216727",1042,3]],"author":"Hans Friedrich","time":1043,"id":"655cf43ce5a664cbaea49dfa0df84d9032abf944","date":"2010-01-13 13:23:14","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["92347e5d393e0b325e2b78968fdc9d1abd97e378",1041,1]],"author":"burnblue","time":1044,"id":"6aaf6a0584da6a4f24e30c9683ff236de7c0fea0","date":"2010-01-13 13:42:38","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"fixed friend group button switch","login":""},{"parents":[["6aaf6a0584da6a4f24e30c9683ff236de7c0fea0",1044,1],["0641c4e760c3e621b30c9a63f5c7d82214216727",1042,3]],"author":"burnblue","time":1045,"id":"4d5d5d31bf024532f2f921c05019895b7b0c5f7b","date":"2010-01-13 13:42:45","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["4d5d5d31bf024532f2f921c05019895b7b0c5f7b",1045,1]],"author":"burnblue","time":1046,"id":"f983b9ad46a3bc8eafbb960d173feb0a8ca5d1cc","date":"2010-01-13 14:42:09","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 706","login":""},{"parents":[["655cf43ce5a664cbaea49dfa0df84d9032abf944",1043,5],["f983b9ad46a3bc8eafbb960d173feb0a8ca5d1cc",1046,1]],"author":"Hans Friedrich","time":1047,"id":"ce96b3c6e568fa72c57434008fb2e9f5138978ba","date":"2010-01-13 14:47:50","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["f983b9ad46a3bc8eafbb960d173feb0a8ca5d1cc",1046,1]],"author":"burnblue","time":1048,"id":"7e61329e44c8fb1f00d48c463738d33ae63d0245","date":"2010-01-13 15:04:11","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"added new default avatars and fixed post spacing","login":""},{"parents":[["ce96b3c6e568fa72c57434008fb2e9f5138978ba",1047,5],["7e61329e44c8fb1f00d48c463738d33ae63d0245",1048,1]],"author":"Hans Friedrich","time":1049,"id":"c68b0cdbe37e6c880ca95710ae23d15f18f11031","date":"2010-01-13 16:22:58","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["7e61329e44c8fb1f00d48c463738d33ae63d0245",1048,1]],"author":"Hans Friedrich","time":1050,"id":"b49457dc91aeda59702b670141c75303d16b37c5","date":"2010-01-14 15:57:13","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"update user creation rake task","login":"hansef"},{"parents":[["c68b0cdbe37e6c880ca95710ae23d15f18f11031",1049,5],["b49457dc91aeda59702b670141c75303d16b37c5",1050,3]],"author":"Hans Friedrich","time":1051,"id":"8321abe919b7dc58d96988abbde69d41437c13c4","date":"2010-01-14 15:57:28","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["b49457dc91aeda59702b670141c75303d16b37c5",1050,3]],"author":"Hans Friedrich","time":1052,"id":"411b8659e999934ac6cb9cd7773fffc0faf0469f","date":"2010-01-14 16:00:22","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"add gender to user creation script","login":"hansef"},{"parents":[["8321abe919b7dc58d96988abbde69d41437c13c4",1051,5],["411b8659e999934ac6cb9cd7773fffc0faf0469f",1052,3]],"author":"Hans Friedrich","time":1053,"id":"c22f4cb8d9a6232f7cd6ba1ccb4d602e3934692b","date":"2010-01-14 16:00:31","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["411b8659e999934ac6cb9cd7773fffc0faf0469f",1052,3]],"author":"Hans Friedrich","time":1054,"id":"c4891d4b96cb03d9526493744ac3cba78888a9ce","date":"2010-01-14 16:29:35","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"hacky fix to prevent people from deleting others' comments, this is a HACK and needs to be fixed by an activites overhaul","login":"hansef"},{"parents":[["c22f4cb8d9a6232f7cd6ba1ccb4d602e3934692b",1053,5],["c4891d4b96cb03d9526493744ac3cba78888a9ce",1054,3]],"author":"Hans Friedrich","time":1055,"id":"f1190e44968109fdb47eeedfa43542fb7632e573","date":"2010-01-14 16:29:51","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["c4891d4b96cb03d9526493744ac3cba78888a9ce",1054,3]],"author":"Hans Friedrich","time":1056,"id":"ad989fe61d8e2dc8b0b5b89a3be58d78e4183e2a","date":"2010-01-14 16:37:05","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"hacky fix to prevent people from deleting others' comments, this is a HACK and needs to be fixed by an activites overhaul","login":"hansef"},{"parents":[["f1190e44968109fdb47eeedfa43542fb7632e573",1055,5],["ad989fe61d8e2dc8b0b5b89a3be58d78e4183e2a",1056,3]],"author":"Hans Friedrich","time":1057,"id":"a51c259e452ec225d3b44847bc083069bcaa6f68","date":"2010-01-14 16:37:16","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"Merge branch 'master' into production","login":"hansef"},{"parents":[["a51c259e452ec225d3b44847bc083069bcaa6f68",1057,5]],"author":"Hans Friedrich","time":1058,"id":"af7c13eabe4f38c9b103d59759c653875c597b2c","date":"2010-01-14 17:05:03","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":5,"message":"youtube embed updates","login":"hansef"},{"parents":[["4b3c804197498d1ad29b5c03b9829f0f3393bcf4",1035,0],["af7c13eabe4f38c9b103d59759c653875c597b2c",1058,5]],"author":"alain","time":1059,"id":"b7d3cfa0bbaa246a140c8ddc78f4b862ffc6a9d7","date":"2010-01-14 21:56:56","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":"alainbloch"},{"parents":[["b7d3cfa0bbaa246a140c8ddc78f4b862ffc6a9d7",1059,0]],"author":"alain","time":1060,"id":"47a5678becde02ec94496fbd4f6233e663c7664d","date":"2010-01-14 22:02:40","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new uploadify_rails plugin.","login":"alainbloch"},{"parents":[["7e61329e44c8fb1f00d48c463738d33ae63d0245",1048,1]],"author":"burnblue","time":1061,"id":"11b21dd4a0a6e2ef9cde0f9f7beb78fad5d40b46","date":"2010-01-15 10:58:01","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"design tweaks","login":""},{"parents":[["11b21dd4a0a6e2ef9cde0f9f7beb78fad5d40b46",1061,1],["47a5678becde02ec94496fbd4f6233e663c7664d",1060,0]],"author":"burnblue","time":1062,"id":"958693b9abcd2ae60d6dcdf489d6b5c54f424c01","date":"2010-01-15 10:58:06","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["958693b9abcd2ae60d6dcdf489d6b5c54f424c01",1062,1]],"author":"burnblue","time":1063,"id":"ca890da37d1268372fb0690c2e3d7b91abea2cf6","date":"2010-01-15 11:03:35","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"added powered by everloop","login":""},{"parents":[["47a5678becde02ec94496fbd4f6233e663c7664d",1060,0]],"author":"alain","time":1064,"id":"bf0c5a1e4594837b906bac843814ec0bbbfc5f61","date":"2010-01-15 11:49:47","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"revised the uploadify_options method so that options are merged in.","login":"alainbloch"},{"parents":[["bf0c5a1e4594837b906bac843814ec0bbbfc5f61",1064,0]],"author":"alain","time":1065,"id":"639152b7a41b64d30f83028236b24d7a06a5a162","date":"2010-01-15 12:31:33","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added installation code.","login":"alainbloch"},{"parents":[["639152b7a41b64d30f83028236b24d7a06a5a162",1065,0]],"author":"alain","time":1066,"id":"b549b6a078d8e98e1f81b6285f5ca36a5103b14f","date":"2010-01-15 12:31:46","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added uninstallation code.","login":"alainbloch"},{"parents":[["b549b6a078d8e98e1f81b6285f5ca36a5103b14f",1066,0]],"author":"alain","time":1067,"id":"30f139b0ef9046e2a391897b5cbce415d83152a3","date":"2010-01-15 12:32:27","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added task to install the plugin.","login":"alainbloch"},{"parents":[["30f139b0ef9046e2a391897b5cbce415d83152a3",1067,0],["ca890da37d1268372fb0690c2e3d7b91abea2cf6",1063,1]],"author":"alain","time":1068,"id":"9bfd6244fe1eba58615a7050734eeedfd43cd3f2","date":"2010-01-15 12:33:18","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":"alainbloch"},{"parents":[["9bfd6244fe1eba58615a7050734eeedfd43cd3f2",1068,0]],"author":"alain","time":1069,"id":"9159526faff2d91a3c3c34ee0ea1a4be94f94caf","date":"2010-01-15 13:52:34","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"removed and readded new version of uploadify_rails plugin.","login":"alainbloch"},{"parents":[["9159526faff2d91a3c3c34ee0ea1a4be94f94caf",1069,0]],"author":"alain","time":1070,"id":"bb9ed7778a6a6a65548fcf913335525e911d9bc5","date":"2010-01-15 14:00:26","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"revised env.rb to not load in the middelware path since the middleware for FlashSessionCookie is handled by the uploadify_rails plugin.","login":"alainbloch"},{"parents":[["bb9ed7778a6a6a65548fcf913335525e911d9bc5",1070,0]],"author":"alain","time":1071,"id":"a8d7f1837fa3d0a72073c89fa515552879dc3922","date":"2010-01-15 14:46:23","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"updated uploadify_rails plugin.","login":"alainbloch"},{"parents":[["a8d7f1837fa3d0a72073c89fa515552879dc3922",1071,0]],"author":"alain","time":1072,"id":"5bec261bff26be5d06014d890321ffff0c639716","date":"2010-01-18 14:16:40","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"started to add selenium tests for demo.everloop.com. They need to be edited to run on localhost.","login":"alainbloch"},{"parents":[["5bec261bff26be5d06014d890321ffff0c639716",1072,0]],"author":"alain","time":1073,"id":"287fcece5bb24112f587b747b5a79a0b7f5d4d10","date":"2010-01-18 14:16:59","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new routes for exception logger.","login":"alainbloch"},{"parents":[["287fcece5bb24112f587b747b5a79a0b7f5d4d10",1073,0]],"author":"alain","time":1074,"id":"49cce26a83c82ab9be14a1119e4e203d179f8dca","date":"2010-01-18 14:17:12","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added initializer for exception notifier.","login":"alainbloch"},{"parents":[["49cce26a83c82ab9be14a1119e4e203d179f8dca",1074,0]],"author":"alain","time":1075,"id":"f3afa544f00fc2d5dab1f25288cc8db717315624","date":"2010-01-18 14:17:30","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added exception_notifier and exception_logger plugins.","login":"alainbloch"},{"parents":[["f3afa544f00fc2d5dab1f25288cc8db717315624",1075,0]],"author":"alain","time":1076,"id":"badd39d861c34e5d5eed9a7acc3f52cd2cfd3c8f","date":"2010-01-18 14:18:02","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added Includes for ExceptionNotifier and ExceptionLogger plugins.","login":"alainbloch"},{"parents":[["badd39d861c34e5d5eed9a7acc3f52cd2cfd3c8f",1076,0]],"author":"alain","time":1077,"id":"2529c049d60258e59c1bae990b9789ecdfdc67c0","date":"2010-01-18 14:18:21","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added migration for ExceptionLogger.","login":"alainbloch"},{"parents":[["2529c049d60258e59c1bae990b9789ecdfdc67c0",1077,0]],"author":"kranthi","time":1078,"id":"0c97fe653b0806b332b5d6e775ceb8fe21e3f7e2","date":"2010-01-19 02:21:48","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"fixed routing issues","login":"kranthicu"},{"parents":[["0c97fe653b0806b332b5d6e775ceb8fe21e3f7e2",1078,0]],"author":"kranthi","time":1079,"id":"81a320986635200a51c5932896fdc8a8b5eb4d78","date":"2010-01-19 06:18:56","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"refractored children_activity. Added notification methods nad setting methods for parental control level model. Addde basic test case for the parents.","login":"kranthicu"},{"parents":[["81a320986635200a51c5932896fdc8a8b5eb4d78",1079,0]],"author":"burnblue","time":1080,"id":"6b83f6cd9ff6f30da511a08a4c2df349813b23ba","date":"2010-01-19 15:13:17","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added hasbro styling","login":""},{"parents":[["6b83f6cd9ff6f30da511a08a4c2df349813b23ba",1080,0]],"author":"burnblue","time":1081,"id":"6d2c2f4cb30e9d1e7d16e32e530763250982960b","date":"2010-01-19 15:28:32","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"fixed bg color","login":""},{"parents":[["6d2c2f4cb30e9d1e7d16e32e530763250982960b",1081,0]],"author":"burnblue","time":1082,"id":"cfdb1e96c6b4bfb395ff069d85f61cd28682ba65","date":"2010-01-19 15:32:44","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"fixed bg image issue","login":""},{"parents":[["6d2c2f4cb30e9d1e7d16e32e530763250982960b",1081,0]],"author":"Hans Friedrich","time":1083,"id":"ccdc0bb79a38f8865c70ee362782a6553bf3eb22","date":"2010-01-19 15:32:46","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"add powered by to footer for hasbro","login":"hansef"},{"parents":[["ccdc0bb79a38f8865c70ee362782a6553bf3eb22",1083,0],["cfdb1e96c6b4bfb395ff069d85f61cd28682ba65",1082,1]],"author":"Hans Friedrich","time":1084,"id":"bf5fe6d49502cc50d34c29d4e36d70ac891e5d33","date":"2010-01-19 15:32:54","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"hansef"},{"parents":[["bf5fe6d49502cc50d34c29d4e36d70ac891e5d33",1084,0]],"author":"alain","time":1085,"id":"458559ce6edf79b53ce271dc5e4eb2e19f7fbeed","date":"2010-01-19 21:18:51","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new status form to replace the 'share_box' for a profile. Revised add_media partial to use new partials; one for each media type: audio, video and photos.","login":"alainbloch"},{"parents":[["458559ce6edf79b53ce271dc5e4eb2e19f7fbeed",1085,0]],"author":"alain","time":1086,"id":"1096baa1a700f3727504891bf02303c02992eb00","date":"2010-01-19 21:19:20","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"revised profile show to use new statuses/form.","login":"alainbloch"},{"parents":[["1096baa1a700f3727504891bf02303c02992eb00",1086,0]],"author":"alain","time":1087,"id":"1cf4e3162f4b49ffb77b8fd05b8507fa0cb49b4a","date":"2010-01-19 21:21:50","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new add_status js to tuck all the status js into one place.","login":"alainbloch"},{"parents":[["1cf4e3162f4b49ffb77b8fd05b8507fa0cb49b4a",1087,0]],"author":"alain","time":1088,"id":"f9d076f53993227e9b795b0dc42b35806231c547","date":"2010-01-19 21:22:21","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new statuses_helper that contains methods to easily generate the links to add media.","login":"alainbloch"},{"parents":[["f9d076f53993227e9b795b0dc42b35806231c547",1088,0]],"author":"alain","time":1089,"id":"2c3d9b4d3a6b2c17f967c4f3c8274b89ba55625f","date":"2010-01-19 21:23:06","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"added new uploadify_plugin.","login":"alainbloch"},{"parents":[["2c3d9b4d3a6b2c17f967c4f3c8274b89ba55625f",1089,0]],"author":"alain","time":1090,"id":"4a79e65c8a9c6559013b372de5c491d13ffb0ff6","date":"2010-01-19 21:23:37","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":0,"message":"revised profile show method to instance @child.","login":"alainbloch"},{"parents":[["4a79e65c8a9c6559013b372de5c491d13ffb0ff6",1090,0]],"author":"kranthi","time":1091,"id":"c779c8ada76e70954bb7c4191deb91c666d595dd","date":"2010-01-20 04:06:15","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"shared routes issue fixed","login":"kranthicu"},{"parents":[["c779c8ada76e70954bb7c4191deb91c666d595dd",1091,0]],"author":"kranthi","time":1092,"id":"9696275882743e2a370bd6a60909f74fabd408e8","date":"2010-01-20 04:07:28","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"fixed the validation issues","login":"kranthicu"},{"parents":[["9696275882743e2a370bd6a60909f74fabd408e8",1092,0]],"author":"kranthi","time":1093,"id":"c5ab0c64e00b1cbccd688bfa1cdea8f97a8da4d9","date":"2010-01-20 04:08:26","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"fixed rjs issues for child account creation","login":"kranthicu"},{"parents":[["c5ab0c64e00b1cbccd688bfa1cdea8f97a8da4d9",1093,0]],"author":"kranthi","time":1094,"id":"99aa13fb189d1ab8589acb923ec634e56d0ff740","date":"2010-01-20 05:12:27","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:fixed the form issues. 2: Added parent test cases 3:fixed js and routing issues. 4:Need more clarification about check_child_friend_invite from parent model and and child_invite_hash and why it is used.","login":"kranthicu"},{"parents":[["99aa13fb189d1ab8589acb923ec634e56d0ff740",1094,0]],"author":"kranthi","time":1095,"id":"92184bb4d6fe2857163bd90ec3fbd9281b238a4c","date":"2010-01-20 06:01:38","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added test cases for parental control level test cases","login":"kranthicu"},{"parents":[["92184bb4d6fe2857163bd90ec3fbd9281b238a4c",1095,0]],"author":"alain","time":1096,"id":"ad8f1d2702d5abf5458452759d54c12b5546e933","date":"2010-01-21 02:58:37","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed protect_forgery due to problems with swf uploads.","login":"alainbloch"},{"parents":[["ad8f1d2702d5abf5458452759d54c12b5546e933",1096,1]],"author":"alain","time":1097,"id":"7abef7d1ca5dc27588fb62ebb9492c5a8a6cf738","date":"2010-01-21 03:00:28","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"heavily revised the audios controller: removed protect_from_forgery due to swf upload issues. revised the preview method so that it correctly creates an audio file and then correctly renders a response back to the page. Rewrote the destroy method as well.","login":"alainbloch"},{"parents":[["7abef7d1ca5dc27588fb62ebb9492c5a8a6cf738",1097,1]],"author":"alain","time":1098,"id":"99f7720eef9365e3434da43e4e29576a3bb91c0e","date":"2010-01-21 03:01:44","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added @child instance to profiles controller and added a satus.build_media.","login":"alainbloch"},{"parents":[["99f7720eef9365e3434da43e4e29576a3bb91c0e",1098,1]],"author":"alain","time":1099,"id":"ba98f32668d75f4a627282537aed6508d726787f","date":"2010-01-21 03:03:12","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"heavily rewrote statuses create method. Moved lots of logic intothe status media model and removed it from the statuses controller.","login":"alainbloch"},{"parents":[["ba98f32668d75f4a627282537aed6508d726787f",1099,1]],"author":"alain","time":1100,"id":"77a4b06689849634a5143bc7e40b8d640b57a0fe","date":"2010-01-21 03:03:49","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"touched the audio_helper.","login":"alainbloch"},{"parents":[["77a4b06689849634a5143bc7e40b8d640b57a0fe",1100,1]],"author":"alain","time":1101,"id":"166d920ccb644fe1ac2400c38fa3a714b260df9e","date":"2010-01-21 03:06:07","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised the paper_clip attachment in audio model. Now it will use local storage for test and development. It will also use a default public/system folder for local storage instead of the other path. Audio files were unavailable otherwise.","login":"alainbloch"},{"parents":[["166d920ccb644fe1ac2400c38fa3a714b260df9e",1101,1]],"author":"alain","time":1102,"id":"13f51f4ff352b016ba09c0893f7f3e50d5b0e78e","date":"2010-01-21 03:07:45","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added accepts_nested.. :status_media in status model, and removed the create_status_media method from status model. The latters was unneeded now that it accepts nested attributes and will automatically create the status media.","login":"alainbloch"},{"parents":[["13f51f4ff352b016ba09c0893f7f3e50d5b0e78e",1102,1]],"author":"alain","time":1103,"id":"e2e1c6f8cfd5fb2740b39f811dd1ed1a2f947a35","date":"2010-01-21 03:08:42","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised status_media model so that it will generate its own media attachments passed on certain attributes passed into it. The model absorbed a lot of the logic found in the statuses create method.","login":"alainbloch"},{"parents":[["e2e1c6f8cfd5fb2740b39f811dd1ed1a2f947a35",1103,1]],"author":"alain","time":1104,"id":"3025effa8e7062d584bcd67312cec4461334d9ec","date":"2010-01-21 03:10:21","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"rewrote the audios/preview partial so that it will ACTUALLY display the audio file and also PROPERLY remove it. Awesome.","login":"alainbloch"},{"parents":[["3025effa8e7062d584bcd67312cec4461334d9ec",1104,1]],"author":"alain","time":1105,"id":"86c1aba0731d94344b0b9a79557188b55ab5bf6f","date":"2010-01-21 03:11:51","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed unneccessary audio/destroy.js.rjs page updates because the audios/preview partial delete link has the correct page updates in the :success parameter.","login":"alainbloch"},{"parents":[["86c1aba0731d94344b0b9a79557188b55ab5bf6f",1105,1]],"author":"alain","time":1106,"id":"dbc0134e38be16f8b5c252f4897f74e78a518c34","date":"2010-01-21 03:13:08","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added the uploadify js files into the asset_packages config.","login":"alainbloch"},{"parents":[["dbc0134e38be16f8b5c252f4897f74e78a518c34",1106,1]],"author":"alain","time":1107,"id":"964be2ac8f95392efd4031974dd8d2e565499bce","date":"2010-01-21 03:14:10","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"rewrote the uploadify_rails plugin in order to evaluate the js response properly and also be able to add in a different button image.","login":"alainbloch"},{"parents":[["964be2ac8f95392efd4031974dd8d2e565499bce",1107,1]],"author":"alain","time":1108,"id":"50ec9c80db9f1cf73b8c098f31a2bec451898d8b","date":"2010-01-21 03:16:51","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"Rewrote the statuses/add_audio partial so that it uses uploadify and actually WORKS unlike the older way.","login":"alainbloch"},{"parents":[["50ec9c80db9f1cf73b8c098f31a2bec451898d8b",1108,1]],"author":"alain","time":1109,"id":"5a3959971fbc5e41d2852071e1863b6ae1e02919","date":"2010-01-21 03:17:46","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed the file_upload method in statuses/add_photos partial because it was annoying, not working and generally causing a mess.","login":"alainbloch"},{"parents":[["5a3959971fbc5e41d2852071e1863b6ae1e02919",1109,1]],"author":"alain","time":1110,"id":"7f34024b5530129ea912f215eb801470bf14857d","date":"2010-01-21 03:19:39","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised statuses/add_video partial so that the video url is a nested form for status_media.","login":"alainbloch"},{"parents":[["7f34024b5530129ea912f215eb801470bf14857d",1110,1]],"author":"alain","time":1111,"id":"a59a1301a1a419eec3b6dc7a2d6d3c2483ed890b","date":"2010-01-21 03:21:45","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"heavily revised the statuses/form so that is has nested attributes for status_media. The form callbacks have been moved in the add_status.js file. The add_audio and add_photos partials had to be removed outside of the form so that the form doesn't try to upload the files, since they're already uploaded.","login":"alainbloch"},{"parents":[["a59a1301a1a419eec3b6dc7a2d6d3c2483ed890b",1111,1]],"author":"alain","time":1112,"id":"ee9a0e26882f20aa650308ff438856e4d05d408c","date":"2010-01-21 03:22:24","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added some new methods to the add_status js file for the status form callbacks.","login":"alainbloch"},{"parents":[["ee9a0e26882f20aa650308ff438856e4d05d408c",1112,1]],"author":"alain","time":1113,"id":"9e86ccd0820eac4a3456fd88835569b1c4eda4c3","date":"2010-01-21 03:24:52","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised the statuses/create js to not use the stupid @success boolean and the even more stupid @status_with. Also revised some of the ids used in it.","login":"alainbloch"},{"parents":[["92184bb4d6fe2857163bd90ec3fbd9281b238a4c",1095,0]],"author":"kranthi","time":1114,"id":"5e45cd2e09012c2e6dfdde1e0e340df6a1ba2c3a","date":"2010-01-21 03:41:41","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:resend invites is supposed to resend the invites only for requested people for unconfirmed accounts.but currently its sending for everyone which is not ideal.2:added test cases for parent invite","login":"kranthicu"},{"parents":[["5e45cd2e09012c2e6dfdde1e0e340df6a1ba2c3a",1114,0]],"author":"kranthi","time":1115,"id":"01515a86424523de4804f47677e3658b24fa3a8a","date":"2010-01-21 06:20:37","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added migration to change the from field conflict in the email model. 2:fixed broken tests 3:added commnets for resend invites models and changed worng check for object presence like object.blank? where this should be object.nil?..etc","login":"kranthicu"},{"parents":[["01515a86424523de4804f47677e3658b24fa3a8a",1115,0]],"author":"kranthi","time":1116,"id":"5717d33bfb57bf6628a0387a470a9b6686beb2d6","date":"2010-01-21 06:50:57","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added code for obtaning test coverage without hastle like rake spec:coverage.Its needs to be more finer and will commit that soon.","login":"kranthicu"},{"parents":[["5717d33bfb57bf6628a0387a470a9b6686beb2d6",1116,0]],"author":"kranthi","time":1117,"id":"4a21f7d4b754b4c34ff8c921f340a244c6e8a7f0","date":"2010-01-22 06:48:02","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:made most of the test green. 2:added test cases for child/groups.rb 3:modified environments/test.rb to remove error causing issues like - not able to require lib/defualts","login":"kranthicu"},{"parents":[["4a21f7d4b754b4c34ff8c921f340a244c6e8a7f0",1117,0]],"author":"kranthi","time":1118,"id":"14f7669e0ef00dca7ceb3e71be42dc80c636edbe","date":"2010-01-22 07:04:52","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:fixed photos test cases 2:fixed groups mailer test cases","login":"kranthicu"},{"parents":[["14f7669e0ef00dca7ceb3e71be42dc80c636edbe",1118,0]],"author":"kranthi","time":1119,"id":"27a3c7a671011ad1cf6ac228de067f435341f951","date":"2010-01-22 07:06:37","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"this requires more comprehensive test cases..its very messy :(","login":"kranthicu"},{"parents":[["27a3c7a671011ad1cf6ac228de067f435341f951",1119,0]],"author":"burnblue","time":1120,"id":"7964f8e8c208c7a6734ca4abc27fc62be76aff77","date":"2010-01-22 13:29:26","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"issue 1167","login":""},{"parents":[["7964f8e8c208c7a6734ca4abc27fc62be76aff77",1120,0]],"author":"kranthi","time":1121,"id":"e40894e035506492a3a17345f1f6ac5948b6e704","date":"2010-01-25 05:21:07","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added test cases for profile theme, profile theme template , profile_theme_template_category, child avatars and photo related, child acitivites","login":"kranthicu"},{"parents":[["e40894e035506492a3a17345f1f6ac5948b6e704",1121,0]],"author":"Hans Friedrich","time":1122,"id":"a98ac70b390cbaba424bf2a14c908fad9dd79daf","date":"2010-01-25 12:06:16","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"staging env","login":"hansef"},{"parents":[["a98ac70b390cbaba424bf2a14c908fad9dd79daf",1122,0]],"author":"Hans Friedrich","time":1123,"id":"bf5ef6270312eb1ce5704b8f677839ab0fb7732b","date":"2010-01-25 12:09:15","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"updated juggernaut for staging","login":"hansef"},{"parents":[["bf5ef6270312eb1ce5704b8f677839ab0fb7732b",1123,0]],"author":"Hans Friedrich","time":1124,"id":"4e31e52f0039ca4d9d5ffc030d44a5e851a8b88d","date":"2010-01-25 12:23:17","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"apache config for staging","login":"hansef"},{"parents":[["4e31e52f0039ca4d9d5ffc030d44a5e851a8b88d",1124,0]],"author":"kranthi","time":1125,"id":"4a73ec534d56dc2d955fcfadffac8c9a602f518a","date":"2010-01-26 02:48:10","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:test cases for associated concerns of users and child added","login":"kranthicu"},{"parents":[["4a73ec534d56dc2d955fcfadffac8c9a602f518a",1125,0]],"author":"Hans Friedrich","time":1126,"id":"b227caba1bba63987ab2135206b721009c41afe2","date":"2010-01-26 14:34:32","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"updated staging apache config","login":"hansef"},{"parents":[["b227caba1bba63987ab2135206b721009c41afe2",1126,0]],"author":"Hans Friedrich","time":1127,"id":"07dd92d5e376767cf1f133218d44fe85f81b5194","date":"2010-01-26 15:59:53","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":0,"message":"update subdomain tld_sizes for staging","login":"hansef"},{"parents":[["07dd92d5e376767cf1f133218d44fe85f81b5194",1127,0]],"author":"kranthi","time":1128,"id":"4ab34c5111271495e42e19f3c9eaed9884dd73a6","date":"2010-01-27 00:19:47","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:test headers corrected","login":"kranthicu"},{"parents":[["4ab34c5111271495e42e19f3c9eaed9884dd73a6",1128,0]],"author":"kranthi","time":1129,"id":"ccdb9904934c0031cf2b0fd0f5b3458d842ba801","date":"2010-01-27 00:20:22","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"media tests","login":"kranthicu"},{"parents":[["ccdb9904934c0031cf2b0fd0f5b3458d842ba801",1129,0]],"author":"kranthi","time":1130,"id":"3b443446a7b0928c12f02e984dc2d002802ddbed","date":"2010-01-27 05:49:45","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added test cases for child stickers banners,temp upload , parental_controler mailer","login":"kranthicu"},{"parents":[["3b443446a7b0928c12f02e984dc2d002802ddbed",1130,0]],"author":"kranthi","time":1131,"id":"ee90fd44397bf18adb102c1cc3e2e4cbbbfb023c","date":"2010-01-27 07:04:37","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"added test cases for friend_invite_test","login":"kranthicu"},{"parents":[["ee90fd44397bf18adb102c1cc3e2e4cbbbfb023c",1131,0]],"author":"kranthi","time":1132,"id":"9997ea471d4f6f54fd33333cc829ee246a34965a","date":"2010-01-27 07:04:58","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"changes","login":"kranthicu"},{"parents":[["9e86ccd0820eac4a3456fd88835569b1c4eda4c3",1113,1]],"author":"alain","time":1133,"id":"e15c6673a91d4a6f41c35dc41850194fa240fd63","date":"2010-01-27 14:19:20","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised audios controller preview method to use an rjs fille.","login":"alainbloch"},{"parents":[["e15c6673a91d4a6f41c35dc41850194fa240fd63",1133,1]],"author":"alain","time":1134,"id":"22fe523eae32f773d2083757cc44acd911b02a81","date":"2010-01-27 14:23:22","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised audio controller preview method to properly update the audio form, uploadify and to insert in the correct audio title.","login":"alainbloch"},{"parents":[["22fe523eae32f773d2083757cc44acd911b02a81",1134,1]],"author":"alain","time":1135,"id":"8e9b97e40afa35c545d3db22671699159ef0b35d","date":"2010-01-27 14:24:37","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups controller to have the correct name spacing.","login":"alainbloch"},{"parents":[["8e9b97e40afa35c545d3db22671699159ef0b35d",1135,1]],"author":"alain","time":1136,"id":"912c82082f9913fa5dcc2d2ff4e3dfe6dbee6c6d","date":"2010-01-27 14:25:20","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups index_photos controller to have the correct name spacing.","login":"alainbloch"},{"parents":[["912c82082f9913fa5dcc2d2ff4e3dfe6dbee6c6d",1136,1]],"author":"alain","time":1137,"id":"8941726ef574af5f91d63b00ccbaddfdf6f0efe1","date":"2010-01-27 14:25:59","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/invites controller to have the correct namespacing.","login":"alainbloch"},{"parents":[["8941726ef574af5f91d63b00ccbaddfdf6f0efe1",1137,1]],"author":"alain","time":1138,"id":"f8fd9165120c75fa8942d21fb1210b69f65a3dfb","date":"2010-01-27 14:26:36","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/members controller to have the correct namespacing.","login":"alainbloch"},{"parents":[["f8fd9165120c75fa8942d21fb1210b69f65a3dfb",1138,1]],"author":"alain","time":1139,"id":"a94f07ac4ed16a527e3091af26361dfb0e9ed0a2","date":"2010-01-27 14:27:02","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/photo_sets controller to have the correct name spacing.","login":"alainbloch"},{"parents":[["a94f07ac4ed16a527e3091af26361dfb0e9ed0a2",1139,1]],"author":"alain","time":1140,"id":"54ad81a3e4e1b204df283ecd8a9b2e35c061a9e3","date":"2010-01-27 14:27:43","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added new_create method to groups/photos controller so that the old create method can still work for the old forms.","login":"alainbloch"},{"parents":[["54ad81a3e4e1b204df283ecd8a9b2e35c061a9e3",1140,1]],"author":"alain","time":1141,"id":"f50e56d311c7228090e4391e8a355a31311bd273","date":"2010-01-27 14:32:37","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"refactored the groups/statuses create method. removed a bunch of garbage that should've been in the model.","login":"alainbloch"},{"parents":[["f50e56d311c7228090e4391e8a355a31311bd273",1141,1]],"author":"alain","time":1142,"id":"3420ff29588da850d961496a393c08be835c8dce","date":"2010-01-27 14:33:31","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/stickers controller for name spacing.","login":"alainbloch"},{"parents":[["3420ff29588da850d961496a393c08be835c8dce",1142,1]],"author":"alain","time":1143,"id":"ee5a5c6a0d6d28e44355da7ab21d7a4ca2f94cb0","date":"2010-01-27 14:33:55","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/themes controller for name spacing.","login":"alainbloch"},{"parents":[["ee5a5c6a0d6d28e44355da7ab21d7a4ca2f94cb0",1143,1]],"author":"alain","time":1144,"id":"2f5c667f9eccfd98fa1d66e0c33ab0a5b512bfb8","date":"2010-01-27 14:34:20","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/videos controller for name spacing.","login":"alainbloch"},{"parents":[["2f5c667f9eccfd98fa1d66e0c33ab0a5b512bfb8",1144,1]],"author":"alain","time":1145,"id":"0585d91ba055967e42edcb584a1159bab8b01d4a","date":"2010-01-27 14:35:01","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups show method to build_status_media on instanced @status model.","login":"alainbloch"},{"parents":[["0585d91ba055967e42edcb584a1159bab8b01d4a",1145,1]],"author":"alain","time":1146,"id":"d832fa31c984a473a1ddee760394eb8bfe11882a","date":"2010-01-27 14:38:17","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added new_create method to photos controller and added some comments to the old create method to understand it better.","login":"alainbloch"},{"parents":[["d832fa31c984a473a1ddee760394eb8bfe11882a",1146,1]],"author":"alain","time":1147,"id":"24e9b0e56761ce0004e8182660b69993ffda717c","date":"2010-01-27 14:39:20","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised statuses create method.","login":"alainbloch"},{"parents":[["9997ea471d4f6f54fd33333cc829ee246a34965a",1132,0]],"author":"teejayvanslyke","time":1148,"id":"0c3eae96625fec1bd3787d2a491efca36faa6275","date":"2010-01-27 14:40:58","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added avatars and background_images directories to .gitignore.","login":"teejayvanslyke"},{"parents":[["24e9b0e56761ce0004e8182660b69993ffda717c",1147,1]],"author":"alain","time":1149,"id":"9576c340631f90f095604262bf7f695b046c2923","date":"2010-01-27 14:51:31","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised photo model to not use s3 in dev & test mode.","login":"alainbloch"},{"parents":[["9576c340631f90f095604262bf7f695b046c2923",1149,1]],"author":"alain","time":1150,"id":"03fc245118461589b2fdcd28d57d61c4bbcf5666","date":"2010-01-27 14:54:28","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/show view to have some HTML comments for easy location of group/status/form.","login":"alainbloch"},{"parents":[["03fc245118461589b2fdcd28d57d61c4bbcf5666",1150,1]],"author":"alain","time":1151,"id":"2583fbb98f1e77dbe4cc1d6e238b63cadb0d6d7d","date":"2010-01-27 15:34:02","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/statuses/add_media form to not include any js and all the garbage that went into using this form for two different contexts.","login":"alainbloch"},{"parents":[["2583fbb98f1e77dbe4cc1d6e238b63cadb0d6d7d",1151,1]],"author":"alain","time":1152,"id":"22dc7ebdcd7d7827e5b13bb5bc430ffef3a0758c","date":"2010-01-27 16:09:09","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised statuses comment partial for path revisions.","login":"alainbloch"},{"parents":[["22dc7ebdcd7d7827e5b13bb5bc430ffef3a0758c",1152,1]],"author":"alain","time":1153,"id":"bccb1ecaca73026b1dab847186cf0b4b529ba44a","date":"2010-01-27 16:09:51","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised for path revision.","login":"alainbloch"},{"parents":[["bccb1ecaca73026b1dab847186cf0b4b529ba44a",1153,1]],"author":"alain","time":1154,"id":"2eee7f45d04f689d0fa98c05a1366b51c2d5a541","date":"2010-01-27 16:10:39","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised for path revisions.","login":"alainbloch"},{"parents":[["2eee7f45d04f689d0fa98c05a1366b51c2d5a541",1154,1]],"author":"alain","time":1155,"id":"9f30a9951494b9d5d425e2a381b12a06e88c4555","date":"2010-01-27 16:11:08","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised for path revisions.","login":"alainbloch"},{"parents":[["9f30a9951494b9d5d425e2a381b12a06e88c4555",1155,1]],"author":"alain","time":1156,"id":"53a76f2c97f8759f54b02476055904126305ed72","date":"2010-01-27 16:12:07","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised groups/statuses/create rjs file. code is now smaller and less stupid.","login":"alainbloch"},{"parents":[["53a76f2c97f8759f54b02476055904126305ed72",1156,1]],"author":"alain","time":1157,"id":"ba2873b4a46ade70c4488b3cc69e11889991519c","date":"2010-01-27 16:15:42","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised due to path change.","login":"alainbloch"},{"parents":[["ba2873b4a46ade70c4488b3cc69e11889991519c",1157,1]],"author":"alain","time":1158,"id":"120801cd9f8d32ae187d480156e2d7c2979c8108","date":"2010-01-27 16:16:06","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised due to path change.","login":"alainbloch"},{"parents":[["120801cd9f8d32ae187d480156e2d7c2979c8108",1158,1]],"author":"alain","time":1159,"id":"11457e4df385fff7032ebe1baf2e45d7f041404f","date":"2010-01-27 16:16:53","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed juggernaut/swfobject js because its unneeded?","login":"alainbloch"},{"parents":[["11457e4df385fff7032ebe1baf2e45d7f041404f",1159,1]],"author":"alain","time":1160,"id":"68e1ccf876430dba696a900ab408b2a947d7f559","date":"2010-01-27 16:17:32","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed swfobject and swfupload from landing layout because its unneeded.","login":"alainbloch"},{"parents":[["68e1ccf876430dba696a900ab408b2a947d7f559",1160,1]],"author":"alain","time":1161,"id":"e7cdd272f113d18b55fec44d634034b9a6972d13","date":"2010-01-27 16:18:04","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed swfobject from parents layout.","login":"alainbloch"},{"parents":[["e7cdd272f113d18b55fec44d634034b9a6972d13",1161,1]],"author":"alain","time":1162,"id":"d7b671bb9bfcbc4ca872fb374c01eff067472557","date":"2010-01-27 16:24:09","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"touched add_audio partial in statuses.","login":"alainbloch"},{"parents":[["d7b671bb9bfcbc4ca872fb374c01eff067472557",1162,1]],"author":"alain","time":1163,"id":"ca41ab55a9a92195105e8accfafa59ade598d7a9","date":"2010-01-27 16:25:00","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added uploadify to add_photos partial in statuses.","login":"alainbloch"},{"parents":[["ca41ab55a9a92195105e8accfafa59ade598d7a9",1163,1]],"author":"alain","time":1164,"id":"e98611ab4e673cf2abe11de2094190b5612eeae5","date":"2010-01-27 16:26:08","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"made statuses form into a multipart form to prevent errors and add some graceful degradation. added partials into the form instead of outside the form.","login":"alainbloch"},{"parents":[["e98611ab4e673cf2abe11de2094190b5612eeae5",1164,1]],"author":"alain","time":1165,"id":"8cc425edb28c2e24ecb368f95e49cdd981392bf0","date":"2010-01-27 16:26:38","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"touched exception_notifier initializer.","login":"alainbloch"},{"parents":[["8cc425edb28c2e24ecb368f95e49cdd981392bf0",1165,1]],"author":"alain","time":1166,"id":"6a280e22c1d0d17d0df24b7acd821b6a3362ccf7","date":"2010-01-27 16:39:14","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised routes to add new_Create to child photo resourcs and group photos.","login":"alainbloch"},{"parents":[["6a280e22c1d0d17d0df24b7acd821b6a3362ccf7",1166,1]],"author":"alain","time":1167,"id":"2a9f03854ace9686cd374829f5f9896dc1e18d1f","date":"2010-01-27 16:39:38","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised schema.","login":"alainbloch"},{"parents":[["2a9f03854ace9686cd374829f5f9896dc1e18d1f",1167,1]],"author":"alain","time":1168,"id":"1b2c6a18b0309a059c503379a03cc2aef029d838","date":"2010-01-27 16:51:55","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added new audio/preview rjs and photos/new_create rjs. added new media forms (audio/video/photos) to groups.","login":"alainbloch"},{"parents":[["1b2c6a18b0309a059c503379a03cc2aef029d838",1168,1]],"author":"alain","time":1169,"id":"df1a288edfcba9d47399cf788c77e3292c5f058a","date":"2010-01-27 16:56:32","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"removed old uploadify js.","login":"alainbloch"},{"parents":[["df1a288edfcba9d47399cf788c77e3292c5f058a",1169,1]],"author":"alain","time":1170,"id":"517e1c7ec386df9d42ce411527ba30b3f17f126b","date":"2010-01-27 16:57:54","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised uploadify_rails_helper to include with, and to reset the uploadify_rails instance when javascript_uploadify_tag is invoked.","login":"alainbloch"},{"parents":[["517e1c7ec386df9d42ce411527ba30b3f17f126b",1170,1]],"author":"alain","time":1171,"id":"1b9a7806a3089ae0aec962aa351fb936c4d4d6ef","date":"2010-01-27 17:06:28","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added uploadify buttons for songs and photos.","login":"alainbloch"},{"parents":[["1b9a7806a3089ae0aec962aa351fb936c4d4d6ef",1171,1]],"author":"alain","time":1172,"id":"85586e781e3766fb5792224e0ff094e41d7deb44","date":"2010-01-27 17:06:59","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added new jquery 1-3-2.","login":"alainbloch"},{"parents":[["85586e781e3766fb5792224e0ff094e41d7deb44",1172,1]],"author":"alain","time":1173,"id":"11c9611dcda3d4e3fcce63b129fc705ecfb39213","date":"2010-01-27 17:07:19","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"added statuses controller test.","login":"alainbloch"},{"parents":[["11c9611dcda3d4e3fcce63b129fc705ecfb39213",1173,1],["0c3eae96625fec1bd3787d2a491efca36faa6275",1148,0]],"author":"alain","time":1174,"id":"8d81a217685b1ffe4a52c39ff5125dc10edbc110","date":"2010-01-27 17:19:05","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":"alainbloch"},{"parents":[["8d81a217685b1ffe4a52c39ff5125dc10edbc110",1174,1]],"author":"alain","time":1175,"id":"01ea6db7f0f46ed5a132d055a5f1f5bc33b09094","date":"2010-01-27 20:23:49","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised audio and photo model to use s3 in dev and staging.","login":"alainbloch"},{"parents":[["01ea6db7f0f46ed5a132d055a5f1f5bc33b09094",1175,1]],"author":"kranthi","time":1176,"id":"db695eb62ed159a00eb14acacfce73e045afc375","date":"2010-01-28 04:13:48","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"all unit tests are greennnnn","login":"kranthicu"},{"parents":[["0c3eae96625fec1bd3787d2a491efca36faa6275",1148,0]],"author":"teejayvanslyke","time":1177,"id":"a86b304de86da626e8f8b9ff81cb73ea80b613ec","date":"2010-01-28 10:48:46","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added model scaffolding for inappropriate flags and started writing","login":"teejayvanslyke"},{"parents":[["a86b304de86da626e8f8b9ff81cb73ea80b613ec",1177,0],["db695eb62ed159a00eb14acacfce73e045afc375",1176,1]],"author":"teejayvanslyke","time":1178,"id":"609f0e56f52dad2984e391fd39c8ccb4d9015cb9","date":"2010-01-28 10:52:14","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' into 1086","login":"teejayvanslyke"},{"parents":[["db695eb62ed159a00eb14acacfce73e045afc375",1176,1]],"author":"alain","time":1179,"id":"cea17267f030bea5375cfaa68c913ed5c74f7e8c","date":"2010-01-28 12:14:07","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised comment_test to use new defined factories. touched comment model to create a tracl_child_activity model by using its association.","login":"alainbloch"},{"parents":[["cea17267f030bea5375cfaa68c913ed5c74f7e8c",1179,1]],"author":"alain","time":1180,"id":"f0aa4f50143adcd3f67c51ae8e4ef9dd74cd0f8e","date":"2010-01-28 19:14:39","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised avatar, background_image, game, photo tests to not create warnings due to blank values for named scopes.","login":"alainbloch"},{"parents":[["f0aa4f50143adcd3f67c51ae8e4ef9dd74cd0f8e",1180,1]],"author":"alain","time":1181,"id":"33bfc5b9c2cadaabec3df6d51feb63e63ece6ccd","date":"2010-01-28 19:15:04","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised open_market lib to not send out logs if the system is in test mode.","login":"alainbloch"},{"parents":[["33bfc5b9c2cadaabec3df6d51feb63e63ece6ccd",1181,1]],"author":"alain","time":1182,"id":"4a99fb5648b7cc1193e2e9580af376868213602f","date":"2010-01-28 19:15:35","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised first initializer so it includes the staging environment.","login":"alainbloch"},{"parents":[["4a99fb5648b7cc1193e2e9580af376868213602f",1182,1]],"author":"alain","time":1183,"id":"3b016eded5c9eb07ec50eff20f4570d92c072f74","date":"2010-01-28 19:16:17","gravatar":"ae1ce6cae3a4aa342545b020ed9f8186","space":1,"message":"revised parent model to not send out a log message if in test mode.","login":"alainbloch"},{"parents":[["3b016eded5c9eb07ec50eff20f4570d92c072f74",1183,1]],"author":"kranthi","time":1184,"id":"b8d56a9bf1ea1111da417616f8a0c097aa1efd78","date":"2010-01-29 06:07:49","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"1:added test cases for everlooptv,sticker,temp_upload,status_media,audio,avatar","login":"kranthicu"},{"parents":[["b8d56a9bf1ea1111da417616f8a0c097aa1efd78",1184,1]],"author":"kranthi","time":1185,"id":"d0720e5c32ad36ccb1a2c1609ac20da02bba5b8f","date":"2010-01-29 06:08:22","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"removed wrong file name","login":"kranthicu"},{"parents":[["d0720e5c32ad36ccb1a2c1609ac20da02bba5b8f",1185,1]],"author":"kranthi","time":1186,"id":"e992953c650b1dcd2c446554ecdcf058c19d9fa0","date":"2010-01-29 06:44:11","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"friend invite test","login":"kranthicu"},{"parents":[["e992953c650b1dcd2c446554ecdcf058c19d9fa0",1186,1]],"author":"kranthi","time":1187,"id":"3e0d6e9a78b963da5e6bd1303fbb088c8f79712e","date":"2010-01-29 06:45:50","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"friend invite","login":"kranthicu"},{"parents":[["3e0d6e9a78b963da5e6bd1303fbb088c8f79712e",1187,1]],"author":"kranthi","time":1188,"id":"d619603c7e04715701b98425218231210cb949e0","date":"2010-01-29 07:11:15","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"transparent background iamges","login":"kranthicu"},{"parents":[["609f0e56f52dad2984e391fd39c8ccb4d9015cb9",1178,0]],"author":"teejayvanslyke","time":1189,"id":"6502c85c9a5f0ce26bf80bbf01cd1992196d8813","date":"2010-01-30 11:28:06","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added inappropriate flag controller to handle creation of inappropriate","login":"teejayvanslyke"},{"parents":[["6502c85c9a5f0ce26bf80bbf01cd1992196d8813",1189,0],["d619603c7e04715701b98425218231210cb949e0",1188,1]],"author":"teejayvanslyke","time":1190,"id":"9afe704253a7275fa220a57a1ada4f1d895b01f9","date":"2010-01-30 11:29:21","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' into 1086","login":"teejayvanslyke"},{"parents":[["d619603c7e04715701b98425218231210cb949e0",1188,1]],"author":"teejayvanslyke","time":1191,"id":"c9e547b93644931f6aad245f5e65ac6df43e0397","date":"2010-01-30 11:48:29","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":1,"message":"Updated .gitignore to include public/system and tmp/*","login":"teejayvanslyke"},{"parents":[["9afe704253a7275fa220a57a1ada4f1d895b01f9",1190,0],["c9e547b93644931f6aad245f5e65ac6df43e0397",1191,1]],"author":"teejayvanslyke","time":1192,"id":"ed0fc07501e7460a92de7de3e17f79ec71d5b5ac","date":"2010-01-30 12:13:41","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' into 1086","login":"teejayvanslyke"},{"parents":[["ed0fc07501e7460a92de7de3e17f79ec71d5b5ac",1192,0]],"author":"teejayvanslyke","time":1193,"id":"6e9b44c14ebe187f926a64a7d66bc79bc7573fe8","date":"2010-01-30 12:13:45","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added ActivityItem mixin to represent the interface for all items in any","login":"teejayvanslyke"},{"parents":[["6e9b44c14ebe187f926a64a7d66bc79bc7573fe8",1193,0]],"author":"teejayvanslyke","time":1194,"id":"905cb3acaa94055556ecc0c849af1c07a0719944","date":"2010-02-01 12:57:41","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Flagging statuses now works properly via AJAX and removes the associated","login":"teejayvanslyke"},{"parents":[["905cb3acaa94055556ecc0c849af1c07a0719944",1194,0]],"author":"teejayvanslyke","time":1195,"id":"890f7ec5d452613c8e4d000c1475aef96bfaeafc","date":"2010-02-01 13:09:18","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Removed rogue 'puts' line in application controller which was causing","login":"teejayvanslyke"},{"parents":[["890f7ec5d452613c8e4d000c1475aef96bfaeafc",1195,0]],"author":"teejayvanslyke","time":1196,"id":"27600dd602eceaa4ce05d0423cf1052a59d8a592","date":"2010-02-01 13:12:50","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added Turn gemdep line to test environment for enhanced test output.","login":"teejayvanslyke"},{"parents":[["27600dd602eceaa4ce05d0423cf1052a59d8a592",1196,0]],"author":"teejayvanslyke","time":1197,"id":"c5798a0ec5fef357087a356128e43d73a972b609","date":"2010-02-01 13:25:47","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Fixed SMS-related test by stubbing out SMS functionality since we're","login":"teejayvanslyke"},{"parents":[["c5798a0ec5fef357087a356128e43d73a972b609",1197,0]],"author":"teejayvanslyke","time":1198,"id":"0bc4fe68a9d9b674b7003f2afb7fabde758e4c3c","date":"2010-02-01 15:30:13","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":1,"message":"Added Flag link to photo show view and spec'd out mixins on photo and","login":"teejayvanslyke"},{"parents":[["c5798a0ec5fef357087a356128e43d73a972b609",1197,0]],"author":"burnblue","time":1199,"id":"66e8823f1da841efde4c1b59aba6f5b7718ed0c4","date":"2010-02-01 16:00:31","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"styled persistent footer","login":""},{"parents":[["66e8823f1da841efde4c1b59aba6f5b7718ed0c4",1199,0],["0bc4fe68a9d9b674b7003f2afb7fabde758e4c3c",1198,1]],"author":"burnblue","time":1200,"id":"c4416a3b19c28dbc2c9144ff9cbacb12f9871b7b","date":"2010-02-01 16:01:02","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["c4416a3b19c28dbc2c9144ff9cbacb12f9871b7b",1200,0]],"author":"burnblue","time":1201,"id":"55986a936e02c7b4df936942b7de99a09567e0cf","date":"2010-02-01 16:13:08","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"footer style tweaks","login":""},{"parents":[["55986a936e02c7b4df936942b7de99a09567e0cf",1201,0]],"author":"burnblue","time":1202,"id":"2233018b0fa227d7f32f069a1c4e36569ab812dc","date":"2010-02-02 14:04:14","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added chat list","login":""},{"parents":[["2233018b0fa227d7f32f069a1c4e36569ab812dc",1202,0]],"author":"burnblue","time":1203,"id":"f3a06a7bbd6289b897a18a3bec9d20c43775a232","date":"2010-02-02 15:18:36","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added active chat box","login":""},{"parents":[["f3a06a7bbd6289b897a18a3bec9d20c43775a232",1203,0]],"author":"kranthi","time":1204,"id":"2583a940d5912bf258b0f36aa3ec59fefd7171ad","date":"2010-02-03 04:58:58","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"Added comments on the code which is unclear","login":"kranthicu"},{"parents":[["2583a940d5912bf258b0f36aa3ec59fefd7171ad",1204,0]],"author":"kranthi","time":1205,"id":"21384292c7c1be9d9c4779d2616797872b35db61","date":"2010-02-03 04:59:20","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"cleard factories","login":"kranthicu"},{"parents":[["21384292c7c1be9d9c4779d2616797872b35db61",1205,0]],"author":"kranthi","time":1206,"id":"d0567e6a45a8435fbbd7409451cefc6c64591451","date":"2010-02-03 04:59:42","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"added test cases realted to child and user","login":"kranthicu"},{"parents":[["d0567e6a45a8435fbbd7409451cefc6c64591451",1206,0]],"author":"teejayvanslyke","time":1207,"id":"ae98a2ebdecb6802173346ed1dee2341ba788f6f","date":"2010-02-03 11:01:53","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added locale strings for inappropriate flags in photos.","login":"teejayvanslyke"},{"parents":[["ae98a2ebdecb6802173346ed1dee2341ba788f6f",1207,0]],"author":"burnblue","time":1208,"id":"e970090d888947fc879ea1855a7d3ed09afa3356","date":"2010-02-03 11:37:09","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"tos and privacy boxes","login":""},{"parents":[["e970090d888947fc879ea1855a7d3ed09afa3356",1208,0]],"author":"burnblue","time":1209,"id":"995b4ca5d04f87468332991c8f4db6c630fcd9c7","date":"2010-02-03 14:01:50","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"feedback slides out now","login":""},{"parents":[["995b4ca5d04f87468332991c8f4db6c630fcd9c7",1209,0]],"author":"burnblue","time":1210,"id":"45e7502f241a9ca8ce11b3dde0d061ab35e42f2b","date":"2010-02-03 14:23:18","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added active chats box","login":""},{"parents":[["45e7502f241a9ca8ce11b3dde0d061ab35e42f2b",1210,0]],"author":"burnblue","time":1211,"id":"06180e7ae342ec69038c3350a3be6991f8b0fe37","date":"2010-02-03 14:36:34","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added chat and call buttons","login":""},{"parents":[["06180e7ae342ec69038c3350a3be6991f8b0fe37",1211,0]],"author":"kranthi","time":1212,"id":"6b7426826f2aa4068e5b5686bf6f891cd6247fea","date":"2010-02-04 06:44:02","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"added comments on the code which can be refractored and which cannot be covered due obvious reasons","login":"kranthicu"},{"parents":[["6b7426826f2aa4068e5b5686bf6f891cd6247fea",1212,0]],"author":"kranthi","time":1213,"id":"2555323366442ec1e9d7ae40a8a996ff79b17082","date":"2010-02-04 06:45:40","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"added test cases group.rb,child.rb, child/activites,bad_words","login":"kranthicu"},{"parents":[["2555323366442ec1e9d7ae40a8a996ff79b17082",1213,0]],"author":"burnblue","time":1214,"id":"a9b707f6218afa6d433d583cf2658c1d69d76953","date":"2010-02-04 12:40:03","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"fixed safari chat box bug","login":""},{"parents":[["a9b707f6218afa6d433d583cf2658c1d69d76953",1214,0]],"author":"kranthi","time":1215,"id":"54c366f9e8a92dc9101dc67746a0dab078830cf7","date":"2010-02-05 04:23:57","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"refractored sms related code. added bad word test case which is missing in previous commit","login":"kranthicu"},{"parents":[["54c366f9e8a92dc9101dc67746a0dab078830cf7",1215,0]],"author":"teejayvanslyke","time":1216,"id":"889bfa45aa3ce72fd61e1631d19fbdd00e59ac3b","date":"2010-02-05 09:49:34","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Removed old vendorized Rails.","login":"teejayvanslyke"},{"parents":[["889bfa45aa3ce72fd61e1631d19fbdd00e59ac3b",1216,0]],"author":"teejayvanslyke","time":1217,"id":"6592fdab62c62779bf6e7d55893fe347ad5251fd","date":"2010-02-05 10:22:00","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Upgraded to Rails 2.3.5 and vendorized it.","login":"teejayvanslyke"},{"parents":[["6592fdab62c62779bf6e7d55893fe347ad5251fd",1217,0]],"author":"burnblue","time":1218,"id":"be450b64ca5f954ffbe50a209ce2ca4e5c39de72","date":"2010-02-05 12:49:23","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"fixed up sponsor styles","login":""},{"parents":[["be450b64ca5f954ffbe50a209ce2ca4e5c39de72",1218,0]],"author":"kranthi","time":1219,"id":"dc1963af3b0eadc30106aa734fb2f3d5af88e5a4","date":"2010-02-08 05:12:57","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"added test cases for children and friends invite controllers.","login":"kranthicu"},{"parents":[["dc1963af3b0eadc30106aa734fb2f3d5af88e5a4",1219,0]],"author":"burnblue","time":1220,"id":"bab8713f7f9e36a5a586bef91a3a929d7510c382","date":"2010-02-08 14:41:50","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added sms terms to landing","login":""},{"parents":[["bab8713f7f9e36a5a586bef91a3a929d7510c382",1220,0]],"author":"kranthi","time":1221,"id":"8579b12bf9aefa36ee18df0bd6fa810dd1d8a578","date":"2010-02-09 04:25:24","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:fixed inappropriate flags request params. 2:fixed profiles ActionView Template errors","login":"kranthicu"},{"parents":[["8579b12bf9aefa36ee18df0bd6fa810dd1d8a578",1221,0]],"author":"burnblue","time":1222,"id":"d08866067f0b0be08c6eae06fcfd20f4752a3ef7","date":"2010-02-09 12:03:18","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"landing footer links","login":""},{"parents":[["d08866067f0b0be08c6eae06fcfd20f4752a3ef7",1222,0]],"author":"burnblue","time":1223,"id":"6e87663accb7cf7c2ea2b2f4c352c53be73c2792","date":"2010-02-09 12:40:27","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added safety seals","login":""},{"parents":[["6e87663accb7cf7c2ea2b2f4c352c53be73c2792",1223,0]],"author":"burnblue","time":1224,"id":"3d7ca0630267224d7ff5941096d5b76f1acdb652","date":"2010-02-09 15:28:29","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"tweaked image upload styling","login":""},{"parents":[["3d7ca0630267224d7ff5941096d5b76f1acdb652",1224,3]],"author":"burnblue","time":1225,"id":"eee1f8c963b196b577c27f895a00b75795b22d73","date":"2010-02-09 15:45:27","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"issue 1217","login":""},{"parents":[["eee1f8c963b196b577c27f895a00b75795b22d73",1225,3]],"author":"burnblue","time":1226,"id":"6b18c9c39f5ceff4c8b90675b467602e18c32667","date":"2010-02-09 17:07:37","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"issue 1183","login":""},{"parents":[["d08866067f0b0be08c6eae06fcfd20f4752a3ef7",1222,0]],"author":"James W Moline","time":1227,"id":"298ce0dce9c64aa46cceef99175d851a3a0e36e1","date":"2010-02-09 19:03:28","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"making friends dependent => destroy","login":""},{"parents":[["298ce0dce9c64aa46cceef99175d851a3a0e36e1",1227,1],["6b18c9c39f5ceff4c8b90675b467602e18c32667",1226,3]],"author":"James W Moline","time":1228,"id":"e747cfadabecdcc8804204f98a0ac352068dc66e","date":"2010-02-09 19:13:45","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["e747cfadabecdcc8804204f98a0ac352068dc66e",1228,1]],"author":"James W Moline","time":1229,"id":"c9dde4db700b01ed9baef750b62111e62331086f","date":"2010-02-09 19:40:28","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"fixing bug with uploading background image to new group","login":""},{"parents":[["c9dde4db700b01ed9baef750b62111e62331086f",1229,1]],"author":"James W Moline","time":1230,"id":"cc769a566172149e54216a433bad5377a5f8bd85","date":"2010-02-09 19:51:23","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"replacing association tests with shoulda macros","login":""},{"parents":[["cc769a566172149e54216a433bad5377a5f8bd85",1230,1]],"author":"James W Moline","time":1231,"id":"2064538e5026216453e6db199a296b39c6a3d3bb","date":"2010-02-09 23:07:25","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"functional tests to verify current behavior of access_for_user_role","login":""},{"parents":[["6e87663accb7cf7c2ea2b2f4c352c53be73c2792",1223,0]],"author":"teejayvanslyke","time":1232,"id":"aa1bd9b14bea25e5ceae83d25f1e210a60c5468f","date":"2010-02-10 10:57:46","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"- Extracted simpler, unobstructive interface to Uploadify out of the","login":"teejayvanslyke"},{"parents":[["aa1bd9b14bea25e5ceae83d25f1e210a60c5468f",1232,0]],"author":"teejayvanslyke","time":1233,"id":"55992f4ad64a4ce0126510ac81bcebc11dcf69fe","date":"2010-02-10 12:51:46","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Refactored audio upload JavaScript into a few handler methods.","login":"teejayvanslyke"},{"parents":[["55992f4ad64a4ce0126510ac81bcebc11dcf69fe",1233,0]],"author":"teejayvanslyke","time":1234,"id":"b07caf9091efca36338510c694ffa58238cbbee7","date":"2010-02-10 14:25:04","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added and configured jsroutes gem which provides named routes within","login":"teejayvanslyke"},{"parents":[["cc769a566172149e54216a433bad5377a5f8bd85",1230,1]],"author":"kranthi","time":1235,"id":"941ecbcc0b49b0f8daa7efe37c1779fb18b81bfa","date":"2010-02-11 04:28:05","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"1:added format for the format specific methods","login":"kranthicu"},{"parents":[["941ecbcc0b49b0f8daa7efe37c1779fb18b81bfa",1235,3]],"author":"kranthi","time":1236,"id":"b17aeabb527515b50e7ab060630b04126221e6e6","date":"2010-02-11 04:29:03","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"functional test suites for home contollers","login":"kranthicu"},{"parents":[["b17aeabb527515b50e7ab060630b04126221e6e6",1236,3]],"author":"kranthi","time":1237,"id":"dc7e7b99814b2eefb3e873cc294b8f300b8a3333","date":"2010-02-11 04:30:58","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":" added checks for statuses","login":"kranthicu"},{"parents":[["dc7e7b99814b2eefb3e873cc294b8f300b8a3333",1237,3]],"author":"kranthi","time":1238,"id":"361b1c8df13500447a702b3097c133e3da597368","date":"2010-02-11 05:20:57","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"1:fixed the form issues from parent_new.js.rjs form","login":"kranthicu"},{"parents":[["361b1c8df13500447a702b3097c133e3da597368",1238,3]],"author":"kranthi","time":1239,"id":"2a8d5b72c3e4506695952715da7a1a0fefa898d4","date":"2010-02-11 05:21:18","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"parent tests","login":"kranthicu"},{"parents":[["2a8d5b72c3e4506695952715da7a1a0fefa898d4",1239,3]],"author":"kranthi","time":1240,"id":"97d518081801d773a739f7af30bd6e72d5691374","date":"2010-02-11 05:22:24","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"generalised the invite hash method","login":"kranthicu"},{"parents":[["b07caf9091efca36338510c694ffa58238cbbee7",1234,0]],"author":"teejayvanslyke","time":1241,"id":"70200b37b73cad36c61df371d8414f32166dc5fa","date":"2010-02-11 14:36:43","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Despite being broken, I've re-worked the Uploadify code for uploading","login":"teejayvanslyke"},{"parents":[["70200b37b73cad36c61df371d8414f32166dc5fa",1241,0],["97d518081801d773a739f7af30bd6e72d5691374",1240,3]],"author":"teejayvanslyke","time":1242,"id":"db44665818c082daf647b8ff4cced84f540f7b42","date":"2010-02-11 14:38:47","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"teejayvanslyke"},{"parents":[["2064538e5026216453e6db199a296b39c6a3d3bb",1231,1]],"author":"James W Moline","time":1243,"id":"725abeba8e72374e6729668a749b780e555a3b30","date":"2010-02-11 19:56:15","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"skipping access_for_user_role, adding parent specific filter","login":""},{"parents":[["725abeba8e72374e6729668a749b780e555a3b30",1243,1]],"author":"James W Moline","time":1244,"id":"50d1ce410b499581a6e1d6724e26dc35a40deef8","date":"2010-02-11 20:35:42","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"tests to confirm admin action behavior for non-admins","login":""},{"parents":[["50d1ce410b499581a6e1d6724e26dc35a40deef8",1244,1]],"author":"James W Moline","time":1245,"id":"b64ff0adb8e5e37093aa0e52a6f03150adf9f03b","date":"2010-02-11 20:40:08","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"refactoring parent dash behavior tests","login":""},{"parents":[["b64ff0adb8e5e37093aa0e52a6f03150adf9f03b",1245,1],["db44665818c082daf647b8ff4cced84f540f7b42",1242,0]],"author":"James W Moline","time":1246,"id":"3fc070375ae49c55623b70f3602d903521b70c2c","date":"2010-02-11 21:31:55","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"merge","login":""},{"parents":[["3fc070375ae49c55623b70f3602d903521b70c2c",1246,1]],"author":"James W Moline","time":1247,"id":"ad085b98c65c46b973f42e25952c8d552342c66c","date":"2010-02-11 21:32:53","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"adding back non-parent current user tests","login":""},{"parents":[["ad085b98c65c46b973f42e25952c8d552342c66c",1247,1]],"author":"kranthi","time":1248,"id":"71cb6a423e77ee5ab09f38b3036c94d91e558bb9","date":"2010-02-12 00:21:24","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"1:added format specifics for the ignore groups controllers. 2.wrote the respecitve test cases","login":"kranthicu"},{"parents":[["71cb6a423e77ee5ab09f38b3036c94d91e558bb9",1248,1]],"author":"kranthi","time":1249,"id":"07978eda4439e2aa39df7bc443ad4f926f70c0bf","date":"2010-02-12 04:16:25","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"parent controller tests","login":"kranthicu"},{"parents":[["07978eda4439e2aa39df7bc443ad4f926f70c0bf",1249,1]],"author":"kranthi","time":1250,"id":"8486f079215c5fd6bd9d718f82f2f65caec73be9","date":"2010-02-12 04:17:07","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"fixed routing erros. Restored the AUTH_TOKEN with commented version","login":"kranthicu"},{"parents":[["8486f079215c5fd6bd9d718f82f2f65caec73be9",1250,1]],"author":"kranthi","time":1251,"id":"afe75dcd2d86c55d4beba65f69491c124811e197","date":"2010-02-12 05:31:02","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"parent related controller test cases","login":"kranthicu"},{"parents":[["db44665818c082daf647b8ff4cced84f540f7b42",1242,0]],"author":"teejayvanslyke","time":1252,"id":"dcd3b94a252044d9b1504d28e7953da7a242681c","date":"2010-02-12 13:21:24","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"- Replaced audios/_preview partial with audios/show view, since AJAX","login":"teejayvanslyke"},{"parents":[["dcd3b94a252044d9b1504d28e7953da7a242681c",1252,0],["afe75dcd2d86c55d4beba65f69491c124811e197",1251,1]],"author":"teejayvanslyke","time":1253,"id":"d94f283a59ba50e549bd94e0e54123ff93edfefc","date":"2010-02-12 13:23:44","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"teejayvanslyke"},{"parents":[["d94f283a59ba50e549bd94e0e54123ff93edfefc",1253,0]],"author":"James W Moline","time":1254,"id":"4a0db9f7e980ca781e7217a13c0f88e2eda9db6e","date":"2010-02-12 14:35:17","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"factoring out access_for_user_role","login":""},{"parents":[["4a0db9f7e980ca781e7217a13c0f88e2eda9db6e",1254,0]],"author":"James W Moline","time":1255,"id":"d9e144248ea3a649f32a513733d33504c16ddf00","date":"2010-02-12 15:02:48","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"moving the FriendInvite.check_child_invite call to a more appropriate controller","login":""},{"parents":[["d9e144248ea3a649f32a513733d33504c16ddf00",1255,0]],"author":"kranthi","time":1256,"id":"09b3a905b841e6edc50f1d6a1e27510384edcb1b","date":"2010-02-15 01:20:36","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"parental control levels => fixed the find to find_by_id to ensure it dose not break the app. 2:relavent test cases","login":"kranthicu"},{"parents":[["09b3a905b841e6edc50f1d6a1e27510384edcb1b",1256,0]],"author":"kranthi","time":1257,"id":"cc381369d8242d0c1a1431204c49c96149e8b833","date":"2010-02-15 01:41:35","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"relevant parent control tests","login":"kranthicu"},{"parents":[["cc381369d8242d0c1a1431204c49c96149e8b833",1257,0]],"author":"kranthi","time":1258,"id":"6a0fa2b972364b84ef91ae0352123bbef32e09ea","date":"2010-02-15 02:25:39","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added comments for child registration controllers.2:relavent test cases for child registation","login":"kranthicu"},{"parents":[["6a0fa2b972364b84ef91ae0352123bbef32e09ea",1258,0]],"author":"kranthi","time":1259,"id":"6429ef7fe96e32e82b795b1213460944a9cac1a0","date":"2010-02-15 04:36:50","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:fixed issues with message being nil. 2:written relvant test cases","login":"kranthicu"},{"parents":[["6429ef7fe96e32e82b795b1213460944a9cac1a0",1259,0]],"author":"kranthi","time":1260,"id":"c1970a818a5ac99173b5713c049722ff903466b2","date":"2010-02-16 04:35:24","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"made corrections for validations","login":"kranthicu"},{"parents":[["c1970a818a5ac99173b5713c049722ff903466b2",1260,0]],"author":"kranthi","time":1261,"id":"9d96c0dbe2f4a4732a5b61c51f3fd9b0aa06ac85","date":"2010-02-16 04:36:07","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"added test cases for admin/channels admin/users","login":"kranthicu"},{"parents":[["9d96c0dbe2f4a4732a5b61c51f3fd9b0aa06ac85",1261,0]],"author":"kranthi","time":1262,"id":"f69bbeb6b051f7377448930e421f8dbd314f67a5","date":"2010-02-16 05:20:35","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"admin/videos_controller along with test cases","login":"kranthicu"},{"parents":[["f69bbeb6b051f7377448930e421f8dbd314f67a5",1262,0]],"author":"James W Moline","time":1263,"id":"60832a24f7bd4a3d7beb99a63fa3af34cbe26509","date":"2010-02-16 19:29:50","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"adding method to verify access, tests","login":""},{"parents":[["60832a24f7bd4a3d7beb99a63fa3af34cbe26509",1263,3]],"author":"James W Moline","time":1264,"id":"1f4d399abcba8bcaefb534a6004c79c5054e552a","date":"2010-02-16 20:20:08","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"allowing user to view themselves","login":""},{"parents":[["1f4d399abcba8bcaefb534a6004c79c5054e552a",1264,3]],"author":"James W Moline","time":1265,"id":"30f9505c5e6ec6ee463e541b55fcf1a166505e87","date":"2010-02-16 21:27:40","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"filter to confirm user has access to view profile","login":""},{"parents":[["30f9505c5e6ec6ee463e541b55fcf1a166505e87",1265,3]],"author":"James W Moline","time":1266,"id":"4925daf32f0787f435196a3d57e3cdcbe7e8a9cf","date":"2010-02-17 00:15:57","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"access methods for photos","login":""},{"parents":[["f69bbeb6b051f7377448930e421f8dbd314f67a5",1262,0]],"author":"kranthi","time":1267,"id":"f935ef39d53e7dd2fd4bdd4e93a1255b90a779aa","date":"2010-02-17 04:07:38","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:added fast_context to speed up the test cases. 2:test cases clean up. 3:formatters for controllers","login":"kranthicu"},{"parents":[["f935ef39d53e7dd2fd4bdd4e93a1255b90a779aa",1267,0]],"author":"kranthi","time":1268,"id":"73d57a4ef5774846ca230b6dca31069aaae01116","date":"2010-02-17 04:26:29","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"reset commit","login":"kranthicu"},{"parents":[["73d57a4ef5774846ca230b6dca31069aaae01116",1268,0],["4925daf32f0787f435196a3d57e3cdcbe7e8a9cf",1266,3]],"author":"kranthi","time":1269,"id":"eb8e276d32b91763ca9649aba484828c40800d91","date":"2010-02-17 04:30:18","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"resolving merger conflict","login":"kranthicu"},{"parents":[["eb8e276d32b91763ca9649aba484828c40800d91",1269,0]],"author":"burnblue","time":1270,"id":"6466ff6332a5ff652ea456a77ee16d2828bee1fa","date":"2010-02-17 16:31:31","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"fixed chat styling","login":""},{"parents":[["6466ff6332a5ff652ea456a77ee16d2828bee1fa",1270,1]],"author":"burnblue","time":1271,"id":"98c44eff85071f692d3644c1f9a0747aab5acdfc","date":"2010-02-17 16:32:34","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"tweak","login":""},{"parents":[["eb8e276d32b91763ca9649aba484828c40800d91",1269,0]],"author":"teejayvanslyke","time":1272,"id":"e9327248bc2f5878575b2bad9dfdb608398e1a31","date":"2010-02-17 17:16:32","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"First attempts at modifying photo upload to use Uploadify and upload on","login":"teejayvanslyke"},{"parents":[["e9327248bc2f5878575b2bad9dfdb608398e1a31",1272,0],["98c44eff85071f692d3644c1f9a0747aab5acdfc",1271,1]],"author":"teejayvanslyke","time":1273,"id":"9eff705c33491cf9e7296b7dd96446fca16a297d","date":"2010-02-17 17:17:05","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"teejayvanslyke"},{"parents":[["9eff705c33491cf9e7296b7dd96446fca16a297d",1273,0]],"author":"James W Moline","time":1274,"id":"ff2bf40d2ef68de34e75dc777018c1aa0b23210b","date":"2010-02-17 18:15:51","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"passing tests for profile access functions","login":""},{"parents":[["ff2bf40d2ef68de34e75dc777018c1aa0b23210b",1274,0]],"author":"James W Moline","time":1275,"id":"83dfd9f6bd85f6133340fe251d712883a630b080","date":"2010-02-17 19:28:47","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"a child can only join a given group once","login":""},{"parents":[["83dfd9f6bd85f6133340fe251d712883a630b080",1275,0]],"author":"James W Moline","time":1276,"id":"98b410a935f56aed522adfb1a6174e9da33c687e","date":"2010-02-17 20:14:46","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"locking down certain parts of the system user profiles, and system user access to parts of regular user profiles","login":""},{"parents":[["98b410a935f56aed522adfb1a6174e9da33c687e",1276,0]],"author":"James W Moline","time":1277,"id":"1a4f60d02d6e37d1f5f52d36862498a81987bf2f","date":"2010-02-17 20:15:12","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"preventing system users from viewing groups","login":""},{"parents":[["83dfd9f6bd85f6133340fe251d712883a630b080",1275,0]],"author":"kranthi","time":1278,"id":"453c4679a32ae1708cc850c6cc8987434a6e31b0","date":"2010-02-18 05:08:59","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"1:added test suites for bad words. 2:added test suites for avatars 3:started test cases for groups","login":"kranthicu"},{"parents":[["1a4f60d02d6e37d1f5f52d36862498a81987bf2f",1277,0]],"author":"James W Moline","time":1279,"id":"9a31f15ada193872487e34b0bc99b302c1b22c4d","date":"2010-02-18 14:59:53","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"excluding system users from friend suggestions","login":""},{"parents":[["9a31f15ada193872487e34b0bc99b302c1b22c4d",1279,0],["453c4679a32ae1708cc850c6cc8987434a6e31b0",1278,1]],"author":"James W Moline","time":1280,"id":"3d681c15fa94eb6c022ae9ba04bb70ff703c2a77","date":"2010-02-18 15:00:02","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["3d681c15fa94eb6c022ae9ba04bb70ff703c2a77",1280,0]],"author":"James W Moline","time":1281,"id":"481d3f994eaa6490cd1a34dba363d7d4e08699a6","date":"2010-02-18 18:24:34","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"correcting redirect_if_system_user method name","login":""},{"parents":[["453c4679a32ae1708cc850c6cc8987434a6e31b0",1278,1]],"author":"burnblue","time":1282,"id":"cb8d5b6f3fa0fc437e5c853cdd03724292dcdcca","date":"2010-02-19 12:30:50","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"fixed facebox height","login":""},{"parents":[["cb8d5b6f3fa0fc437e5c853cdd03724292dcdcca",1282,1]],"author":"burnblue","time":1283,"id":"aaa251c3072ed035e17b0421653ade702657504e","date":"2010-02-19 12:47:11","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 1212","login":""},{"parents":[["aaa251c3072ed035e17b0421653ade702657504e",1283,1]],"author":"burnblue","time":1284,"id":"32be6b0b33801af93997c4301569eafc231a6bc0","date":"2010-02-19 13:02:45","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"issue 693","login":""},{"parents":[["481d3f994eaa6490cd1a34dba363d7d4e08699a6",1281,0],["32be6b0b33801af93997c4301569eafc231a6bc0",1284,1]],"author":"James W Moline","time":1285,"id":"f70edb69410e6e16e0b612ae1cd51f128b6db828","date":"2010-02-19 19:53:14","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["32be6b0b33801af93997c4301569eafc231a6bc0",1284,1]],"author":"kranthi","time":1286,"id":"bb5cea68ac5c961418e2a921049cec44945c3a2f","date":"2010-02-22 04:55:49","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"1:test cases for ajax validations and friends controllers. 2: fixed formatter errors and some view bugs","login":"kranthicu"},{"parents":[["f70edb69410e6e16e0b612ae1cd51f128b6db828",1285,0]],"author":"James W Moline","time":1287,"id":"7931343b7ca51265fd82daae263d8ccd41ba6372","date":"2010-02-22 17:43:44","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"im rework, first pass","login":""},{"parents":[["7931343b7ca51265fd82daae263d8ccd41ba6372",1287,0],["bb5cea68ac5c961418e2a921049cec44945c3a2f",1286,1]],"author":"James W Moline","time":1288,"id":"ad1ed0198d6c0ac2f0a56988a5111e867a434848","date":"2010-02-22 17:44:01","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["ad1ed0198d6c0ac2f0a56988a5111e867a434848",1288,0]],"author":"James W Moline","time":1289,"id":"e2b24421ec02ee216af63a5e29bb20ea9454d3c1","date":"2010-02-22 18:14:12","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"code to initiate chat with remote user","login":""},{"parents":[["e2b24421ec02ee216af63a5e29bb20ea9454d3c1",1289,0]],"author":"James W Moline","time":1290,"id":"1fbe01a6de39402fff4e58c5e06c6d433bcfc4ba","date":"2010-02-22 19:54:54","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"code to update unread counts","login":""},{"parents":[["1fbe01a6de39402fff4e58c5e06c6d433bcfc4ba",1290,0]],"author":"James W Moline","time":1291,"id":"b05fe037e38e00505f6bcdca7392513db830a069","date":"2010-02-22 20:00:51","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"code to reset unread count to close x when chat is activated","login":""},{"parents":[["b05fe037e38e00505f6bcdca7392513db830a069",1291,0]],"author":"James W Moline","time":1292,"id":"1ebe5695c789b7c10bfa5a6e0a4dd80875c327ad","date":"2010-02-22 20:40:38","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing some minor quirks in chat","login":""},{"parents":[["1ebe5695c789b7c10bfa5a6e0a4dd80875c327ad",1292,0]],"author":"kranthi","time":1293,"id":"c7c142fe4525f40ee9b327f2e7af04facca0d515","date":"2010-02-23 04:57:45","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:fixed from column issues in emails controllers. 2:fixed view errors. 3:written test cases for emails and audios and game_scores controllers","login":"kranthicu"},{"parents":[["c7c142fe4525f40ee9b327f2e7af04facca0d515",1293,0]],"author":"kranthi","time":1294,"id":"d7659363bed874261126b293b43f0f0f05a2bed6","date":"2010-02-24 05:22:08","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"test cases for everlooptv ratings and photo_sets","login":"kranthicu"},{"parents":[["d7659363bed874261126b293b43f0f0f05a2bed6",1294,0]],"author":"kranthi","time":1295,"id":"92667984bcaec6230b906ef97947e62b6d39138b","date":"2010-02-24 05:22:44","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":0,"message":"1:completed emails controller test 2:fixed routes and view bugs","login":"kranthicu"},{"parents":[["92667984bcaec6230b906ef97947e62b6d39138b",1295,0]],"author":"teejayvanslyke","time":1296,"id":"786e6cf211a050fbaa0f782f21d3fc8f58883dfe","date":"2010-02-24 10:58:44","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Fixed invalid photo preview path causing photo preview to not appear.","login":"teejayvanslyke"},{"parents":[["786e6cf211a050fbaa0f782f21d3fc8f58883dfe",1296,0]],"author":"teejayvanslyke","time":1297,"id":"dd94527fce3374be035b92e8c76f69164d9076f4","date":"2010-02-24 11:11:01","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Got photo form working for single photos.","login":"teejayvanslyke"},{"parents":[["1ebe5695c789b7c10bfa5a6e0a4dd80875c327ad",1292,0]],"author":"James W Moline","time":1298,"id":"b8f05ec9d7b2fcabb47f863953163956d7a2b4aa","date":"2010-02-24 11:30:37","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"tweak to slider, not ready yet","login":""},{"parents":[["b8f05ec9d7b2fcabb47f863953163956d7a2b4aa",1298,1]],"author":"James W Moline","time":1299,"id":"566d9d3ce2661d29339099918ba23f9fe4b3252e","date":"2010-02-24 11:31:12","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"reploacing references to @for_this_user","login":""},{"parents":[["566d9d3ce2661d29339099918ba23f9fe4b3252e",1299,1],["dd94527fce3374be035b92e8c76f69164d9076f4",1297,0]],"author":"James W Moline","time":1300,"id":"41c751603eaf5a384aab1ef69b4eb9c6cba55c79","date":"2010-02-24 11:31:34","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["dd94527fce3374be035b92e8c76f69164d9076f4",1297,0]],"author":"teejayvanslyke","time":1301,"id":"38eb4bce368b84b4282ae8448170b1492659758c","date":"2010-02-24 12:31:16","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Made background image upload use Uploadify.","login":"teejayvanslyke"},{"parents":[["38eb4bce368b84b4282ae8448170b1492659758c",1301,0],["41c751603eaf5a384aab1ef69b4eb9c6cba55c79",1300,1]],"author":"teejayvanslyke","time":1302,"id":"992137fe4374549a64ea888a1d1f1d718d3cd0c5","date":"2010-02-24 12:32:05","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"teejayvanslyke"},{"parents":[["992137fe4374549a64ea888a1d1f1d718d3cd0c5",1302,0]],"author":"teejayvanslyke","time":1303,"id":"8bfc33047a8444771b612f0344230c1c1ac0133a","date":"2010-02-24 17:15:40","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added jQuery Livequery plugin so we can more gracefully handle","login":"teejayvanslyke"},{"parents":[["8bfc33047a8444771b612f0344230c1c1ac0133a",1303,0]],"author":"James W Moline","time":1304,"id":"cfe26859594512f5b87280d187a782be867244da","date":"2010-02-24 20:42:32","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"making slider react to closing chat","login":""},{"parents":[["cfe26859594512f5b87280d187a782be867244da",1304,3]],"author":"James W Moline","time":1305,"id":"2ff389b3e6d863a0ceb89181502a3607507eb7ca","date":"2010-02-24 20:49:27","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"fixing chat_list toggle","login":""},{"parents":[["2ff389b3e6d863a0ceb89181502a3607507eb7ca",1305,3]],"author":"James W Moline","time":1306,"id":"0a63f4445066bb14baf8d3c06fb7155b4f26e8d9","date":"2010-02-24 20:57:24","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"removing the old side view chat","login":""},{"parents":[["0a63f4445066bb14baf8d3c06fb7155b4f26e8d9",1306,3]],"author":"kranthi","time":1307,"id":"dad3650305feb98430d026ac2d2c90ab7246ee2c","date":"2010-02-25 02:15:54","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"formatter changes for badge pagination","login":"kranthicu"},{"parents":[["dad3650305feb98430d026ac2d2c90ab7246ee2c",1307,1]],"author":"kranthi","time":1308,"id":"e964884213a7fd38ea34a539e4fb57b383f56a1b","date":"2010-02-25 02:16:54","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"1:added test suites for game_rating_controller.2:addtest suties for badge_pagination_controller 3:added test suites for everlooptv_share_controller.rb","login":"kranthicu"},{"parents":[["0a63f4445066bb14baf8d3c06fb7155b4f26e8d9",1306,3]],"author":"James W Moline","time":1309,"id":"595707a7b8a315b2e7c5be36affcd52f52504f39","date":"2010-02-25 17:53:49","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"tweaks to footer chat","login":""},{"parents":[["595707a7b8a315b2e7c5be36affcd52f52504f39",1309,3],["e964884213a7fd38ea34a539e4fb57b383f56a1b",1308,1]],"author":"James W Moline","time":1310,"id":"eb6799b08672de5eacb05e2405a43105411ec3a0","date":"2010-02-25 17:53:58","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["eb6799b08672de5eacb05e2405a43105411ec3a0",1310,3]],"author":"James W Moline","time":1311,"id":"746310dae5c821c63ca9c922fef5d45ce59be09b","date":"2010-02-25 17:55:59","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"only showing users as active if they have activities in the last 10 minutes","login":""},{"parents":[["746310dae5c821c63ca9c922fef5d45ce59be09b",1311,3]],"author":"James W Moline","time":1312,"id":"645985db51dc070f9594b4e63113df1fc9924ebc","date":"2010-02-25 19:15:46","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"added polling for new/inactive chat users","login":""},{"parents":[["645985db51dc070f9594b4e63113df1fc9924ebc",1312,3]],"author":"James W Moline","time":1313,"id":"17fb4c9ccf684ea9732ff36b85fb75d0d48f332f","date":"2010-02-25 19:31:27","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"system users cannot view children's profiles","login":""},{"parents":[["17fb4c9ccf684ea9732ff36b85fb75d0d48f332f",1313,3]],"author":"James W Moline","time":1314,"id":"789e45f72f729d9c00b43b994fd41ac285041d65","date":"2010-02-25 21:34:50","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"multi photo uploads to photo sets using uploadify","login":""},{"parents":[["789e45f72f729d9c00b43b994fd41ac285041d65",1314,3]],"author":"James W Moline","time":1315,"id":"9acd365be06c98409108966d7b4a0f05e1d49a29","date":"2010-02-25 21:35:29","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"multi photo uploads to photo sets using uploadify, first pass","login":""},{"parents":[["9acd365be06c98409108966d7b4a0f05e1d49a29",1315,3]],"author":"kranthi","time":1316,"id":"a5f22ae5a9f950ac26c731e47931493b064f31b7","date":"2010-02-26 03:53:51","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"1: added test cases for emails controller,feedbackcontroller,usggestions controller,likes_controller, game_shares controller","login":"kranthicu"},{"parents":[["a5f22ae5a9f950ac26c731e47931493b064f31b7",1316,3]],"author":"kranthi","time":1317,"id":"4b35b7f42cc6fe5b2bef08eedfd189f03dcbb7ee","date":"2010-02-26 03:54:18","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"modified specs helpers and models","login":"kranthicu"},{"parents":[["4b35b7f42cc6fe5b2bef08eedfd189f03dcbb7ee",1317,3]],"author":"James W Moline","time":1318,"id":"e3fc9bb30f25184decf38af53167f17e6b732cb6","date":"2010-02-26 08:38:25","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"uploadifying sticker uploads","login":""},{"parents":[["e3fc9bb30f25184decf38af53167f17e6b732cb6",1318,3]],"author":"James W Moline","time":1319,"id":"52b9cbfaf3655d56229abc211b644af2db4e2721","date":"2010-02-26 08:46:15","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"changing theme upload button","login":""},{"parents":[["52b9cbfaf3655d56229abc211b644af2db4e2721",1319,3]],"author":"James W Moline","time":1320,"id":"a5d9c95869c42e82c4729710e3f97f7114c220f5","date":"2010-02-26 09:03:18","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"cleaning up the new uplaodify javascript a little bit","login":""},{"parents":[["a5d9c95869c42e82c4729710e3f97f7114c220f5",1320,3]],"author":"James W Moline","time":1321,"id":"bab5be503a2635e89b4a3fca6f9b9028aab927df","date":"2010-02-26 11:04:15","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"rounding corners, fixing the double toggle of the chat list when launching a new chat","login":""},{"parents":[["bab5be503a2635e89b4a3fca6f9b9028aab927df",1321,3]],"author":"James W Moline","time":1322,"id":"c5b1693b144973e1d84874d1e94dd5b9510c9d3f","date":"2010-02-26 12:08:18","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"adding back cropping for stickers","login":""},{"parents":[["c5b1693b144973e1d84874d1e94dd5b9510c9d3f",1322,3]],"author":"James W Moline","time":1323,"id":"e233f1c505dbdbe056ea9855e59032b2686a7649","date":"2010-02-26 12:52:37","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"uploadify-ing avatar uploads","login":""},{"parents":[["e233f1c505dbdbe056ea9855e59032b2686a7649",1323,3]],"author":"James W Moline","time":1324,"id":"d7ce01388b4b6d8d64a0e7fddacf76ff6a80c91f","date":"2010-02-26 13:19:14","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"making the chat poll go every 60 seconds, instead of 10","login":""},{"parents":[["d7ce01388b4b6d8d64a0e7fddacf76ff6a80c91f",1324,3]],"author":"James W Moline","time":1325,"id":"34d0b4817a5a66693ffcbd950c783d87b74fce18","date":"2010-02-26 13:31:26","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"livequerying the click event for delete background","login":""},{"parents":[["34d0b4817a5a66693ffcbd950c783d87b74fce18",1325,3]],"author":"James W Moline","time":1326,"id":"a920b4a25635f56ea5c0b71e0b77efb53cebc47e","date":"2010-02-26 13:37:15","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"livequery-ifying the close chat list click action","login":""},{"parents":[["a920b4a25635f56ea5c0b71e0b77efb53cebc47e",1326,3]],"author":"James W Moline","time":1327,"id":"9a51afbcdd6abac7868549bc51628105be0caa18","date":"2010-02-26 14:32:15","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"fixing status photo delete to be ajax","login":""},{"parents":[["a920b4a25635f56ea5c0b71e0b77efb53cebc47e",1326,3]],"author":"Hans Friedrich","time":1328,"id":"e266caa8d2e11feb423e962448c7d13cd3717db4","date":"2010-02-26 14:52:49","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":1,"message":"add voice chat new design","login":"hansef"},{"parents":[["e266caa8d2e11feb423e962448c7d13cd3717db4",1328,1],["9a51afbcdd6abac7868549bc51628105be0caa18",1327,3]],"author":"Hans Friedrich","time":1329,"id":"15c780bb866765c86ed0279c697202e42dbd4934","date":"2010-02-26 14:53:01","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":1,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"hansef"},{"parents":[["9a51afbcdd6abac7868549bc51628105be0caa18",1327,3]],"author":"James W Moline","time":1330,"id":"0dd97b8f954a255d7ecc08ccd849335ad941ba20","date":"2010-02-26 15:17:52","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"removing old chat views","login":""},{"parents":[["0dd97b8f954a255d7ecc08ccd849335ad941ba20",1330,3],["15c780bb866765c86ed0279c697202e42dbd4934",1329,1]],"author":"James W Moline","time":1331,"id":"94b6d3f68c244efa3a5e6e51f6c2cc683ea32c35","date":"2010-02-26 15:18:08","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["94b6d3f68c244efa3a5e6e51f6c2cc683ea32c35",1331,3]],"author":"James W Moline","time":1332,"id":"311bcfd73c4ba482efe8c35d13e7c1263c15d387","date":"2010-02-26 15:22:57","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"adding sticker response to div, then rendering div to facebox","login":""},{"parents":[["311bcfd73c4ba482efe8c35d13e7c1263c15d387",1332,3]],"author":"James W Moline","time":1333,"id":"c286fa1f5b2320b632c4f343fd43c42a017c2035","date":"2010-02-26 15:56:22","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"fixing jcrop in the facebox","login":""},{"parents":[["c286fa1f5b2320b632c4f343fd43c42a017c2035",1333,3]],"author":"Hans Friedrich","time":1334,"id":"930b2e600eb341453c51cc5638501260a8b3ef83","date":"2010-02-26 17:40:01","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"moving right sidebar partial directly into show so i can see loadtimes","login":"hansef"},{"parents":[["c286fa1f5b2320b632c4f343fd43c42a017c2035",1333,3]],"author":"James W Moline","time":1335,"id":"8ad953f08777e8dde5ef4530f893760a6c5ff58e","date":"2010-02-27 10:10:16","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"adding z-index style to colorpicker class","login":""},{"parents":[["8ad953f08777e8dde5ef4530f893760a6c5ff58e",1335,3],["930b2e600eb341453c51cc5638501260a8b3ef83",1334,4]],"author":"James W Moline","time":1336,"id":"c58a6070f113d300b227563f17106f55567dd75a","date":"2010-02-27 10:10:28","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["c58a6070f113d300b227563f17106f55567dd75a",1336,3]],"author":"root","time":1337,"id":"b62582f32502f827bab665432b29d7a28c44f3c1","date":"2010-02-27 13:56:32","gravatar":"f921bd193927e96168ad198214a53de0","space":1,"message":"updated newrelic config","login":""},{"parents":[["c58a6070f113d300b227563f17106f55567dd75a",1336,3]],"author":"James W Moline","time":1338,"id":"24848790b6e7d2d87fe078a86e243ac4c1cc4cbf","date":"2010-02-28 13:27:24","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"trying to reduce the amount of information being handled in the response of the sticker uploadify code","login":""},{"parents":[["24848790b6e7d2d87fe078a86e243ac4c1cc4cbf",1338,3],["b62582f32502f827bab665432b29d7a28c44f3c1",1337,1]],"author":"James W Moline","time":1339,"id":"0d2e0d13f28706b1c5e4280b4044db27bfa50ae5","date":"2010-02-28 13:27:34","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["0d2e0d13f28706b1c5e4280b4044db27bfa50ae5",1339,3]],"author":"James W Moline","time":1340,"id":"ba9c2a6f5c262f78697273ea1c34b3060a05b93f","date":"2010-02-28 14:03:16","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"minimizes info passed back in create avatar response object","login":""},{"parents":[["ba9c2a6f5c262f78697273ea1c34b3060a05b93f",1340,3]],"author":"kranthi","time":1341,"id":"38205eac36c181daf28401c12264b8318c841aa3","date":"2010-03-02 05:47:18","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"fixed broken tests","login":"kranthicu"},{"parents":[["38205eac36c181daf28401c12264b8318c841aa3",1341,1]],"author":"Hans Friedrich","time":1342,"id":"d063ebab520abba7432e6905fa67ab971899a95c","date":"2010-03-02 16:48:17","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"added themes to production branch","login":"hansef"},{"parents":[["38205eac36c181daf28401c12264b8318c841aa3",1341,1]],"author":"James W Moline","time":1343,"id":"712f7dcca211df150bbbaee83b57e49dc54026eb","date":"2010-03-02 19:59:29","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"displaying friend requests pending parent approval, actions to approve/disapprove","login":""},{"parents":[["712f7dcca211df150bbbaee83b57e49dc54026eb",1343,1],["d063ebab520abba7432e6905fa67ab971899a95c",1342,4]],"author":"James W Moline","time":1344,"id":"5d39b9f192afc12e70bf0496a12757290d4a75e3","date":"2010-03-02 19:59:47","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["5d39b9f192afc12e70bf0496a12757290d4a75e3",1344,1]],"author":"James W Moline","time":1345,"id":"50491403b41001f986486b5adbe9f91393c85f62","date":"2010-03-02 20:47:27","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"wiring up the invite by username form","login":""},{"parents":[["8bfc33047a8444771b612f0344230c1c1ac0133a",1303,0]],"author":"teejayvanslyke","time":1346,"id":"4cbf75e50804ec606f9f5bbca64796b78bbc693e","date":"2010-03-03 13:48:14","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Added indexes to status medias, activities, audios, and statuses to","login":"teejayvanslyke"},{"parents":[["4cbf75e50804ec606f9f5bbca64796b78bbc693e",1346,0],["50491403b41001f986486b5adbe9f91393c85f62",1345,1]],"author":"teejayvanslyke","time":1347,"id":"508bc4823e054aa08bbc145fcd826274242838f4","date":"2010-03-03 13:49:20","gravatar":"b6455d7e056d218f1ff5988c926bdda5","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"teejayvanslyke"},{"parents":[["508bc4823e054aa08bbc145fcd826274242838f4",1347,0]],"author":"hansef","time":1348,"id":"8a541aa6ae4a5f107b8d2253da4562d30eef25ae","date":"2010-03-03 15:20:04","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"asset packager for staging and demo","login":"hansef"},{"parents":[["8a541aa6ae4a5f107b8d2253da4562d30eef25ae",1348,0]],"author":"hansef","time":1349,"id":"f72129f8bf2e4055456ae9285479f279f6105533","date":"2010-03-03 15:43:01","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"tweak asset package list","login":"hansef"},{"parents":[["f72129f8bf2e4055456ae9285479f279f6105533",1349,0]],"author":"hansef","time":1350,"id":"eb356b5eaac59ed95bfb90fcb14040e58d2ecc7e","date":"2010-03-03 15:43:37","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":1,"message":"tweak asset package list","login":"hansef"},{"parents":[["f72129f8bf2e4055456ae9285479f279f6105533",1349,0]],"author":"hansef","time":1351,"id":"8f7c69c029f0272faef006626e4d7c14aee735b0","date":"2010-03-03 16:16:42","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"adding jammit config","login":"hansef"},{"parents":[["8f7c69c029f0272faef006626e4d7c14aee735b0",1351,0],["eb356b5eaac59ed95bfb90fcb14040e58d2ecc7e",1350,1]],"author":"hansef","time":1352,"id":"2784b6a567dd7e93173a97c7c2b20fe9439356b3","date":"2010-03-03 16:17:05","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"hansef"},{"parents":[["2784b6a567dd7e93173a97c7c2b20fe9439356b3",1352,0]],"author":"hansef","time":1353,"id":"e2f5bf0642cdb15cf7c221f31d9d57dd653028b4","date":"2010-03-03 16:39:21","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"removing old asset_packager stuff","login":"hansef"},{"parents":[["e2f5bf0642cdb15cf7c221f31d9d57dd653028b4",1353,0]],"author":"hansef","time":1354,"id":"bc76375627e28fa890a824fbbe72c3e1ae74b625","date":"2010-03-03 16:47:53","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"add gzip to staging apache config","login":"hansef"},{"parents":[["bc76375627e28fa890a824fbbe72c3e1ae74b625",1354,0]],"author":"hansef","time":1355,"id":"596442047cb2a3c2171239f7c8f4aed00fd46651","date":"2010-03-03 16:51:31","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"mod_expires for staging apache config","login":"hansef"},{"parents":[["596442047cb2a3c2171239f7c8f4aed00fd46651",1355,0]],"author":"hansef","time":1356,"id":"0d3d665191f173b0c4127fc24e9d47da3d8ed2fc","date":"2010-03-03 16:56:28","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"adding jsmin back, oops","login":"hansef"},{"parents":[["0d3d665191f173b0c4127fc24e9d47da3d8ed2fc",1356,0]],"author":"hansef","time":1357,"id":"fb00bd16c764e1a329cf8d86a1f26e34f1047a33","date":"2010-03-03 16:58:04","gravatar":"be0dcebafa7161a9eee8cd14566e04ab","space":0,"message":"remove asset packager initializer","login":"hansef"},{"parents":[["fb00bd16c764e1a329cf8d86a1f26e34f1047a33",1357,0]],"author":"James W Moline","time":1358,"id":"c0777ae141e39e6bbf5dd0fdb142337d0e5d27b8","date":"2010-03-03 22:16:51","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"adding return false to a couple of event handlers","login":""},{"parents":[["fb00bd16c764e1a329cf8d86a1f26e34f1047a33",1357,0]],"author":"A. Mark Johnson","time":1359,"id":"f72c9e7b3edcf9e06f5aab3e04476c869ad08161","date":"2010-03-03 22:50:12","gravatar":"882b985818a731d0e68a81e9dc257029","space":1,"message":"ticket 1281: cap staging deploy using deploy@staging.everloop.com","login":""},{"parents":[["f72c9e7b3edcf9e06f5aab3e04476c869ad08161",1359,1]],"author":"A. Mark Johnson","time":1360,"id":"2f852d2cf34056dc48a81a7569509f18930aaf2e","date":"2010-03-04 10:47:24","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":4,"message":"remove log dir entirely from the repo, this has been replace with a symlink created by cap into shared area outside of the app dir.","login":""},{"parents":[["2f852d2cf34056dc48a81a7569509f18930aaf2e",1360,4]],"author":"Aaron Mark Johnson","time":1361,"id":"48525bab88db352a6b74985db3eda5986069efd4","date":"2010-03-04 10:57:32","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":4,"message":"Notes on SSH key setup to support capistrano. ","login":""},{"parents":[["ba9c2a6f5c262f78697273ea1c34b3060a05b93f",1340,3]],"author":"burnblue","time":1362,"id":"8021ac9b86802d3d816c4c9016f96a2a067f57a8","date":"2010-03-04 11:47:05","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"style tweak","login":""},{"parents":[["8021ac9b86802d3d816c4c9016f96a2a067f57a8",1362,3],["48525bab88db352a6b74985db3eda5986069efd4",1361,4]],"author":"burnblue","time":1363,"id":"dae92384dbea60148c6aa6b43070a5b2b90b6f40","date":"2010-03-04 11:47:09","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["48525bab88db352a6b74985db3eda5986069efd4",1361,4]],"author":"Aaron Mark Johnson","time":1364,"id":"5585529b7784d148b6506e0c2889ca7322bcd38b","date":"2010-03-04 12:46:28","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":4,"message":"add config/database.yml ( no longer ignore )","login":""},{"parents":[["dae92384dbea60148c6aa6b43070a5b2b90b6f40",1363,3]],"author":"burnblue","time":1365,"id":"ac2635eac2f891dbc7217420c012481a537c37e3","date":"2010-03-04 12:50:16","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"updated theme and uploadify styling","login":""},{"parents":[["ac2635eac2f891dbc7217420c012481a537c37e3",1365,3],["5585529b7784d148b6506e0c2889ca7322bcd38b",1364,4]],"author":"burnblue","time":1366,"id":"4f56d527a7e469e421f327279b41f1971f3edd02","date":"2010-03-04 12:52:21","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["4f56d527a7e469e421f327279b41f1971f3edd02",1366,3]],"author":"Aaron Mark Johnson","time":1367,"id":"f9bd6621727c154c715ef7b3acf9db8df195ee17","date":"2010-03-04 13:36:44","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":3,"message":"capistrano staging fixes","login":""},{"parents":[["f9bd6621727c154c715ef7b3acf9db8df195ee17",1367,3]],"author":"Aaron Mark Johnson","time":1368,"id":"feb25175a2e829003d6b930b40033a32dece902d","date":"2010-03-04 13:41:04","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":3,"message":"ignore generated HTML docs for app","login":""},{"parents":[["f72c9e7b3edcf9e06f5aab3e04476c869ad08161",1359,1]],"author":"kranthi","time":1369,"id":"20dbc01da7575a1d5a386dc08d73171b3e7d2e4a","date":"2010-03-05 07:06:52","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"added parallel tests plugin","login":"kranthicu"},{"parents":[["20dbc01da7575a1d5a386dc08d73171b3e7d2e4a",1369,1],["feb25175a2e829003d6b930b40033a32dece902d",1368,3]],"author":"kranthi","time":1370,"id":"68a93421fde32d5b3497ebed0547355b8df2c538","date":"2010-03-05 07:08:26","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":1,"message":"Merge branch 'master' of git@github-turing:turingstudio/website-girlambition","login":"kranthicu"},{"parents":[["68a93421fde32d5b3497ebed0547355b8df2c538",1370,1]],"author":"burnblue","time":1371,"id":"e088446fdec68128e546b0cda4f7394da6b93907","date":"2010-03-05 12:11:10","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"uploadify styling","login":""},{"parents":[["e088446fdec68128e546b0cda4f7394da6b93907",1371,1]],"author":"burnblue","time":1372,"id":"6367b269abcd6fd8ad691b26fc1fd853b4da8988","date":"2010-03-05 14:04:37","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":1,"message":"fixed feedback tab","login":""},{"parents":[["6367b269abcd6fd8ad691b26fc1fd853b4da8988",1372,1]],"author":"Aaron Mark Johnson","time":1373,"id":"0d0918d837b565a96dd6f39a7a120799d80df3cb","date":"2010-03-05 16:16:23","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"fix existing test, role_id = NULL error","login":""},{"parents":[["0d0918d837b565a96dd6f39a7a120799d80df3cb",1373,1]],"author":"Aaron Mark Johnson","time":1374,"id":"3f8f42e617f1711cba5e91a51f589ec874c3ae12","date":"2010-03-05 17:00:01","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"WIP: ticket 1221","login":""},{"parents":[["c0777ae141e39e6bbf5dd0fdb142337d0e5d27b8",1358,0],["3f8f42e617f1711cba5e91a51f589ec874c3ae12",1374,1]],"author":"James W Moline","time":1375,"id":"d2973a0dd648390f03d85e50fe07ac74ba64f2b6","date":"2010-03-05 17:02:00","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["3f8f42e617f1711cba5e91a51f589ec874c3ae12",1374,1]],"author":"Aaron Mark Johnson","time":1376,"id":"0ec15e2bce77de218cfe14ab59fb1a6ea5d7d08a","date":"2010-03-05 17:12:34","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"ticket 1221: complement of previous child friend test","login":""},{"parents":[["0ec15e2bce77de218cfe14ab59fb1a6ea5d7d08a",1376,1],["d2973a0dd648390f03d85e50fe07ac74ba64f2b6",1375,0]],"author":"Aaron Mark Johnson","time":1377,"id":"f38eeae432178f90c17b6e61f048e443c5e67d77","date":"2010-03-05 17:12:43","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["f38eeae432178f90c17b6e61f048e443c5e67d77",1377,1]],"author":"Aaron Mark Johnson","time":1378,"id":"bb10b97fa841611ef442902e1f8e279f2daabc0e","date":"2010-03-05 21:28:41","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"DEPRECATION warning fix","login":""},{"parents":[["f38eeae432178f90c17b6e61f048e443c5e67d77",1377,1]],"author":"kranthi","time":1379,"id":"bfa3de78917cb819fb79d879840eef9a0e7182e0","date":"2010-03-06 06:06:46","gravatar":"cbb46683c0ba244e9832aa348ac3ce9e","space":3,"message":"test case for video controller and bug fix","login":"kranthicu"},{"parents":[["d2973a0dd648390f03d85e50fe07ac74ba64f2b6",1375,0]],"author":"James W Moline","time":1380,"id":"e07bf7875136d581efb7086bb6c1a6f6a759ee64","date":"2010-03-06 11:52:16","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"edit posts photo uploadify","login":""},{"parents":[["e07bf7875136d581efb7086bb6c1a6f6a759ee64",1380,0],["bfa3de78917cb819fb79d879840eef9a0e7182e0",1379,3]],"author":"James W Moline","time":1381,"id":"e24d72167a01639b3591ea263d6aa608db9a1e82","date":"2010-03-06 11:52:36","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["e24d72167a01639b3591ea263d6aa608db9a1e82",1381,0]],"author":"James W Moline","time":1382,"id":"25f29801d0c17aa791225d858d629d5fbd073f98","date":"2010-03-06 11:58:38","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"adding back include Flaggable and ActivityItem, their removal was breaking the profile page","login":""},{"parents":[["25f29801d0c17aa791225d858d629d5fbd073f98",1382,0]],"author":"James W Moline","time":1383,"id":"d68af01b7262ab38c6e65adba41859afb36be53b","date":"2010-03-06 14:15:32","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"wiring up audio uploadify","login":""},{"parents":[["d68af01b7262ab38c6e65adba41859afb36be53b",1383,0]],"author":"James W Moline","time":1384,"id":"b4c457c6ea6096a015086dae1be5b3becaa199eb","date":"2010-03-06 14:48:11","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixes for group theme color selection and the customize your group's theme link","login":""},{"parents":[["b4c457c6ea6096a015086dae1be5b3becaa199eb",1384,0]],"author":"James W Moline","time":1385,"id":"35d41c850321afc5d48007ed8b0152965a2b45ba","date":"2010-03-06 15:09:07","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing group members view all and invite members links","login":""},{"parents":[["bb10b97fa841611ef442902e1f8e279f2daabc0e",1378,1],["d68af01b7262ab38c6e65adba41859afb36be53b",1383,0]],"author":"Aaron Mark Johnson","time":1386,"id":"10a5dc45e5e9b7f0e573b84103157a35d4cf89ec","date":"2010-03-06 19:28:31","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["35d41c850321afc5d48007ed8b0152965a2b45ba",1385,0],["10a5dc45e5e9b7f0e573b84103157a35d4cf89ec",1386,1]],"author":"James W Moline","time":1387,"id":"ae13b2e09b216bc37a73f88483194ba7f61f0d21","date":"2010-03-07 11:33:17","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["ae13b2e09b216bc37a73f88483194ba7f61f0d21",1387,0]],"author":"James W Moline","time":1388,"id":"beaee78eea0f388c0eaf9a10dfb3454b6145cd4f","date":"2010-03-07 14:43:40","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing groups photos link","login":""},{"parents":[["beaee78eea0f388c0eaf9a10dfb3454b6145cd4f",1388,0]],"author":"James W Moline","time":1389,"id":"44eeedc3a4203434236b5c4d60b166e36d94d5b9","date":"2010-03-07 14:44:23","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing bad reference to a partial","login":""},{"parents":[["44eeedc3a4203434236b5c4d60b166e36d94d5b9",1389,0]],"author":"James W Moline","time":1390,"id":"9eb3d7cba0fbe7f98c9f23cd7b5052792af552e1","date":"2010-03-07 14:45:22","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing audio uploads for groups statuses","login":""},{"parents":[["9eb3d7cba0fbe7f98c9f23cd7b5052792af552e1",1390,0]],"author":"James W Moline","time":1391,"id":"0b8370e34f6795d96e83681ba76b6d5f307d81b5","date":"2010-03-07 19:44:11","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"bandaid fix for profile theme customization weirdness, minor tweaks to the group theme customization facebox","login":""},{"parents":[["0b8370e34f6795d96e83681ba76b6d5f307d81b5",1391,0]],"author":"James W Moline","time":1392,"id":"fe6e65fc036f8282f4ebf982a7d0a3c3e57d84a6","date":"2010-03-07 20:03:57","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing stickers for groups","login":""},{"parents":[["fe6e65fc036f8282f4ebf982a7d0a3c3e57d84a6",1392,0]],"author":"James W Moline","time":1393,"id":"83a258fb79cc73b4295459620540dbcbf48c9fe4","date":"2010-03-07 20:05:59","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"removing add_stickers js file, had to move the method into the view","login":""},{"parents":[["83a258fb79cc73b4295459620540dbcbf48c9fe4",1393,0]],"author":"James W Moline","time":1394,"id":"dee78fe12dc739ec0652a60488a5fe9bc4130410","date":"2010-03-07 20:41:13","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing background upload for group themes","login":""},{"parents":[["dee78fe12dc739ec0652a60488a5fe9bc4130410",1394,0]],"author":"James W Moline","time":1395,"id":"0d8ce0bedd3def340189998dbc4a4c843089703c","date":"2010-03-07 22:03:34","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"uploadify for edit group status photos","login":""},{"parents":[["0d8ce0bedd3def340189998dbc4a4c843089703c",1395,0]],"author":"James W Moline","time":1396,"id":"2625843285b65f3c17c334d5320fcdeb5bad7796","date":"2010-03-07 22:19:06","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"wiring up uploadify for audio files for edit group statuses","login":""},{"parents":[["2625843285b65f3c17c334d5320fcdeb5bad7796",1396,0]],"author":"James W Moline","time":1397,"id":"d8867e6e52cef384b7d5a69b629e53fe3382a035","date":"2010-03-07 22:53:00","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"final tweaks to make sure all uploadify uplaods are working","login":""},{"parents":[["d8867e6e52cef384b7d5a69b629e53fe3382a035",1397,0]],"author":"James W Moline","time":1398,"id":"800dda65eb89f53141a0d7c900847653f1363dca","date":"2010-03-08 10:38:24","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"setting uploadify wmode to transparent","login":""},{"parents":[["d8867e6e52cef384b7d5a69b629e53fe3382a035",1397,0]],"author":"burnblue","time":1399,"id":"371ae2718c8c20997047fdc3245d5f95a89c5e4d","date":"2010-03-08 12:11:24","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added subnav bar","login":""},{"parents":[["371ae2718c8c20997047fdc3245d5f95a89c5e4d",1399,0],["800dda65eb89f53141a0d7c900847653f1363dca",1398,1]],"author":"burnblue","time":1400,"id":"70d9cb3118db2fae98a2f9d331a844c2a287bbc0","date":"2010-03-08 12:11:31","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["70d9cb3118db2fae98a2f9d331a844c2a287bbc0",1400,0]],"author":"burnblue","time":1401,"id":"dd2e6bfea673caa1cdca7527b2f0252118a2f945","date":"2010-03-08 12:29:02","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"issue 1298 fixed","login":""},{"parents":[["800dda65eb89f53141a0d7c900847653f1363dca",1398,1]],"author":"Aaron Mark Johnson","time":1402,"id":"68ef8435c6e854ff91a3c1bbd1d68b15ad494cda","date":"2010-03-08 12:41:39","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"uniqueness of sticker_parent_id scoped to child_id","login":""},{"parents":[["68ef8435c6e854ff91a3c1bbd1d68b15ad494cda",1402,1]],"author":"Hans Friedrich","time":1403,"id":"458f8c98eb3fa4da1d1c1fb03b3d56fdbf02e36e","date":"2010-03-08 12:49:34","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"jon locales updates","login":"hansef"},{"parents":[["458f8c98eb3fa4da1d1c1fb03b3d56fdbf02e36e",1403,3]],"author":"Hans Friedrich","time":1404,"id":"6bb80d0d8ebc796b0c4c8bf9656a84bf0fa38b41","date":"2010-03-08 12:57:00","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"fixed type on jon ymls","login":"hansef"},{"parents":[["68ef8435c6e854ff91a3c1bbd1d68b15ad494cda",1402,1]],"author":"Aaron Mark Johnson","time":1405,"id":"10835acf8b667486997fe66e3d3f4a938c9c49fb","date":"2010-03-08 13:00:19","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"DEPRECATION warning fix","login":""},{"parents":[["10835acf8b667486997fe66e3d3f4a938c9c49fb",1405,1]],"author":"Aaron Mark Johnson","time":1406,"id":"3ca24d15b42050dffcbab2b6f859952dacb37c85","date":"2010-03-08 13:10:31","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"ensure associated status_media is not nil ","login":""},{"parents":[["3ca24d15b42050dffcbab2b6f859952dacb37c85",1406,1]],"author":"Aaron Mark Johnson","time":1407,"id":"72f008a3606822aaac6f78c74ef6d5e35244f600","date":"2010-03-08 13:11:04","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"fix speling","login":""},{"parents":[["72f008a3606822aaac6f78c74ef6d5e35244f600",1407,1]],"author":"Aaron Mark Johnson","time":1408,"id":"4f0e31d9e8e544ca750e60a8a2d33ed78628c83a","date":"2010-03-08 13:21:16","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"remove verbose debugging output","login":""},{"parents":[["4f0e31d9e8e544ca750e60a8a2d33ed78628c83a",1408,1]],"author":"Aaron Mark Johnson","time":1409,"id":"a7d45120d964721048a9587feff6a0693eecdd04","date":"2010-03-08 13:21:24","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"symbol instead of HTTP numeric code","login":""},{"parents":[["dd2e6bfea673caa1cdca7527b2f0252118a2f945",1401,0]],"author":"burnblue","time":1410,"id":"0c720a0b848363956aa79cb3d170ce05672570d5","date":"2010-03-08 14:43:39","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added evercredit panel","login":""},{"parents":[["0c720a0b848363956aa79cb3d170ce05672570d5",1410,0],["6bb80d0d8ebc796b0c4c8bf9656a84bf0fa38b41",1404,3]],"author":"burnblue","time":1411,"id":"00909d34d067e0ef677000ce3f4abee126b73d88","date":"2010-03-08 14:43:48","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["00909d34d067e0ef677000ce3f4abee126b73d88",1411,0]],"author":"burnblue","time":1412,"id":"6690c23b0b5d85521ffac0adf97ea5684d173003","date":"2010-03-08 15:28:35","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"improved evercredit panel","login":""},{"parents":[["a7d45120d964721048a9587feff6a0693eecdd04",1409,1],["6bb80d0d8ebc796b0c4c8bf9656a84bf0fa38b41",1404,3]],"author":"Aaron Mark Johnson","time":1413,"id":"48681126b082dab7316ded33c213ac71d7822c3a","date":"2010-03-09 10:23:13","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["48681126b082dab7316ded33c213ac71d7822c3a",1413,1]],"author":"Aaron Mark Johnson","time":1414,"id":"27f599d7ea6a7d943c00c48e195a3875abd56a32","date":"2010-03-09 11:55:34","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"fix and refactor some functional tests","login":""},{"parents":[["27f599d7ea6a7d943c00c48e195a3875abd56a32",1414,1]],"author":"Aaron Mark Johnson","time":1415,"id":"aa7078e400d86bca614658b8f5481dbc5c6d1221","date":"2010-03-09 12:57:59","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"image updates from Toby","login":""},{"parents":[["6690c23b0b5d85521ffac0adf97ea5684d173003",1412,0]],"author":"burnblue","time":1416,"id":"4dd391b7a4e57d5faac1d7d9ba0b5a1e09b5709e","date":"2010-03-09 13:22:08","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added basic everstore","login":""},{"parents":[["aa7078e400d86bca614658b8f5481dbc5c6d1221",1415,1]],"author":"Aaron Mark Johnson","time":1417,"id":"e1045484f04d5a04e3f66be68458540dd84ecf48","date":"2010-03-09 14:05:56","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"image button update","login":""},{"parents":[["4dd391b7a4e57d5faac1d7d9ba0b5a1e09b5709e",1416,0]],"author":"burnblue","time":1418,"id":"2bb718bbd58fb808c39650b7ca64f93735fbe739","date":"2010-03-09 14:56:38","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"added everstore content","login":""},{"parents":[["e1045484f04d5a04e3f66be68458540dd84ecf48",1417,1]],"author":"Aaron Mark Johnson","time":1419,"id":"0c0cb3c726c341934bae81024360f450da3cc8b7","date":"2010-03-09 16:24:30","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"WIP: A store for products.","login":""},{"parents":[["2bb718bbd58fb808c39650b7ca64f93735fbe739",1418,0],["0c0cb3c726c341934bae81024360f450da3cc8b7",1419,1]],"author":"burnblue","time":1420,"id":"9342af2dbac8a10686310bcb4ec0b50f59d870e3","date":"2010-03-09 17:11:43","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["9342af2dbac8a10686310bcb4ec0b50f59d870e3",1420,0]],"author":"Nic Ames","time":1421,"id":"ed6c9850f6b5df04959626e002c93e12dfd47f52","date":"2010-03-10 12:07:41","gravatar":"08bb9560d87ed7378ee0a9d0e6183a0c","space":0,"message":"db seed stuff for stickers","login":""},{"parents":[["ed6c9850f6b5df04959626e002c93e12dfd47f52",1421,0]],"author":"Aaron Mark Johnson","time":1422,"id":"7c460b1717b58591abd43b6755ff35f0a23c5e5b","date":"2010-03-10 12:09:57","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"ignore .DS_Store lenore for ever more","login":""},{"parents":[["7c460b1717b58591abd43b6755ff35f0a23c5e5b",1422,0]],"author":"Nic Ames","time":1423,"id":"9405c4a7d42d27f78e3b43283c77e0b64998748b","date":"2010-03-10 13:00:31","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"Added todo for fixing badges and stickers","login":""},{"parents":[["7c460b1717b58591abd43b6755ff35f0a23c5e5b",1422,0]],"author":"Aaron Mark Johnson","time":1424,"id":"0c485e707203a2798e3c00d364e470c4b880a01a","date":"2010-03-10 13:54:59","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"ensure sticker.id is copied into sticker_parent_id","login":""},{"parents":[["0c485e707203a2798e3c00d364e470c4b880a01a",1424,0],["9405c4a7d42d27f78e3b43283c77e0b64998748b",1423,1]],"author":"Aaron Mark Johnson","time":1425,"id":"1108d1c01acba901031b9ca8b5be79991a79fa24","date":"2010-03-10 14:59:21","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"Merge branch 'everstore' of git@github.com:turingstudio/website-girlambition into everstore","login":""},{"parents":[["1108d1c01acba901031b9ca8b5be79991a79fa24",1425,0]],"author":"Aaron Mark Johnson","time":1426,"id":"ba12a4d20bfa10eeb7e9a4d88bf1a5320ad4e3e1","date":"2010-03-10 15:04:35","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"create goob miration, somewhat like a sticker","login":""},{"parents":[["ba12a4d20bfa10eeb7e9a4d88bf1a5320ad4e3e1",1426,0]],"author":"Aaron Mark Johnson","time":1427,"id":"799ebeeb4f0d33362bf1dc688b125aa94eac49d5","date":"2010-03-10 15:39:17","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"some store data, rake db:seed to see","login":""},{"parents":[["799ebeeb4f0d33362bf1dc688b125aa94eac49d5",1427,0]],"author":"Aaron Mark Johnson","time":1428,"id":"817682446741a0b7b86fec553cd86c379c88b12a","date":"2010-03-10 15:51:22","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"allow nil sticker_parent_id to pass non-uniqueness validation","login":""},{"parents":[["817682446741a0b7b86fec553cd86c379c88b12a",1428,0]],"author":"James W Moline","time":1429,"id":"30df27be6aff195e56f3f690c76c665bca91e6be","date":"2010-03-10 15:55:49","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"fixing allow_nil","login":""},{"parents":[["30df27be6aff195e56f3f690c76c665bca91e6be",1429,0]],"author":"Aaron Mark Johnson","time":1430,"id":"93dc62d58d5d5b683c7d92540a9e6080e7dd9f4e","date":"2010-03-10 21:18:20","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":" ignore schema and more sqlite files","login":""},{"parents":[["93dc62d58d5d5b683c7d92540a9e6080e7dd9f4e",1430,0]],"author":"James W Moline","time":1431,"id":"e1ceb33917e7c68b2f67301f68630b80b526906b","date":"2010-03-10 21:32:22","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"adding wallet model and tests, wiring up initial balance links","login":""},{"parents":[["e1ceb33917e7c68b2f67301f68630b80b526906b",1431,0]],"author":"James W Moline","time":1432,"id":"80963d95442a76ab3854eb88b4daa718dc7d0b27","date":"2010-03-10 22:33:40","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"creating deposit model and tests","login":""},{"parents":[["80963d95442a76ab3854eb88b4daa718dc7d0b27",1432,0]],"author":"Aaron Mark Johnson","time":1433,"id":"80842b5fc52824b60ed75578061f326e2e71c6f0","date":"2010-03-11 13:22:40","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"goob UI improvements, show newest five products","login":""},{"parents":[["80842b5fc52824b60ed75578061f326e2e71c6f0",1433,0]],"author":"Aaron Mark Johnson","time":1434,"id":"c3e31c510ca4c1fecf4b166c44f31eeac01857e8","date":"2010-03-11 13:50:27","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":3,"message":"goob thumb","login":""},{"parents":[["80842b5fc52824b60ed75578061f326e2e71c6f0",1433,0]],"author":"Aaron Mark Johnson","time":1435,"id":"65839f49e82db818bb2f415cd113fc52316bea90","date":"2010-03-11 14:14:59","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"goob thumb","login":""},{"parents":[["65839f49e82db818bb2f415cd113fc52316bea90",1435,0],["c3e31c510ca4c1fecf4b166c44f31eeac01857e8",1434,3]],"author":"Aaron Mark Johnson","time":1436,"id":"8a3de668497a5b5ea04415e74672bb73284f34f7","date":"2010-03-11 14:15:38","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"Merge branch 'everstore' of git@github.com:turingstudio/website-girlambition into everstore","login":""},{"parents":[["8a3de668497a5b5ea04415e74672bb73284f34f7",1436,0]],"author":"Aaron Mark Johnson","time":1437,"id":"5d710b4773ab0bf817ba2d50e1cb12b076e08672","date":"2010-03-11 14:49:40","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"categories","login":""},{"parents":[["5d710b4773ab0bf817ba2d50e1cb12b076e08672",1437,0]],"author":"Aaron Mark Johnson","time":1438,"id":"9b9685c246e0b79b21e38ab312efbfa7b9066e93","date":"2010-03-11 15:32:10","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"add some seed data for categories, ","login":""},{"parents":[["9b9685c246e0b79b21e38ab312efbfa7b9066e93",1438,0]],"author":"Aaron Mark Johnson","time":1439,"id":"8352f82408f5c4ef08fd7fb837303bc64fe93102","date":"2010-03-11 15:49:54","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":3,"message":"add description to product and display in a hovercraft","login":""},{"parents":[["9b9685c246e0b79b21e38ab312efbfa7b9066e93",1438,0]],"author":"Aaron Mark Johnson","time":1440,"id":"33aed91b29d0f55df704b5856699ed33770e2364","date":"2010-03-11 16:22:37","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"add description to product and display in a hovercraft","login":""},{"parents":[["33aed91b29d0f55df704b5856699ed33770e2364",1440,0],["8352f82408f5c4ef08fd7fb837303bc64fe93102",1439,3]],"author":"Aaron Mark Johnson","time":1441,"id":"53d44982ba64b65dbee6ad45a78a1b994bdab600","date":"2010-03-11 16:27:36","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"merge","login":""},{"parents":[["80842b5fc52824b60ed75578061f326e2e71c6f0",1433,0]],"author":"James W Moline","time":1442,"id":"f71710fd54c69c3327fbabf00f39bfd4fc1f5d74","date":"2010-03-11 21:56:21","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"wiring up deposit requests","login":""},{"parents":[["f71710fd54c69c3327fbabf00f39bfd4fc1f5d74",1442,1]],"author":"James W Moline","time":1443,"id":"c91b62389938f8d1b9008acfd583e79727759bdd","date":"2010-03-11 21:56:51","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":1,"message":"adding store text yml to locales","login":""},{"parents":[["c91b62389938f8d1b9008acfd583e79727759bdd",1443,1]],"author":"Hans Friedrich","time":1444,"id":"678c925ba7b5457a1359dec432225dc4915dd725","date":"2010-03-12 02:23:57","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":1,"message":"comment out annoying activesupport/activerecord deprecation message, christ make it stop","login":"hansef"},{"parents":[["53d44982ba64b65dbee6ad45a78a1b994bdab600",1441,0],["678c925ba7b5457a1359dec432225dc4915dd725",1444,1]],"author":"Aaron Mark Johnson","time":1445,"id":"46aadbab8e402affe92e2aadd5f793ebfc050f93","date":"2010-03-12 08:50:17","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"Merge branch 'master' into everstore","login":""},{"parents":[["53d44982ba64b65dbee6ad45a78a1b994bdab600",1441,0]],"author":"Nic Ames","time":1446,"id":"fa9016cafb40349c812e2a44d4770a34fc8ab87d","date":"2010-03-12 10:08:15","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"ADDED: source to products, added facebox render plugin","login":""},{"parents":[["fa9016cafb40349c812e2a44d4770a34fc8ab87d",1446,0],["46aadbab8e402affe92e2aadd5f793ebfc050f93",1445,1]],"author":"Nic Ames","time":1447,"id":"918a950abc053bafd14cfe5088b8b213c5bc9238","date":"2010-03-12 10:15:52","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"Merge branch 'everstore' of git@github.com:turingstudio/website-girlambition into everstore","login":""},{"parents":[["918a950abc053bafd14cfe5088b8b213c5bc9238",1447,0]],"author":"Aaron Mark Johnson","time":1448,"id":"44f46114fdb0a065ce8b3e5c5e1e8f3c3b4849c8","date":"2010-03-12 10:40:29","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":3,"message":"updated seed data, new categories,","login":""},{"parents":[["44f46114fdb0a065ce8b3e5c5e1e8f3c3b4849c8",1448,3]],"author":"Aaron Mark Johnson","time":1449,"id":"1dd5cde5f1bd0e19aba1837baf083fa57de8d207","date":"2010-03-12 11:58:51","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":3,"message":"parameterize links to products and categories within the everstore","login":""},{"parents":[["918a950abc053bafd14cfe5088b8b213c5bc9238",1447,0]],"author":"Nic Ames","time":1450,"id":"cfbb963f3e0c49feb8e96cc16ead559a4fdebe35","date":"2010-03-12 12:03:21","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"fixed the facebox thingy","login":""},{"parents":[["cfbb963f3e0c49feb8e96cc16ead559a4fdebe35",1450,0],["1dd5cde5f1bd0e19aba1837baf083fa57de8d207",1449,3]],"author":"Nic Ames","time":1451,"id":"22ecd38c617dd6e5e6d4d702c5a95343c097dd6d","date":"2010-03-12 12:03:28","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"Merge branch 'everstore' of git@github.com:turingstudio/website-girlambition into everstore","login":""},{"parents":[["22ecd38c617dd6e5e6d4d702c5a95343c097dd6d",1451,0]],"author":"Aaron Mark Johnson","time":1452,"id":"609f290e718ffaeb7098028660b62c9b5b24c73f","date":"2010-03-12 13:45:43","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"Modify seed data to be closer to design specs","login":""},{"parents":[["22ecd38c617dd6e5e6d4d702c5a95343c097dd6d",1451,0]],"author":"Nic Ames","time":1453,"id":"37e8c27a3e29f652c4673a2e1d959be1ef249c8f","date":"2010-03-12 15:50:50","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"Made the product popups","login":""},{"parents":[["37e8c27a3e29f652c4673a2e1d959be1ef249c8f",1453,1]],"author":"Nic Ames","time":1454,"id":"6ab1d40ab813e6b1bb22c38265e737a83816eb6d","date":"2010-03-12 17:07:13","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"added products page and landing page partial. messed around with the index action trying to get it to work","login":""},{"parents":[["609f290e718ffaeb7098028660b62c9b5b24c73f",1452,0],["6ab1d40ab813e6b1bb22c38265e737a83816eb6d",1454,1]],"author":"Aaron Mark Johnson","time":1455,"id":"1b70a3895993976804fca6d26a0edf5d7e3bab58","date":"2010-03-12 20:35:12","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["6ab1d40ab813e6b1bb22c38265e737a83816eb6d",1454,1]],"author":"James W Moline","time":1456,"id":"fd40f06842e1961dacc33639a9094367d7dc065e","date":"2010-03-12 21:09:25","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"fixing weirdness I've been experiencing with the subnav panel slide","login":""},{"parents":[["6ab1d40ab813e6b1bb22c38265e737a83816eb6d",1454,1]],"author":"Aaron Mark Johnson","time":1457,"id":"a6fa74addb47dee52cc8e23ed4e45fe4ebbe29bf","date":"2010-03-13 07:57:34","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"WIP: getting products from parameterized categories","login":""},{"parents":[["a6fa74addb47dee52cc8e23ed4e45fe4ebbe29bf",1457,1]],"author":"Aaron Mark Johnson","time":1458,"id":"72db73c19e9ba6d18b61deeb23abf5373ab1104d","date":"2010-03-13 11:33:43","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"namespace prefix for created_at in chained named_scope","login":""},{"parents":[["72db73c19e9ba6d18b61deeb23abf5373ab1104d",1458,1]],"author":"Aaron Mark Johnson","time":1459,"id":"779a4d5da3ba5184145951d99565430c0de74cac","date":"2010-03-13 11:36:27","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"allow paperclip to manage asset seed creation","login":""},{"parents":[["fd40f06842e1961dacc33639a9094367d7dc065e",1456,3]],"author":"James W Moline","time":1460,"id":"87d11f09457325f4def4060768df6419b36d1425","date":"2010-03-13 11:37:59","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"fixing thumb method","login":""},{"parents":[["779a4d5da3ba5184145951d99565430c0de74cac",1459,1],["1b70a3895993976804fca6d26a0edf5d7e3bab58",1455,0]],"author":"Aaron Mark Johnson","time":1461,"id":"cf0bd7ecb0e8c6992ca5e30a26deaa8095f2b294","date":"2010-03-13 11:43:28","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"merge","login":""},{"parents":[["1b70a3895993976804fca6d26a0edf5d7e3bab58",1455,0],["87d11f09457325f4def4060768df6419b36d1425",1460,3]],"author":"Aaron Mark Johnson","time":1462,"id":"5e106e53883252f333e08bd30f94b83279b898ea","date":"2010-03-13 11:43:46","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["5e106e53883252f333e08bd30f94b83279b898ea",1462,0],["cf0bd7ecb0e8c6992ca5e30a26deaa8095f2b294",1461,1]],"author":"Aaron Mark Johnson","time":1463,"id":"f01e4caa9f5235a64eebe322e62533a2d53883d7","date":"2010-03-13 11:44:01","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"Merge branch 'everstore'","login":""},{"parents":[["f01e4caa9f5235a64eebe322e62533a2d53883d7",1463,0]],"author":"Aaron Mark Johnson","time":1464,"id":"e8b1677df399803c8077230a033f64411e1169c1","date":"2010-03-13 12:08:10","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"removing cruft","login":""},{"parents":[["e8b1677df399803c8077230a033f64411e1169c1",1464,0]],"author":"Aaron Mark Johnson","time":1465,"id":"71c8ba1d902369264667aae30e72f98eb18e1e00","date":"2010-03-13 12:10:24","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"move product display back to landing page.","login":""},{"parents":[["71c8ba1d902369264667aae30e72f98eb18e1e00",1465,0]],"author":"Aaron Mark Johnson","time":1466,"id":"817ab66e048ebc007028574facaaa619212efcca","date":"2010-03-13 12:46:10","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":0,"message":"everstore sidebar links now filter product display","login":""},{"parents":[["817ab66e048ebc007028574facaaa619212efcca",1466,0]],"author":"James W Moline","time":1467,"id":"60690f8c8eb26f9bee5ad30a1f5937e412118f98","date":"2010-03-14 11:27:47","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"creating and wiring up purchases and purchase items","login":""},{"parents":[["60690f8c8eb26f9bee5ad30a1f5937e412118f98",1467,0]],"author":"James W Moline","time":1468,"id":"8a380725d830c7d6650303194ac550ec7159e6be","date":"2010-03-15 11:24:42","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":3,"message":"fixing double chat post on initiation","login":""},{"parents":[["8a380725d830c7d6650303194ac550ec7159e6be",1468,3]],"author":"burnblue","time":1469,"id":"38f47ff86f9ecddec5d34cbdb05c0895dd786e01","date":"2010-03-15 11:41:36","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"fixed chat list bug","login":""},{"parents":[["60690f8c8eb26f9bee5ad30a1f5937e412118f98",1467,0]],"author":"Nic Ames","time":1470,"id":"94437d56ffcb7ff2e0045490e826fb49ee27b3c7","date":"2010-03-15 12:27:01","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"index action for profiles controller","login":""},{"parents":[["94437d56ffcb7ff2e0045490e826fb49ee27b3c7",1470,0]],"author":"Nic Ames","time":1471,"id":"8d2f86bb90d0d65d602a49b9848ef90f98179f78","date":"2010-03-15 12:27:20","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"added tests for profiles controller","login":""},{"parents":[["8a380725d830c7d6650303194ac550ec7159e6be",1468,3]],"author":"Aaron Mark Johnson","time":1472,"id":"0841abc9b5e99b6f0b86e42bcfb78ef9e82b37da","date":"2010-03-15 14:17:17","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"Add 1000 evercredits to each child wallet during ","login":""},{"parents":[["0841abc9b5e99b6f0b86e42bcfb78ef9e82b37da",1472,1],["38f47ff86f9ecddec5d34cbdb05c0895dd786e01",1469,3]],"author":"Aaron Mark Johnson","time":1473,"id":"b465d6ed7831b4cf44ed92e7cf94987f422d3da1","date":"2010-03-15 14:17:55","gravatar":"5ce5a6ef6c930cd92e27770d6fa2d522","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["38f47ff86f9ecddec5d34cbdb05c0895dd786e01",1469,3]],"author":"burnblue","time":1474,"id":"baf5aaf4143386486828106845224e55411b77f2","date":"2010-03-15 14:31:22","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"added landing splash","login":""},{"parents":[["baf5aaf4143386486828106845224e55411b77f2",1474,3],["b465d6ed7831b4cf44ed92e7cf94987f422d3da1",1473,1]],"author":"burnblue","time":1475,"id":"21ccc41a36d7e01d2a8acd5a9e234848511d1a74","date":"2010-03-15 14:31:58","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["8d2f86bb90d0d65d602a49b9848ef90f98179f78",1471,0]],"author":"Nic Ames","time":1476,"id":"f283111258fbdd444be1d62e59b749a6be4ebb32","date":"2010-03-15 15:26:22","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"RENDER purchases as a grid","login":""},{"parents":[["21ccc41a36d7e01d2a8acd5a9e234848511d1a74",1475,3]],"author":"burnblue","time":1477,"id":"18280040a9ea3d7d0686959e0220eacfc15303d4","date":"2010-03-15 16:46:50","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"moved stickers panel to subnav","login":""},{"parents":[["f283111258fbdd444be1d62e59b749a6be4ebb32",1476,0]],"author":"Nic Ames","time":1478,"id":"5295acbfd5aae26c16a959d9af4ad21bda386d5f","date":"2010-03-15 17:49:02","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"refactore the goobs and stickers in the controller action","login":""},{"parents":[["f283111258fbdd444be1d62e59b749a6be4ebb32",1476,0],["18280040a9ea3d7d0686959e0220eacfc15303d4",1477,3]],"author":"Nic Ames","time":1479,"id":"28d828e1e354c50642cf523eedc1b1c213495ab8","date":"2010-03-15 17:51:12","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["28d828e1e354c50642cf523eedc1b1c213495ab8",1479,0],["5295acbfd5aae26c16a959d9af4ad21bda386d5f",1478,1]],"author":"Nic Ames","time":1480,"id":"f7f2908ebda255aeb241272ab39a2d009b191ea8","date":"2010-03-15 17:51:56","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"Merge branch 'everstore'","login":""},{"parents":[["f7f2908ebda255aeb241272ab39a2d009b191ea8",1480,0]],"author":"James W Moline","time":1481,"id":"4829a199528ddcfe65c49490df7a454d44f08b18","date":"2010-03-15 18:02:55","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"colspanning the table header in my purchases","login":""},{"parents":[["4829a199528ddcfe65c49490df7a454d44f08b18",1481,0]],"author":"James W Moline","time":1482,"id":"f65fe2148a0ac0f11e36caf36309d9563c21e557","date":"2010-03-15 20:00:07","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"function to limit the length of the request evercredits message based on the system message length","login":""},{"parents":[["f65fe2148a0ac0f11e36caf36309d9563c21e557",1482,0]],"author":"James W Moline","time":1483,"id":"41d8a201d2813eb7c2882dda1c0557bae971c2b1","date":"2010-03-15 20:39:36","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"adding and removing chats from session when appropriate","login":""},{"parents":[["41d8a201d2813eb7c2882dda1c0557bae971c2b1",1483,0]],"author":"James W Moline","time":1484,"id":"92411ffaff8760f6ff844ea2188656d7001e07d0","date":"2010-03-15 21:14:58","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"making newly uploaded backgrounds selectable on upload without refreshing","login":""},{"parents":[["92411ffaff8760f6ff844ea2188656d7001e07d0",1484,0]],"author":"Nic Ames","time":1485,"id":"c326bfa91f43bdc2017636ac955d18f5e13c06cb","date":"2010-03-16 14:11:00","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":0,"message":"FIXED drawers","login":""},{"parents":[["c326bfa91f43bdc2017636ac955d18f5e13c06cb",1485,0]],"author":"burnblue","time":1486,"id":"c12c871c315312d448d2c139f7c086389e72ecb0","date":"2010-03-16 15:49:32","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":0,"message":"updated video page","login":""},{"parents":[["c326bfa91f43bdc2017636ac955d18f5e13c06cb",1485,0]],"author":"Hans Friedrich","time":1487,"id":"9f17829eb85b272a83faae874b5346d4fa0a5056","date":"2010-03-16 16:09:35","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"fixed remove_chat post ajax link","login":"hansef"},{"parents":[["c12c871c315312d448d2c139f7c086389e72ecb0",1486,0]],"author":"James W Moline","time":1488,"id":"79cf4f5edd7e9c7797f5bcd2323bc86a0a2b95fa","date":"2010-03-16 16:09:46","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"removing extra render of stickers/new","login":""},{"parents":[["c326bfa91f43bdc2017636ac955d18f5e13c06cb",1485,0]],"author":"Nic Ames","time":1489,"id":"31696d08319ebfe6d5d5db8594f5e8ecfb34b4bc","date":"2010-03-16 16:12:51","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"fixed sitcker showing on page load of profile","login":""},{"parents":[["9f17829eb85b272a83faae874b5346d4fa0a5056",1487,4],["79cf4f5edd7e9c7797f5bcd2323bc86a0a2b95fa",1488,0]],"author":"Hans Friedrich","time":1490,"id":"ca589146150237dbafa72166592dee95c95ccdf7","date":"2010-03-16 16:17:46","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"Merge branch 'master' of github.com:turingstudio/website-girlambition","login":"hansef"},{"parents":[["ca589146150237dbafa72166592dee95c95ccdf7",1490,4]],"author":"Hans Friedrich","time":1491,"id":"2e1d08b2ba7be02d3d389d637df401f3b2dce398","date":"2010-03-16 16:34:12","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"demo should use s3 for stickers, photos, etc","login":"hansef"},{"parents":[["2e1d08b2ba7be02d3d389d637df401f3b2dce398",1491,4]],"author":"Hans Friedrich","time":1492,"id":"57afebe12b3e65ea4a202fd3a4d2de099cf78d7d","date":"2010-03-16 16:36:56","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":4,"message":"demo should use s3 for audio","login":"hansef"},{"parents":[["c12c871c315312d448d2c139f7c086389e72ecb0",1486,0]],"author":"burnblue","time":1493,"id":"4010727c494d247420e9b28b7d7c048772076562","date":"2010-03-16 16:47:38","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"fixed stickers button","login":""},{"parents":[["4010727c494d247420e9b28b7d7c048772076562",1493,3],["57afebe12b3e65ea4a202fd3a4d2de099cf78d7d",1492,4]],"author":"burnblue","time":1494,"id":"78fdf3ba1bcb0e7d1b8c95018f8d02cc93dcf2cd","date":"2010-03-16 16:47:46","gravatar":"0b256b107bdee02ba504a25969f53a1e","space":3,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["78fdf3ba1bcb0e7d1b8c95018f8d02cc93dcf2cd",1494,3]],"author":"Hans Friedrich","time":1495,"id":"1ab92b97de9e4b91d561ed22cbea7b266b991d1d","date":"2010-03-16 16:49:04","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":3,"message":"new staging db config","login":"hansef"},{"parents":[["31696d08319ebfe6d5d5db8594f5e8ecfb34b4bc",1489,1],["79cf4f5edd7e9c7797f5bcd2323bc86a0a2b95fa",1488,0]],"author":"Nic Ames","time":1496,"id":"38ce66eac360789f6e7a4984f9d1f8ab669b0bf9","date":"2010-03-16 17:22:27","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"opening drawers automatically","login":""},{"parents":[["38ce66eac360789f6e7a4984f9d1f8ab669b0bf9",1496,1],["1ab92b97de9e4b91d561ed22cbea7b266b991d1d",1495,3]],"author":"Nic Ames","time":1497,"id":"541d50bac60909accda091f61ad159a5b24f9400","date":"2010-03-16 17:22:36","gravatar":"5e6f41c8b9659a8a970ea827ea7e1bf9","space":1,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["541d50bac60909accda091f61ad159a5b24f9400",1497,1]],"author":"Hans Friedrich","time":1498,"id":"d6b6f59219f575481578cece979bc2084a138f48","date":"2010-03-16 17:40:37","gravatar":"cf385df61ea6858cf7bf6d0e93b0ab83","space":1,"message":"provide footer javascript yield and move triggers","login":"hansef"},{"parents":[["79cf4f5edd7e9c7797f5bcd2323bc86a0a2b95fa",1488,0]],"author":"James W Moline","time":1499,"id":"b8137d7331dc4c39f6dec149c1743e124b48c06c","date":"2010-03-16 19:11:45","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"changing go back link on give as a gift to re-open the purchase facebox","login":""},{"parents":[["b8137d7331dc4c39f6dec149c1743e124b48c06c",1499,0],["d6b6f59219f575481578cece979bc2084a138f48",1498,1]],"author":"James W Moline","time":1500,"id":"a3b2ec3883749de12a4e302a5bf1fb1e5663ee2b","date":"2010-03-16 19:16:04","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"Merge branch 'master' of git@github.com:turingstudio/website-girlambition","login":""},{"parents":[["a3b2ec3883749de12a4e302a5bf1fb1e5663ee2b",1500,0]],"author":"James W Moline","time":1501,"id":"e34b5a353f1615f932d02cc8637fc0b53dd06963","date":"2010-03-16 19:58:08","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"you can buy a goob now","login":""},{"parents":[["e34b5a353f1615f932d02cc8637fc0b53dd06963",1501,0]],"author":"James W Moline","time":1502,"id":"531481809473b72e9a376ba4b4a514f4ec5e34a4","date":"2010-03-16 21:05:55","gravatar":"d0e992e133a3aca44bd50874108cac7d","space":0,"message":"adding goobed associations and (non-functional) partial for playing a goob","login":""}]}
|