phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Re: app_order bug fix for phpgw 0.9.14


From: Adam Hull
Subject: [Phpgroupware-developers] Re: app_order bug fix for phpgw 0.9.14
Date: Thu, 17 Oct 2002 20:18:44 +0000

You did say you would fix it but then disappeared so I took it upon myself to
fix it and thought I would share my findings. I needed it now anyway. I
couldn't wait for the next phpgw release. It's good to hear it was taken care
of. But, was this fixed in HEAD or 0.9.14?

Thanks ceb.

address@hidden wrote*:
>
>
>?
>
>i fixed it already yesterday and comitted it to cvs ...
>since i told you i was about to fix/comit it ... right now i dont know whats
this mail for
>:)
>
>grtx. Bettina [ceb]
>
>On Thu, 17 Oct 2002, Adam Hull wrote:
>
>> I recently discovered that the app_order sorting functionality in 
>> phpGroupware
>> 0.9.14 is broken. This is due to it being disabled in
>> /phpgwapi/inc/class.common.inc.php via a resorting of the apps.
>> Here is how to fix it:
>>
>> Simply comment out or delete this line:
>>
>> ksort($GLOBALS['phpgw_info']['user']['apps']);
>>
>> in /phpgwapi/inc/class.common.inc.php on line # 941
>>
>> I beg someone with phgwapi CVS access to fix this in the 0.9.14 branch so 
>> that
>> it appears in the next stable release. This is a severe limitation for those
>> like the Axis Groupware project who are working to create an advanced user
>> interface. If someone wants a primitive alphabetical sorting of the apps in
>> the navbar, they can manually configure app_order or even better it would be
>> very easy to add a preference in /setup to turn off app_order via the above
>> ksort. But, to completely turn off app_order is a step backwards. If you have
>> any further questions please feel free to contact me.
>>
>> This can also be referenced in the Axis Groupware docs here:
>> http://docs.axisgroupware.org/index.php?page=FixAppOrderBug
>>
>> Thanks,
>> Adam
>>
>





reply via email to

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