<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1558</id>
	<title>Nabble - DotGNU</title>
	<updated>2009-11-25T14:49:14Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/DotGNU-f1558.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DotGNU-f1558.html" />
	<subtitle type="html">The DotGNU project aims to be for webservices and for C# programs what GNU/Linux is rapidly becoming for desktop and server applications. DotGNU currently consists of three main development projects: DotGNU Portable.NET, phpGroupWare, and the DGEE webservice server. DotGNU home is &lt;a href=&quot;http://www.dotgnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26521658</id>
	<title>Re: Commit in official trunk ...</title>
	<published>2009-11-25T14:49:14Z</published>
	<updated>2009-11-25T14:49:14Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Caeies wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maât a écrit :
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Caeies wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm happy to see new logs in the svn. But I have to urge all devs to be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *very* carefull when commiting in the repository.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; As maat suggest having an easy understable log is important. I will not
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus in this email on this, but I think that the way he proposed to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;tag&amp;quot; logs is a good idea.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The real focus in this message is this :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Each commit *in trunk* should be &amp;quot;atomic&amp;quot;. I mean, that if somebody do a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;checkout, trunk should be &amp;quot;usable&amp;quot; after each commit. You are free to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; do whatever you want in your own branch (but I would recommand to stick
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to this policy), but not in trunk. Reasons are :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;- easily review patches
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;- easily merge
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;- no missing files for people
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;- ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I'll add also :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - stable
&lt;br&gt;&amp;gt;&amp;gt; - tested
&lt;br&gt;&amp;gt;&amp;gt; - reviewed by peers if the change lets some questions unanswered
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Let's take an example with the following :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt;&amp;gt; -----------
&lt;br&gt;&amp;gt;&amp;gt; Bug fix : try to fix the get_member stuff, not sure if this is the right way to do it, but it works
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Commits with some uncertainty and &amp;quot;i'm not sure&amp;quot; comments like this one
&lt;br&gt;&amp;gt;&amp;gt; should not imho be &amp;nbsp;committed straight in reference repositories but
&lt;br&gt;&amp;gt;&amp;gt; rather in personal repositories and should trigger a call for review :)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; If trunk was bug free, I will be ok with this way of working.
&lt;br&gt;&amp;gt; Unfortunately, trunk is far away such a base, fixing it like this will
&lt;br&gt;&amp;gt; be easier. Note that I speak about _fixes_ and not &amp;quot;new features&amp;quot; ...
&lt;br&gt;&amp;gt; and IMHO this is a real difference.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I knew you'd answer something like this.
&lt;br&gt;&lt;br&gt;Th'as why i wrote the last part of my previous message.
&lt;br&gt;&lt;br&gt;Keep cool : we say globally the same thing :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Then, once the patch is tested/reviewed/improved, you can merge the
&lt;br&gt;&amp;gt;&amp;gt; (perhaps improved) changes in one single commit with a
&lt;br&gt;&amp;gt;&amp;gt; professionnal-looking comment like for example :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Bug fix : replaced the inexistant variable $this-&amp;gt;account_id by the
&lt;br&gt;&amp;gt;&amp;gt; existing $account_id
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well If this is what you understand of the patch ... damn, review can
&lt;br&gt;&amp;gt; take long time :).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's not because I take care of doubt in my commit that I'm not sure of
&lt;br&gt;&amp;gt; what I do ...
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;People that do care about code being clean do also care about changelogs.
&lt;br&gt;&lt;br&gt;Having clean changelog gives a better image than logs saying &amp;quot;i dunno
&lt;br&gt;what i'm doing but nevermind it seems to do the trick&amp;quot;
&lt;br&gt;&lt;br&gt;Wether you know in facts what you are doing is out of bounds... but just
&lt;br&gt;for my own peace of mind it's good to know that you are not committing
&lt;br&gt;random things :)))))))))))
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; As we are starting from a low level of quality as far as sources and
&lt;br&gt;&amp;gt;&amp;gt; changes control management is concerned we can close eyes a moment and
&lt;br&gt;&amp;gt;&amp;gt; go on fixing things without too high expectations on process quality but
&lt;br&gt;&amp;gt;&amp;gt; keep in mind that we'll need to improve this sooner or later (dunno if i
&lt;br&gt;&amp;gt;&amp;gt; can use this for the french expression &amp;quot;tôt ou tard&amp;quot;) if we want to use
&lt;br&gt;&amp;gt;&amp;gt; svn logs to generate good looking Changelogs :)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; IMHO this should be done when merging new features... from personnal
&lt;br&gt;&amp;gt; branches.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;For big bugfixes on api with potentially heavy impact on several apps also
&lt;br&gt;&lt;br&gt;For patches changing the way of doing things even if the change does not
&lt;br&gt;add new features also
&lt;br&gt;&lt;br&gt;And there are probably dozens of other cases where &amp;nbsp;this approach is 
&lt;br&gt;good even if no new features are concerned ;)
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;gt; Btw, before doing a commit I'm near always doing a svn annotate and take
&lt;br&gt;&amp;gt; a look at the people who commited in and the associated log ...
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;I need to make myself clear : I did not thought nor said i that you were
&lt;br&gt;a poor hacker or whatever. (imho you are a really good at php coding)
&lt;br&gt;&lt;br&gt;It's just source control quality that i hope we all work to improve
&lt;br&gt;(slowly) up to the highest level possible :))
&lt;br&gt;&lt;br&gt;(btw my comments were not supposed to upset you but rather to make you
&lt;br&gt;smile and answer something like &amp;quot;ok we could work on this once the bing
&lt;br&gt;cleaning phase is over&amp;quot;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521658&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-in-official-trunk-...-tp26511350p26521658.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520598</id>
	<title>Re: Re: [Phpgroupware-cvs] [20896] Bug fix : check for already encoded utf8	stuff ...</title>
	<published>2009-11-25T13:07:50Z</published>
	<updated>2009-11-25T13:07:50Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Benoit Hamet wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Sigurd,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; That one didn't work (for me).
&lt;br&gt;&amp;gt;&amp;gt; the mb_detect_encoding($text) is detecting the text as utf-8 even if it
&lt;br&gt;&amp;gt;&amp;gt; is ISO-8859-1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is a problem in your configuration of php. Anyway, I commit a fix
&lt;br&gt;&amp;gt; that should work in most configuration. Note that our non ISO-8859-1
&lt;br&gt;&amp;gt; users will have problem with your code, since I'm not sure that
&lt;br&gt;&amp;gt; utf8_encode is able to take their charset into account ...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Great - it works fine
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Phpgroupware-cvs---20896--Bug-fix-%3A-check-for-already-encoded-utf8%09stuff-...-tp26517324p26520598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520329</id>
	<title>Re: Fixing bugs</title>
	<published>2009-11-25T12:57:48Z</published>
	<updated>2009-11-25T12:57:48Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Benoit Hamet wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Sigurd,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sigurd Nes a écrit :
&lt;br&gt;&amp;gt;&amp;gt; Hi Caeies
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I really think we should test the modules in my personal repository
&lt;br&gt;&amp;gt;&amp;gt; before starting to fix the old trunk.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; especially admin, phpgwapi, setup and preferences has bee subjected to
&lt;br&gt;&amp;gt;&amp;gt; massive enhancement/improvements compared to the old trunk.
&lt;br&gt;&amp;gt; If you have working carefully, this should not be a problem. When I see
&lt;br&gt;&amp;gt; fixes in email apps not taking care of coding standards ... I'm more
&lt;br&gt;&amp;gt; woried ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Please use phpgw::get_var() call instead of $_POST or whatever $_ vars).
&lt;/div&gt;&lt;br&gt;I always do - this one was an intermediate fix just to make it work.
&lt;br&gt;&lt;br&gt;$GLOBALS['HTTP_POST_VARS'] and &amp;nbsp;$_POST is equivalent - but 
&lt;br&gt;$GLOBALS['HTTP_POST_VARS'] is deprecated in php 5.3
&lt;br&gt;&lt;br&gt;Hence: this was a fix (same level as before - but working) - not a feature.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; It will save a lot of work if we could consider this as the new base for
&lt;br&gt;&amp;gt;&amp;gt; improvements.
&lt;br&gt;&amp;gt; If I was considering your code base as the new base for improvements, I
&lt;br&gt;&amp;gt; will have ask you to directly commit into trunk ... As already said, we
&lt;br&gt;&amp;gt; will merge features from personal branches into trunk. If you have fixes
&lt;br&gt;&amp;gt; to commit into trunk before adding new features, please point us the
&lt;br&gt;&amp;gt; patches to review for fixes and not features ...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;What I ask - is that you have a look at it and try it out.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (The member stuff active/nonactive users are all working fine)
&lt;br&gt;&amp;gt; ?
&lt;br&gt;&lt;br&gt;Your latest commits fixes things that is already taken care of.(20897,20899 )
&lt;br&gt;I ask you again: please have a look at the code in my tree (and test it).
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; If we disagree on stuff I have done - that's fine we can take it from
&lt;br&gt;&amp;gt;&amp;gt; there - but it will get us moving a lot faster.
&lt;br&gt;&amp;gt; If we have easier way to fix trunk, I agree with you.
&lt;br&gt;&lt;br&gt;What I can't understand is that you even won't try it - it will save months - I 
&lt;br&gt;promise.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fixing-bugs-tp26518095p26520329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519651</id>
	<title>Re: Re: [Phpgroupware-cvs] [20896] Bug fix : check for already encoded utf8	stuff ...</title>
	<published>2009-11-25T11:27:52Z</published>
	<updated>2009-11-25T11:27:52Z</updated>
	<author>
		<name>Benoit Hamet</name>
	</author>
	<content type="html">Sigurd Nes a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Caeies wrote:
