phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [phpGroupWare-developers] status of trunk in svn


From: Sigurd Nes
Subject: Re: [phpGroupWare-developers] status of trunk in svn
Date: Wed, 23 Apr 2008 20:51:11 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080305)

Dave Hall wrote:
> On Wed, 2008-04-23 at 08:08 +0200, Dave Hall wrote:
>> On Wed, 2008-04-23 at 09:58 +0200, Sigurd Nes wrote:
>>> Dave Hall wrote:
>>>> On Mon, 2008-04-21 at 17:55 +0200, Sigurd Nes wrote:
>>>>> Dave Hall wrote:
>>>>>> On Sat, 2008-04-19 at 11:09 +0200, Sigurd Nes wrote:
>>>>>>> Dave Hall wrote:
>>>>>>>> On Sat, 2008-04-19 at 00:26 +0200, Sigurd Nes wrote:
>>>>>>>>> Dave Hall wrote:
>>>>>>>>>> On Thu, 2008-04-17 at 18:53 +0200, Olivier Berger wrote:
>>>>>>>>>>> Le jeudi 17 avril 2008 à 11:03 +0200, christian bac a écrit :
>>>>>>>>>>>> I can propose diffs from my version and the trunk, but last time I 
>>>>>>>>>>>> did
>>>>>>>>>>>> it, skwashd talled that there were new versions in the <<resight 
>>>>>>>>>>>> tree>>,
>>>>>>>>>>>> that already had the same fixes.
>>>>>>>>>>>>
>>>>>>>>>>>> When will the resight tree changes be merged to trunk.
>>>>>>>>>> This is a question for Sigurd to answer.
>>>>>>>>>>
>>>>>>>>> I'm glad to see that the activity is picking up, there has been very 
>>>>>>>>> little of
>>>>>>>>> it on savanna (except for ged) lately - and the sync has mostly moved 
>>>>>>>>> code one
>>>>>>>>> way - and the code needs manual tweaking before sync:
>>>>>>>>>
>>>>>>>>> 1) The resight project really need a method for quickly switch from
>>>>>>>>> developer-mode to end-user mode - suspending the notices to be 
>>>>>>>>> printed due to
>>>>>>>>> frequently testing and demonstration of the system for non-developers.
>>>>>>> When: allow 1)
>>>>>> Someone just needs to write the code which was proposed last time this
>>>>>> was discussed.  I am sure the community would be happy to accept the
>>>>>> code when provided.
>>>>>>
>>>>> Why not just allow the extra line of code in functions.inc.php:
>>>>>                           
>>>>> if(isset($GLOBALS['phpgw_info']['server']['log_levels']['global_level']) 
>>>>> &&
>>>>> $GLOBALS['phpgw_info']['server']['log_levels']['global_level'] == 'N')
>>>>> {
>>>>>  echo "\n<br>" . lang('ERROR Notice: %1 in %2 at line %3', $error_msg,
>>>>> $error_file, $error_line) . "<br>\n";
>>>>> }
>>>> This has been discussed in the past.  The current code means developers
>>>> have to fix their code.  It is in the trunk - not a stable branch.  A
>>>> sustainable fix was proposed last time this was discussed, I am sure the
>>>> community would be happy to accept that code any time.
>>>>
>>> Has anyone looked at it?
>>> The point is that it has to be simple to switch to and from debugging mode.
>> It was explored in depth back in January - here is the conclusion
>>
>> http://thread.gmane.org/gmane.comp.web.phpgroupware.devel/6395/focus=6398
> 
> 
> Sorry the correct link is
> http://thread.gmane.org/gmane.comp.web.phpgroupware.devel/6395/focus=6400
> 
So display_errors set to off will suppress the notices from being displayed?
That's really in effect what I have been asking for.


Regards

Sigurd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]