Re: [zeta-dev] Next incubation steps

2010-06-17 Thread Maxime Thomas
Send urls to people ? Or maybe it has already been done. 2010/6/17 Christian Grobmeier > Hello, > > i try to get an overview about necessary actions in near future. > > We have Jira, Status Page and nearly all committer accounts (Kores is > missing, but requested). > SVN space has been created,

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

2010-07-18 Thread Maxime Thomas
Hi, Seems good, I can access it in read. What is gmcdonald reffering to ? Max 2010/7/19 Tobias Schlitt > -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. :) Pl

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

2010-07-19 Thread Maxime Thomas
Got the same here. Was working earlier. Max 2010/7/19 Piotrek Karas > W dniu 2010-07-19 09:17, Tobias Schlitt pisze: > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi Jerome, >> >> On 07/19/2010 08:28 AM, Jerome Renard wrote: >> >> http://svn.apache.org/repos/test/gmcdonald/

Re: [zeta-dev] Website

2010-07-29 Thread Maxime Thomas
Good job ! Is there a thing we can do about the copy paste that occurred on PHP code ? When you select the code and past it, each line are prefixed by # or number. It could be an improvement. Else, I ve looked to Sphynx, is it only for Python ?

Re: [zeta-dev] Website

2010-07-30 Thread Maxime Thomas
Sum up: Sphynx cool with RST or Python. Sphynx bad with PHP API Documentation. Ok. 2010/7/30 Jerome Renard > Kore, > > On Fri, Jul 30, 2010 at 1:34 PM, Kore Nordmann >wrote: > > > Hi Jerome, > > > > On Fri, 2010-07-30 at 13:26 +0200, Jerome Renard wrote: > > > > > You can check it out here :

Re: [zeta-dev] Incubation of new components, was Re: [zeta-dev] Welcome Apache Zeta Components - SVN up and running :)

2010-07-31 Thread Maxime Thomas
It could also be a good opportunity to get some working code (not necessarily responding to zc standards) from people or companies who want to share. The component it self can be an aggregate of all those peaces of code. Max 2010/7/31 Tobias Schlitt > -BEGIN PGP SIGNED MESSAGE- > Hash:

Re: [zeta-dev] Re: Class prefix change, was: Re: [zeta-dev] Welcome Apache Zeta Components - SVN up and running :)

2010-07-31 Thread Maxime Thomas
You can also call static function by : call_user_func( "ezcClassName::myFunc" ); 2010/7/31 Andreas Schamberger > Hi, > > creating a successful new brand zeta components in my opinion also requires > to change the prefix even if causes some migration pain. > > Am 31.07.2010 13:36, schrieb Tobia

[zeta-dev] Search engine and Doc

2010-08-07 Thread Maxime Thomas
Hi, I would like to know if the new Apache Zeta Components website will be Open Search compliant. http://www.opensearch.org/Home And also if an offline doc will be available (as well as PHP one). Thank you. Max http://www.wascou.org

[zeta-dev] ezcDB and PDO errors

2010-08-10 Thread Maxime Thomas
Hi, I've got a small interrogation about error codes given by the PDO layer when I was doing my QA tests. The code seems to refer either to SQL State either to PDO specific. Is there a way to have something coherent, without having to do such a thing : http://www.php.net/manual/fr/class.pdoexcepti

Re: [zeta-dev] Configuration component proposal with override mechanism

2010-08-11 Thread Maxime Thomas
Hi, Good job ! @jerome.r : of course we do need that. However, why not extend the current Configuration ? Honestly I thought that Configuration did the same that what's in eZP. Disappointed. @jame.p : Is there a license on this piece of code ? I can also see another use : for example, when you

Re: [zeta-dev] Configuration component proposal with override mechanism

2010-08-11 Thread Maxime Thomas
:-D 2010/8/11 James Pic > Licensed under WTFPL. Enjoy ;) > > Hi, > > > > Good job ! > > > > @jerome.r : of course we do need that. However, why not extend the > current > > Configuration ? Honestly I thought that Configuration did the same that > > what's in eZP. Disappointed. > > > > @jame.p :

Re: [zeta-dev] Configuration component proposal with override mechanism

2010-08-12 Thread Maxime Thomas
I'd be glad to review it. Max 2010/8/12 Tobias Schlitt > Jerome, James, > > On 08/12/2010 09:38 AM, Jerome Renard wrote: > > > I propose the following process : > > James and I (and actually anyone interested in the topic) should discuss > our > > views on > > the -dev mailing-list so it is tra