&lt;br&gt;&amp;gt;&amp;gt; Revision: 20896
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.sv.gnu.org/viewvc/?view=rev&amp;root=phpgroupware&amp;revision=20896&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.sv.gnu.org/viewvc/?view=rev&amp;root=phpgroupware&amp;revision=20896&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Author: &amp;nbsp; Caeies
&lt;br&gt;&amp;gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-11-25 16:35:37 +0000 (Wed, 25 Nov 2009)
&lt;br&gt;&amp;gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt;&amp;gt; -----------
&lt;br&gt;&amp;gt;&amp;gt; Bug fix : check for already encoded utf8 stuff ... instead of forcing
&lt;br&gt;&amp;gt;&amp;gt; it in all cases since utf8_encode(utf8_encode(X)) != utf_8_encode(X)
&lt;br&gt;&amp;gt;&amp;gt; if X is not pure ascii
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Modified Paths:
&lt;br&gt;&amp;gt;&amp;gt; --------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; modules/email/trunk/inc/class.mail_msg_base.inc.php
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Modified: modules/email/trunk/inc/class.mail_msg_base.inc.php
&lt;br&gt;&amp;gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt;&amp;gt; --- modules/email/trunk/inc/class.mail_msg_base.inc.php &amp;nbsp; &amp;nbsp;2009-11-25
&lt;br&gt;&amp;gt;&amp;gt; 16:06:05 UTC (rev 20895)
&lt;br&gt;&amp;gt;&amp;gt; +++ modules/email/trunk/inc/class.mail_msg_base.inc.php &amp;nbsp; &amp;nbsp;2009-11-25
&lt;br&gt;&amp;gt;&amp;gt; 16:35:37 UTC (rev 20896)
&lt;br&gt;&amp;gt;&amp;gt; @@ -4437,7 +4437,7 @@
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function ascii2utf($text = '')
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ($text == utf8_encode($text))
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((function_exists('mb_detect_encoding') &amp;&amp;
&lt;br&gt;&amp;gt;&amp;gt; mb_detect_encoding($text) == 'UTF-8'))
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return $text;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Hi Caeies,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That one didn't work (for me).
&lt;br&gt;&amp;gt; the mb_detect_encoding($text) is detecting the text as utf-8 even if it
&lt;br&gt;&amp;gt; is ISO-8859-1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please test.
&lt;/div&gt;&lt;br&gt;You too.
&lt;br&gt;if ($text == utf8_encode($text)) is a non-sense with already utf8 non
&lt;br&gt;ascii-only text ...
&lt;br&gt;&lt;br&gt;And I didn't put any comment on that in the commit ... But if you want
&lt;br&gt;me to insist on the garbage code on the public list, I will be happy to
&lt;br&gt;do so.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Caeies.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519651&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Phpgroupware-cvs---20896--Bug-fix-%3A-check-for-already-encoded-utf8%09stuff-...-tp26517324p26519651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519640</id>
	<title>Re: Fixing bugs</title>
	<published>2009-11-25T11:20:58Z</published>
	<updated>2009-11-25T11:20:58Z</updated>
	<author>
		<name>Benoit Hamet</name>
	</author>
	<content type="html">Hi Sigurd,
&lt;br&gt;&lt;br&gt;Sigurd Nes a écrit :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Caeies
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I really think we should test the modules in my personal repository
&lt;br&gt;&amp;gt; before starting to fix the old trunk.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; especially admin, phpgwapi, setup and preferences has bee subjected to
&lt;br&gt;&amp;gt; massive enhancement/improvements compared to the old trunk.
&lt;br&gt;If you have working carefully, this should not be a problem. When I see
&lt;br&gt;fixes in email apps not taking care of coding standards ... I'm more
&lt;br&gt;woried ...
&lt;br&gt;&lt;br&gt;(Please use phpgw::get_var() call instead of $_POST or whatever $_ vars).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It will save a lot of work if we could consider this as the new base for
&lt;br&gt;&amp;gt; improvements.
&lt;br&gt;If I was considering your code base as the new base for improvements, I
&lt;br&gt;will have ask you to directly commit into trunk ... As already said, we
&lt;br&gt;will merge features from personal branches into trunk. If you have fixes
&lt;br&gt;to commit into trunk before adding new features, please point us the
&lt;br&gt;patches to review for fixes and not features ...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (The member stuff active/nonactive users are all working fine)
&lt;br&gt;?
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If we disagree on stuff I have done - that's fine we can take it from
&lt;br&gt;&amp;gt; there - but it will get us moving a lot faster.
&lt;br&gt;If we have easier way to fix trunk, I agree with you.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Caeies
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519640&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fixing-bugs-tp26518095p26519640.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519589</id>
	<title>Re: Commit in official trunk ...</title>
	<published>2009-11-25T11:12:28Z</published>
	<updated>2009-11-25T11:12:28Z</updated>
	<author>
		<name>Caeies-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Maât a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Caeies wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm happy to see new logs in the svn. But I have to urge all devs to be
&lt;br&gt;&amp;gt;&amp;gt; *very* carefull when commiting in the repository.
&lt;br&gt;&amp;gt;&amp;gt; As maat suggest having an easy understable log is important. I will not
&lt;br&gt;&amp;gt;&amp;gt; focus in this email on this, but I think that the way he proposed to
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;tag&amp;quot; logs is a good idea.
&lt;br&gt;&amp;gt;&amp;gt; The real focus in this message is this :
&lt;br&gt;&amp;gt;&amp;gt; Each commit *in trunk* should be &amp;quot;atomic&amp;quot;. I mean, that if somebody do a
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;checkout, trunk should be &amp;quot;usable&amp;quot; after each commit. You are free to
&lt;br&gt;&amp;gt;&amp;gt; do whatever you want in your own branch (but I would recommand to stick
&lt;br&gt;&amp;gt;&amp;gt; to this policy), but not in trunk. Reasons are :
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- easily review patches
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- easily merge
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- no missing files for people
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;- ...
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; I'll add also :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - stable
&lt;br&gt;&amp;gt; - tested
&lt;br&gt;&amp;gt; - reviewed by peers if the change lets some questions unanswered
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Let's take an example with the following :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; Bug fix : try to fix the get_member stuff, not sure if this is the right way to do it, but it works
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Commits with some uncertainty and &amp;quot;i'm not sure&amp;quot; comments like this one
&lt;br&gt;&amp;gt; should not imho be &amp;nbsp;committed straight in reference repositories but
&lt;br&gt;&amp;gt; rather in personal repositories and should trigger a call for review :)
&lt;/div&gt;If trunk was bug free, I will be ok with this way of working.
&lt;br&gt;Unfortunately, trunk is far away such a base, fixing it like this will
&lt;br&gt;be easier. Note that I speak about _fixes_ and not &amp;quot;new features&amp;quot; ...
&lt;br&gt;and IMHO this is a real difference.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then, once the patch is tested/reviewed/improved, you can merge the
&lt;br&gt;&amp;gt; (perhaps improved) changes in one single commit with a
&lt;br&gt;&amp;gt; professionnal-looking comment like for example :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bug fix : replaced the inexistant variable $this-&amp;gt;account_id by the
&lt;br&gt;&amp;gt; existing $account_id
&lt;br&gt;&lt;br&gt;Well If this is what you understand of the patch ... damn, review can
&lt;br&gt;take long time :).
&lt;br&gt;&lt;br&gt;It's not because I take care of doubt in my commit that I'm not sure of
&lt;br&gt;what I do ...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As we are starting from a low level of quality as far as sources and
&lt;br&gt;&amp;gt; changes control management is concerned we can close eyes a moment and
&lt;br&gt;&amp;gt; go on fixing things without too high expectations on process quality but
&lt;br&gt;&amp;gt; keep in mind that we'll need to improve this sooner or later (dunno if i
&lt;br&gt;&amp;gt; can use this for the french expression &amp;quot;tôt ou tard&amp;quot;) if we want to use
&lt;br&gt;&amp;gt; svn logs to generate good looking Changelogs :)
&lt;br&gt;IMHO this should be done when merging new features... from personnal
&lt;br&gt;branches.
&lt;br&gt;&lt;br&gt;Btw, before doing a commit I'm near always doing a svn annotate and take
&lt;br&gt;a look at the people who commited in and the associated log ...
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Caeies
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-in-official-trunk-...-tp26511350p26519589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519464</id>
	<title>Re: Re: [Phpgroupware-cvs] [20896] Bug fix : check for already encoded utf8	stuff ...</title>
	<published>2009-11-25T11:00:33Z</published>
	<updated>2009-11-25T11:00:33Z</updated>
	<author>
		<name>Benoit Hamet</name>
	</author>
	<content type="html">Hi Sigurd,
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That one didn't work (for me).
&lt;br&gt;&amp;gt; the mb_detect_encoding($text) is detecting the text as utf-8 even if it
&lt;br&gt;&amp;gt; is ISO-8859-1
&lt;br&gt;&lt;br&gt;This is a problem in your configuration of php. Anyway, I commit a fix
&lt;br&gt;that should work in most configuration. Note that our non ISO-8859-1
&lt;br&gt;users will have problem with your code, since I'm not sure that
&lt;br&gt;utf8_encode is able to take their charset into account ...
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Caeies.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please test.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm using PHP Version 5.3.1 with default settings:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;mbstring
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Multibyte Support &amp;nbsp; &amp;nbsp; enabled
&lt;br&gt;&amp;gt; Multibyte string engine &amp;nbsp; &amp;nbsp; libmbfl
&lt;br&gt;&amp;gt; HTTP input encoding translation &amp;nbsp; &amp;nbsp; disabled
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; mbstring extension makes use of &amp;quot;streamable kanji code filter and
&lt;br&gt;&amp;gt; converter&amp;quot;, which is distributed under the GNU Lesser General Public
&lt;br&gt;&amp;gt; License version 2.1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Multibyte (japanese) regex support &amp;nbsp; &amp;nbsp; enabled
&lt;br&gt;&amp;gt; Multibyte regex (oniguruma) backtrack check &amp;nbsp; &amp;nbsp; On
&lt;br&gt;&amp;gt; Multibyte regex (oniguruma) version &amp;nbsp; &amp;nbsp; 4.7.1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Directive &amp;nbsp; &amp;nbsp; Local Value &amp;nbsp; &amp;nbsp; Master Value
&lt;br&gt;&amp;gt; mbstring.detect_order &amp;nbsp; &amp;nbsp; /no value/ &amp;nbsp; &amp;nbsp; /no value/
&lt;br&gt;&amp;gt; mbstring.encoding_translation &amp;nbsp; &amp;nbsp; Off &amp;nbsp; &amp;nbsp; Off
&lt;br&gt;&amp;gt; mbstring.func_overload &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; mbstring.http_input &amp;nbsp; &amp;nbsp; pass &amp;nbsp; &amp;nbsp; pass
&lt;br&gt;&amp;gt; mbstring.http_output &amp;nbsp; &amp;nbsp; pass &amp;nbsp; &amp;nbsp; pass
&lt;br&gt;&amp;gt; mbstring.http_output_conv_mimetypes &amp;nbsp; &amp;nbsp; ^(text/|application/xhtml\+xml)
&lt;br&gt;&amp;gt; ^(text/|application/xhtml\+xml)
&lt;br&gt;&amp;gt; mbstring.internal_encoding &amp;nbsp; &amp;nbsp; /no value/ &amp;nbsp; &amp;nbsp; /no value/
&lt;br&gt;&amp;gt; mbstring.language &amp;nbsp; &amp;nbsp; neutral &amp;nbsp; &amp;nbsp; neutral
&lt;br&gt;&amp;gt; mbstring.strict_detection &amp;nbsp; &amp;nbsp; Off &amp;nbsp; &amp;nbsp; Off
&lt;br&gt;&amp;gt; mbstring.substitute_character &amp;nbsp; &amp;nbsp; /no value/ &amp;nbsp; &amp;nbsp; /no value/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sigurd
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; phpGroupWare-developers mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519464&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519464&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Phpgroupware-cvs---20896--Bug-fix-%3A-check-for-already-encoded-utf8%09stuff-...-tp26517324p26519464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518111</id>
	<title>Re: Commit in official trunk ...</title>
	<published>2009-11-25T10:41:14Z</published>
	<updated>2009-11-25T10:41:14Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Caeies wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm happy to see new logs in the svn. But I have to urge all devs to be
