Branch: refs/heads/master
Home: http://github.com/reddragon/fsoc
Commit: 380087fae5eb2bfaf5024445c1dfa9a8542cba8b
http://github.com/reddragon/fsoc/commit/380087fae5eb2bfaf5024445c1dfa9a8542…
Author: Gaurav Menghani <gaurav.menghani(a)gmail.com>
Date: 2010-09-03 (Fri, 03 Sep 2010)
Changed paths:
M app/controllers/users_controller.rb
M app/views/users/edit.html.erb
Log Message:
-----------
User type can now be changed from Edit User Profile
Branch: refs/heads/master
Home: http://github.com/reddragon/fsoc
Commit: 44de5dde993ae82488cd3806648268a555cb7efe
http://github.com/reddragon/fsoc/commit/44de5dde993ae82488cd3806648268a555c…
Author: Gaurav Menghani <gaurav.menghani(a)gmail.com>
Date: 2010-08-24 (Tue, 24 Aug 2010)
Changed paths:
M README
R SETUP
M app/controllers/proposals_controller.rb
M app/helpers/application_helper.rb
M app/views/comments/_edit.html.haml
M app/views/comments/_new.html.haml
M app/views/comments/_show.html.haml
M app/views/dashboard/_certificates.html.haml
M app/views/journals/_edit.html.haml
M app/views/journals/_new.html.haml
M app/views/journals/index.html.haml
M app/views/layouts/application.html.erb
M app/views/projects/_edit.html.haml
M app/views/projects/_project.html.haml
M app/views/projects/new.html.erb
M app/views/proposals/_list.html.erb
M app/views/proposals/_new.html.haml
M app/views/proposals/edit.html.erb
M app/views/tasks/new.html.erb
M app/views/users/edit.html.erb
A config/app_constants.yml
A config/initializers/load_app_constants.rb
R doc/README_FOR_APP
M doc/SETUP
R prefs.yml
M public/stylesheets/style.css
A test/factories/factories.rb
Log Message:
-----------
Text Box size increases on focus. Minor fixes.
Branch: refs/heads/master
Home: http://github.com/reddragon/fsoc
Commit: 24f3b8ad2a7f15f77c10fed691f0f8db50526af9
http://github.com/reddragon/fsoc/commit/24f3b8ad2a7f15f77c10fed691f0f8db505…
Author: Gaurav Menghani <gaurav.menghani(a)gmail.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M app/controllers/projects_controller.rb
M app/views/dashboard/_updates.html.haml
M app/views/projects/_project.html.haml
M public/stylesheets/style.css
R test/factories.rb
M test/functional/comments_controller_test.rb
M test/functional/projects_controller_test.rb
M test/test_helper.rb
M test/unit/project_test.rb
M test/unit/proposal_test.rb
M test/unit/task_test.rb
Log Message:
-----------
CSS changes by Shreyank & Commented some non-working tests.