Re: [zeta-dev] Configuration component proposal with override mechanism

2010-08-12 Thread Maxime Thomas
Hi, I also would like to have this has a new feature in this update : Description = The configuration package could be able to store and retreive assoc arrays. Example = Consider an application with a block setting call MySettings and a a settings called Data. It will be useful

Re: [zeta-dev] Configuration component proposal with override mechanism

2010-08-13 Thread Maxime Thomas
I've put it in the Jira. Max 2010/8/12 Jerome Renard > Hi Maxime, > > On Thu, Aug 12, 2010 at 10:33 PM, Maxime Thomas > wrote: > > Hi, > > > > I also would like to have this has a new feature in this update : > > > > Description > > ===

Re: [zeta-dev] [Vote] Restricted wiki usage

2010-08-21 Thread Maxime Thomas
+1 2010/8/20 Kore Nordmann > On Thu, 2010-08-19 at 16:50 +0200, Tobias Schlitt wrote: > > Hi, > > > > since there were no further comments on the wiki restrictions I > > proposed, I herefore ask you to vote on the following solution: > > > > - Restrict editing of the Zeta wiki overall to Zeta co

Re: [zeta-dev] Contributing / ZETACOMP-8

2010-08-24 Thread Maxime Thomas
Hi, I had a question linked to James Pic initiative to create a eZC wiki some times ago : http://www.ezcusers.org/ Can it be moved / merged to ZC wiki ? If true, does James have to produce an iCLA ? (@james, sorry :-D ). My 2 cents. Max 2010/8/24 Tobias Schlitt > Craig, > > On 08/23/2010 11:

Re: [zeta-dev] MvcTools Router

2010-08-26 Thread Maxime Thomas
Hi Kevin, James is used to frameworks so he gave you the main guideline, but it can be a bit hard to get for newcomers, as I was few months ago. To get in, you can have an ey to the example developped by the ezc team at this time. It's called the wire, you can check it out from the svn. http://sv

Re: [zeta-dev] Thanks from Piwi

2010-10-15 Thread Maxime Thomas
Cool. Do you have a link to see this ? Max 2010/10/15 Christian Grobmeier > Hello guys, > > yesterday we have released a new version of Piwi, which includes the > first classes from Zeta Components, namely UserInput for providing > parameter checks. But already today I have committed the first

Re: [zeta-dev] Documenting our coding style

2010-11-16 Thread Maxime Thomas
Hi Tobias, What are the limit cases for this one : Almost always camelCase ? I would like to add a semantic rule to that about function naming. Function names must be : - Short - Explicit - Use verbs as first name : get, put, set, call, fetch, send... - Be always lowered camelCased I also would

Re: [zeta-dev] Proposal: Release process

2010-11-16 Thread Maxime Thomas
Sound strange, if we look at what is done elsewhere : - JQuery UI : shared version number - Zend : shared version number - Former eZComponents : both version number The shared version number implies a kind of packaged application. Else it can be difficult to install and maintain (same as Gaetano)

Re: [zeta-dev] Proposal: Release process

2010-11-16 Thread Maxime Thomas
could either download the full package or just the package they want. And honestly, I cannot see the problem of downloading all even if you don't use some parts. Who can do the more can do the less. Max 2010/11/16 Patrick ALLAERT > 2010/11/16 Gaetano Giunta : > > Maxim

Re: [zeta-dev] Draft: "Status update" blog entry

2010-11-17 Thread Maxime Thomas
Excellent ! A blog is effectively the best way to inform people with some modern way to inform (RSS). 2010/11/17 Christian Grobmeier > > I would be happy if we could provide such status updates somewhat > > regularly (maybe once a month?), in order to keep people informed and to > > attract more

Re: [zeta-dev] Proposal: Release process

2010-11-18 Thread Maxime Thomas
Actually only the packaging of zeta matters as we want to provide everything or a part of it. The jQuery UI package download system seems to be a good start, I guess. Another question comes if we do like this : will it be possible to make heterogeneous packages with this system. I mean can I ask Gr

Re: [zeta-dev] Proposal: Release process

2010-11-18 Thread Maxime Thomas
at 9:46 AM, Tobias Schlitt >> wrote: >> >> Hi Max, >>> >>> On 11/18/2010 09:21 AM, Maxime Thomas wrote: >>> >>>> Actually only the packaging of zeta matters as we want to provide >>>> everything or a part of it. The jQuery