&lt;br&gt;&amp;gt; *very* carefull when commiting in the repository.
&lt;br&gt;&amp;gt; As maat suggest having an easy understable log is important. I will not
&lt;br&gt;&amp;gt; focus in this email on this, but I think that the way he proposed to
&lt;br&gt;&amp;gt; &amp;quot;tag&amp;quot; logs is a good idea.
&lt;br&gt;&amp;gt; The real focus in this message is this :
&lt;br&gt;&amp;gt; Each commit *in trunk* should be &amp;quot;atomic&amp;quot;. I mean, that if somebody do a
&lt;br&gt;&amp;gt; &amp;nbsp;checkout, trunk should be &amp;quot;usable&amp;quot; after each commit. You are free to
&lt;br&gt;&amp;gt; do whatever you want in your own branch (but I would recommand to stick
&lt;br&gt;&amp;gt; to this policy), but not in trunk. Reasons are :
&lt;br&gt;&amp;gt; &amp;nbsp;- easily review patches
&lt;br&gt;&amp;gt; &amp;nbsp;- easily merge
&lt;br&gt;&amp;gt; &amp;nbsp;- no missing files for people
&lt;br&gt;&amp;gt; &amp;nbsp;- ...
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I'll add also :
&lt;br&gt;&lt;br&gt;- stable
&lt;br&gt;- tested
&lt;br&gt;- reviewed by peers if the change lets some questions unanswered
&lt;br&gt;&lt;br&gt;Let's take an example with the following :
&lt;br&gt;&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Bug fix : try to fix the get_member stuff, not sure if this is the right way to do it, but it works
&lt;br&gt;&lt;br&gt;&lt;br&gt;Commits with some uncertainty and &amp;quot;i'm not sure&amp;quot; comments like this one
&lt;br&gt;should not imho be &amp;nbsp;committed straight in reference repositories but
&lt;br&gt;rather in personal repositories and should trigger a call for review :)
&lt;br&gt;&lt;br&gt;Then, once the patch is tested/reviewed/improved, you can merge the
&lt;br&gt;(perhaps improved) changes in one single commit with a
&lt;br&gt;professionnal-looking comment like for example :
&lt;br&gt;&lt;br&gt;Bug fix : replaced the inexistant variable $this-&amp;gt;account_id by the
&lt;br&gt;existing $account_id
&lt;br&gt;&lt;br&gt;As we are starting from a low level of quality as far as sources and
&lt;br&gt;changes control management is concerned we can close eyes a moment and
&lt;br&gt;go on fixing things without too high expectations on process quality but
&lt;br&gt;keep in mind that we'll need to improve this sooner or later (dunno if i
&lt;br&gt;can use this for the french expression &amp;quot;tôt ou tard&amp;quot;) if we want to use
&lt;br&gt;svn logs to generate good looking Changelogs :)
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Maât
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518111&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-in-official-trunk-...-tp26511350p26518111.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518095</id>
	<title>Fixing bugs</title>
	<published>2009-11-25T10:40:27Z</published>
	<updated>2009-11-25T10:40:27Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Hi Caeies
&lt;br&gt;&lt;br&gt;I really think we should test the modules in my personal repository before 
&lt;br&gt;starting to fix the old trunk.
&lt;br&gt;&lt;br&gt;especially admin, phpgwapi, setup and preferences has bee subjected to massive 
&lt;br&gt;enhancement/improvements compared to the old trunk.
&lt;br&gt;&lt;br&gt;It will save a lot of work if we could consider this as the new base for 
&lt;br&gt;improvements.
&lt;br&gt;&lt;br&gt;&lt;br&gt;(The member stuff active/nonactive users are all working fine)
&lt;br&gt;&lt;br&gt;If we disagree on stuff I have done - that's fine we can take it from there - 
&lt;br&gt;but it will get us moving a lot faster.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fixing-bugs-tp26518095p26518095.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517324</id>
	<title>Re: [Phpgroupware-cvs] [20896] Bug fix : check for already encoded utf8	stuff ...</title>
	<published>2009-11-25T09:50:08Z</published>
	<updated>2009-11-25T09:50:08Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Caeies wrote:
&lt;blockquote cite=&quot;mid:E1NDKq9-0004rh-Ec@cvs.savannah.gnu.org&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Revision: 20896
          &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://svn.sv.gnu.org/viewvc/?view=rev&amp;root=phpgroupware&amp;revision=20896&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.sv.gnu.org/viewvc/?view=rev&amp;amp;root=phpgroupware&amp;amp;revision=20896&lt;/a&gt;
Author:   Caeies
Date:     2009-11-25 16:35:37 +0000 (Wed, 25 Nov 2009)
Log Message:
-----------
Bug fix : check for already encoded utf8 stuff ... instead of forcing it in all cases since utf8_encode(utf8_encode(X)) != utf_8_encode(X) if X is not pure ascii

Modified Paths:
--------------
    modules/email/trunk/inc/class.mail_msg_base.inc.php

