Re: [Components] Error Parsing Mail

2010-06-08 Thread Tobias Schlitt
sult is that the ezc are already patched first of all, you should upgrade your components installation to the recent version 2009.2.1. Maybe this already fixes the issue. Without seeing the script and knowing the particular server, it's hard to debug this error. Do you get the error cons

[Components] New mailing list up: Please switch!

2010-06-01 Thread Tobias Schlitt
dedicated list for users of Zeta Hope to see you all soon on the new list. :) 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

Re: [Components] PersistentObjectDatabaseSchemaTiein not generating relations?

2010-05-01 Thread Tobias Schlitt
ance DatabaseSchema to know about fk-relations at some point. Then the genertaed PersistentObject definitions could also gain profit from this information. Volunteers always welcome. :) Regards, Toby -- Tobias Schlitt tob...@schlitt.info GPG Key: 0xC462BC14 a passion for php

Re: [Components] ezcPersistentSessionIdentityDecorator

2010-04-24 Thread Tobias Schlitt
her solution would be to create a view in the database and to map this view to a new object type. Just for the records. :) Regards, Toby -- Tobias Schlitt tob...@schlitt.info GPG Key: 0xC462BC14 a passion for php http://schlitt.info/opensource eZ Components are Z

Re: [Components] ezcPersistentSessionIdentityDecorator

2010-04-24 Thread Tobias Schlitt
ired objects are fetched by the find() call, but not returned. Calling getRelatedObjects() returns them from the internal object cache in the session. HTH, cheers, Toby -- Tobias Schlitt tob...@schlitt.info GPG Key: 0xC462BC14 a passion for php http://schlitt.i

Re: [Components] ezcPersistentSessionIdentityDecorator

2010-04-24 Thread Tobias Schlitt
Hi Christoph, the case you describe looks quite complex and at a first glace I can only guess where problems might occur. Did you really run the following 2 lines in a row? > // These two statements won't fetch all rows from ALL related tables: > $result = $ezcSession->find($query); > $result = $

Re: [Components] Goodbye eZ Components . welcome Zeta Components!

2010-04-23 Thread Tobias Schlitt
Hi Philipp, On 04/24/2010 06:01 AM, Philipp Kamps wrote: > I curious about the consequences for eZ Publish. Today eZ Publish requires the > components library - will it in the future? it will, as can be read here: http://share.ez.no/blogs/ez/goodbye-ez-components-welcome-zeta-components Regards

Re: [Components] Goodbye eZ Components . welcome Zeta Components!

2010-04-20 Thread Tobias Schlitt
On 04/20/2010 07:23 PM, James Pic wrote: > What would be the point of changing prefix? None, actually. Just with a completely different name, the prefix feels kinda wrong and would look ugly. But changing of prefix won't happen before we go 2.0 anyway, which I don't expect to happen soon. -- Com

Re: [Components] Goodbye eZ Components . welcome Zeta Components!

2010-04-20 Thread Tobias Schlitt
Hi Dirk, On 04/20/2010 02:53 PM, Dirk Schmedding wrote: > And what is about the preface "ezc" in all classes? Will it be kept > (forever) or changed to "zeta" or something? we will not change the prefix in a near future. BC was always one of the key goals of the project and it will stay like this

Re: [Components] Goodbye eZ Components . welcome Zeta Components!

2010-04-20 Thread Tobias Schlitt
On 04/20/2010 02:45 PM, Björn Dieding wrote: > Why was there the need to rename them? The problem with the name "eZ Components" is that everybody thinks that it's a product of eZ Systems. Such relations are often hindering if you want to talk about it on conferences and similar. Those people have

[Components] Goodbye eZ Components … welcome Ze ta Components!

2010-04-19 Thread Tobias Schlitt
Hi all, I'm proud to announce that we just proposed eZ Components to the Apache Software Foundation. Find more details on the following sites: http://share.ez.no/blogs/ez/goodbye-ez-components-welcome-zeta-components http://schlitt.info/opensource/blog/0725_goodbye_ez_systems_hello_world.html h