[zeta-dev] Autoloads and autoload file

2010-11-24 Thread Maxime Thomas
Hi there, I've got a small reflexion about the base mechanism of ezcBase that allows us to add an outside repository of classes [1]. Actually, I manage manually my autoload file and as we discussed before with James Pic [2], it could be a good point to have an extend to this mechanism and get a re

Re: [zeta-dev] Autoloads and autoload file

2010-11-24 Thread Maxime Thomas
Actually, I was thinking about this autoloads script for an app as it's done with eZP. It could be part of the ezcBase as an independent script. My point was to challenge the ezpublish strategy and see how to integrate it into ezcBase. By the way, I understand the point to normalize that for a whol

Re: [zeta-dev] Documenting our coding style

2010-11-27 Thread Maxime Thomas
I saved in my bookmarks this one : http://pear.xplib.de/get/ Max 2010/11/27 Jerome Renard > Hi, > > On Fri, Nov 26, 2010 at 2:23 PM, Derick Rethans wrote: > > On Tue, 16 Nov 2010, Tobias Schlitt wrote: > > > >> for another project I needed to give advice on the codin

Re: [zeta-dev] Survey on PHP library release modes

2010-11-27 Thread Maxime Thomas
2010/11/27 Jerome Renard > Hi Tobias, > > On Sat, Nov 27, 2010 at 7:40 PM, Tobias Schlitt > wrote: > > Hi, > > > > I'm about to start a little online survey to check out how users in the > > PHP world would love to see their favorite libraries being released. > > I'll mainly do this out of priva

Re: [zeta-dev] Online: Survey on PHP library release modes

2010-12-02 Thread Maxime Thomas
I've done the same : http://www.wascou.org/eng/Company/Blog/PHP-Survey-Please-fill-in Max 2010/12/2 Tobias Schlitt > Hi Jerome, > > On 12/02/2010 11:21 AM, Jerome Renard wrote: > > > I added a blog entry here (mostly a copy and

Re: [zeta-dev] [VOTE] Documenting coding style

2010-12-10 Thread Maxime Thomas
2010/12/10 Tobias Schlitt > Hi, > > since there was no further feedback on my patch for the coding style > documentation, I'd like to call for votes on it. Find the patch to vote > on attached again. > > Please vote > > [X] +1 yes, this is our official coding style > [ ] 0 I don't care > [ ] -1

Re: [zeta-dev] Vote ahead: Release process

2010-12-10 Thread Maxime Thomas
Ok. Enjoy your holidays. 2010/12/10 Patrick ALLAERT > 2010/12/10 Tobias Schlitt : > > Hi, > > > > there seems to be no more significant feedback about the release process > > anymore. Therefore I'd like to open the vote about it on upcoming Monday > > (regular 72 hrs. vote), because I will leave

[zeta-dev] Persistent object vs DB Query

2010-12-29 Thread Maxime Thomas
Hi Zetadev, A quick question for those using ezcPersistentObject and the standard ezcPersistentSessionINstance::createFindQuery(). I'm a bit stuck with that code : $s = ezcPersistentSessionInstance::get(); $q = $s->createFindQuery("className"); ... $s->find($q, 'className'); How can I make d

Re: [zeta-dev] Persistent object vs DB Query

2011-01-03 Thread Maxime Thomas
ty you should add a method in the query layer to transform your > query to count query (modify select string, remove where string etc) and a > method in the persistent session class that will use this. > > Regards, > Petar > > On Thu, Dec 30, 2010 at 8:11 AM, Maxime Thomas >wr

[zeta-dev] Documentation

2011-01-11 Thread Maxime Thomas
Hi, As started on Twitter with @arno_u_loginlux, we think that the ezc / azc documentation can be improved in several ways. As an end-user of this library / framework, I like the spirit of it and the way you can quickly adopt a component and use it in your software. However, regarding the docume

Re: [zeta-dev] Documentation

2011-01-11 Thread Maxime Thomas
2011/1/11 Gaetano Giunta > Maxime Thomas wrote: > >> Hi, >> >> As started on Twitter with @arno_u_loginlux, we think that the ezc / azc >> documentation can be improved in several ways. >> >> As an end-user of this library / framework, I like the spir

Re: [zeta-dev] Documentation