Modified: modules/email/trunk/inc/class.mail_msg_base.inc.php
===================================================================
--- modules/email/trunk/inc/class.mail_msg_base.inc.php	2009-11-25 16:06:05 UTC (rev 20895)
+++ modules/email/trunk/inc/class.mail_msg_base.inc.php	2009-11-25 16:35:37 UTC (rev 20896)
@@ -4437,7 +4437,7 @@
 		*/
 		function ascii2utf($text = '')
 		{	
-			if ($text == utf8_encode($text))
+			if ((function_exists('mb_detect_encoding') &amp;amp;&amp;amp; mb_detect_encoding($text) == 'UTF-8'))
 			{
 				return $text;
 			}
  &lt;/pre&gt;
&lt;/blockquote&gt;
Hi Caeies,&lt;br&gt;
&lt;br&gt;
That one didn't work (for me).&lt;br&gt;
the mb_detect_encoding($text) is detecting the text as utf-8 even if it
is ISO-8859-1&lt;br&gt;
&lt;br&gt;
Please test.&lt;br&gt;
&lt;br&gt;
I'm using PHP Version 5.3.1 with default settings:&lt;br&gt;
&lt;br&gt;
&lt;h2&gt;&lt;a name=&quot;module_mbstring&quot; target=&quot;_top&quot;&gt;mbstring&lt;/a&gt;&lt;/h2&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;3&quot; width=&quot;600&quot;&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;Multibyte Support &lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;enabled &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;Multibyte string engine &lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;libmbfl &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;HTTP input encoding translation &lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;disabled &lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;3&quot; width=&quot;600&quot;&gt;
  &lt;tbody&gt;
    &lt;tr class=&quot;h&quot;&gt;
      &lt;th&gt;mbstring extension makes use of &quot;streamable
kanji code filter and converter&quot;, which is distributed under the GNU
Lesser General Public License version 2.1.&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;3&quot; width=&quot;600&quot;&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;Multibyte (japanese) regex support &lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;enabled &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;Multibyte regex (oniguruma) backtrack check &lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;On &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;Multibyte regex (oniguruma) version &lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;4.7.1 &lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;3&quot; width=&quot;600&quot;&gt;
  &lt;tbody&gt;
    &lt;tr class=&quot;h&quot;&gt;
      &lt;th&gt;Directive&lt;/th&gt;
      &lt;th&gt;Local Value&lt;/th&gt;
      &lt;th&gt;Master Value&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.detect_order&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;&lt;i&gt;no value&lt;/i&gt;&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;&lt;i&gt;no value&lt;/i&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.encoding_translation&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;Off&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;Off&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.func_overload&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;0&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;0&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.http_input&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;pass&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;pass&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.http_output&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;pass&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;pass&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.http_output_conv_mimetypes&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;^(text/|application/xhtml\+xml)&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;^(text/|application/xhtml\+xml)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.internal_encoding&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;&lt;i&gt;no value&lt;/i&gt;&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;&lt;i&gt;no value&lt;/i&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.language&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;neutral&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;neutral&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.strict_detection&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;Off&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;Off&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;e&quot;&gt;mbstring.substitute_character&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;&lt;i&gt;no value&lt;/i&gt;&lt;/td&gt;
      &lt;td class=&quot;v&quot;&gt;&lt;i&gt;no value&lt;/i&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
Sigurd&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Phpgroupware-cvs---20896--Bug-fix-%3A-check-for-already-encoded-utf8%09stuff-...-tp26517324p26517324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26511350</id>
	<title>Commit in official trunk ...</title>
	<published>2009-11-25T03:41:04Z</published>
	<updated>2009-11-25T03:41:04Z</updated>
	<author>
		<name>Caeies-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm happy to see new logs in the svn. But I have to urge all devs to be
&lt;br&gt;*very* carefull when commiting in the repository.
&lt;br&gt;As maat suggest having an easy understable log is important. I will not
&lt;br&gt;focus in this email on this, but I think that the way he proposed to
&lt;br&gt;&amp;quot;tag&amp;quot; logs is a good idea.
&lt;br&gt;The real focus in this message is this :
&lt;br&gt;Each commit *in trunk* should be &amp;quot;atomic&amp;quot;. I mean, that if somebody do a
&lt;br&gt;&amp;nbsp;checkout, trunk should be &amp;quot;usable&amp;quot; after each commit. You are free to
&lt;br&gt;do whatever you want in your own branch (but I would recommand to stick
&lt;br&gt;to this policy), but not in trunk. Reasons are :
&lt;br&gt;&amp;nbsp;- easily review patches
&lt;br&gt;&amp;nbsp;- easily merge
&lt;br&gt;&amp;nbsp;- no missing files for people
&lt;br&gt;&amp;nbsp;- ...
&lt;br&gt;&lt;br&gt;Thanks to all !
&lt;br&gt;&lt;br&gt;Caeies.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-in-official-trunk-...-tp26511350p26511350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494146</id>
	<title>Re: Email search fixing (was : Code available for test)</title>
	<published>2009-11-24T03:14:11Z</published>
	<updated>2009-11-24T03:14:11Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; From: Maât [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maat@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (Btw i did not understand this non-ascii problem by just reading your
&lt;br&gt;&amp;gt;&amp;gt; changes... would you mind to explain the problem and the fix to me please ?)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; The search didn't work at all - now it works at least with ascii.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;ok :)
&lt;br&gt;&lt;br&gt;that's why i did not see code that looked like something that does deal
&lt;br&gt;with ascii/non-ascii problems :)
&lt;br&gt;&lt;br&gt;&amp;gt; Tried to play with different encoding - like &amp;nbsp;imap_utf7_encode() to the criteria applied to imap_search - but no luck.
&lt;br&gt;&amp;gt; Maybe you can have a go at it?
&lt;br&gt;&amp;gt; The actual search is performed in class.mail_dcom_imap.inc.php, function: i_search() around line 243.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only (other) thing (I think) remaining - is the filter feature - seems like a object wasn't initialized....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe you can see at it with fresh eyes?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;yep... that can not bring harm if i give it a look just in case :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494146&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26494146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493500</id>
	<title>RE: Code available for test</title>
	<published>2009-11-24T02:22:18Z</published>
	<updated>2009-11-24T02:22:18Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Maât [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493500&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maat@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 2009-11-24 10:14:29 CET
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493500&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpgroupware-developers@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [phpGroupWare-developers] Code available for test
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; wow...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; subversion log living again :)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; just one question (i'm curious) do subversion repos and this tar.gz
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; contain the same code ?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; if no which one is ahead ?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt; It is identical (to the date) - it's just to spare peopel of having to deal with svn:externals.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Wooohooo ! Then i can test it with a checkout and compare trees \o/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; email is from phpgroupware/modules/email/trunk - the rest is from phpgroupware/people/sigurdne...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; (I took the liberty of tuning the email-app directly without going via the personal repository - as this is minor fixes)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; I looked at the patches... yeah they all seem minor and positive fixes
&lt;br&gt;&amp;gt; so no problem for me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; May i just suggest something for the future ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'd like we all think about commit log standardization so that we have
&lt;br&gt;&amp;gt; more presision and the possibility to create changelogs automatically later.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I's suggest for example something like a beginning tag
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bug fix : &amp;lt;-- patche that fix wrong code
&lt;br&gt;&amp;gt; Security fix : &amp;lt;-- obvious isn't it ? :)
&lt;br&gt;&amp;gt; Code formatting : &amp;lt;-- this one just for indentation and other chenges
&lt;br&gt;&amp;gt; that do not change the code
&lt;br&gt;&amp;gt; Code cleaning : &amp;lt;-- this one for php modernization and other changes
&lt;br&gt;&amp;gt; that do change the code but do not change the resulting behavior
&lt;br&gt;&amp;gt; New feature : &amp;lt;-- this one new cool feature
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (we would of course need to define the precise list of possible tags)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And i'd suggest that a commit concerns only one specific point
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; for example i'd rather have seen change set [20890] Fix search (not
&lt;br&gt;&amp;gt; happy with non-ascii) splitted in two :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- one for the php code modernization :
&lt;br&gt;&amp;gt; Code cleaning : changing from $GLOBALS['HTTP_POST_VARS'] to $_POST and
&lt;br&gt;&amp;gt; removing trailing ?&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- One for the real fixing part :
&lt;br&gt;&amp;gt; Bug fix : Fix search problem with non-ascii
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That suggestion is not supposed to be taken &amp;quot;as it is&amp;quot; but rather to be
&lt;br&gt;&amp;gt; the start point of &amp;nbsp;a &amp;nbsp;common work to improve it so that we end with
&lt;br&gt;&amp;gt; some nice rules for svn management :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Btw i did not understand this non-ascii problem by just reading your
&lt;br&gt;&amp;gt; changes... would you mind to explain the problem and the fix to me please ?)
&lt;br&gt;&amp;gt; 
&lt;/div&gt;The search didn't work at all - now it works at least with ascii.
&lt;/div&gt;Tried to play with different encoding - like &amp;nbsp;imap_utf7_encode() to the criteria applied to imap_search - but no luck.
&lt;br&gt;Maybe you can have a go at it?
&lt;br&gt;The actual search is performed in class.mail_dcom_imap.inc.php, function: i_search() around line 243.
&lt;br&gt;&lt;br&gt;The only (other) thing (I think) remaining - is the filter feature - seems like a object wasn't initialized....
&lt;br&gt;&lt;br&gt;Maybe you can see at it with fresh eyes?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493500&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26493500.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492833</id>
	<title>Re: Code available for test</title>
	<published>2009-11-24T01:14:29Z</published>
	<updated>2009-11-24T01:14:29Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wow...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; subversion log living again :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; just one question (i'm curious) do subversion repos and this tar.gz
&lt;br&gt;&amp;gt;&amp;gt; contain the same code ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; if no which one is ahead ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; It is identical (to the date) - it's just to spare peopel of having to deal with svn:externals.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Wooohooo ! Then i can test it with a checkout and compare trees \o/
&lt;br&gt;&lt;br&gt;Thanks :)
&lt;br&gt;&lt;br&gt;&amp;gt; email is from phpgroupware/modules/email/trunk - the rest is from phpgroupware/people/sigurdne...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (I took the liberty of tuning the email-app directly without going via the personal repository - as this is minor fixes)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;I looked at the patches... yeah they all seem minor and positive fixes
&lt;br&gt;so no problem for me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;May i just suggest something for the future ?
&lt;br&gt;&lt;br&gt;I'd like we all think about commit log standardization so that we have
&lt;br&gt;more presision and the possibility to create changelogs automatically later.
&lt;br&gt;&lt;br&gt;I's suggest for example something like a beginning tag
&lt;br&gt;&lt;br&gt;Bug fix : &amp;lt;-- patche that fix wrong code
&lt;br&gt;Security fix : &amp;lt;-- obvious isn't it ? :)
&lt;br&gt;Code formatting : &amp;lt;-- this one just for indentation and other chenges
&lt;br&gt;that do not change the code
&lt;br&gt;Code cleaning : &amp;lt;-- this one for php modernization and other changes
&lt;br&gt;that do change the code but do not change the resulting behavior
&lt;br&gt;New feature : &amp;lt;-- this one new cool feature
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;(we would of course need to define the precise list of possible tags)
&lt;br&gt;&lt;br&gt;And i'd suggest that a commit concerns only one specific point
&lt;br&gt;&lt;br&gt;for example i'd rather have seen change set [20890] Fix search (not
&lt;br&gt;happy with non-ascii) splitted in two :
&lt;br&gt;&lt;br&gt;-- one for the php code modernization :
&lt;br&gt;Code cleaning : changing from $GLOBALS['HTTP_POST_VARS'] to $_POST and
&lt;br&gt;removing trailing ?&amp;gt;
&lt;br&gt;&lt;br&gt;-- One for the real fixing part :
&lt;br&gt;Bug fix : Fix search problem with non-ascii
&lt;br&gt;&lt;br&gt;&lt;br&gt;That suggestion is not supposed to be taken &amp;quot;as it is&amp;quot; but rather to be
&lt;br&gt;the start point of &amp;nbsp;a &amp;nbsp;common work to improve it so that we end with
&lt;br&gt;some nice rules for svn management :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;(Btw i did not understand this non-ascii problem by just reading your
&lt;br&gt;changes... would you mind to explain the problem and the fix to me please ?)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Maât
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492833&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26492833.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26491976</id>
	<title>RE: Code available for test</title>
	<published>2009-11-24T00:10:47Z</published>
	<updated>2009-11-24T00:10:47Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Maât [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491976&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maat@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 2009-11-24 00:00:53 CET
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491976&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpgroupware-developers@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [phpGroupWare-developers] Code available for test
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt; &amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; The email app is updated and seems to work.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Fresh code is available for testing at:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; XXX
&lt;br&gt;&amp;gt; &amp;gt; Old one is removed.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Modules:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * addressbook
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * admin
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * calendar
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * email
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * hrm
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * manual
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * messenger
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * notes
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * preferences
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * (projects - well - kind of)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * property
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * sms
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; * todo
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; There is a new one:
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_23.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_23.tar.gz&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Fixes to the email app:
&lt;br&gt;&amp;gt; &amp;gt; File attachment, spell checker and search
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Regards
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Sigurd
&lt;br&gt;&amp;gt; wow...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; subversion log living again :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; just one question (i'm curious) do subversion repos and this tar.gz
&lt;br&gt;&amp;gt; contain the same code ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; if no which one is ahead ?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;It is identical (to the date) - it's just to spare peopel of having to deal with svn:externals.
&lt;/div&gt;&lt;br&gt;email is from phpgroupware/modules/email/trunk - the rest is from phpgroupware/people/sigurdne...
&lt;br&gt;&lt;br&gt;(I took the liberty of tuning the email-app directly without going via the personal repository - as this is minor fixes)
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491976&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26491976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26487684</id>
	<title>Re: Code available for test</title>
	<published>2009-11-23T15:00:53Z</published>
	<updated>2009-11-23T15:00:53Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt;&amp;gt; The email app is updated and seems to work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Fresh code is available for testing at:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; XXX
&lt;br&gt;&amp;gt; Old one is removed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Modules:
&lt;br&gt;&amp;gt;&amp;gt; * addressbook
&lt;br&gt;&amp;gt;&amp;gt; * admin
&lt;br&gt;&amp;gt;&amp;gt; * calendar
&lt;br&gt;&amp;gt;&amp;gt; * email
&lt;br&gt;&amp;gt;&amp;gt; * hrm
&lt;br&gt;&amp;gt;&amp;gt; * manual
&lt;br&gt;&amp;gt;&amp;gt; * messenger
&lt;br&gt;&amp;gt;&amp;gt; * notes
&lt;br&gt;&amp;gt;&amp;gt; * preferences
&lt;br&gt;&amp;gt;&amp;gt; * (projects - well - kind of)
&lt;br&gt;&amp;gt;&amp;gt; * property
&lt;br&gt;&amp;gt;&amp;gt; * sms
&lt;br&gt;&amp;gt;&amp;gt; * todo
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is a new one:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_23.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_23.tar.gz&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fixes to the email app:
&lt;br&gt;&amp;gt; File attachment, spell checker and search
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sigurd
&lt;/div&gt;wow...
&lt;br&gt;&lt;br&gt;subversion log living again :)
&lt;br&gt;&lt;br&gt;just one question (i'm curious) do subversion repos and this tar.gz
&lt;br&gt;contain the same code ?
&lt;br&gt;&lt;br&gt;if no which one is ahead ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487684&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26487684.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485810</id>
	<title>Re: Code available for test</title>
	<published>2009-11-23T12:44:34Z</published>
	<updated>2009-11-23T12:44:34Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;br&gt;&amp;gt; The email app is updated and seems to work.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fresh code is available for testing at:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; XXX
&lt;br&gt;Old one is removed.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modules:
&lt;br&gt;&amp;gt; * addressbook
&lt;br&gt;&amp;gt; * admin
&lt;br&gt;&amp;gt; * calendar
&lt;br&gt;&amp;gt; * email
&lt;br&gt;&amp;gt; * hrm
&lt;br&gt;&amp;gt; * manual
&lt;br&gt;&amp;gt; * messenger
&lt;br&gt;&amp;gt; * notes
&lt;br&gt;&amp;gt; * preferences
&lt;br&gt;&amp;gt; * (projects - well - kind of)
&lt;br&gt;&amp;gt; * property
&lt;br&gt;&amp;gt; * sms
&lt;br&gt;&amp;gt; * todo
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;There is a new one:
&lt;br&gt;&lt;a href=&quot;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_23.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_23.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fixes to the email app:
&lt;br&gt;File attachment, spell checker and search
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485810&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26485810.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474426</id>
	<title>Re: phpmailer needs to be replaced</title>
	<published>2009-11-23T00:48:14Z</published>
	<updated>2009-11-23T00:48:14Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Maât wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; phpmailer in which email depends on - seems to be GPLv2-only.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyone care to find (and implement) an alternative?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sigurd
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; Seems that it's LGPL without the version being detailed in the body of
&lt;br&gt;&amp;gt; the files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And a license file LGPL v 2.1 is provided aside.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I dont think they would mind if we use v3 instead of v 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm going to ask them : it's the shortest way to know about their point
&lt;br&gt;&amp;gt; of view
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maât
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Well after digging a lilttle bit phpmailer is not a problem.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/licenses/gpl-faq.html#matrix-skip-target&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/gpl-faq.html#matrix-skip-target&lt;/a&gt;&lt;br&gt;&lt;br&gt;we can use a lgpl v2.1 only library into a GPL v3 project.
&lt;br&gt;&lt;br&gt;We would need phpmailer guys authorization if we wanted to convert to
&lt;br&gt;lgpl v3
&lt;br&gt;&lt;br&gt;plase note also that we could convert lgpl v2.1 to gpl v3 (not lgpl) 
&lt;br&gt;without needing to ask them : lgpl &amp;nbsp;explicitly allows us to do so.
&lt;br&gt;&lt;br&gt;i'm still going to ask them because having all libraries under the same
&lt;br&gt;lgpl &amp;nbsp;v3 licence would be more logical and easier to understand for
&lt;br&gt;everybody.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Maât
&lt;br&gt;&lt;br&gt;&lt;br&gt;PS : We could also move the phpmailer library from lgpl 2.1 only to lgpl
&lt;br&gt;2.1 or later then move from lgpl v2.1 or later to lgpl v 3 or later but
&lt;br&gt;we would need to publish somewhere these libraries as independant packages.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/phpmailer-needs-to-be-replaced-tp26470117p26474426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26473825</id>
	<title>Re: phpmailer needs to be replaced</title>
	<published>2009-11-22T23:44:39Z</published>
	<updated>2009-11-22T23:44:39Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;br&gt;&amp;gt; phpmailer in which email depends on - seems to be GPLv2-only.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone care to find (and implement) an alternative?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sigurd
&lt;br&gt;Seems that it's LGPL without the version being detailed in the body of
&lt;br&gt;the files.
&lt;br&gt;&lt;br&gt;And a license file LGPL v 2.1 is provided aside.
&lt;br&gt;&lt;br&gt;I dont think they would mind if we use v3 instead of v 2
&lt;br&gt;&lt;br&gt;I'm going to ask them : it's the shortest way to know about their point
&lt;br&gt;of view
&lt;br&gt;&lt;br&gt;Maât
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26473825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/phpmailer-needs-to-be-replaced-tp26470117p26473825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26470117</id>
	<title>phpmailer needs to be replaced</title>
	<published>2009-11-22T14:12:59Z</published>
	<updated>2009-11-22T14:12:59Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">phpmailer in which email depends on - seems to be GPLv2-only.
&lt;br&gt;&lt;br&gt;Anyone care to find (and implement) an alternative?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26470117&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/phpmailer-needs-to-be-replaced-tp26470117p26470117.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26469573</id>
	<title>Code available for test</title>
	<published>2009-11-22T13:16:38Z</published>
	<updated>2009-11-22T13:16:38Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">The email app is updated and seems to work.
&lt;br&gt;&lt;br&gt;Fresh code is available for testing at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_22.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_22.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Modules:
&lt;br&gt;* addressbook
&lt;br&gt;* admin
&lt;br&gt;* calendar
&lt;br&gt;* email
&lt;br&gt;* hrm
&lt;br&gt;* manual
&lt;br&gt;* messenger
&lt;br&gt;* notes
&lt;br&gt;* preferences
&lt;br&gt;* (projects - well - kind of)
&lt;br&gt;* property
&lt;br&gt;* sms
&lt;br&gt;* todo
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26469573&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Code-available-for-test-tp26469573p26469573.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460973</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-21T14:26:08Z</published>
	<updated>2009-11-21T14:26:08Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The main difference are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - That db-abstraction is converted to pdo (faster and more secure) -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and that innodb is default for Mysql (to support transactions).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The db-object supports db-cloning - which I really really need - so
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; please don't remove it.
&lt;br&gt;&amp;gt;&amp;gt; In you personal repository *nobody* except you is supposed to play :
&lt;br&gt;&amp;gt;&amp;gt; you're your own master. If you don't remove it then it will not be
&lt;br&gt;&amp;gt;&amp;gt; removed (not by me whatever).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; but till the feature is considered fool-proof, suited for stable
&lt;br&gt;&amp;gt;&amp;gt; release, tested against regressions and accepted by all the coordinators
&lt;br&gt;&amp;gt;&amp;gt; team it's merge into base repository &amp;nbsp;could be delayed
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; please do not consider this as a personal offence... it's just
&lt;br&gt;&amp;gt;&amp;gt; paranoïa :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; By all means - but the current trunk is really a mess.
&lt;br&gt;&amp;gt; If you don't want to use my version as base for improvements - I will
&lt;br&gt;&amp;gt; recommend to revert to the state of before Dave's mega patch -and take
&lt;br&gt;&amp;gt; it from there.
&lt;/div&gt;i personnally *want* to use as much as possible of your improvements but
&lt;br&gt;one mega patch is already too much.
&lt;br&gt;&lt;br&gt;reverting this patch wouldbring more harm than good.
&lt;br&gt;&lt;br&gt;i'm just pleading for a clean way of doing things even if the starting
&lt;br&gt;base is not the best :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - mcrypted all settings in header.inc.php if set
&lt;br&gt;&amp;gt;&amp;gt; ?
&lt;br&gt;&amp;gt; If mcrypt is installed and set to &amp;quot;true&amp;quot; - the
&lt;br&gt;&amp;gt; db-name/db-user/db-password is encrypted. Making it more secure.
&lt;br&gt;ok thanks
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I recommend that we take it further from the current state rather than
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trying to merge back single fixes.
&lt;br&gt;&amp;gt;&amp;gt; well i'm not all for this way of doing things. I know previous gigantic
&lt;br&gt;&amp;gt;&amp;gt; merges from resight have been done and accepted but thats (imho) the
&lt;br&gt;&amp;gt;&amp;gt; best way to create problems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This ones fixes all the problems induced by the previous mega-patch :)
&lt;br&gt;&amp;gt; Also - it is tested - and runs in a production environment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (phpgwapi/setup/manual/preferences/property/sms)
&lt;/div&gt;&lt;br&gt;well that's a good point but that's just one production environment...
&lt;br&gt;we can imagine that &amp;nbsp;other production environments could be harmed by
&lt;br&gt;the changes
&lt;br&gt;&lt;br&gt;i'm just trying to avoid problems :)
&lt;br&gt;&lt;br&gt;if yours changes solve problems they *need* to be merged into base repos :)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; * system trunk:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; email might work(if configuration is correct): if it hangs - delete
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the menu-hook and restart apache
&lt;br&gt;&amp;gt;&amp;gt; ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Could you explain more this case please ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Just so that i understand why deleting menu-hook &amp;nbsp;could improve
&lt;br&gt;&amp;gt;&amp;gt; things :)
&lt;br&gt;&amp;gt; It stops the process of trying to connect to the wrongly configured
&lt;br&gt;&amp;gt; pop/imap-server when loading the menu.
&lt;br&gt;&amp;gt; The email app is a weak spot...
&lt;/div&gt;ok thanks :)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Another coming feature (in a few weeks) is general support for jasper
&lt;br&gt;&amp;gt; reports
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To make it easy to test - I have uploaded this version to:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_21.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_21.tar.gz&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Keep in mind that you need pdo - and I recommend PostgreSQL 8.3 and
&lt;br&gt;&amp;gt; above.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Install all apps and try it:)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sigurd
&lt;br&gt;&amp;gt;
&lt;/div&gt;:)
&lt;br&gt;&lt;br&gt;thanks for your answeer Sigurd :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26460973.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460883</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-21T14:14:18Z</published>
	<updated>2009-11-21T14:14:18Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Maât wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks Sigrud.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Glad to see you have started to put new things into your &amp;quot;personal&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; repository.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hope you'll find a little bit of time to explain quickly the big
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; differences between each base trunk &amp;nbsp;app and your work so that we know
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what could be looked at for later merging :)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm done - Take it for a spin :)
&lt;br&gt;&amp;gt; :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; The main difference are
&lt;br&gt;&amp;gt;&amp;gt; - That db-abstraction is converted to pdo (faster and more secure) -
&lt;br&gt;&amp;gt;&amp;gt; and that innodb is default for Mysql (to support transactions).
&lt;br&gt;&amp;gt;&amp;gt; The db-object supports db-cloning - which I really really need - so
&lt;br&gt;&amp;gt;&amp;gt; please don't remove it.
&lt;br&gt;&amp;gt; In you personal repository *nobody* except you is supposed to play :
&lt;br&gt;&amp;gt; you're your own master. If you don't remove it then it will not be
&lt;br&gt;&amp;gt; removed (not by me whatever).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; but till the feature is considered fool-proof, suited for stable
&lt;br&gt;&amp;gt; release, tested against regressions and accepted by all the coordinators
&lt;br&gt;&amp;gt; team it's merge into base repository &amp;nbsp;could be delayed
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; please do not consider this as a personal offence... it's just paranoïa :)
&lt;br&gt;&amp;gt; 
&lt;/div&gt;By all means - but the current trunk is really a mess.
&lt;br&gt;If you don't want to use my version as base for improvements - I will recommend 
&lt;br&gt;to revert to the state of before Dave's mega patch -and take it from there.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - New template (set as default)
&lt;br&gt;&amp;gt; i'll give a look a t it :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /me just being curious :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - (most)Third party libraries are updated to latest.
&lt;br&gt;&amp;gt; cool :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - runs on php version 5.3
&lt;br&gt;&amp;gt; cool :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - mcrypted all settings in header.inc.php if set
&lt;br&gt;&amp;gt; ?
&lt;/div&gt;If mcrypt is installed and set to &amp;quot;true&amp;quot; - the db-name/db-user/db-password is 
&lt;br&gt;encrypted. Making it more secure.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - Admin can set preferences on behalf of users
&lt;br&gt;&amp;gt; *very* cool
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - working Interlink - links (two-ways) items across the system
&lt;br&gt;&amp;gt; *very* cool
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; - properly working install/uninstall.
&lt;br&gt;&amp;gt; :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Other than that: massive fixes for ACL, LDAP, conversion of users
&lt;br&gt;&amp;gt;&amp;gt; handled as object (before:arrays), session handling and more...
&lt;br&gt;&amp;gt;&amp;gt; SOAP and XMLRPC is updated to latest and works as client and service -
&lt;br&gt;&amp;gt;&amp;gt; but the old services need attention.
&lt;br&gt;&amp;gt; ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I recommend that we take it further from the current state rather than
&lt;br&gt;&amp;gt;&amp;gt; trying to merge back single fixes.
&lt;br&gt;&amp;gt; well i'm not all for this way of doing things. I know previous gigantic
&lt;br&gt;&amp;gt; merges from resight have been done and accepted but thats (imho) the
&lt;br&gt;&amp;gt; best way to create problems.
&lt;/div&gt;&lt;br&gt;This ones fixes all the problems induced by the previous mega-patch :)
&lt;br&gt;Also - it is tested - and runs in a production environment.
&lt;br&gt;&lt;br&gt;(phpgwapi/setup/manual/preferences/property/sms)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i'd prefer to merge nice-featuire by nice-feature
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; * Working modules(personal trunk):
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; core
&lt;br&gt;&amp;gt;&amp;gt; phpgwapi
&lt;br&gt;&amp;gt;&amp;gt; setup
&lt;br&gt;&amp;gt;&amp;gt; addressbook
&lt;br&gt;&amp;gt;&amp;gt; admin
&lt;br&gt;&amp;gt;&amp;gt; calendar
&lt;br&gt;&amp;gt;&amp;gt; hrm
&lt;br&gt;&amp;gt;&amp;gt; manual
&lt;br&gt;&amp;gt;&amp;gt; messenger
&lt;br&gt;&amp;gt;&amp;gt; notes
&lt;br&gt;&amp;gt;&amp;gt; preferences
&lt;br&gt;&amp;gt;&amp;gt; (projects - well - kind of)
&lt;br&gt;&amp;gt;&amp;gt; property
&lt;br&gt;&amp;gt;&amp;gt; sms
&lt;br&gt;&amp;gt;&amp;gt; todo
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * system trunk:
&lt;br&gt;&amp;gt;&amp;gt; email might work(if configuration is correct): if it hangs - delete
&lt;br&gt;&amp;gt;&amp;gt; the menu-hook and restart apache
&lt;br&gt;&amp;gt; ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you explain more this case please ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just so that i understand why deleting menu-hook &amp;nbsp;could improve things :)
&lt;/div&gt;It stops the process of trying to connect to the wrongly configured 
&lt;br&gt;pop/imap-server when loading the menu.
&lt;br&gt;The email app is a weak spot...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sigurd
&lt;br&gt;&amp;gt; thanks Sigurd for this *big* contributiuon. It's up to us *all* to work
&lt;br&gt;&amp;gt; and merge these features into reference repository :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Another coming feature (in a few weeks) is general support for jasper reports
&lt;br&gt;&lt;br&gt;To make it easy to test - I have uploaded this version to:
&lt;br&gt;&lt;a href=&quot;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_21.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.byggeplass.bergen.no/download/phpggroupware_17524_nov_21.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;Keep in mind that you need pdo - and I recommend PostgreSQL 8.3 and above.
&lt;br&gt;&lt;br&gt;Install all apps and try it:)
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460883&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26460883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460471</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-21T13:22:06Z</published>
	<updated>2009-11-21T13:22:06Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks Sigrud.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Glad to see you have started to put new things into your &amp;quot;personal&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; repository.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope you'll find a little bit of time to explain quickly the big
