Re: [Components] Frontpage template use

2010-07-08 Thread Derick Rethans
On Tue, 6 Jul 2010, Kévin Surrault wrote: > I'm new to eZ Publish, and I need some advice to better understand how > to use the template system. For that, you will have to write to the correct forum first. You can find those at: http://share.ez.no/forums Derick -- http://derickrethans.nl | ht

Re: [Components] ezcPersistentSessionIdentityDecorator creating a sql query with createFindQuery() results in a wrong statement with missing attributes/columns

2010-04-28 Thread Derick Rethans
On Wed, 28 Apr 2010, Christoph René Pardon wrote: > There are some attributes missing in my statement. > The definition file looks like this: > > $def = new ezcPersistentObjectDefinition(); > $def->table = 'yela_core_acl_rules'; > $def->class = 'Yela_Persistence_Core_Acl_Rules'; > > $def->idProp

Re: [Components] ezcmail - Problem with displaying multipart mails

2010-04-18 Thread Derick Rethans
On Sat, 17 Apr 2010, Dirk Schmedding wrote: > My questions are now the following: > - How can I evaluate the reason for that problem. Is it possible to > output the mail from ezcmail to check if it is sent correctly. > - Might one part of the enviroment cause this problem and if yes, which one? I

Re: [Components] MvcTools: specialized HTTP response codes

2010-02-27 Thread Derick Rethans
On Fri, 26 Feb 2010, James PIC wrote: > On Fri, Feb 26, 2010 at 4:38 PM, Thomas Nunninger > wrote: > > If the value of the header is an array, the second entry is the status code. > > Otherwise, everything behaves like before. > > > > The code seems to be a little bit hackish (because of the se

Re: [Components] TemplateTranslationTiein

2010-02-08 Thread Derick Rethans
On Fri, 5 Feb 2010, Sascha Frinken wrote: > Am 05.02.2010 17:35, schrieb Walter Rafelsberger: > > [... translation function only allows you to pass literal strings ...] > > http://issues.ez.no/IssueView.php?Id=15004&activeItem=12 > > still UNRESOLVED :( yes, because it's really tricky to do th

[Components] eZ Components 2009.2 released

2009-12-22 Thread Derick Rethans
Support for identity mapping to prevent the same object being in existence more than once, and support for sub-queries. For the full announcement, see: http://ezcomponents.org/resources/news/news-2009-12-21 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http

[Components] eZ Components 2009.2rc1 released!

2009-12-07 Thread Derick Rethans
announcement: http://ezcomponents.org/resources/news/news-2009-12-07 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] eZ Components 2009.2beta1 released.

2009-11-23 Thread Derick Rethans
lease see: http://ezcomponents.org/resources/news/news-2009-11-23 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] How to fetch the task list for particular user?

2009-11-09 Thread Derick Rethans
Hello, On Sun, 8 Nov 2009, Chirag wrote: > How to fetch the task list for particular user? I've no idea what this question has to do with eZ Components. with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Co

Re: [Components] [Authentication] LDAP ActiveDirectory.

2009-11-03 Thread Derick Rethans
return entries > (ldap_count_entries on line 269) as the bind before (line 266) was anonymous. > If I change the bind to use the credentials everything works fine. Gunnstein and I spoke about this some time ago, but I forgot the conclusion. Gunnstein, do you remember? regards, -- Derick Rethans eZ compo

Re: [Components] DatabaseManager for Translation

2009-10-30 Thread Derick Rethans
on within Views I am not aware that anything like this exists, but adding a new backend shouldn't be too hard. Have a look at ezc/Translation/src/ts_backend.php regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Compone

Re: [Components] Pear installation

2009-10-30 Thread Derick Rethans
On Fri, 30 Oct 2009, Piotrek Karas wrote: > Piotrek Karas pisze: > > Piotrek Karas pisze: > >> Derick Rethans pisze: > >>> On Sat, 24 Oct 2009, Piotrek Karas wrote: > >>> > >>>> Piotrek Karas pisze: > >>>>> Heelo, > >

Re: [Components] Pear installation

2009-10-24 Thread Derick Rethans
mall file there is a DUMMY text file... ;( That is normal, there is also a package.xml file that provides all the information to pull in the dependencies. Why PEAR isn't doing that, I can't tell really. What does "pear list -c ezc" show? regards, -- Derick Rethans

Re: [Components] Using ezcDatabase with Mysql, lastInsertId

2009-10-19 Thread Derick Rethans
'status_id', $q->bindValue( '1' ) ); > $stmt = $q->prepare(); > $stmt->execute(); > > tried: > > $stmt->lastInsertId(); > $db->lastInsertId(); The latter should work, are you sure your db schema has an auto increment field? And do you get any errors? regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Benchmarks of template engines including ezcTemplate component

2009-10-10 Thread Derick Rethans
On Sat, 10 Oct 2009, Jérôme Renard wrote: > Derick Rethans a écrit : > > On Fri, 9 Oct 2009, Thomas Nunninger wrote: > > > >>> Library Memory without compilation (Ko) > >>> Twig383 > >>> PHPTAL 598 > >>>

Re: [Components] Benchmarks of template engines including ezcTemplate component

2009-10-10 Thread Derick Rethans
On Fri, 9 Oct 2009, Thomas Nunninger wrote: > > Library Memory without compilation (Ko) > > Twig383 > > PHPTAL 598 > > Dwoo1,645 > > Smarty 21,634 > > Smarty 31,790 > > Calypso 614 > > eZ Templates2,783 > > Unfortunately he does

Re: [Components] ezcMailComposer: addFileAttachment missing

2009-09-22 Thread Derick Rethans
at: http://ezcomponents.org/docs/api/latest/Mail/ezcMailComposer.html regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Error in the documentation of COnfiguration > ezcConfiguration > getSetting method

2009-09-22 Thread Derick Rethans
#x27;s fine in the source. Not sure what I can do about it :-/ regards, Derick -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcMailParser converting to some other charset than utf8?

2009-09-03 Thread Derick Rethans
t things manually after it comes out of the component. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] eZ Components 2009.1.2 released!