2011-01-12 Thread Maxime Thomas
2011/1/12 Gaetano Giunta > James Pic wrote: > >> Hi all, >> >> On Wed, Jan 12, 2011 at 8:46 AM, Christian Grobmeier >> wrote: >> >>>- a method that can be used to easily debug the code. ... For example, > I use PersistentObject and I would like > to >know why the find query

Re: [zeta-dev] Search Component

2011-01-12 Thread Maxime Thomas
2011/1/12 Derick Rethans > On Wed, 12 Jan 2011, Maxime Thomas - Wascou wrote: > > > My point was very simple, I've got messages to index with a class like id > > (int), message (string). > > > > In SolR, I've defined in my core, only this two fields w

Re: [zeta-dev] Documentation

2011-01-12 Thread Maxime Thomas
2011/1/12 Maxime Thomas > > > 2011/1/12 Gaetano Giunta > > James Pic wrote: >> >>> Hi all, >>> >>> On Wed, Jan 12, 2011 at 8:46 AM, Christian Grobmeier >>> wrote: >>> >>>>- a method that can be used to easily d

Re: [zeta-dev] Thought experiment: A first release …

2011-01-25 Thread Maxime Thomas
2011/1/25 Christian Grobmeier > From incubating perspective i think its pretty good to have a release > even when its "only" a bugfix release. > You can learn more about the process at apache and attract people to > this project. And finally it's one more step to graduation. I think > this will t

Re: [zeta-dev] Patch: Template string functions are not multibyte safe

2011-01-30 Thread Maxime Thomas
Cool ! I'm maybe not pertinent but is it not a good moment to make a component called CodeBase or something else ? Could be useful in a lot of other components. Or maybe it has been a choice to not do like this... Is it redundant with the PHP6/7 UTF8 promises ? Max 2011/1/29 Andreas Schamberger

Re: [zeta-dev] [VOTE] New committers: Jérôme Renard & Benjamin Eberlei

2011-03-04 Thread Maxime Thomas
+1 for both 2011/3/4 Gaetano Giunta > Tobias Schlitt wrote: > >> Hi, >> >> we discussed our policy regarding the acceptance of new committers a >> while ago in the PMC. The basic conclusion was, that we should be >> somewhat more open in direction of new committers for the Zeta project. >> The p

Re: [zeta-dev] Getting our lazy bums up: Marketing Zeta!

2011-03-04 Thread Maxime Thomas
2011/3/4 Tobias Schlitt > Hi all, > > I talked to Nicolas (eZ) during PHP UK and we both agreed that one thing > that Zeta definitely needs is *more marketing*! In any direction, I > would like to ask you to spread the word about this amazing project to > achieve the following goals: > > - Attrac

Re: [zeta-dev] Collection: Projects using Zeta

2011-03-08 Thread Maxime Thomas
>From my side, you can look at those : http://www.wascou.org/eng/Software/WDS http://www.wascou.org/eng/Software/Status which are using AZC. 2011/3/7 Jerome Renard > Hi Daniel > > On Mon, Mar 7, 2011 at 4:11 PM, Daniel Fahlke >wrote: > > > count projects which use eZPublish, too? > > i remem

Re: [zeta-dev] Naming convention : *List variables

2011-03-08 Thread Maxime Thomas
2011/3/7 Jerome Renard > Derick, Patrick, > > On Mon, Mar 7, 2011 at 7:09 PM, Patrick ALLAERT > wrote: > > 2011/3/7 Jerome Renard : > [...] > > > > There is nothing wrong being explicit about the content of the > > variable, but I would refrain from using types like "Array", "List", > > "Integer

Re: [zeta-dev] Getting our lazy bums up: Marketing Zeta!

2011-03-08 Thread Maxime Thomas
2011/3/7 Henri Bergius > On Mon, Mar 7, 2011 at 12:19 PM, Patrick ALLAERT > wrote: > > Increasing the presence of Zeta Components on sites like Wikipedia. > > I've just created the page: > > http://en.wikipedia.org/wiki/Zeta_Components but this is just a WIP. > > It seems somebody already slappe

Re: [zeta-dev] Getting our lazy bums up: Marketing Zeta!

2011-03-08 Thread Maxime Thomas
2011/3/8 Maxime Thomas > > > 2011/3/7 Henri Bergius > > On Mon, Mar 7, 2011 at 12:19 PM, Patrick ALLAERT >> wrote: >> > Increasing the presence of Zeta Components on sites like Wikipedia. >> > I've just created the page: >> > http://en.wiki

[zeta-dev] Logo - First try

