Re: First Easy Task

2015-04-03 Thread Driss Ben Zoubeir
Hi, Thanks! That is very helpful :) 2015-03-29 8:19 GMT+02:00 Ariel Constenla-Haile : > Hello Driss, > > On Sat, Mar 28, 2015 at 06:50:22PM +0100, Driss Ben Zoubeir wrote: > > Hi All, > > > > After the build of openoffice I am now looking for my first task. Under > > Bugzilla I found this Issue 9

Re: First Easy Task

2015-03-28 Thread Ariel Constenla-Haile
Hello Driss, On Sat, Mar 28, 2015 at 06:50:22PM +0100, Driss Ben Zoubeir wrote: > Hi All, > > After the build of openoffice I am now looking for my first task. Under > Bugzilla I found this Issue 95167, but I have no idea where to assign it to > my self and no idea how to begin cheking code relat

Re: First Easy Task

2015-03-28 Thread Alexandro Colorado
There is a sourcecode browser we have called opengrok. http://opengrok.adfinis-sygroup.org/source/ Is pretty fast, I suggest to read the documentation to understand the higher level features for searching. On Sat, Mar 28, 2015 at 5:34 PM, Driss Ben Zoubeir wrote: > Hi, > > Alexandro that is any

Re: First Easy Task

2015-03-28 Thread Driss Ben Zoubeir
Hi, Alexandro that is anyway very helpful. I am just new here and have some oriention difficulties. How to find the code related to an issue? I tried to find some hints here https://wiki.openoffice.org/wiki/Source_code_directories but I cannot go further. how is the procedure to find the code rela

Re: First Easy Task

2015-03-28 Thread Alexandro Colorado
Since you are probably using svn, you can make the diff against the previous versions of the file. Svn diff would be the best way to do this: https://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/ On 3/28/15, Alexandro Colorado wrote: > yes, once you work out the issue an

Re: First Easy Task

2015-03-28 Thread Alexandro Colorado
yes, once you work out the issue and generate the code, you can just submit it as an attachment to your comentary. If you dont know how to create a patch is a utility that makes a diff dump from the original file: http://www.cyberciti.biz/faq/appy-patch-file-using-patch-command/ On 3/28/15, Driss

Re: First Easy Task

2015-03-28 Thread Driss Ben Zoubeir
you mean just write a comment in the issue in bugzilla? 2015-03-28 20:29 GMT+01:00 Alexandro Colorado : > you can just comment with the attached patch. > > On Sat, Mar 28, 2015 at 1:50 PM, Driss Ben Zoubeir < > driss.zoub...@gmail.com> > wrote: > > > Hi All, > > > > After the build of openoffice

Re: First Easy Task

2015-03-28 Thread Alexandro Colorado
you can just comment with the attached patch. On Sat, Mar 28, 2015 at 1:50 PM, Driss Ben Zoubeir wrote: > Hi All, > > After the build of openoffice I am now looking for my first task. Under > Bugzilla I found this Issue 95167, but I have no idea where to assign it to > my self and no idea how to

First Easy Task

2015-03-28 Thread Driss Ben Zoubeir
Hi All, After the build of openoffice I am now looking for my first task. Under Bugzilla I found this Issue 95167, but I have no idea where to assign it to my self and no idea how to begin cheking code related to that issue? can somebody help me with first dev. steps? Rgds