2009-09-01 Thread Derick Rethans
, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcDatabase components - unable to use socket.

2009-08-05 Thread Derick Rethans
On Wed, 5 Aug 2009, Thomas, Maxime wrote: > We're kind of stuck here with a litlle problem with the ezcDatabase > components. Our web hosting company configured the mysql.ini and set > it in a special place like /tmp/mysql.sock. There is the same setting > in the php.ini. > > However, at the e

Re: [Components] Front end user login by IP address.

2009-08-04 Thread Derick Rethans
this is an eZ Publish related question... so that means you've reached the wrong crowd. Unfortunately I also do not know the answer, so could you please forward your question to the eZ Publish forum: http://ez.no/developer/forum/setup_design with kind regards, -- Derick Rethans eZ componen

Re: [Components] RE : cool web apps based on the components

2009-08-02 Thread Derick Rethans
articles, and you can put whatever information you want in there. with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] RE : cool web apps based on the components

2009-07-31 Thread Derick Rethans
be put on ezcomponents.org may > trigger the first example. The site's infrastructure is already made ready for publishing case-studies actually. We've just not been using it (and it will probably require some tweaks). regards, -- Derick Rethans eZ components Product Manager eZ syst

Re: [Components] RE : cool web apps based on the co mponents

2009-07-31 Thread Derick Rethans
idea. I hope this suggestion will go through. > Looking forward to hearing more feedback on this, Did you get anywhere with this though Maxime? with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] eZ Components 2009.1.1

2009-07-27 Thread Derick Rethans
rding dependency handling (issue #15067) for which this release provides a workaround. For the full release announcement, see: http://ezcomponents.org/resources/news/news-2009-07-27 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing

Re: [Components] Problems with PersistentObject on Oracle

2009-07-27 Thread Derick Rethans
MBER DEFAULT 20 NOT NULL ENABLE, > >) > > > As said before, for some of the load saves on other objects everything > works fine. The trick is to figure out for which information it doesn't work. Are you sure you always have numbers in those fields? Perhaps it&#

Re: [Components] Graph: Bug #15095

2009-06-29 Thread Derick Rethans
On Wed, 24 Jun 2009, Kore Nordmann wrote: > I don't see a sane fix for this, except for a combination of the boxed > and rotated axis label renderer to a new axis label renderer (like > mentioned above). This would be a feature addition, which I would like > to postpone after the release - on the