&lt;br&gt;&amp;gt;&amp;gt; differences between each base trunk &amp;nbsp;app and your work so that we know
&lt;br&gt;&amp;gt;&amp;gt; what could be looked at for later merging :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm done - Take it for a spin :)
&lt;/div&gt;:)
&lt;br&gt;&lt;br&gt;&amp;gt; The main difference are
&lt;br&gt;&amp;gt; - That db-abstraction is converted to pdo (faster and more secure) -
&lt;br&gt;&amp;gt; and that innodb is default for Mysql (to support transactions).
&lt;br&gt;&amp;gt; The db-object supports db-cloning - which I really really need - so
&lt;br&gt;&amp;gt; please don't remove it.
&lt;br&gt;In you personal repository *nobody* except you is supposed to play :
&lt;br&gt;you're your own master. If you don't remove it then it will not be
&lt;br&gt;removed (not by me whatever).
&lt;br&gt;&lt;br&gt;but till the feature is considered fool-proof, suited for stable
&lt;br&gt;release, tested against regressions and accepted by all the coordinators
&lt;br&gt;team it's merge into base repository &amp;nbsp;could be delayed
&lt;br&gt;&lt;br&gt;please do not consider this as a personal offence... it's just paranoïa :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; - New template (set as default)
&lt;br&gt;i'll give a look a t it :)
&lt;br&gt;&lt;br&gt;/me just being curious :)
&lt;br&gt;&lt;br&gt;&amp;gt; - (most)Third party libraries are updated to latest.
&lt;br&gt;cool :)
&lt;br&gt;&lt;br&gt;&amp;gt; - runs on php version 5.3
&lt;br&gt;cool :)
&lt;br&gt;&lt;br&gt;&amp;gt; - mcrypted all settings in header.inc.php if set
&lt;br&gt;?
&lt;br&gt;&lt;br&gt;&amp;gt; - Admin can set preferences on behalf of users
&lt;br&gt;*very* cool
&lt;br&gt;&lt;br&gt;&amp;gt; - working Interlink - links (two-ways) items across the system
&lt;br&gt;*very* cool
&lt;br&gt;&lt;br&gt;&amp;gt; - properly working install/uninstall.
&lt;br&gt;:)
&lt;br&gt;&lt;br&gt;&amp;gt; Other than that: massive fixes for ACL, LDAP, conversion of users
&lt;br&gt;&amp;gt; handled as object (before:arrays), session handling and more...
&lt;br&gt;&amp;gt; SOAP and XMLRPC is updated to latest and works as client and service -
&lt;br&gt;&amp;gt; but the old services need attention.
&lt;br&gt;?
&lt;br&gt;&lt;br&gt;&amp;gt; I recommend that we take it further from the current state rather than
&lt;br&gt;&amp;gt; trying to merge back single fixes.
&lt;br&gt;well i'm not all for this way of doing things. I know previous gigantic
&lt;br&gt;merges from resight have been done and accepted but thats (imho) the
&lt;br&gt;best way to create problems.
&lt;br&gt;&lt;br&gt;i'd prefer to merge nice-featuire by nice-feature
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * Working modules(personal trunk):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; core
&lt;br&gt;&amp;gt; phpgwapi
&lt;br&gt;&amp;gt; setup
&lt;br&gt;&amp;gt; addressbook
&lt;br&gt;&amp;gt; admin
&lt;br&gt;&amp;gt; calendar
&lt;br&gt;&amp;gt; hrm
&lt;br&gt;&amp;gt; manual
&lt;br&gt;&amp;gt; messenger
&lt;br&gt;&amp;gt; notes
&lt;br&gt;&amp;gt; preferences
&lt;br&gt;&amp;gt; (projects - well - kind of)
&lt;br&gt;&amp;gt; property
&lt;br&gt;&amp;gt; sms
&lt;br&gt;&amp;gt; todo
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * system trunk:
&lt;br&gt;&amp;gt; email might work(if configuration is correct): if it hangs - delete
&lt;br&gt;&amp;gt; the menu-hook and restart apache
&lt;/div&gt;?
&lt;br&gt;&lt;br&gt;Could you explain more this case please ?
&lt;br&gt;&lt;br&gt;Just so that i understand why deleting menu-hook &amp;nbsp;could improve things :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sigurd
&lt;br&gt;thanks Sigurd for this *big* contributiuon. It's up to us *all* to work
&lt;br&gt;and merge these features into reference repository :)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Maat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26460471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460278</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-21T12:59:42Z</published>
	<updated>2009-11-21T12:59:42Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Maât wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sigurd Nes wrote:
&lt;br&gt;&amp;gt;&amp;gt; Maât wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Maât wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to get a working copy from there you just need to &amp;nbsp;checkout this url
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with subversion (or any graphical svn client like tortoise) :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/core/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/core/trunk&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -- branches : the various stable (and some of them outdated)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; branches...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for example you'll fint there the branch dedicated to current stable
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; versions &amp;nbsp;0.9.16.xxx
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the here above stable branch name is &amp;quot;branch_0_9_16&amp;quot; i tried to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; normalize all branch names ( branch_0_9_10 branch_0_9_12 branch_0_9_14
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; branch_0_9_16...)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to get a working copy from there you just need to &amp;nbsp;checkout this url
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with subversion (or any graphical svn client like tortoise) :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/core/branches/branch_0_9_16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/core/branches/branch_0_9_16&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I works
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Here is a howto on setting svn:externals
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sigurd
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks Sigrud.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Glad to see you have started to put new things into your &amp;quot;personal&amp;quot;
&lt;br&gt;&amp;gt; repository.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope you'll find a little bit of time to explain quickly the big
&lt;br&gt;&amp;gt; differences between each base trunk &amp;nbsp;app and your work so that we know
&lt;br&gt;&amp;gt; what could be looked at for later merging :)
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;I'm done - Take it for a spin :)
&lt;br&gt;&lt;br&gt;The main difference are
&lt;br&gt;- That db-abstraction is converted to pdo (faster and more secure) - and that 
&lt;br&gt;innodb is default for Mysql (to support transactions).
&lt;br&gt;The db-object supports db-cloning - which I really really need - so please don't 
&lt;br&gt;remove it.
&lt;br&gt;- New template (set as default)
&lt;br&gt;- (most)Third party libraries are updated to latest.
&lt;br&gt;- runs on php version 5.3
&lt;br&gt;- mcrypted all settings in header.inc.php if set
&lt;br&gt;- Admin can set preferences on behalf of users
&lt;br&gt;- working Interlink - links (two-ways) items across the system
&lt;br&gt;- properly working install/uninstall.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Other than that: massive fixes for ACL, LDAP, conversion of users handled as 
&lt;br&gt;object (before:arrays), session handling and more...
&lt;br&gt;SOAP and XMLRPC is updated to latest and works as client and service - but the 
&lt;br&gt;old services need attention.
&lt;br&gt;&lt;br&gt;I recommend that we take it further from the current state rather than trying to 
&lt;br&gt;merge back single fixes.
&lt;br&gt;&lt;br&gt;* Working modules(personal trunk):
&lt;br&gt;&lt;br&gt;core
&lt;br&gt;phpgwapi
&lt;br&gt;setup
&lt;br&gt;addressbook
&lt;br&gt;admin
&lt;br&gt;calendar
&lt;br&gt;hrm
&lt;br&gt;manual
&lt;br&gt;messenger
&lt;br&gt;notes
&lt;br&gt;preferences
&lt;br&gt;(projects - well - kind of)
&lt;br&gt;property
&lt;br&gt;sms
&lt;br&gt;todo
&lt;br&gt;&lt;br&gt;* system trunk:
&lt;br&gt;email might work(if configuration is correct): if it hangs - delete the 
&lt;br&gt;menu-hook and restart apache
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26460278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460034</id>
	<title>Re: Future ... and Poll</title>
	<published>2009-11-21T12:36:38Z</published>
	<updated>2009-11-21T12:36:38Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Chris Weiss wrote:
&lt;br&gt;&amp;gt; On Thu, Nov 19, 2009 at 1:38 AM, Maât &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460034&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maat@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; we could also imagine data synchronisation between wikis pages (or
&lt;br&gt;&amp;gt;&amp;gt; groups of pages) or synchronization between knowledge bases
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; something like &lt;a href=&quot;http://semantic-mediawiki.org/wiki/Semantic_MediaWiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://semantic-mediawiki.org/wiki/Semantic_MediaWiki&lt;/a&gt;&amp;nbsp;?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;i must admit that the iddea of a semantic groupware is really sexy :)
&lt;br&gt;&lt;br&gt;this could be the start point of something really new and really different !
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460034&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26460034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26459779</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-21T12:04:19Z</published>
	<updated>2009-11-21T12:04:19Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Sigurd Nes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Maât wrote:
&lt;br&gt;&amp;gt;&amp;gt; Maât wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to get a working copy from there you just need to &amp;nbsp;checkout this url
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with subversion (or any graphical svn client like tortoise) :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/core/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/core/trunk&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- branches : the various stable (and some of them outdated)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; branches...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; for example you'll fint there the branch dedicated to current stable
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; versions &amp;nbsp;0.9.16.xxx
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the here above stable branch name is &amp;quot;branch_0_9_16&amp;quot; i tried to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; normalize all branch names ( branch_0_9_10 branch_0_9_12 branch_0_9_14
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; branch_0_9_16...)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to get a working copy from there you just need to &amp;nbsp;checkout this url
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with subversion (or any graphical svn client like tortoise) :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/core/branches/branch_0_9_16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/core/branches/branch_0_9_16&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I works
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is a howto on setting svn:externals
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sigurd
&lt;/div&gt;&lt;br&gt;Thanks Sigrud.
&lt;br&gt;&lt;br&gt;Glad to see you have started to put new things into your &amp;quot;personal&amp;quot;
&lt;br&gt;repository.
&lt;br&gt;&lt;br&gt;Hope you'll find a little bit of time to explain quickly the big
&lt;br&gt;differences between each base trunk &amp;nbsp;app and your work so that we know
&lt;br&gt;what could be looked at for later merging :)
&lt;br&gt;&lt;br&gt;/me very happy to see new commit logs commit logs appear :)
&lt;br&gt;&lt;br&gt;Maat
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26459779.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26431274</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-19T10:14:38Z</published>
	<updated>2009-11-19T10:14:38Z</updated>
	<author>
		<name>Sigurd Nes</name>
	</author>
	<content type="html">Maât wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Maât wrote:
&lt;br&gt;&amp;gt;&amp;gt; PART FOR EVERYBODY WITHOUT COMMIT RIGHTS
&lt;br&gt;&amp;gt;&amp;gt; ################################################
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Svn repositories (not repository because i have splitted them) share a
&lt;br&gt;&amp;gt;&amp;gt; common root
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; which is publicly available there :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; under this root we have core, modules and misc :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ** core : the repository everybody (betatesters, bug hunters, svn loging
&lt;br&gt;&amp;gt;&amp;gt; users) will want to checkout
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; under core we have :
&lt;br&gt;&amp;gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- trunk : the last (hopefully fast) moving codebase with the last
&lt;br&gt;&amp;gt;&amp;gt; exciting features (and currently the greatest number of bugs we want to
&lt;br&gt;&amp;gt;&amp;gt; get rid of)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; to get a working copy from there you just need to &amp;nbsp;checkout this url
&lt;br&gt;&amp;gt;&amp;gt; with subversion (or any graphical svn client like tortoise) :
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/core/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/core/trunk&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- branches : the various stable (and some of them outdated) branches...
&lt;br&gt;&amp;gt;&amp;gt; for example you'll fint there the branch dedicated to current stable
&lt;br&gt;&amp;gt;&amp;gt; versions &amp;nbsp;0.9.16.xxx
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; the here above stable branch name is &amp;quot;branch_0_9_16&amp;quot; i tried to
&lt;br&gt;&amp;gt;&amp;gt; normalize all branch names ( branch_0_9_10 branch_0_9_12 branch_0_9_14
&lt;br&gt;&amp;gt;&amp;gt; branch_0_9_16...)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; to get a working copy from there you just need to &amp;nbsp;checkout this url
&lt;br&gt;&amp;gt;&amp;gt; with subversion (or any graphical svn client like tortoise) :
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.savannah.gnu.org/svn/phpgroupware/core/branches/branch_0_9_16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/svn/phpgroupware/core/branches/branch_0_9_16&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; ----8&amp;lt;----
&lt;br&gt;&amp;gt;&amp;gt; Thanks all and apologies for this really long mail
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Maât
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can someone test this and give me feedback ?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;I works
&lt;br&gt;&lt;br&gt;Here is a howto on setting svn:externals
&lt;br&gt;&lt;a href=&quot;http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Sigurd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26431274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26431274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26427605</id>
	<title>Re: Future ... and Poll</title>
	<published>2009-11-19T06:41:05Z</published>
	<updated>2009-11-19T06:41:05Z</updated>
	<author>
		<name>Chris Weiss-2</name>
	</author>
	<content type="html">On Thu, Nov 19, 2009 at 1:38 AM, Maât &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26427605&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maat@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; we could also imagine data synchronisation between wikis pages (or
&lt;br&gt;&amp;gt; groups of pages) or synchronization between knowledge bases
&lt;br&gt;&lt;br&gt;something like &lt;a href=&quot;http://semantic-mediawiki.org/wiki/Semantic_MediaWiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://semantic-mediawiki.org/wiki/Semantic_MediaWiki&lt;/a&gt;&amp;nbsp;?
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26427605&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26427605.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421855</id>
	<title>Re: Future ... and Poll</title>
	<published>2009-11-18T23:38:01Z</published>
	<updated>2009-11-18T23:38:01Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Chris Weiss wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;- do you think that having a groupware able to communicate with other
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; groupware is important ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; yes this also is a killer feature that no other groupware offer atm
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; this depends on what you mean by &amp;quot;communicate&amp;quot;. &amp;nbsp;From where I'm
&lt;br&gt;&amp;gt; standing, most serious groupware systems can communicate with other
&lt;br&gt;&amp;gt; systems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; as a use-case example, my vendor sends me a meeting request, I accept
&lt;br&gt;&amp;gt; and it gets added to my calendar and he gets a response confirming I
&lt;br&gt;&amp;gt; accepted. &amp;nbsp;This works now, I've been a part of it with Exchange on one
&lt;br&gt;&amp;gt; side and gmail/gcal on the other. &amp;nbsp;I would expect any groupware that
&lt;br&gt;&amp;gt; supports email and iCal would work too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if you mean something beyond that, like calendar and
&lt;br&gt;&amp;gt; addressbook/contacts sharing, some groupware's also already do this.
&lt;br&gt;&amp;gt; things like LDAP and iCal make it rather easy.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At work we're using Kerio, and it goes as far as to provide a link to
&lt;br&gt;&amp;gt; users so they can let others subscribe to their Kerio calendar from
&lt;br&gt;&amp;gt; anything that supports iCal. &amp;nbsp;it's read-only, but it's still
&lt;br&gt;&amp;gt; communication.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Yep... you're right i must explain what i meant.
&lt;br&gt;&lt;br&gt;when i want to plan a meeting some groupwares allow to check local
&lt;br&gt;people availability... but for other not locally known pople this is not
&lt;br&gt;possible.
&lt;br&gt;&lt;br&gt;groupwares able to communicate with each other could ask for
&lt;br&gt;availability to have a meeting distributed planner that even notes dones
&lt;br&gt;not offer.
&lt;br&gt;&lt;br&gt;(that would also need to control what data you want to make available to
&lt;br&gt;what groupware)
&lt;br&gt;&lt;br&gt;same thing for addressbook : communication between groupwares would
&lt;br&gt;allow to automatically complete fields clicking on retrieve/sync data
&lt;br&gt;from reference groupware
&lt;br&gt;&lt;br&gt;that could also be true for ged : sharing documentss across several
&lt;br&gt;groupwares and making relations between these documents
&lt;br&gt;&lt;br&gt;same thing for tasks... we could have a project done by several
&lt;br&gt;compagnies each having to do a part of the job but tasks obviously would
&lt;br&gt;be inter-dependant
&lt;br&gt;&lt;br&gt;having dependancy relations between tasks distributed on several
&lt;br&gt;groupwares would allow a better co-operation
&lt;br&gt;&lt;br&gt;that sorts of &amp;quot;communication&amp;quot; between groupwares today are offered by no
&lt;br&gt;groupware afaik
&lt;br&gt;&lt;br&gt;we could also imagine data synchronisation between wikis pages (or
&lt;br&gt;groups of pages) or synchronization between knowledge bases
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26421855&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26421855.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26424146</id>
	<title>Re: Future ... and Poll</title>
	<published>2009-11-18T23:23:31Z</published>
	<updated>2009-11-18T23:23:31Z</updated>
	<author>
		<name>Olivier Berger</name>
	</author>
	<content type="html">Le jeudi 19 novembre 2009 à 00:52 +0100, Maât a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt; i'm using phpGroupWare as a basis for ged 