2011-03-09 Thread Maxime Thomas
Hi, I've got some time this afternoon so I've made some tries. I've put the file in attachment. Let me know what you think about this one. It's also possible to decline the logo by color (deep blue, sky blue and silver) for a level of integration (to define). -- Max maxime.tho...@wascou.org | w

Re: [zeta-dev] Logo - First try

2011-03-15 Thread Maxime Thomas
2011/3/9 Maxime Thomas > > > 2011/3/9 Jerome Renard > >> Hi Maxime, >> >> On Wed, Mar 9, 2011 at 5:45 PM, Maxime Thomas >> wrote: >> > Hi, >> > I've got some time this afternoon so I've made some tries. >> > I'

Re: [zeta-dev] Logo - First try

2011-03-21 Thread Maxime Thomas
2011/3/18 Tobias Schlitt > Hi Max, > > thanks a lot for your work, very much appreciated! I think we should try > to follow the design of the website and logo as much as possible, in > order to gain a CI to some degree. This was not really the case for the > recent drafts. > > I was more thinking

Re: [zeta-dev] Logo - First try

2011-03-21 Thread Maxime Thomas
2011/3/21 Alessandro Nadalin > 2011/3/21 Maxime Thomas : > > > > > > 2011/3/21 Nicolas Pastorino > >> > >> On Mon, Mar 21, 2011 at 1:50 PM, Maxime Thomas > >> wrote: > >>> > >>> > >>> 2011/3/18 Tobias Schlitt

Re: [zeta-dev] Welcome: Benjamin and Jerome

2011-04-02 Thread Maxime Thomas
2011/4/1 James Pic > On Fri, Apr 1, 2011 at 7:49 PM, Tobias Schlitt > wrote: > > Hi, > > > > I'd like to officially welcome Jerome (jeromer) and Benjamin (beberlei) > > as Apache Zeta Components committers. > > > > Congrats for your very well deserved promotion! Thanks again for your > participa

Re: [zeta-dev] Thought experiment: A first release …

2011-04-11 Thread Maxime Thomas
2011/4/8 Jerome Renard > Hi there, > > In order to get the release available as soon as possible I propose we > decide > a list of issues to be fixed (well, a roadmap) and then release. Since Zeta > are > already pretty good and stable I think we can focus on issues which already > have patches o

Re: [zeta-dev] Update on the wiki

