Re: [zeta-dev] SVN test import online; releases/ and release-info/?

2010-07-19 Thread Maxime Thomas
Hi,

Seems good, I can access it in read. What is gmcdonald reffering to ?

Max

2010/7/19 Tobias Schlitt tob...@schlitt.info

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all,

 our test import is up and running on

http://svn.apache.org/repos/test/gmcdonald/zeta/

 Looks good so far. :) Please check out and test!

 I wonder what should happen with

 - - releases/
 - - release-info/

 directories. They contain all previous eZ Components releases and
 corresponding release notes (release-info/). I think we should not keep
 them in the new SVN, but have them imported anyway. We can then delete
 them afterwards. This way, we still keep their history.

 What do you say?

 Cheers,
 Toby
 - --
 Tobias Schlitt tob...@schlitt.info   GPG Key: 0xC462BC14
 a passion for php http://schlitt.info/opensource
 eZ Components are Zeta Components now!  http://bit.ly/9S7zbn
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkxD5EwACgkQ5bO3TcRivBSfBgCgq3kGlU1GyOW6LKGNd8ni0uRO
 MaEAn0gbkNkEaRt3nIJfn5J1Bq2jvmvu
 =xVYk
 -END PGP SIGNATURE-



Re: [zeta-dev] SVN test import online; releases/ and release-info/?

2010-07-19 Thread Jerome Renard
Hi Tobias,

On Mon, Jul 19, 2010 at 7:36 AM, Tobias Schlitt tob...@schlitt.info wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi all,

 our test import is up and running on

http://svn.apache.org/repos/test/gmcdonald/zeta/

 Looks good so far. :) Please check out and test!


404



 I wonder what should happen with

 - - releases/
 - - release-info/

 directories. They contain all previous eZ Components releases and
 corresponding release notes (release-info/). I think we should not keep
 them in the new SVN, but have them imported anyway. We can then delete
 them afterwards. This way, we still keep their history.

 What do you say?


I think releases/ and release-info should stay in SVN, unless there is a
very good reason
to move them elsewhere.

Cheers, :)

-- 
Jérôme Renard
http://39web.fr | http://jrenard.info


Re: [zeta-dev] SVN test import online; releases/ and release-info/?

2010-07-19 Thread Tobias Schlitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Christian,

On 07/19/2010 08:31 AM, Christian Grobmeier wrote:

 cool its stepping foward!
 I cannot access the repos - got a 404.

hmm, Jerome seems to experience the same, so there seems to be something
wrong. Could you comment on the issue, please?

https://issues.apache.org/jira/browse/INFRA-2758

 I wonder what should happen with

 - - releases/
 - - release-info/

 directories. They contain all previous eZ Components releases and
 corresponding release notes (release-info/).

 I don't think the releases are necessary, but info might be helpful.
 The releases are also tagged in SVN, are they?

Yeah, true, a hint for which revision to check out for the old releases
would be nice.

Thanks for your feedback,
cheers,
Toby
- -- 
Tobias Schlitt tob...@schlitt.info   GPG Key: 0xC462BC14
a passion for php http://schlitt.info/opensource
eZ Components are Zeta Components now!  http://bit.ly/9S7zbn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxD/HgACgkQ5bO3TcRivBSMngCgkzle1i5s92XLCL2uHcBFfUGz
Hb0AoKVS5t/OGQhqK0HkaL3yyUeHaHnH
=sFP0
-END PGP SIGNATURE-


[zeta-dev] [jira] Created: (ZETACOMP-2) [TemplateTranslationTieIn]

2010-07-19 Thread Maxime THOMAS - Wascou.org (JIRA)
[TemplateTranslationTieIn] 
---

 Key: ZETACOMP-2
 URL: https://issues.apache.org/jira/browse/ZETACOMP-2
 Project: Zeta Components
  Issue Type: Bug
 Environment: All
Reporter: Maxime THOMAS - Wascou.org
Priority: Critical


If I run the extractor against tpl files containing the following code, the 
comment are not extracted.

{tr_context bla}
{tr blabla comment blibli}

In the file visitors/string_extracter.php and in the function 
visitTranslationTstNode, fix the following line :

$comment =  $node-comment ? $node-comment-accept($this)-value : 
null;

By :

$comment =  $node-comment ? $node-comment-value : null;



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.