&lt;br&gt;&lt;br&gt;for non-french speakers : GED == &amp;quot;Gestion Electronique de Documents&amp;quot;,
&lt;br&gt;i.e Documents management system (ECM ?) ;)
&lt;br&gt;&lt;br&gt;My two cents as a lurker.
&lt;br&gt;&lt;br&gt;PS: Stabilizing a stable and secure version would be an important
&lt;br&gt;concern, IMHO, i.e. Distribution packagers need to be able to stabilize
&lt;br&gt;an official update of their packages that will no-longer be including
&lt;br&gt;&amp;quot;floating&amp;quot; patches that were not part officially of a major release from
&lt;br&gt;you guys ;)
&lt;br&gt;-- 
&lt;br&gt;Olivier BERGER &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;olivier.berger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://www-public.it-sudparis.eu/~berger_o/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www-public.it-sudparis.eu/~berger_o/&lt;/a&gt;&amp;nbsp;- OpenPGP-Id: 1024D/6B829EEC
&lt;br&gt;Ingénieur Recherche - Dept INF
&lt;br&gt;Institut TELECOM, SudParis (&lt;a href=&quot;http://www.it-sudparis.eu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.it-sudparis.eu/&lt;/a&gt;), Evry (France)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26424146&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26424146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26420006</id>
	<title>Re: Future ... and Poll</title>
	<published>2009-11-18T19:51:55Z</published>
	<updated>2009-11-18T19:51:55Z</updated>
	<author>
		<name>Chris Weiss-2</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;  - do you think that having a groupware able to communicate with other
&lt;br&gt;&amp;gt;&amp;gt; groupware is important ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; yes this also is a killer feature that no other groupware offer atm
&lt;br&gt;&lt;br&gt;this depends on what you mean by &amp;quot;communicate&amp;quot;. &amp;nbsp;From where I'm
&lt;br&gt;standing, most serious groupware systems can communicate with other
&lt;br&gt;systems.
&lt;br&gt;&lt;br&gt;as a use-case example, my vendor sends me a meeting request, I accept
&lt;br&gt;and it gets added to my calendar and he gets a response confirming I
&lt;br&gt;accepted. &amp;nbsp;This works now, I've been a part of it with Exchange on one
&lt;br&gt;side and gmail/gcal on the other. &amp;nbsp;I would expect any groupware that
&lt;br&gt;supports email and iCal would work too.
&lt;br&gt;&lt;br&gt;if you mean something beyond that, like calendar and
&lt;br&gt;addressbook/contacts sharing, some groupware's also already do this.
&lt;br&gt;things like LDAP and iCal make it rather easy.
&lt;br&gt;&lt;br&gt;At work we're using Kerio, and it goes as far as to provide a link to
&lt;br&gt;users so they can let others subscribe to their Kerio calendar from
&lt;br&gt;anything that supports iCal. &amp;nbsp;it's read-only, but it's still
&lt;br&gt;communication.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26420006&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26420006.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26418016</id>
	<title>Re: Future ... and Poll</title>
	<published>2009-11-18T15:52:27Z</published>
	<updated>2009-11-18T15:52:27Z</updated>
	<author>
		<name>Maât-2</name>
	</author>
	<content type="html">Caeies wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As some of you already know, I'm officially the new phpGroupWare
&lt;br&gt;&amp;gt; maintainer from the FSF point of view.
&lt;br&gt;No comment on that. For the while we have more urgent questions to deal
&lt;br&gt;with... first of all : can we give a new life to this project :)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;I want to thanks Dave / skwashd
&lt;br&gt;&amp;gt; for all the work he has made as the FSF maintainer of this project.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;agreed :)
&lt;br&gt;&lt;br&gt;&amp;gt; We have recently hardly discuss about the death of the project. It seems
&lt;br&gt;&amp;gt; that we want to try to make it alive :).
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;/me votes for life rather than death :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Maat did a good job by reworking the svn tree, making it easier to
&lt;br&gt;&amp;gt; understand. Thanks for that.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;:)
&lt;br&gt;&lt;br&gt;Now a single svn checkout allows people to have a working copy ready to
&lt;br&gt;test or code.
&lt;br&gt;&lt;br&gt;Next i'll publish a quick howto get started on phpGW with Eclipse PDT
&lt;br&gt;(Eclipse IDE for PHP with many cool features that make phpGroupWare
&lt;br&gt;hacking and debugging easier)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Sigurd seems to have things to commit in his branch (btw is this on the
&lt;br&gt;&amp;gt; =2E16 base or .18 ?). I'm waiting for this to speak about that after.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Sigurd can work in his brand new dedicated repository so that we can
&lt;br&gt;cherry pick cool features and commit them into base repository :)
&lt;br&gt;&lt;br&gt;&amp;gt; I don't want to start a &amp;quot;blabla&amp;quot; thread. But I want to know what you
&lt;br&gt;&amp;gt; think about the real added values of phpGW :
&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that the building of custom module is important ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;It's important to let this possibility imho.
&lt;br&gt;Though we cannot expect people to start coding new apps on our base
&lt;br&gt;before a new stable and sexy version is published.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that having a high level API is important ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Yes also
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that the intermodule communication is important ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;It's a killer feature that no other groupware offer atm
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that the number of proposed module is important ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;no
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that having an easy setup is important
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;yes * 1000
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that having a groupware able to communicate with other
&lt;br&gt;&amp;gt; groupware is important ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;yes this also is a killer feature that no other groupware offer atm
&lt;br&gt;&lt;br&gt;and that would perhaps allow to create things like groupware based
&lt;br&gt;social networks without central node with the ability for people to well
&lt;br&gt;control their personal datas :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that having a groupware able to communicate with
&lt;br&gt;&amp;gt; specialized devices is important ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;for me no but i know many people cannot live without that
&lt;br&gt;&lt;br&gt;and we have jonhang GSoC work for that now :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- do you think that being able to easily brand phpgroupware is important=
&lt;br&gt;&amp;gt; &amp;nbsp;?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;what d'you mean there ?
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- what kind of applications are important ? why ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Depends on the user need ... i proposed long ago to make several flavors
&lt;br&gt;of phpGroupWare with various sets of applications optimised for specific
&lt;br&gt;purposes.
&lt;br&gt;&lt;br&gt;-- personal communicationware : webmail + calendar + notes
&lt;br&gt;-- project management groupware (tasks + tts + ged)
&lt;br&gt;-- facilities management ( property + ....)
&lt;br&gt;&lt;br&gt;i think we can find others classical &amp;nbsp;usage patterns
&lt;br&gt;&lt;br&gt;that would make us the first flavored GroupWare
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;- other things that I forgot ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please, keep in mind that we have the following things already well
&lt;br&gt;&amp;gt; running :
&lt;br&gt;&amp;gt; &amp;nbsp;-&amp;gt; google apps (shared calendar, shared documents, mail, ...) and their
&lt;br&gt;&amp;gt; concurrent.
&lt;br&gt;&amp;gt; &amp;nbsp;-&amp;gt; API : Zend Framework, symfony, cakePHP, ...
&lt;br&gt;&amp;gt; &amp;nbsp;-&amp;gt; other groupwares in java / php / python / whatever ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So, in short : where can we add value to our project, what are our
&lt;br&gt;&amp;gt; strengths for YOU developers ? (users are welcome to give their feedback
&lt;br&gt;&amp;gt; too :).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Beeing free software is important for all of US (at least I hope !). But
&lt;br&gt;&amp;gt; we need to go ahead, rebuilding a strong community of contributing
&lt;br&gt;&amp;gt; developer and not only users.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;i'm using phpGroupWare as a basis for ged but the need is raising for a
&lt;br&gt;really good task/project manager with module linking with email for
&lt;br&gt;notifications and ged for documents related to the tasks
&lt;br&gt;&lt;br&gt;perhaps a link with calendar for gant displaying would be great too
&lt;br&gt;(later because Gantt displaying is really a difficult thing to do with a
&lt;br&gt;web app)
&lt;br&gt;&lt;br&gt;i think we can at least make phpGroupWare a leading project-management
&lt;br&gt;dedicated groupware... wich would allow us to attract small companies as
&lt;br&gt;&amp;quot;customers&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26418016&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26418016.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26410436</id>
	<title>Future ... and Poll</title>
	<published>2009-11-18T07:54:42Z</published>
	<updated>2009-11-18T07:54:42Z</updated>
	<author>
		<name>Caeies-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;As some of you already know, I'm officially the new phpGroupWare
&lt;br&gt;maintainer from the FSF point of view. I want to thanks Dave / skwashd
&lt;br&gt;for all the work he has made as the FSF maintainer of this project.
&lt;br&gt;&lt;br&gt;We have recently hardly discuss about the death of the project. It seems
&lt;br&gt;that we want to try to make it alive :).
&lt;br&gt;&lt;br&gt;Maat did a good job by reworking the svn tree, making it easier to
&lt;br&gt;understand. Thanks for that.
&lt;br&gt;&lt;br&gt;Sigurd seems to have things to commit in his branch (btw is this on the
&lt;br&gt;=2E16 base or .18 ?). I'm waiting for this to speak about that after.
&lt;br&gt;&lt;br&gt;I don't want to start a &amp;quot;blabla&amp;quot; thread. But I want to know what you
&lt;br&gt;think about the real added values of phpGW :
&lt;br&gt;&amp;nbsp;- do you think that the building of custom module is important ?
&lt;br&gt;&amp;nbsp;- do you think that having a high level API is important ?
&lt;br&gt;&amp;nbsp;- do you think that the intermodule communication is important ?
&lt;br&gt;&amp;nbsp;- do you think that the number of proposed module is important ?
&lt;br&gt;&amp;nbsp;- do you think that having an easy setup is important
&lt;br&gt;&amp;nbsp;- do you think that having a groupware able to communicate with other
&lt;br&gt;groupware is important ?
&lt;br&gt;&amp;nbsp;- do you think that having a groupware able to communicate with
&lt;br&gt;specialized devices is important ?
&lt;br&gt;&amp;nbsp;- do you think that being able to easily brand phpgroupware is important=
&lt;br&gt;&amp;nbsp;?
&lt;br&gt;&amp;nbsp;- what kind of applications are important ? why ?
&lt;br&gt;&amp;nbsp;- other things that I forgot ?
&lt;br&gt;&lt;br&gt;Please, keep in mind that we have the following things already well
&lt;br&gt;running :
&lt;br&gt;&amp;nbsp;-&amp;gt; google apps (shared calendar, shared documents, mail, ...) and their
&lt;br&gt;concurrent.
&lt;br&gt;&amp;nbsp;-&amp;gt; API : Zend Framework, symfony, cakePHP, ...
&lt;br&gt;&amp;nbsp;-&amp;gt; other groupwares in java / php / python / whatever ...
&lt;br&gt;&lt;br&gt;So, in short : where can we add value to our project, what are our
&lt;br&gt;strengths for YOU developers ? (users are welcome to give their feedback
&lt;br&gt;too :).
&lt;br&gt;&lt;br&gt;Beeing free software is important for all of US (at least I hope !). But
&lt;br&gt;we need to go ahead, rebuilding a strong community of contributing
&lt;br&gt;developer and not only users.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26410436&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (268 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26410436/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Future-...-and-Poll-tp26410436p26410436.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26409654</id>
	<title>Re: IMPORTANT : SVN Structure change (Was Re:	Who	wants	to play?)</title>
	<published>2009-11-18T07:07:15Z</published>
	<updated>2009-11-18T07:07:15Z</updated>
	<author>
		<name>Maât</name>
	</author>
	<content type="html">Caeies wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maât a écrit :
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Maât wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; PART FOR EVERYBODY WITHOUT COMMIT RIGHTS
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ################################################
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks all and apologies for this really long mail
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Maât
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Can someone test this and give me feedback ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looks working for me. BeAware of savannah nickname with mixed case !
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Caeies
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;thank you Caeies :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;phpGroupWare-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26409654&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpGroupWare-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/phpgroupware-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DotGNU---phpGroupWare---Dev-f1564.html&quot; embed=&quot;fixTarget[1564]&quot; target=&quot;_top&quot; &gt;DotGNU - phpGroupWare - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Who-wants-to-play--tp25841877p26409654.html" />
</entry>

</feed>