[Components] eZ Components 2009.1 released!

2009-06-29 Thread Derick Rethans
://ezcomponents.org/resources/news/news-2009-06-29 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] eZ Components 2009.1rc1 released

2009-06-23 Thread Derick Rethans
/news-2009-06-22 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] How to handle Variables with LineBreak in Template?

2009-06-19 Thread Derick Rethans
is: {$variable} See also: http://www.w3.org/TR/CSS21/text.html#white-space-prop regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] YAML: design document

2009-06-14 Thread Derick Rethans
s ok then? Or do you still want to change the API? It sounds fine to me, thanks for the good clarification. regards, Derick -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Ez webdav + lighttpd: cadaver error when connecting: "Could not access /test/ (not WebDAV-enabled?): Could not parse response status line"

2009-06-03 Thread Derick Rethans
> 'Europe/London' for 'BST/1.0/DST' instead in > /usr/share/php/ezc/Webdav/backends/file.php on line 640 This means that you need to do what that warning says. It means that your PHP installation isn't configured properly. Please configure date.timezone in php.

Re: [Components] template translation

2009-06-01 Thread Derick Rethans
ipts work with this though. Sascha, could you file an Enhancement request in the issue tracker? regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] eZ Components 2009.1alpha1 released.

2009-05-29 Thread Derick Rethans
;t it be better to provode a method i.e.: Yeah, i agree. I committed this. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] eZ Components 2009.1alpha1 released.

2009-05-26 Thread Derick Rethans
s.org/resources/news/news-2009-05-26 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] MvcTools: camelcase action methods

2009-05-15 Thread Derick Rethans
On Sat, 16 May 2009, Bertrand Dunogier wrote: > 2009/5/15 Derick Rethans > > > On Sat, 9 May 2009, Hans-Christian Otto wrote:> to transform an action like > > foo_bar to a method name like "doFooBar". > > > Wouldn't "dofoobar" be enough?

Re: [Components] MvcTools: camelcase action methods

2009-05-15 Thread Derick Rethans
. preg_replace( '@[^A-Za-z]@', '', $action ); > > should result in the same method. > > So, why do you still use camelcase here? You're right that the code would work fine. However, if we use camel case, the method names also show up nicely in error message

Re: [Components] ImageConversion with crop: design question

2009-05-13 Thread Derick Rethans
proccess of NOT defining a crop filter 100 times if i > have 100 images to crop. the only thing that has to be changed on ever > image is the crop position, so on calling that's exactly what the croppedThumbnail filter does. It selects a width*height section from the middle of the image. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ImageConversion with crop: design question

2009-05-13 Thread Derick Rethans
g/docs/tutorials/ImageConversion#creating-thumbnails and http://ezcomponents.org/docs/api/trunk/ImageConversion/ezcImageThumbnailFilters.html regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ImageConversion with crop: design question

2009-05-13 Thread Derick Rethans
way : define filter, apply to all images doesn't work. > > is there a kind of callback i can use to define the crop parameter > before appling to all pictures or do i have to re-define the filter > for every picture? Hmm, could you describe what you are trying to achieve he

Re: [Components] YAML: design document

2009-04-30 Thread Derick Rethans
On Thu, 2 Apr 2009, Thomas Nunninger wrote: > we managed to overwork the YAML design document according to the > feedback we got. The API is straightened and we added a part about the > main classes. > > You can find the document at > > http://svn.ez.no/svn/ezcomponents/experimental/Yaml/d

