Archive for the 'code' Category

Translating Listserv archive to mbox format

Sunday, November 30th, 2008

We wanted to import our old mailing list entries from the OpenMRS mailing list Listserv archives into Nabble.  No problem.  Finding the GET listname FILELIST and GET listname file1, GET listname file2, … commands was easy enough.  A quick search of Nabble support made it clear that I needed to send them mbox files.  So, [...]

ReviewBoard for OpenMRS GSoC 2008

Monday, May 5th, 2008

Thanks to the generous folks at Review Board, OpenMRS has the opportunity to try out Review Board for performing code reviews for our GSoC projects.
Students can download post -review (a python script) and submit changes for review simply by issuing the command “post-review” within the root of their local copy.
Mentors can review the [...]