Re: [Components] 2010 roadmap

2010-02-08 Thread Tobias Schlitt
sorry, but we cannot say anything about the roadmap. We are currently into internal restructurings and couldn't do anything for ezc planning. Hope we will have something soonish. Regards, Toby -- Tobias Schlitt t...@ez.no GPG Key: 0xC462BC14 eZ Components Devel

Re: [Components] webdav partial file up/download

2009-10-15 Thread Tobias Schlitt
er network problems or something > like this? no, this is not supported, I'm sorry. Contributions in this direction are welcome. :) Regards, Toby -- Tobias Schlitt t...@ez.no GPG Key: 0xC462BC14 eZ Components Developer http://

Re: [Components] [ImageConversion] Get the extension for the output image file name

2009-10-09 Thread Tobias Schlitt
with .png extension you can ask a transformation which MIME type will be generated for a specific file and/or MIME type: http://ezcomponents.org/docs/api/latest/ImageConversion/ezcImageTransformation.html#getOutMime You then only need a simple mapping of MIME types to file extensions. HTH, regads

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

2009-10-09 Thread Tobias Schlitt
since this gives an insight into performance of the compiled code and therefore into the quality of the parser. Parsing itself is a very memory consumpting process, if done correctly. I'm curious about the benchmark. Please keep the list up2date when it's available. Thanks! Re

Re: [Components] image Transformation error with relative pathnames

2009-09-08 Thread Tobias Schlitt
? this looks like a bug to me. Could you please file it in the issue tracker? I'll take care for it, then. Thanks, Toby -- Tobias Schlitt t...@ez.no GPG Key: 0xC462BC14 eZ Components Developer http://ezcomponents.org eZ Systems AS

Re: [Components] Change in ezcPersistentSession indexing

2009-07-01 Thread Tobias Schlitt
use foreach. Best regards, Toby -- Tobias Schlitt t...@ez.no GPG Key: 0xC462BC14 eZ Components Developer http://ezcomponents.org eZ Systems AS http://ez.no -- Components mailing list Components@lists.ez.no http://l

Re: [Components] Support on using/testing webdav

2009-06-11 Thread Tobias Schlitt
lient is known to be quite RFC conform and to work with the Webdav component. If this works flawlessly, you can try the new client. HTH, regards, Toby [1] http://www.webdav.org/cadaver/ -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Compone

Re: [Components] Question on `ezcPersistentObject` relationships

2009-06-11 Thread Tobias Schlitt
take a look at the tutorial shipped with the beta [1]. I'm sorry, that the docs for this feature are not rendered online, yet. They will come on Monday, latestes. HTH, Toby [1] http://ezcomponents.org/download -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlit

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 Tobias Schlitt
ave your server running peroperly), you should switch off display_errors and switch error logging on. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Componen

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 Tobias Schlitt
s in the lighttpd /var/log/lighttpd/error.log: > > 2009-06-03 08:20:28: (log.c.75) server started If the above hints do not lead to a result you can try to trace the communication using Wireshark [1] or create an Xdebug trace of the server. The latter one could help us to help you debugging. HTH, Toby [1] http://www.wireshark.org/ -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Thoughs on the Identity Map

2009-06-01 Thread Tobias Schlitt
rate a bit more on how this could happen? I still don't get the main point. Not sure if we could realize such changes for 2009.1, since we are already looking forward to a beta release. Thanks a lot for your feedback, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobia

Re: [Components] ImageConvertion: scaleDown and -strip

2009-05-28 Thread Tobias Schlitt
nts the interface and provides the filter. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Cache: Store file in a tree

2009-05-05 Thread Tobias Schlitt
I would recoomend you to create a decorator around the cache and make it manipulate the ID accordingly. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Compone

Re: [Components] ezcPersistentObject