Re: [Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-29 Thread Derick Rethans
gt; a class, not an object. Another option is to use foundation: > ezcPersistentSessionFoundation I like foundation (and the ezcPersistentSessionIdentityDecorator) sounds fine too, although it's a tad (too) long IMO. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-29 Thread Derick Rethans
;m not > sure if we want to have "Interface" in the names of interfaces. Looks > quite ugly. And it's against the coding guidelines: http://ezcomponents.org/contributing/coding_standards#class-names regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] eZ Components RPM for Fedora 10 and RHEL

2009-04-29 Thread Derick Rethans
Thx > > A new mail for announce packaging of ezc-Cache and ezc-Mail : > - http://llaumgui.fedorapeople.org/rpm/ez_components/el5/ > - http://llaumgui.fedorapeople.org/review/ez_components/ > > I will post review integration in Red Hat bugzilla this week. Thanks for working on thi

Re: [Components] WebDav Problem

2009-04-29 Thread Derick Rethans
server directory. Shouldnt that be checked in the locking > routine at least once upon setting the path with the options? It should... can you file a report for this so that we don't forget about it please? (Feel free to point to this discussion from your report). with kind regar

Re: [Components] Changing Template Delemiters

2009-04-20 Thread Derick Rethans
On Mon, 20 Apr 2009, Christoph Friedrich wrote: > Derick Rethans schrieb: > > On Sat, 11 Apr 2009, Christoph Friedrich wrote: > > > > > how can I change the template delemiter ({ and }) into something else > > > (like <@ and @>)? > > > >

Re: [Components] eZ Components RPM for Fedora 10 and RHEL

2009-04-20 Thread Derick Rethans
please? with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcSearch Feedback

2009-04-20 Thread Derick Rethans
On Thu, 9 Apr 2009, Emanuel Sprung wrote: > Am Montag, 23. März 2009 13:37:43 schrieb Derick Rethans: > > On Mon, 23 Mar 2009, Thomas Koch wrote: > > > > > 3) Dates mapped to integer > > > > > > The example solr config comming with Debian defines a d

Re: [Components] Changing Template Delemiters

2009-04-20 Thread Derick Rethans
On Sat, 11 Apr 2009, Christoph Friedrich wrote: > how can I change the template delemiter ({ and }) into something else > (like <@ and @>)? THis is not possible because of performance reasons, see also: http://issues.ez.no/IssueView.php?Id=13596 with kind regards, -- Deric

Re: [Components] ezcTree visualization

2009-04-20 Thread Derick Rethans
isitors to provide your own data elements if needed. I'd love however to add this data by default easily... so a patch/new class would be quite useful here. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.n

Re: [Components] sql-comments for ezcDatabase

2009-04-20 Thread Derick Rethans
bug mode Sure, you can put this in. It'd be better if it came with a proper patch and test cases though. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [ezcTemplate] Cannot compile template

2009-04-20 Thread Derick Rethans
anually. I've seen it as well while running our tests... but could never reproduce this properly. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Hostname Based Routing in MvcTools

2009-04-07 Thread Derick Rethans
if ( $requestParts[$id] == '' ) { return false; } $matches[substr( $patternPart, 1 )] = $requestParts[$id]; } } return true; } } regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezComponents Distribution

2009-04-07 Thread Derick Rethans
e information about your project? with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Release of the eZ Components pdf functionalities

2009-04-02 Thread Derick Rethans
e out in June. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] YAML: design document

2009-03-31 Thread Derick Rethans
rated on the usage of the component. We > planned to write some more details about the classes. But as this > would have taken some more time and we wanted to ask for your feedback > at the current state, we left it out till now. We've also discussed that part, and I suggested

Re: [Components] [Configuration] Quotes in ini files

2009-03-31 Thread Derick Rethans
We've a feature request for it here (with an explanation why it is like this): http://issues.ez.no/IssueView.php?Id=13244 At the moment we have not planned to implement this. A contribution for this would however be appreciated. with kind regards, -- Derick Rethans eZ components Product

Re: [Components] ezcConfiguration and multiple configuration files having the same name

2009-03-31 Thread Derick Rethans
On Mon, 30 Mar 2009, Thomas, Maxime wrote: > > On Mon, 30 Mar 2009, Derick Rethans wrote: > > > On Tue, 24 Mar 2009, Derick Rethans wrote: > > > > > This could be broken caching, would you care to file a report so > > > that we can track this? I'll

Re: [Components] ezcConfiguration and multiple configuration files having the same name

2009-03-30 Thread Derick Rethans
On Tue, 24 Mar 2009, Derick Rethans wrote: > On Tue, 24 Mar 2009, Thomas, Maxime wrote: > > > In my index.php : > > > > $cfg = ezcConfigurationManager::getInstance(); > > $cfg->init( "ezcConfigurationIniReader", "config" ); > > $set

[Components] eZ Components 2008.2.2 released

2009-03-30 Thread Derick Rethans
-30 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] subselect in field list

