[chora] Status / Roadmap
Mathieu Arnold
arn_mat@club-internet.fr
Thu, 05 Apr 2001 12:05:55 +0200
and there is also this :
> Index: common.php
> ===================================================================
> RCS file: /home/cvs/cvs/dup/horde/chora/common.php,v
> retrieving revision 1.32
> diff -u -r1.32 common.php
> --- common.php 2001/03/18 01:52:45 1.32
> +++ common.php 2001/04/05 09:52:51
> @@ -25,7 +25,7 @@
> * TODO: defaults of 1 will not get propagated correctly - avsm
> */
>
> -$defaultActs = array ( "sbt"=>CVSLIB_SORT_NONE, "sa"=>0,
> +$defaultActs = array ( "sbt"=>$conf['options']['defaultsort'], "sa"=>0,
> "ord"=>CVSLIB_SORT_ASCENDING );
>
> foreach ($cvsroots as $key=>$val) {
because i wanted to be able to set a default sort option in the config
(filename sort)
and i did had to add this to the config :
> /* In the directory view, set a default sort order
> * have to use numbers because CVSLib is loaded after
> * this file in common.php */
>
> $conf['options']['defaultsort'] = 2;
--
Mathieu Arnold