2011-04-14 Thread Maxime Thomas
2011/4/13 Tobias Schlitt > Hi, > > I finally found some time to investigate on the wiki some more. As it > turned out, Confluence is not capable of handling the scenario we > discussed a while ago here. :( > > Therefore I suggest to only use the wiki for internal purposes for now. > As a first st

Re: [zeta-dev] Build system evaluation

2011-04-15 Thread Maxime Thomas
2011/4/13 Tobias Schlitt > Hi, > > I feel the need to start this new thread in order to coordinately > evaluate a build system to be used in Zeta, since the discussions are > quite wide spread currently and we should maybe reboot it in order to > get something can all agree upon and live with in

Re: [zeta-dev] Fwd: pear channels for releases

2011-04-15 Thread Maxime Thomas
2011/4/15 Christian Grobmeier > Just in case you didn't get it (or somebody not on the committers list > is interested): > > > -- Forwarded message -- > From: Gav... > Date: Fri, Apr 15, 2011 at 10:07 AM > Subject: pear channels for releases > To: committ...@apache.org > > > Hi A

Re: [zeta-dev] sqlabstraction update -> multiple tables @ once

2011-07-10 Thread Maxime Thomas
/7/9 Dominique 'NetAndroid' Schramm > Hi, > > i put my head into the core of the sqlabstraction to find out how an > update performs for multiple tables. for an example: > > $q = $pdb->createUpdateQuery(); > $q->update('`domains`,`emailaddresses`') >->set('`domains.change`', '0') >

Re: [zeta-dev] Hi

2011-08-03 Thread Maxime Thomas
2011/8/3 Daniel Fahlke > Hi David, > i wonder why noone answered your mail yet. > > Zeta Components is still actively developed. Also it has a little but fine > community which likes to answer your questions. > For companies there is even a team of developers available who offer > commercial supp

[zeta-dev] Search - Commit and Begin transaction issue

2011-08-07 Thread Maxime Thomas
Hi fellows, I know zeta-dev is mostly in holidays, I will wait your come back to get some feedback. I've got stucked for 2 or 3 days on a commit issue using Apache SolR 3.1 with the Search component. I put the whole story, so if someone is encountering the same, it could be usable. Here was the i

Re: [zeta-dev] proposal: an http (webservice) client component

2011-11-05 Thread Maxime Thomas
+1 ! 2011/11/4 Gaetano Giunta > Iirc there was alreday in the past some such request in the past, but it > never came to pass. > > In this era of mashups and webservices, having something more advanced > than a plain curl handle might be a good thingh. > > I am offering the source code of my cur

Re: [zeta-dev] Missing report (was: Fwd: Incubator Board Report November 2011)

2011-11-16 Thread Maxime Thomas
2011/11/16 Gaetano Giunta > Daniel Fahlke wrote: > >> 2011/11/16 Derick Rethans >> >> On Wed, 16 Nov 2011, Christian Grobmeier wrote: >>> >>> Guys, we have missed a report. >>> Hmm, I didn't see a reminder notice at all actually. I wonder why not? >>> >>> In addition I don't see

Re: [zeta-dev] Re: PHPUnit regression: cannot run the testsuite of one component

2012-02-09 Thread Maxime Thomas
2012/2/9 James Pic > We might have a better solution, if only Sebastian accepts to add a > --testsuite filter. > > Please read the pull request description for details: > https://github.com/sebastianbergmann/phpunit/pull/494 > > Credits to Derick for his great support while finding/implementing t

Re: [VOTE] retire zeta components from incubation

2012-04-13 Thread Maxime Thomas
+1 2012/4/13 James Pic > Shouldn't we consider rolling back the unit tests updates ? That would > unlock the release process. > > Regards > -- Maxime maxime.tho...@wascou.org | www.wascou.org | http://twitter.com/wascou

Re: zeta must live

2012-04-13 Thread Maxime Thomas
Yes, the same for me, I can do the job on some other part (ezcTemplate for example). Maxime 2012/4/13 Fabrice PICCINALI > hello, > > +1 for zeta must live. > > There are a few gems unavailable elsewhere. > > I have made a bugfix in the issues tracker, but nobody could commit my > patch. > > cf:

Re: [VOTE] retire zeta components from incubation

2012-04-15 Thread Maxime Thomas
Travis seems good, no host on our side. Is there a fee or something ? Le 14 avril 2012 18:11, Jérôme Vieilledent a écrit : > About CI, we could use Travis. It works perfectly with Github and PHPUnit. > Several PHP projects already use it > > --- > Jérôme Vieilledent > Software engineer > > eZ Sy

Re: [VOTE] retire zeta components from incubation

2012-04-15 Thread Maxime Thomas
--- > Jérôme Vieilledent > Software engineer > > eZ Systems | 26 rue de la République, 69002 Lyon, France > > mailto:j...@ez.no > skype lolautruche | twitter @jvieilledent > > > Le dimanche 15 avril 2012 à 10:21, Maxime Thomas a écrit : > > > Travis seems good, n

Re: Github tools and discussions

2012-04-15 Thread Maxime Thomas
@Jerome Vieilledent : How do you manage that at eZ ? 2012/4/15 David Neilsen > Whos going to be responsible for managing pull requests? > > David Neilsen | 07 834 3366 | PANmedia ® > > > 2012/4/15 Jérôme Vieilledent > > > Hi > > > > As Christian asked for, here's the github thread :). > > For C

Renaming the Apache Zeta Components

2012-05-15 Thread Maxime Thomas
Hi there, Apparently, we have to rename the "Apache Zeta Components" due to Apache trademarks. A natural name could be "Zeta Components" but I'm not sure we're still allowed to name it like this. I didn't find any information in http://www.apache.org/foundation/marks/faq/#products. Do you have so

[zeta-dev] Search Component

2011-01-11 Thread Maxime Thomas - Wascou
Hi, I'm on a dev and needed to use the search component that I never used before. Actually, it was a pretty tough experience and spend more time understanding what was generated by ezcSearch than coding indexation and search queries. My point was very simple, I've got messages to index with a cl

[zeta-dev] [jira] Created: (ZETACOMP-1) [TemplateTranslationTieIn] Extractor hard coded file extension

2010-07-19 Thread Maxime THOMAS - Wascou.org (JIRA)
Environment: all Reporter: Maxime THOMAS - Wascou.org In the extractor, in the function run(), the "ezt" file extension is hardcoded. So if I named all my templates "tpl", I have to walk around with inheriting the extractor class and reimplementing the run

[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