2009-03-27 Thread Derick Rethans
nctionality, maybe alias enhancement > as well. As for aliases, that's tricky to do... because the select query might look different and I'd have no idea how to set up such an alias in a nice way. If you have a good idea on how to implement that... we'd be interested. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcConfiguration and multiple configuration files having the same name

2009-03-24 Thread Derick Rethans
On Tue, 24 Mar 2009, Thomas, Maxime wrote: > In my index.php : > > $cfg = ezcConfigurationManager::getInstance(); > $cfg->init( "ezcConfigurationIniReader", "config" ); > $settings = $cfg->getSettingsInGroup( "standard", "MainSettings"); > > > And then further in the code : > > $cfg = ezcConf

Re: [Components] Need Help - Uncaught exception - using the HelloMvc Example

2009-03-24 Thread Derick Rethans
s most likely because an error is thrown, and you don't have a proper /fatal error handler yet. This will make things loop. You'll have to find out whey the error is thrown. You can do so with using xdebug and setting xdebug.show_exception_trace to 1 (http://xdebug.org/docs/all_sett

Re: [Components] GRAPH - Import data to use in graphs

2009-03-24 Thread Derick Rethans
6 > VMS,8 > and so on At the moment that's not there, but it would be good to have something like this. Are you intersted in developing something here? I doubt it would be a lot of work. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Oracle and Persistent Objects

2009-03-24 Thread Derick Rethans
hink it would be useful to have an set the options "use db > identifier case" and "set db identifier case" in the database instance? > This way the database components would have all informations they need > to handle case automatically, e.g. quoteIdenifier() could

Re: [Components] Benchmarking mvc frameworks

2009-03-24 Thread Derick Rethans
eally a non-issue if you decide to use a > framework/mvc implementation in my opinion. That I disagree with. Latency is something that's really annoying for users. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcConfiguration and multiple configuration files having the same name

2009-03-24 Thread Derick Rethans
". And it's the same if I set the location > with the init function. > > Is there something I'm not doing correctly? It's hard to say without code, can you show some? regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] YAML Component: Requirements

2009-03-24 Thread Derick Rethans
should be the configuration tie-in, as that's still the most asked question related to YAML. - there should be an implementation of or two backeneds (pecl extensions) — if not only to see how feasible it would be to integrate them. regards, -- Derick Rethans eZ components Prod

Re: [Components] ezcSearch Feedback

2009-03-23 Thread Derick Rethans
Well, the other options are to do it with complicated string handling functions... which I doubt would be any faster. Let me know if you have any concrete suggestions here though. regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] YAML support for Configuration component

2009-03-13 Thread Derick Rethans
On Fri, 13 Mar 2009, Thomas Nunninger wrote: > - Is the pecl extension a no-go because of the requirement to install the > extension? No, it's not a no-go. We usually don't compromise and rely on PHP (extensions) to be there already. > - Is the MIT licence ok for bundling with eZ Components?

Re: [Components] Set ezcAuthenticationSession options

2009-03-09 Thread Derick Rethans
So, please, can you help me with this issue? > How to successfully override those key names? It seems like a bug, and I just ran into it myself as well. Perhaps you can file a bug report at http://issues.ez.no? regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no-- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] PDF generation - design document

2009-02-24 Thread Derick Rethans
On Tue, 24 Feb 2009, Kore Nordmann wrote: > After we discussed the requirements during the last two weeks with no > major changes, I wrote a design document for the PDF generation. Please > ensure to find your usecases covered in the attached design document > [1]. > > Comments on the current des

Re: [Components] how to define Workflow

2009-02-18 Thread Derick Rethans
On Tue, 17 Feb 2009, chenlong85.2004 wrote: > fisrtly thank you for your help,of course, i kown there is no ui,i > want to code web ui that can define workflow which can run in this > workflow egnine! there are some interfaces in your workflow that can > do this! Ah :-) I think what would be t

Re: [Components] Roadmap: Debug & EventLog Components

2009-02-18 Thread Derick Rethans
rely I suspect. > With this email I'd like to start a discussion about the improvement of > the EventLog component especially by getting FirePHP support. What do > you think? I wouldn't mind to have it at all... I think it's much better than having to render the ou