2009-05-05 Thread Tobias Schlitt
ou should use integer fields to store date/time information. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Best way to add rotate() filter to imageConversion lib?

2009-04-29 Thread Tobias Schlitt
n the IRC channel #ezcompone...@freenode. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Webdav: beginners questions

2009-04-29 Thread Tobias Schlitt
open the Word document right from the WebDAV share >> or do you first download it and the open it? > no i tried to open the word document right from the webdav share. Ok, maybe Word is making some trouble. Could you try to download the document first and then open it using Word? Regards,

Re: [Components] Webdav: beginners questions

2009-04-29 Thread Tobias Schlitt
or do you first download it and the open it? > What am i doing wrong? is there a kind of logging/debugging i could activate > to trace the > problem? You can always try generating a Xdebug trace. HTH, regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards

Re: [Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-25 Thread Tobias Schlitt
Hi all, On 04/24/2009 11:17 PM Frederik Holljen wrote: > On 24/04/2009, Tobias Schlitt wrote: >> On 04/24/2009 09:10 PM Frederik Holljen wrote: >> Yes. Let me elaborate a bit more: The problem with the decorator >> (ezcPersistentIdentitySession) is, that it is not "

Re: [Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-24 Thread Tobias Schlitt
Hi Fred, On 04/24/2009 09:10 PM Frederik Holljen wrote: > 2009/4/24 Tobias Schlitt : >> On 04/22/2009 10:08 PM Frederik Holljen wrote: >>> Hmm... isn't that a bit obfuscated? How are people supposed to know >>> (without looking in the docs) what the purpose is fo

Re: [Components] Cache: Store file in a tree

2009-04-24 Thread Tobias Schlitt
d vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-24 Thread Tobias Schlitt
uld go with your suggestions, otherwise > ezcPersistentSessionInterface is also a good one. ezcPersistentSessionInterface would be more clear, yes. But I'm not sure if we want to have "Interface" in the names of interfaces. Looks quite ugly. Regards, Toby -- Mit freundlichen Grüßen / Me

Re: [Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-24 Thread Tobias Schlitt
Basic, original session. ezcPersistentIdentitySession Decorator for ezcPersistentSession, which performs identity management. What exactly is obfuscated? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Compon

[Components] PersistentObject: Interface ezcPersistentObjectSession

2009-04-22 Thread Tobias Schlitt
ssion (the most logical choice for the interface name) is already taken, I'd suggest ezcPersistentObjectSession. Any comments? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems

Re: [Components] WebDav Problem

2009-04-22 Thread Tobias Schlitt
properly again. If you experience this issue reproducably again, please trace it and send me the trace so I can see what's going wrong. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Syste

Re: [Components] ImageConversion: unexpected failure mode for corrupted jpegs

2009-04-22 Thread Tobias Schlitt
Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] WebDav Problem

2009-04-22 Thread Tobias Schlitt
issue? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] PersistentObject: Regression or not?

2009-04-07 Thread Tobias Schlitt
Hi all, since nobody objected here, I'm going to implement this for PersistentObject 1.6 now. Best regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Compo

Re: [Components] Issue #14689 - Breaking up PO Dependencies

2009-03-30 Thread Tobias Schlitt
sues.ez.no/IssueView.php?Id=13177&activeItem=26 I'd like to see the features named in this issue, too. However, it won't happen for the next release. Therefore we'll look at them again after that. Best regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With ki

[Components] [Authentication] Enhancement for OpenID filter

2009-03-20 Thread Tobias Schlitt
üßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcPersistentObjectCollection

2009-03-19 Thread Tobias Schlitt
. You could add a method to get an > array of the objects with the idProperty as keys. Sorry, this is totally out of scope of this thread. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | e

[Components] PersistentObject: Regression or not?

2009-03-07 Thread Tobias Schlitt
e other hand it would mean a little time overhead in re-indexing the array during fetch. What would you say? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components

Re: [Components] Oracle and Persistent Objects

2009-03-07 Thread Tobias Schlitt
someone else knows (@ team members)? If not, I'd definitily consider it as a bug. Thanks a lot for the hint. I think we have no test case that checks for upper case column names in PersistentObject, so we did not detect it earlier. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hi

Re: [Components] a couple of questions about ezpersistentobject

2009-02-18 Thread Tobias Schlitt
parent::offsetSet( $offset, $value ); We could properly do that. But it will add magic where no magic is required, which makes things more obscure for users. Therefore I dislike this addition. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] ezcPersistentFindIterator and the identity map

