How to take diff of #project in Git/SVN

If you want to take diff of the whole project then these commands can be useful :

For SVN user :
svn diff -r20131:22829 http://svn.openmrs.org/openmrs-modules/feedback/

20131 : Revision to start from
22829 : Revision to end from
http://svn.openmrs.org/openmrs-modules/feedback/ : Link to the SVN .

For Git User :
git log ‘HEAD@{24-05-2011}’..’HEAD@{22-08-2011}’ -p > openmrs-gsoc2011-gauravpaliwal.diff
24-05-2011 : Start Date
22-08-2011 : End Date
openmrs-gsoc2011-gauravpaliwal.diff : File to redirect the output

Thanks for Support of OpenMRS Community during GSoC

For more then 3+ months I have been working with OpenMRS community working on General Feedback Mechanism Module, I would like to thanks my mentor Ben Wolfe and Burke Mamlin for providing full support even during busiest of their schedule.At the same time I would also like to thanks them for correcting my typos 😀 (especially Ben Wolfe).I would also like to thanks Jeremy Keiper and Jan Flower who had given very valuable comment on my project proposal during the project proposal submission phase in early phase of Google Summer of code.At the same time I would also like to thanks Michael for providing 100% community infrastructure support, he solved our problem/doubts even during night hours.At the same time I would also like to thanks whole OpenMRS community for giving support especially during the Weekly developer meeting and on IRC.Will see you all in #IRC , Developer meets and also wiki/answers.openmrs.org in near future:)

Passed Final Evaluation #GSoC

Just passed the Final evaluation of the #OpenMRS.. huhh..
Proof :
—————————————————————————–

———- Forwarded message ———-
From: <no-reply@socghop.appspotmail.com>
Date: Sat, Aug 27, 2011 at 12:38 AM
Subject: Final Evaluations results processed for General Feedback Mechanism
To: gaurav.paliwal1989@xxx.com
Cc: burke@xxx.org, michael@xxx.org, benwolfe@xxx.com

Hi Gaurav Paliwal,

We have processed the evaluation for your project named General Feedback Mechanism with OpenMRS.

Congratulations, from our data it seems that you have successfully passed the Final Evaluations. Please contact your mentor to discuss the results of your evaluation and to plan your goals and development plan for the rest of the program

Greetings,
The Google Open Source Programs Team

Request for Feedback of Feedback Module

———- Forwarded message ———-
From: Gaurav Paliwal <gauravpaliwal@xxx.org>
Date: Mon, Aug 22, 2011 at 6:48 PM
Subject: Request for Feedback of Feedback Module
To: OpenMRS Implementers <implementers@xxx.org>
Cc: Ben Wolfe <bwolfe@xxx.org>, Burke Mamlin <burke@xxx.org>
Hi,I have been working this summer in the mentorship of Ben Wolfe, Burke Mamlin and the whole developer community on the General Feedback Mechanism Module.

Overview :

This module provides a mechanism for users to communicate with system supporters/admins with system-related (not patient-specific) messages. For example:

  • “The system is running much slower than usual today.”
  • “We need a diagnosis term for Sarcoidosis.”
  • “This system would be better if I could more easily find my patient’s lab results.”
    and eventually:
  • “I tried to select BOB SMITH and got this error” (with screenshot and a snapshot of recent log exceptions attached)

There is a ubiquitously available link in the upper right near the Help link. A “Feedback” link pops up a simple form.  When feedback is submitted, the user receives confirmation and the feedback is forwarded to the system administrator. The administrator can respond and act on feedback from the administration screen.

Others details are following :

It would be a matter of real pride for me if you could provide feedback and I could further improve upon this module even after the GSoC period.

Note: Their are some issues with Stack Trace else it is working fine.Hoping to get opportunity to *SQUASH* bugs 🙂

Content of FDBK readme file

I decided to have the following content for the readme file of the FDBK module : Link : https://github.com/gauravpaliwal/General-Feedback-Module-OpenMRS/blob/master/readme.txt

Code :