Re: [Components] Document: PDF generationr requirements.

2009-02-16 Thread Derick Rethans
On Mon, 16 Feb 2009, Arne Blankerts wrote: > On Mon, 2009-02-16 at 11:49 +0000, Derick Rethans wrote: > > On Fri, 13 Feb 2009, Alexandru Stanoi wrote: > > > > > My question is why not do the ODF support first, then use existing tools > > > to convert ODF to P

Re: [Components] Document: PDF generationr requirements.

2009-02-16 Thread Derick Rethans
On Tue, 10 Feb 2009, Kore Nordmann wrote: > Find the PDF generation requirements document for the document component > attached. > > This document offers a first discussion base for a requirements > specification of PDF generation, which is on the roadmap for this > release cycle. It does not inv

Re: [Components] Document: PDF generationr requirements.

2009-02-16 Thread Derick Rethans
On Fri, 13 Feb 2009, Alexandru Stanoi wrote: > Kore Nordmann wrote: > > > > Find the PDF generation requirements document for the document component > > attached. > > > > This document offers a first discussion base for a requirements > > specification of PDF generation, which is on the roadmap

Re: [Components] ezcPersistentFindIterator and the identity map

2009-02-16 Thread Derick Rethans
On Mon, 16 Feb 2009, Tobias Schlitt wrote: > I personally would like to treat the current behavior of > ezcPersistentFindIterator as a bug and fix it to not overwrite object > states anymore. I agree with that. regards, Derick -- Components mailing list Components@lists.ez.no http://lists.ez.no

[Components] 2008.2.1 released

2009-02-09 Thread Derick Rethans
the full release announcement[1]. [1] http://ezcomponents.org/resources/news/news-2009-02-09 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Proposal: SystemProcess - External command execution component

2009-02-02 Thread Derick Rethans
ed interface should look > something like this:: > > new ezcSystemProcess( 'echo' )->argument( 'foo' )->execute(); Method chaining can not be done with "new classname", so it has to be: $p = new ezcSystemProcess( 'echo' ); $p->argument( 'foo' )->execute(); regards, Derick -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] EZFind installation instruction question

2009-01-26 Thread Derick Rethans
/ez.no/developer/forum/extensions/ez_find regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Fragmentation issue with the Cache - APC component

2009-01-09 Thread Derick Rethans
On Fri, 9 Jan 2009, Derick Rethans wrote: > On Tue, 6 Jan 2009, Roderik van der Veer wrote: > > > I'm caching every page in the site, for 1 year, and a few minutes > > after startup the framentation starts and increases gradually until > > the server goes down. I

Re: [Components] Fragmentation issue with the Cache - APC component

2009-01-09 Thread Derick Rethans
Hello Roderik, On Tue, 6 Jan 2009, Roderik van der Veer wrote: > I'm caching every page in the site, for 1 year, and a few minutes > after startup the framentation starts and increases gradually until > the server goes down. I don't understand why there is fragmentation to > begin with, the ca

Re: [Components] CSV export view

