[Kolab-devel] Kolab commit messages (was: list.php)
Gunnar Wrobel
wrobel at horde.org
Thu Jun 23 11:21:15 CEST 2011
Hi!
This reply is actually not about the commit displayed below but rather
about its format.
Quoting Bogomil Shopov <shopov at kolabsys.com>:
> list.php | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> New commits:
> commit 223404104f9a4560918febf54a11d883da3fe0ae
> Author: Bogomil Shopov (Kolab Systems) <shopov at kolabsys.com>
> Date: Thu Jun 16 14:29:18 2011 +0300
>
> Fixing problem with not-showing mail folders. Horde alrternative
> of: https://bugzilla.kolabsys.com/show_bug.cgi?id=98#c15
>
> diff --git a/list.php b/list.php
> index 5f36359..abb708d 100755
> --- a/list.php
> +++ b/list.php
> @@ -173,7 +173,10 @@ function ReturnDataArray($list,$type)
>
> }
> //mail
> -$mails= ReturnDataArray($list,"");
> +$mails1= ReturnDataArray($list,"");
> +$mails2= ReturnDataArray($list,"mail");
> +
> +$mails=array_merge($mails1,$mails2);
>
> //contact
> $conts = ReturnDataArray($list,'contact');
>
>
> _______________________________________________
> kolab-commits mailing list
> kolab-commits at kolab.org
> https://kolab.org/mailman/listinfo/kolab-commits
Would it be possible to somehow add the name of the source repository
in here? I know it is in the mail headers but it would be convenient
to immediately see from the mail body which of the Kolab repositories
the commit belongs to.
Cheers,
Gunnar
--
Core Developer
The Horde Project
e: wrobel at horde.org
t: +49 700 6245 0000
w: http://www.horde.org
pgp: 9703 43BE
tweets: http://twitter.com/pardus_de
blog: http://log.pardus.de
More information about the devel
mailing list