Solved. I used the deleteItem and it worked fine.
On 2007/11/27, at 16:34, Jorge Laranjo wrote:
> How can I update a quantity of a item in the sfShoppingCart ?
>
> The $cart->updateQuantity($class, $id, 0) is not implemented?
>
>
> --
> Atentamente,
> Jorge Laranjo
&
How can I update a quantity of a item in the sfShoppingCart ?
The $cart->updateQuantity($class, $id, 0) is not implemented?
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
--~--~-~--~~~---~--~~
You received this message because you
I just solved this issue by using the observe_form() helper
http://www.symfony-project.org/forum/index.php/m/6176/
On 2007/11/22, at 19:34, Jorge Laranjo wrote:
> I've got 3 fields select_tag
> What I want is to be able to update using AJAX one fields when this
> values change (
7; => 'produto/price',
'with' => "'qtd=' + value",
))?>
So, how to update several fields at once and how to pass several
values to the action, at once? Thanks.
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
What site?
On 2007/11/05, at 10:32, CaffeineInc wrote:
> haha regarding that unobtrusive javascript site, I don't trust any
> website that uses microsoft word for creating a header banner :-P
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge
007/11/4, Jorge Laranjo <[EMAIL PROTECTED]>:
>
>> link ?
>>
>> The href="" is the part that give us the accessible way even if
>> the browser
>> doesn't know javascript.
>
> A nice way to handle this is to make normal link and manage them wi
one,
that will go into the href insted of the '#' that is in there, now.
So, any sugestions? A new helper, maybe...
On 2007/11/03, at 23:42, Jorge Laranjo wrote:
> Now I've got another issue
>
> Since blind people can be using a Javascript capable browser but
> since
ipt/index.html
>
> There's a symfony plugin facilitating UJS with jQuery.
>
> http://trac.symfony-project.com/trac/wiki/sfUJSPlugin
>
> Hope that helps,
>
> François
>
> De : symfony-users@googlegroups.com [mailto:symfony-
> [EMAIL PROTECTED] De la pa
ith the following rule in
> the .htaccess :
>
> RewriteCond %{QUERY_STRING} carte=1
> RewriteRule ^(.*)$ /fr/common/aires/carte/1 [R]
>
> But symfony append the query string (QSA flag see below) (?carte=1)
> RewriteRule
Solved!
symfony -V
symfony version 1.0.5
With was a path issue.
On 2007/07/18, at 17:11, Jorge Laranjo wrote:
Ok installed Symfony 1.0.5 but my system still gives me the 1.0.2
version? This is a mess, isn't it? :)
install ok: channel://pear.symfony-project.com/symfony-1.0.5
$ sy
username
maintainers)
On 2007/07/18, at 16:41, Jorge Laranjo wrote:
What's wrong with my PEAR?
I've tryed to use this command
pear channel-discover pear.symfony-project.com
and I got this error
Command 'pear.symfony-project.com' is not valid, try 'pear help'
Found the problem. Solved. It was on PHP 5.2.3
On 2007/07/18, at 16:41, Jorge Laranjo wrote:
What's wrong with my PEAR?
I've tryed to use this command
pear channel-discover pear.symfony-project.com
and I got this error
Command 'pear.symfony-project.com' is not valid, t
to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to symfony-users-
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/
group/symfony-users?hl=en
-~------~~~~--~~--~--~---
EMAIL PROTECTED] De la part de Jorge Laranjo
Envoyé : mercredi 11 juillet 2007 16:43
À : symfony-users@googlegroups.com
Objet : [symfony-users] if_javascript and link_to_remote
I can use the if_javascript() with no problems in my projects my
not if_javascript() + link_to_remote at the same
hanks.
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mensagem foi assinada digitalmente
-
smime.p7s
Description: S/MIME cryptographic signature
I can use the if_javascript() with no problems in my projects my not
if_javascript() + link_to_remote at the same time like this:
That's a real problem since link_to_remote won't work for people
without javascript. Any solutions?
--
Atentamente,
Jorge Laranjo
[EMAIL
How to have i18n on the code that was made using the generator?
I want translate this expression, among others: “Your modifications
have been saved
Your modifications have been saved
”
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
mail to symfony-users-
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/
group/symfony-users?hl=en
-~--~~~~--~----~--~--~---
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
--
rs@googlegroups.com
To unsubscribe from this group, send email to symfony-users-
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/
group/symfony-users?hl=en
-~--~~~~--~----~--~--~---
--
Atentamente,
Jorge
his group at http://groups.google.com/
group/symfony-users?hl=en
-~--~~~~--~~--~--~---
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
uot; group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to symfony-users-
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/
group/symfony-users?hl=en
-~--~~~~--~----~--
uot; group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to symfony-users-
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/
group/symfony-users?hl=en
-~--~~~~--~----~--
Nop. It says: YMLString
I manage to put it directly on the “template” but I really wanted to
put it on the “view.yml”
On 2007/07/04, at 14:24, Nicolas Perriault wrote:
Jorge Laranjo wrote:
stylesheets:[main, iphone: { media: only screen and
(max-device-width: 480px) }]
Maybe
Well, a solution (until I can manage to get it on view.yml) is this
"only screen and
(max-device-width: 480px)")); ?>
On 2007/07/04, at 12:06, Jorge Laranjo wrote:
I'm developing some webapps for the iPhone so I need to put the
stylesheets on it.
Well, not a probl
stylesheets:[main, iphone: { media: only screen and (max-device-
width: 480px) }]
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
-
Esta mens
Can't you use a pop3 or imap account for that? That way you can check
those inbox and parse all the email you want to. I use the Zend
framework for that. Just use the bridge from Symfony to the Zend
framework.
Jorge Laranjo
http://jorge.laranjo.eu
On 6/5/07, RobRoyAus <[EMAIL PROTECTED
oups.com
To unsubscribe from this group, send email to symfony-users-
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/
group/symfony-users?hl=en
-~--~~~~--~~--~--~---
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.
Solved, I think...
Just use $response->setHttpHeader('Content-Language', 'en');
Em 2007/05/21, às 18:48, Jorge Laranjo escreveu:
Since I've got a project that has 6 diferente languages how to tell
view.yml to put diferent content in this tag (better said, how to
Since I've got a project that has 6 diferente languages how to tell
view.yml to put diferent
content in this tag (better said, how to alter this tag every time
the user switchs the language (since the application is the same).
Just to help search engines :-)
--
Atentamente,
I just can't find the correct path...
Em 2007/05/20, às 01:51, Dustin Whittle escreveu:
Jorge,
Yes, the problem is the path is incorrect.
- Dustin
On 5/18/07 5:37 PM, "Jorge Laranjo" <[EMAIL PROTECTED]> wrote:
I was trying sfSwfChartPlugin for a application but I ke
I was trying sfSwfChartPlugin for a application but I keep getting
“Loading timed out (-1)”
I believe that is a matter or $paths but where is the problem after all?
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Description: S/MIME cryptographic
Solved. I'm using Zend for this. Works fine. Thanks.
Em 2007/05/18, às 13:35, Tristan Rivoallan escreveu:
On 5/18/07, Jorge Laranjo <[EMAIL PROTECTED]> wrote:
I'm using sfSwiftPlugin for sending e-mails on Symfony but... how
about to
retrive them using POP3? Is it possi
I just download the Zend FrameWork (Beta 0.9.3) but where in hell is
Zend.php that sfZendFrameworkBridge.class.php requires? I can't find
it on the library/ folder.
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Description: S/MIME cryptogr
eTicketing...
Em 2007/05/18, às 13:29, Steve Daniels escreveu:
Jorge Laranjo wrote:
I'm using sfSwiftPlugin for sending e-mails on Symfony but... how
about
to retrive them using POP3? Is it possible?
If not with this plugin, how to implement EzComponents or other
solution?
--
Atentamente,
I'm using sfSwiftPlugin for sending e-mails on Symfony but... how
about to retrive them using POP3? Is it possible?
If not with this plugin, how to implement EzComponents or other
solution?
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Descripti
ogle.com/
group/symfony-users?hl=en
-~--~~~~--~----~------~--~---
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Description: S/MIME cryptographic signature
t didn't worked great.
So, what's the solution to sync projects that use plugins?
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Description: S/MIME cryptographic signature
Sure, but that's not a good solution since:
1. Has Ads (and some site can't have ads)
2. Depends on Google Good Will (yeh, sure).
Em 2007/05/16, às 15:08, David Hodgson escreveu:
You could add a google search for your site:
http://www.google.com/coop/cse/
--
Atentamente,
Jor
Anyone has a good solution for a built in search engine for a Symfony
powered site?
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Description: S/MIME cryptographic signature
My solution was to use the Google Cache
Em 2007/05/14, às 16:55, Jorge Laranjo escreveu:
What's up with http://www.symfony-project.com/api/symfony/helper/
FormHelper.html ?
I can't manage to access it but I can access other links on the API
site.
--
Atentamente,
Jorge Laran
What's up with http://www.symfony-project.com/api/symfony/helper/
FormHelper.html ?
I can't manage to access it but I can access other links on the API
site.
--
Atentamente,
Jorge Laranjo
[EMAIL PROTECTED]
http://jorge.laranjo.eu
smime.p7s
Description: S/MIME cryptographic signature
I did that. I'll trim using a function that counts the chars that fit
on that space. Thanks anyway for your reply.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send e
ng problems
Hi,
For generate the pdf with strings UTF-8, use:
http://trac.symfony-project.com/trac/wiki/sfTCPDFPlugin
@+
Bertrand
Le 6 mai 07 à 18:14, Jorge Laranjo a écrit :
I just used the decoding from UTF-8 for the strings I needed.
Problem solved. But you're right, it should be e
could look towards converting to a different charset for PDF
generation.
http://uk.php.net/iconv
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
msn > [EMAIL PROTECTED]
aim > [EMAIL PROTECTED]
skype> jorge.laranjo
http://www.olhares.com/fue
Solved!
Just used the utf8_decode function.
Em 2007/05/06, às 15:46, Jorge Laranjo escreveu:
I'm using sfFPDF to generate some PDFs but I've got one little
problem: encoding.
This doesn't support UTF-8? How to achieve UTF-8 encoding for Arial
font type?
--
Atentamente
I'm using sfFPDF to generate some PDFs but I've got one little
problem: encoding.
This doesn't support UTF-8? How to achieve UTF-8 encoding for Arial
font type?
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
msn > [EMAIL PROTECTED
asks/sfPakePlugins.php on line 147
Any one knows where the problem with the PEAR is? What to make to
have the path correct?
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
msn > [EMAIL PROTECTED]
aim > [EMAIL PROTECTED]
skype> jorge.la
Hi!
I've got this on my generator.yml
zipcod: { name: Zip Code, params: size=7 }
How do I manage to make the maxsize 7 chars?
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
msn > [EMAIL PROTECTED]
aim > [EMAIL PROTECTED]
skype>
also insert some info on the Clients table
without need to go in to the module Clients.
Where should I add this info and where sould I copy it from? And if
the generator is run again after that changes?
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
m
And have a look at this thread http://tinyurl.com/2cvcpq
Em 2007/04/29, às 23:11, Craig Boxall escreveu:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried
to allocate 2048 bytes) in /plugins/sfThumbnailPlugin/lib/
sfThumbnail.class.php on line 190
--
Atentamente,
Jorge
/
sfThumbnail.class.php on line 190
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
msn > [EMAIL PROTECTED]
aim > [EMAIL PROTECTED]
skype> jorge.laranjo
http://www.olhares.com/fueg0/
http://www.flickr.com/photos/fueg0/
http://concursosdefotografia.blogspot.com/
ger to fix it?
>
> Hope it will be alright.
>
>
> Cipher Chien
>
>
>
>
>
>
>
>
>
>
>
>
>
> ___
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
> !
> Profitez des connaissances, des opinions et des expériences des
> internau
Does anyone uses lighttpd for running Symfony?
What is your lighttpd.conf file like?
--
Atentamente,
Jorge Laranjo
email> [EMAIL PROTECTED]
gTalk > [EMAIL PROTECTED]
msn > [EMAIL PROTECTED]
aim > [EMAIL PROTECTED]
skype> jorge.laranjo
http://www.olhares.com/fueg0/
http://www.fl
53 matches
Mail list logo