2009-01-09 Thread Derick Rethans
On Tue, 6 Jan 2009, Alexandru Stanoi wrote: > Philipp Kamps wrote: > > > > Here is what I tried so far: > > > > class ReportsExportView extends ezcMvcView > > { > > > > function createResponse() > > { > > $resultBody = 'csv content'; > > > > $result = $this->result;

Re: [Components] eZ Components 2008.2 released

2009-01-05 Thread Derick Rethans
On Mon, 5 Jan 2009, Hans Melis wrote: > Derick Rethans wrote: > > > > The development team is happy to announce the release of the seventh > > major version of eZ Components: version 2008.2. > > > > Congratulations with the release! > > There's one

[Components] eZ Components 2008.2 released

2009-01-05 Thread Derick Rethans
bugs, implemented 43 new features and completed 14 tasks - 112 issues in total. For the full ChangeLog, please refer to the full release announcement that you can find online here: http://ezcomponents.org/resources/news/news-2009-01-05 with kind regards, -- Derick Rethans eZ components

Re: [Components] [MvcTools] Sending HTTP status codes

2008-12-19 Thread Derick Rethans
On Tue, 16 Dec 2008, Hans Melis wrote: > Hans Melis wrote: > > Is there some way to accomplish this? > > Is revision 9636 perhaps a response to this? :-) Partly, I'm not quite done with the refactoring yet -- hope to fix that today and then I come with a proper answer :) regards, Derick -- Co

Re: [Components] New Component Proposal

2008-12-16 Thread Derick Rethans
On Mon, 15 Dec 2008, Kevin Waterson wrote: > This one time, at band camp, Alexandru Stanoi wrote: > > > Is it a good idea to depend on another component? (UserInput in this case). > > I was thinking on this, and the options seem to be to 'repurpose' UserInput > or to re-invent it again in ezcFor

Re: [Components] New Component Proposal

2008-12-16 Thread Derick Rethans
On Mon, 15 Dec 2008, Alexandru Stanoi wrote: > How about CSS for the form? Also it should support different "renderers" > (HTML, templates, maybe smartphone forms?). I would agree, rending should be done through multiple renders. regards, Derick -- Components mailing list Components@lists.ez.n

Re: [Components] New Component Proposal

2008-12-16 Thread Derick Rethans
On Mon, 15 Dec 2008, Kevin Waterson wrote: > My proposal is for an ezcForm component. > The ezcForm component would provide an interface to the creation > of HTML form objects which may be rendered for use with templates. > > Each form element would be an object which whose properties would > def

Re: [Components] [userinput] definition: required vs. optional

2008-12-16 Thread Derick Rethans
On Fri, 12 Dec 2008, Piotrek Karas wrote: > Just looking at the UserInput component for the first time, I completed > the tutorial sample code, seems to run fine, but I seem to have found > some inconsistencies: > > With definition: > > $definition = array( > 'firstName' => new ezcInputFo

[Components] eZ Components 2008.2 Release Candidate released

2008-12-15 Thread Derick Rethans
[2] http://ezcomponents.org/resources/news/news-2008-12-15 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] eZ Components 2008.2beta1 released

2008-12-02 Thread Derick Rethans
ChangeLog and other information can be found in the official release announcement: http://ezcomponents.org/resources/news/news-2008-12-01 -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman

[Components] eZ Components 2008.2alpha1 released

2008-11-10 Thread Derick Rethans
http://ezcomponents.org/docs/api/trunk/introduction_MvcTools.html [2] http://ezcomponents.org/resources/news/news-2008-11-10 with kind regards, -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] not register an object

2008-10-24 Thread Derick Rethans
On Mon, 20 Oct 2008, eddier waldir gallego rios wrote: > here it does not continue the execution > $plugin = new ezcWorkflowSignalSlotPlugin; For some reason the component wasn't part of the package - I've reuploaded the zip and tar.gz files now, with the WorkflowSignalSlotTiein in there. rega

[Components] Alpha MvcTools and bug fix releases

2008-10-06 Thread Derick Rethans
Tiein-alpha ezc/MvcTemplateTien-alpha The alpha releases will become part of 2008.2alpha1, which we hope to release early November. [1] http://ezcomponents.org/resources/articles/article-2008-09-25-mvctools-vid1 [2] http://svn.ezcomponents.org/viewvc.cgi/docs/examples/applications/TheWire/trunk/ rega

Re: [Components] WebDav Component

2008-10-03 Thread Derick Rethans
g in the > tutorial. I'm regenerating them now (for trunk). regards, Derick -- Derick Rethans eZ components Product Manager eZ systems | http://ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] Alpha/Bug-fix releases

2008-10-03 Thread Derick Rethans
Hello! I did some checking, and saw that we can release some components. I'd like to do that on Monday: Bug fix: Base 1.5.2 Feed 1.1.1 Mail 1.5.2 Alpha: Configuration 1.4alpha1 MvcTools* 1.4alpha1 UserInput 1.4alpha1 Workflow 1.3alpha1 WorkflowDatabaseTiein 1.3alpha1 Possibles: ConsoleTools

Re: [Components] Language error in Base tutorial

2008-08-29 Thread Derick Rethans
eful to have an exception with detailed information about which > autoload files were searched for" You have commit access, feel free to commit those little changes yourself. Tutorials are in SVN as: ezcomponents/trunk/*component*/docs/tutorial.txt regards, -- Derick Rethans eZ compo

  1   2   3   4   >