2009-02-16 Thread Tobias Schlitt
state change. In the given case, your objects state changed silently, without you performing any action. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mai

[Components] ezcPersistentFindIterator and the identity map

2009-02-16 Thread Tobias Schlitt
tySession. I personally would like to treat the current behavior of ezcPersistentFindIterator as a bug and fix it to not overwrite object states anymore. How do you think about this? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0

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

2009-02-04 Thread Tobias Schlitt
letely different problem which > is a lot more complex. The two components are not related in any way. The SQL abstraction allows the creation of SQL commands, while the SystemProcess component allows the creation of shell commands. >> Thats a problem, which may be solved using the way I d

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

2009-02-04 Thread Tobias Schlitt
On 02/04/2009 02:32 PM Frederik Holljen wrote: > On 04/02/2009, Tobias Schlitt wrote: >> On 02/04/2009 02:14 PM Alexandru Stanoi wrote: >> > Some questions about SystemProcess: >> > * Are arguments values abstracted? If I use $p->argument( 'arg1' )

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

2009-02-04 Thread Tobias Schlitt
the command's details be > abstracted? What do you need that for? You simply create a command to execute and run it. This component is not about abstracting different shell commands to common usage. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] allow dependencies between components

2009-01-22 Thread Tobias Schlitt
ny methods from components, even if they were not meant for that purpose originally. MvcTools will most propably get a Tiein to conveniently use Url with it. There is no need for a hard dependency. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (

Re: [Components] [svn-components] 9741 - in /trunk/PersistentObject/src/queries: ./ find_query.php

2009-01-14 Thread Tobias Schlitt
't restrict any special features to special PHP versions. Neither we will restrict any component to be PHP 5.3 only now. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems AS |

Re: [Components] Two proposals for extending ezcPersistentObject

2009-01-12 Thread Tobias Schlitt
cascaded updating/inserting. This is not a good idea, since it binds storage functionality to models (aka "active record"). The basic idea of persistent object is, to leave the decision to the user and his application architecture, where he performs storage logic. If you prefer to use an a

Re: [Components] remove dirs not used

2008-12-16 Thread Tobias Schlitt
toload/ in place. Maybe also some of the Graph*Tiein packages, depending on if you use them. If not, they can savely be removed, too. HTH, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer t...@ez.no | eZ Systems

Re: [Components] ezcWebdavSimpleBackend class

2008-12-01 Thread Tobias Schlitt
aybe you are running Windows and forgot to re-run the ezc setup script after updating from SVN? HTH, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing

Re: [Components] [svn-components] 9451 - in /trunk/Mail: ChangeLog docs/tutorial/tutorial_tools.php src/tools.php tests/tools_test.php

2008-11-26 Thread Tobias Schlitt
9]?[0-9]))\.((25[0-5])|(2[0-4][0-9])|([0-1]?[0-9]?[0-9])))|((([A-Za-z0-9\-])+\.)+[A-Za-z\-]{2,}))$/'; You should probably format and comment this regex a bit, using the "x" modifier. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG

[Components] Webdav auth API change for extensibility

2008-11-11 Thread Tobias Schlitt
hods (ezcWebdav(Lock)Authorizer) recieve the complete credential struct instead of the username only. Just for the case that some authentication scheme does not work with a username. Does that sound reasonable to you? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind

Re: [Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi On 10/25/2008 11:17 PM Gaetano Giunta wrote: > Tobias Schlitt a écrit : >> On 10/25/2008 09:51 PM Gaetano Giunta wrote: >>> Tobias Schlitt a écrit : >>>> While working on the lock support I now dealt with purging of locks. >>>> This part looks to be

Re: [Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi On 10/25/2008 09:51 PM Gaetano Giunta wrote: > Tobias Schlitt a écrit : >> While working on the lock support I now dealt with purging of locks. >> This part looks to be quite complex and would need to be done on almost >> every request. It means very much overhead and I

Re: [Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi On 10/25/2008 09:10 PM Jérôme Renard wrote: > Tobias Schlitt a écrit : >> Hi! >> While working on the lock support I now dealt with purging of locks. >> This part looks to be quite complex and would need to be done on almost >> every request. It means very much ove

[Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Any objections? Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] template engines: anybody tested dwoo?

2008-10-25 Thread Tobias Schlitt
parts are overwritten in which derived templates. That will create a maintanance mess, in larger projects. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mai

Re: [Components] components WorkflowSignalSlotTiein

2008-10-23 Thread Tobias Schlitt
TH, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Alpha/Bug-fix releases

2008-10-03 Thread Tobias Schlitt
release, since I'm still busy with Webdav. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] WebDav Component

2008-10-01 Thread Tobias Schlitt
(.*) /var/www/html/webdavserver.php > > When I go to 'http://xyz.abc.com/backend/ it just hangs. I know the request > is executing webdavserver.php . > > Have I gone about this the correct way or am I missing something? Are there > any other examples? The rest loo

[Components] Continuous integration for eZ Components

2008-09-15 Thread Tobias Schlitt
it freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] small optimizations for PersistentObject

2008-08-27 Thread Tobias Schlitt
for your patch. Could you send it as an attachement again, please? Or better, open an issue and attach the patch. TIA, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no --

[Components] Webdav 1.1: Updates to auth design

2008-08-21 Thread Tobias Schlitt
issues I updated the design. It looks much more fine graned now and the steps of authentication and authorization are clearly devided. Please review my changes in rev. 8820 and post any concerns here. TIA, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-08-02 Thread Tobias Schlitt
Hi! On 07/06/2008 11:29 AM James Pic wrote: > Tobias Schlitt wrote: >> On 07/04/2008 01:25 PM James Pic wrote: >>> Tobias Schlitt wrote: >>>> On 07/02/2008 02:11 PM James PIC wrote: >>>>> On Wed, Jul 2, 2008 at 9:19 AM, Tobias Schlitt <[EMAIL

Re: [Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-14 Thread Tobias Schlitt
/design/design-1.5.txt And rendered as HTML here: http://schlitt.info/ez/persistent_object_1.5.html TIA! Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components

Re: [Components] Public Webdav test server

2008-07-10 Thread Tobias Schlitt
Hi! On 07/11/2008 12:48 AM Gaetano Giunta wrote: > Tobias Schlitt a écrit : >> On 07/10/2008 09:33 PM Łukasz Serwatka wrote: >> Thanks for your tests! Could you send me the approximate time span of >> your tests and the name of your top-level folder, as well as the IP >&g

Re: [Components] Public Webdav test server

2008-07-10 Thread Tobias Schlitt
mate time span of your tests and the name of your top-level folder, as well as the IP address you used? Cheers! Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Compo

Re: [Components] Public Webdav test server

2008-07-10 Thread Tobias Schlitt
Hi again! On 07/10/2008 07:05 PM Derick Rethans wrote: > On Thu, 10 Jul 2008, Tobias Schlitt wrote: >> I setup a public test server for our Webdav component, so you can try it >> out with your client and report any issues. > Another one, I just uploaded a tgz and an xml

Re: [Components] Public Webdav test server

2008-07-10 Thread Tobias Schlitt
Hi Derick! On 07/10/2008 07:03 PM Derick Rethans wrote: > On Thu, 10 Jul 2008, Tobias Schlitt wrote: >> I setup a public test server for our Webdav component, so you can try it >> out with your client and report any issues. >> >> Find a short introduction on how to

[Components] Public Webdav test server

2008-07-10 Thread Tobias Schlitt
Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [PersistentObject] Postboned save

2008-07-10 Thread Tobias Schlitt
on, since you know the correct order for inserts and updates there. Regards, Toby [1] http://martinfowler.com/eaaCatalog/unitOfWork.html -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ System

Re: [Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-09 Thread Tobias Schlitt
Hi Hans! On 07/09/2008 04:02 PM Hans Melis wrote: > Tobias Schlitt wrote: >> Simple relation prefetching >> === >> >> Change your current code >> >> $q = $session->createFindQuery( 'User' ); >> $q-&g

Re: [Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-08 Thread Tobias Schlitt
Hi Fred! On 07/08/2008 08:03 PM Frederik Holljen wrote: > On 08/07/2008, Tobias Schlitt <[EMAIL PROTECTED]> wrote: >> $session = new ezcPersistentIdentitySession( >>$innerSession, >>new ezcPersistentIdentityMap() >> ); > What is the reason for ex

Re: [Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-08 Thread Tobias Schlitt
stuff (like fetching a subset of books for a user instead of all), you need to write a bit more code, which is not that much. Where would you expect easier usage? Thanks for your input, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-08 Thread Tobias Schlitt
Hi! On 07/08/2008 01:07 PM James Pic wrote: > Tobias Schlitt wrot >> Refetching objects >> == >> >> Problem >> --- >> >> It might be desirable to re-fetch a set of objects during a request. A >> global switch in the ezcP

Re: [Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-08 Thread Tobias Schlitt
Hi! On 07/08/2008 01:02 PM Derick Rethans wrote: > On Tue, 8 Jul 2008, Tobias Schlitt wrote: >> Refetching objects >> == >> >> Problem >> --- >> >> It might be desirable to re-fetch a set of objects during a request. A >> glo

[Components] PersistentObject 1.5 design issues (summary and ideas)

2008-07-08 Thread Tobias Schlitt
would be nice. TIA! Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-07-04 Thread Tobias Schlitt
On 07/04/2008 01:25 PM James Pic wrote: > Hi Tobias! > Tobias Schlitt wrote: >> On 07/02/2008 02:11 PM James PIC wrote: >>> On Wed, Jul 2, 2008 at 9:19 AM, Tobias Schlitt <[EMAIL PROTECTED]> wrote: >>>> On 07/01/2008 05:53 PM James Pic wrote: >>>

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-07-03 Thread Tobias Schlitt
Hi James! On 07/02/2008 02:11 PM James PIC wrote: > On Wed, Jul 2, 2008 at 9:19 AM, Tobias Schlitt <[EMAIL PROTECTED]> wrote: >> On 07/01/2008 05:53 PM James Pic wrote: >>> Tobias Schlitt wrote: >>>> On 06/27/2008 11:44 AM James Pic wrote: >>>>&

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-07-02 Thread Tobias Schlitt
Hi James! On 07/01/2008 05:53 PM James Pic wrote: > Tobias Schlitt wrote: >> On 06/27/2008 11:44 AM James Pic wrote: >>>> The Identity Map support should be optional to not break BC and keep >>>> flexibility. Therefore, a new class named ezcPersistentIdentityMap

Re: [Components] eZPersistent Object 1.5 comments

2008-07-02 Thread Tobias Schlitt
), __unset(),... } The class code itself will be quite slim, so that parsing and loading does not take a huge bit of time. I agree with you that we need to check how much impact the additional __*() round trip takes. I'll do some tests on that later on. Thanks a lot for your input, Fred. It was, as always, very refreshing to read your view point. :) Cheers, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-07-01 Thread Tobias Schlitt
On 07/01/2008 11:06 AM Derick Rethans wrote: > On Mon, 30 Jun 2008, Tobias Schlitt wrote: >> On 06/30/2008 12:02 PM Derick Rethans wrote: >>> On Mon, 30 Jun 2008, Tobias Schlitt wrote: >>>> On 06/30/2008 09:24 AM Derick Rethans wrote: >>>>&

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-07-01 Thread Tobias Schlitt
Hi! On 07/01/2008 11:17 AM Derick Rethans wrote: > On Mon, 30 Jun 2008, Tobias Schlitt wrote: >> On 06/30/2008 11:52 AM Derick Rethans wrote: >>> On Mon, 30 Jun 2008, Tobias Schlitt wrote: >>>> On 06/30/2008 12:42 AM James Pic wrote: >>>>> Tobi

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-30 Thread Tobias Schlitt
checks will not work. - loadIfExists() can return null. Should this result be cached or should the method try to load again if no object has been loaded successfully, yet? Thanks for further comments, Cheers! Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-06-30 Thread Tobias Schlitt
Hi! On 06/30/2008 12:02 PM Derick Rethans wrote: > On Mon, 30 Jun 2008, Tobias Schlitt wrote: >> On 06/30/2008 09:24 AM Derick Rethans wrote: >>> On Sun, 29 Jun 2008, Tobias Schlitt wrote: >>>> ezcMvcRequest >>>> - >>>> >&g

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-06-30 Thread Tobias Schlitt
On 06/30/2008 11:52 AM Derick Rethans wrote: > On Mon, 30 Jun 2008, Tobias Schlitt wrote: >> On 06/30/2008 12:42 AM James Pic wrote: >>> Tobias Schlitt wrote: >>>> ezcMvcRequestFilter >>>> --- >>>> >>>> The filter

Re: [Components] [PersistentObject] Design: Identitymap and relation pre-fetching support

2008-06-30 Thread Tobias Schlitt
, thanks for your input. I learned quite a bit about features of modern RDBMs. :) Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-06-30 Thread Tobias Schlitt
Hi! On 06/30/2008 12:42 AM James Pic wrote: > Tobias Schlitt wrote: >> ezcMvcRequestFilter >> --- >> >> The filters are described to be used in a method named >> ezcMvcController->runRequestFilters(), while this method should be >> calle

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-06-30 Thread Tobias Schlitt
Hi! On 06/30/2008 09:24 AM Derick Rethans wrote: > On Sun, 29 Jun 2008, Tobias Schlitt wrote: >> ezcMvcRequestBuilder >> >> >> I think the name of this class is a bit strange. I'd favor to call it >> ezcMvcRequestParser. I think this sou

Re: [Components] [Sdk-public] MmvTools requirements and design

2008-06-29 Thread Tobias Schlitt
ot defined anyhwhere else. Regards, Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-28 Thread Tobias Schlitt
Hi Jared! On 06/27/2008 12:33 PM Jared Williams wrote: >> On Wed, 25 Jun 2008, Tobias Schlitt wrote: >>> Please review the design draft and post your comments here. >> Some comments: >> >> Inside this method, first it should be checked if the same >>

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-28 Thread Tobias Schlitt
sistentIdentityMap class, which handles the actual mapping. (Note, this is not the ezcPersistentSession decorating class, but the storage used by it.) > Derick Rethans wrote: >> On Wed, 25 Jun 2008, Tobias Schlitt wrote: >>> Please review the design draft and post your comments here. >>

Re: [Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-28 Thread Tobias Schlitt
Hi! On 06/27/2008 10:38 AM Derick Rethans wrote: > On Wed, 25 Jun 2008, Tobias Schlitt wrote: >> Please review the design draft and post your comments here. > Some comments: > Inside this method, first it should be checked if the same find query > was already performe

[Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-25 Thread Tobias Schlitt
/ With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] [PersistentObject] Design: Identity map and relation pre-fetching support

2008-06-25 Thread Tobias Schlitt
/ With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] [MvcTools] Protocol abstraction levels

2008-06-24 Thread Tobias Schlitt
vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

  1   2   3   >