I had to port one other plugin to Propel 1.3 and I was thinking at that
time that just fixing it for me will not suffice so I was wondering at
that time how to make the changes not break support for Propel 1.2 and I
came to the following conclusion.
if (method_exists(new TagPeer(), 'doSele
Platform: Gentoo Linux
Editor/IDE: Eclipse w/ PDT or Quanta Plus
Browser: Konqueror/Firefox (because TinyMCE doesn't work with Konqi)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To
Platform: Kubuntu 7.04 (need to upgrade to 7.10)
Text editor: Kate/vim
Primary test browser: Konqueror
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to symf
Platform: Gentoo & Ubuntu Linux
Editor/IDE: Eclipse w/ PDT (v .7) or vim/gvim (+ctags)
Browser: Mostly Firefox 2, but testing in others.
SCM:svn/svk or git
I'm still using the .7 version of PDT because I've never been able to
get the 1.0 ("stable") version to work.
jbw
Windows Vista
Eclipse w/ PDT
IE7, FF2, Safari3, Opera9, XP+IE6 VPC
TortoiseSVN / CVSDude.com hosted SVN repository
Occasionally I'll use Visual Studio 2005 with VS.PHP when I'm tired of
Eclipse acting up.
~ Dan Grossman
http://www.dangrossman.info
Tom Haskins-Vaughan wrote:
> Hi this might ha
I'd like to make some changes to the sfYUI plugin as I think it's out
of date and is not taking advantage of some great features. What is
the preferred way to begin editing someone else's plugin in the svn?
Should I just create a branch? It seems like if a change is going to
break backward compati
Doing the same thing. The data is in 'php://input'. So:
$stream = fopen("php://input", "r");
$data = stream_get_contents($stream);
fclose($stream);
I've found it best to clean up the content before processing by
SimpleXML to eliminate any unwanted content outside the XM
OS X
TextMate
CocoaMySQL
Terminal.app
Firefox + Firebug + Developer Toolbar
On 10/19/07 1:38 PM, "Tom Haskins-Vaughan" <[EMAIL PROTECTED]> wrote:
>
> Hi this might have been done already so feel free to point me to an
> existing thread but if not here goes.
>
> I'm intrigued to find out what p
Thanks for the tip. It only took a few minutes to install, and seems to
work fine so far.
Lukas Kahwe Smith wrote:
>
> On 19.10.2007, at 19:47, Evan Fribourg wrote:
>
>> Hi all,
>>
>> We're currently developing a Web 2.0 style application, making
>> generous
>> usage of AJAX. The web debug
Platform : Windows XP
IDE : notepad ++
Browser : FF w/ Firebug and Web Developer toolbar
Evan Fribourg wrote:
> Platform: Windows XP
>
> IDE: Zend Studio 5.5 (Tried Zend Studio Neon (Zend Studio for Eclipse),
> but it was really buggy so far)
>
> Quick Editor: vi
>
> Browser: Firefox 2 with Fire
Platform: Windows XP
IDE: Zend Studio 5.5 (Tried Zend Studio Neon (Zend Studio for Eclipse),
but it was really buggy so far)
Quick Editor: vi
Browser: Firefox 2 with Firebug on Mac OS X and Windows XP
Tom Haskins-Vaughan wrote:
> Hi this might have been done already so feel free to point me t
On 19.10.2007, at 19:47, Evan Fribourg wrote:
>
> Hi all,
>
> We're currently developing a Web 2.0 style application, making
> generous
> usage of AJAX. The web debug toolbar is great to see what the
> server is
> doing in a development environment, but it does not get updated
> when an
>
Platform : Vista
Text Editor: Nusphere PhpEd
Test Browser: firefox (firebug + developer toolbar), IE 6/7 (web developer
toolbar) and safari for windows. I tend to change each day, make sure all
those bugs are worked out, but new stuff I tend to make in FF first.
Mat
-Original Message-
Fr
Platform: MacOS X 10.4
Text editory/IDE: TextMate (best editor I've ever used and I've used
a plethora of them on Linux, Mac, and Windows)
Primary test browser: Safari, Firefox with developer and firebug plugins
Charley
On Oct 19, 2007, at 12:38 PM, Tom Haskins-Vaughan wrote:
>
> Hi this migh
Hi all,
We're currently developing a Web 2.0 style application, making generous
usage of AJAX. The web debug toolbar is great to see what the server is
doing in a development environment, but it does not get updated when an
AJAX request has been made, which makes it useless in our case. Has
Hi this might have been done already so feel free to point me to an
existing thread but if not here goes.
I'm intrigued to find out what people use to develop symfony with. Here
are my tools:
Platform: Fedora 7 Linux (considering moving to Mac)
Text editor/IDE: Bluefish (con
Well my issue isnt with assets... those all work properly. My issue is with
the pages themselves... for example:
www.domain.com/backend_prod.php
gets redirected to
www.domain.com/backend_prod.php/
which results in the message "No input file specified."
Note: this was only happening on IE ini
Symfony handles the css. Are you suggesting using absolute urls in the
view.yml?
In my case, the backend index page is a symfony admin page. As such, as
well as my css, it also uses the symfony admin css and can't find that
either.
It seems to me that symfony should replace double slashes wit
Shouldn't you either use absolute URLs for your assets, or use an
initial trailing slash?
Symfony's URL structure makes use of "pretty urls" for parameters, so
it's not uncommon to see "site.com/users/list/page/2"
Trailing slash or not your CSS and Images won't load if you're not
accessing th
in module.yml... the top level keys apply to actions for the module so
all:
something: value
index:
something: value
list:
something: value
or at least that's the way ive always understood it. I havent actually
needed to try something like that yet.
On 10/19/07 11:29 AM, "Lukas Kahwe Sm
Hi,
I keep struggling with the proper syntax (for example is it all: or
default: ?) and location for various settings (for example does
is_internal go into module.yml or security.yml?) or what is possible
(how do I write action/view specific settings and can I even write
action specific s
Im having the same issue. Is this on a hosted server or on your local dev
machine?
On 10/19/07 10:23 AM, "Jonathan Franks" <[EMAIL PROTECTED]> wrote:
>
> sfGuard is working perfectly for me except for one problem. After log
> in, it adds a trailing slash to the url...
>
> www.mysite.com/backe
Truthfully the main features i'm interested in are the new form handling
stuff and validation, the site is almost 100% forms, so I'm quite looking
forward to the new system, but apart from this there isn't really anything
in the feature list which I can see being necessary for me.
Mat
-Origi
On 19.10.2007, at 17:00, Mat wrote:
>
> Hi symfony devs,
>
> Having just completed my first symfony project, I'm about to start
> work on
> the second one. This could take a while and is likely to be a long
> term
> project, would you recommend making the jump to 1.1 now and working
> on t
Hi symfony devs,
Having just completed my first symfony project, I'm about to start work on
the second one. This could take a while and is likely to be a long term
project, would you recommend making the jump to 1.1 now and working on the
trunk, or sticking with 1.0.8 and upgrading it later. The
sfGuard is working perfectly for me except for one problem. After log
in, it adds a trailing slash to the url...
www.mysite.com/backend.php
becomes
www.mysite.com/backend.php/
This stops the css from loading (and probably any other assets)
Am I doing something wrong? // Regards Jonathan
--~
This used to work but it doesn't anymore - not in symfony 1.0.
The only way to execute a pake command from a php script is to use the
passthru() command. You have an example of that in the sfControlPanelPlugin:
http://trac.symfony-project.com/browser/plugins/sfControlPanelPlugin/modules/sfControl
Hello,
You can't use the add() method as-is. You must write the sql statement
yourself, using the Criteria::CUSTOM option:
> $c->add(Peer::A, Peer::A . Criteria::GREATER_THAN . Peer::B,
Criteria::CUSTOM);
On 10/19/07, Fabian Lange <[EMAIL PROTECTED]> wrote:
>
>
>
> Yes.
>
> why zero
>
> welco
No, it describes (from a high level):
1) Using a single database+schema for multiple interrelated sites
2) Separate web+application directories (meaning separate upload
directories as well)
Again, my need was to share a schema across multiple sites.
Mike
On Oct 19, 3:29 am, Noam <[EMAIL PROT
Hiya,
I've got a system we run symfony on which is currently under utilized (I
think we're using 1/100th of our bandwidth). If you require symfony
hosting for small-medium sized projects let me know and we can work
something out.
We've got our own development system which mirrors the configu
Yes.
why zero
welcome!
-Ursprüngliche Nachricht-
Von: symfony-users@googlegroups.com
Gesendet: 19.10.07 11:10:36
An: symfony users
Betreff: [symfony-users] How to compare with two column in Criteria object?
The SQL statement just like:
SELECT * FROM tab WHERE col1 > col2
I use
Hi.
Having read the documentation and browsed the source of the sfRequest
and sfWebRequest classes I can't detect any obvious way of extracting
the entire Message Body of an HTTP request.
The obligatory "parameter methods" for handling tradional web forms
etc are of course present. But how
The SQL statement just like:
SELECT * FROM tab WHERE col1 > col2
I used like:
$c = new Criteria();
$c->add(Peer::A, Peer::B, Criteria::GREATER_THAN);
but Peer::B always be zero!
thanks!
--~--~-~--~~~---~--~~
You received this message because you are
Hi Frank,
you are not right at all with the nested sets.
Yes, Propel 1.3 supports nested sets.
No, they are not compatible with the symfony plugin. The symfony
plugin offers the possibility to store more than one tree in one table
using several tree scopes. Propel 1.3 does not support such a scop
i'm new to symfony so i'm not sure i fully understand. will that
enable me to use multiple databases, uploaded files directories,
themes etc. for each site, or will they be all tangled?
will you recommend this configuration for managing 100-200 sites?
On Oct 19, 1:13 am, drmikecrowe <[EMAIL PROT
35 matches
Mail list logo