<br><br><div class="gmail_quote">On Wed, May 23, 2012 at 5:39 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Le 2012-05-23 06:57, Thilina Buddika Abeyrathna a écrit :<br>
<div><div class="h5">> On Wed, May 23, 2012 at 4:21 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
><br>
>> Le 2012-05-23 06:44, Thilina Buddika Abeyrathna a écrit :<br>
>>> On Wed, May 23, 2012 at 4:10 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>> wrote:<br>
>>><br>
>>>> Le 2012-05-22 22:26, Thilina Buddika Abeyrathna a écrit :<br>
>>>>> On Wed, May 23, 2012 at 7:17 AM, Rouslan Placella <<br>
>> <a href="mailto:rouslan@placella.com">rouslan@placella.com</a><br>
>>>>> wrote:<br>
>>>>><br>
>>>>>> On 23/05/12 02:44, Thilina Buddika Abeyrathna wrote:<br>
>>>>>>> On Tue, May 22, 2012 at 12:38 AM, Marc Delisle<<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>>>>>  wrote:<br>
>>>>>>><br>
>>>>>>>> Le 2012-05-21 14:46, Thilina Buddika Abeyrathna a écrit :<br>
>>>>>>>>> On Mon, May 21, 2012 at 10:32 PM, Marc Delisle<<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>>>>>>>> wrote:<br>
>>>>>>>>><br>
>>>>>>>>>> Le 2012-05-21 12:47, Thilina Buddika Abeyrathna a écrit :<br>
>>>>>>>>>>> On Mon, May 21, 2012 at 9:54 PM, Marc Delisle<<a href="mailto:marc@infomarc.info">marc@infomarc.info</a><br>
>>><br>
>>>>>>>>>> wrote:<br>
>>>>>>>>>>><br>
>>>>>>>>>>>> Le 2012-05-21 11:50, Thilina Buddika Abeyrathna a écrit :<br>
>>>>>>>>>>>>> On Mon, May 21, 2012 at 9:17 PM, Marc Delisle<<br>
>> <a href="mailto:marc@infomarc.info">marc@infomarc.info</a><br>
>>>>><br>
>>>>>>>>>>>> wrote:<br>
>>>>>>>>>>>>><br>
>>>>>>>>>>>>>> Le 2012-05-21 11:41, Thilina Buddika Abeyrathna a écrit :<br>
>>>>>>>>>>>>>>> Hi Marc,<br>
>>>>>>>>>>>>>>> In tbl_replace.php I don't see any usage of $me_fields<br>
>>>> variable.<br>
>>>>>> So<br>
>>>>>>>>>> I'm<br>
>>>>>>>>>>>>>>> going to remove the declaration and I'll change the all<br>
>>>> variable<br>
>>>>>>>>>> names<br>
>>>>>>>>>>>>>>> $me_* to $multi_edit_*.<br>
>>>>>>>>>>>>>>> Is it OK?<br>
>>>>>>>>>>>>>><br>
>>>>>>>>>>>>>> Hi Thilina,<br>
>>>>>>>>>>>>>> If you have access to command-line git, try this:<br>
>>>>>>>>>>>>>><br>
>>>>>>>>>>>>>> git grep '$me_fields'<br>
>>>>>>>>>>>>>><br>
>>>>>>>>>>>>>> and you'll see that libraries/tbl_replace_fields.inc.php is<br>
>>>> using<br>
>>>>>>>>>> these<br>
>>>>>>>>>>>>>> variables (other scripts are also using them).<br>
>>>>>>>>>>>>>><br>
>>>>>>>>>>>>>> I just realize that Marc. Sorry for the mistake.<br>
>>>>>>>>>>>>> And is it ok to changing variable name like above.<br>
>>>>>>>>>>>><br>
>>>>>>>>>>>> Yes, this is good refactoring. Of course, you know I'm allergic<br>
>> to<br>
>>>>>>>> using<br>
>>>>>>>>>>>> the term "field" when it refers to a table's column.<br>
>>>>>>>>>>><br>
>>>>>>>>>>><br>
>>>>>>>>>>> Ok Marc. :)<br>
>>>>>>>>>><br>
>>>>>>>>>> By the way, I prefer that you finish your work on tbl_change<br>
>> before<br>
>>>>>>>>>> working on tbl_replace.<br>
>>>>>>>>>><br>
>>>>>>>>>> I wish to merge your work soon, but there are still things to<br>
>>>> improve<br>
>>>>>> or<br>
>>>>>>>>>> fix:<br>
>>>>>>>>>><br>
>>>>>>>>>> - the multi-row edit bug<br>
>>>>>>>>>> - the $vrow and $vresult variables<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>> Hi Marc,<br>
>>>>>>>>> I'm trying to fix the multi-row edit bug. But still I couldn't find<br>
>>>> the<br>
>>>>>>>>> place which is wrong that I have done when refactoring.<br>
>>>>>>>><br>
>>>>>>>> You can find which commit produced the bug, with git bisect. The<br>
>>>> current<br>
>>>>>>>> upstream master does not have this bug.<br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> Hi Marc,<br>
>>>>>>> I fixed the issue. But when I commit, I used the following scenario,<br>
>>>>>>> 1. git status ->  two modified files<br>
>>>>>>> 2. git add [2 files]<br>
>>>>>>> 3. git commit -m " "  ->(2 file changed, ......)<br>
>>>>>>> 4. git push origin master ->  it says everything up-to-date :(<br>
>>>>>>> Am I missed something ?<br>
>>>>>><br>
>>>>>> Maybe you're missing 'git checkout master' before committing?<br>
>>>>>> If 'git branch' says that you're on another branch, you can push like<br>
>>>>>> this 'git push origin anotherbranch:master'<br>
>>>>>><br>
>>>>>> Bye,<br>
>>>>>> Rouslan<br>
>>>>><br>
>>>>><br>
>>>>> Hi Rouslan,<br>
>>>>><br>
>>>>> $ git branch<br>
>>>>> * (no branch)<br>
>>>>>    master<br>
>>>><br>
>>>> This means that you are currently not on any branch.<br>
>>><br>
>>><br>
>>> So how to push my changes. (Now I'm in the master, I ran 'git checkout<br>
>>> master' )<br>
>><br>
>> Now that you are in your master branch, what's the output of<br>
>><br>
>> git status<br>
>><br>
>> As I mentioned in previous email earlier I ran 'git commit' and then push.<br>
> But it said everything up-to-date. After I ran git status. Then no<br>
> any modified files. (Now I have done some changes in insert_edit.lib.php<br>
> and tbl_replace.php files)<br>
<br>
</div></div>There are no recent commits that were pushed here:<br>
<br>
<a href="https://github.com/thilinaa/phpmyadmin/commits/master" target="_blank">https://github.com/thilinaa/phpmyadmin/commits/master</a><br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>Hi Marc.</div><div>I committed the changes. And also I Implemented some functions for tbl_replace.php</div></div>-- <br><font face="georgia, serif">Regards.</font><br>

<br><font face="'trebuchet ms', sans-serif" size="4">Thilina Buddika Abeyrathna,</font><br><font face="georgia, serif">Department of Computer Engineering,</font><br><font face="georgia, serif">Faculty Of Engineering,</font><br>

<font face="georgia, serif">University of Peradeniya,</font><div><font face="georgia, serif">Sri Lanka.<br><br></font></div><br>