Stefan,
I would be all for a symfonyCamp.. It would have to be cheap, as in not even
close to 750 euro to camp and talk tech..
I think most people could justify between 100-250... I think end of summer
is best August/September.
- Dustin
On 4/11/07 5:08 AM, "[EMAIL PROTECTED]"
<[EMAIL PROTECT
On Apr 12, 6:59 pm, "rob ganly" <[EMAIL PROTECTED]> wrote:
> i take it the lessons would be in english (as you norwegians are great
> at english and most of us here are sadly unilingual!
Speak for yourself
"Une bière s'il vous plait"
"Ich moechte eine Bier, bitte"
"Noch mal eine Bier, bitt
OK, so having gotten caching working, now it looks like caching a
template fragment breaking the routing because _sf_cache_key gets
added to the URI. So for a "homepage" module with an "index" action,
this routing no longer works:
Homepage:
url: /
param: { module: homepage, action: index }
Eno.. I figured it out, at least for me..
The documentation that I have been looking at is NOT THE RIGHT VERSION
for the code I was running..
Somewhere between 0.9.2767 and the version that the documentation is
written for (1.0?) the keywords of the cache.yml
file have changed. There USED to be a
For your information: An initial website with a summary of our current
ideas/plans is now available at http://www.symfonycamp.com/
This website will be updated as we get more information.
On Apr 11, 2:08 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> An idea has been brooding in the compan
I am having this same problem. Everything looks exactly like it should
be from the book, but I can't get the
action to cache.
I was however able to set up caching for global partials, so i know my
directory structure is ok, but something else
is amiss.
Is anyone sucessfully caching an action ?
Interesting to see that you're thinking I'm Norwegian. We're in The
Netherlands ;)
But yes, we're looking at doing this on an international scale, so
most if not all sessions would indeed be in english.
On Apr 12, 7:59 pm, "rob ganly" <[EMAIL PROTECTED]> wrote:
> hi there,
>
> i'd be very intere
hi there,
i'd be very interested in this!
i'm my own boss so i couldn't possibly comment on the cost without
bias ;-)
i take it the lessons would be in english (as you norwegians are great
at english and most of us here are sadly unilingual!
rob ganly
On Apr 12, 1:29 pm, Loïc Vernet <[EMAIL P
You must create a custom method for getting the descendants with I18n.
On 12 avr, 16:45, "Franke Gordon" <[EMAIL PROTECTED]> wrote:
> Ok another think is a problem with I18n.
>
> So when i use the function:
>
> Table::retrieveByPk - i get the tree but not the i18n data (7 db
> queries)
>
> $c = n
Ok another think is a problem with I18n.
So when i use the function:
Table::retrieveByPk - i get the tree but not the i18n data (7 db
queries)
$c = new Criteria();
$c->add(Table::ID, 2);
Table::doSelectWithI18n($c) - i get only the root but the i18n data (11
db queries)
$c = new Crit
Hi anakreon, thanks for your answer,
I guess i won't have any other temporary choices. Or i'll put a
partial. I wanted to prevent any actions that could, by human mistake,
uncheck the checkbox.
It was supposed to be a visual reminder to the user who has that flag
set, with the proper credentials.
You can make a checkout for the version in the symfony repository, and
then change the config.php file in /config/ to point to
your checkout version.
On 4/12/07, Jonathan Franks <[EMAIL PROTECTED]> wrote:
>
> That means a subversion install right??
>
> I'm using pear. Do I have to wait until the
Ohh and the foreign keys for tree_parent are missing the
propel-load-data needed it ;)
Greetings
Gordon
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Tristan Rivoallan
Gesendet: Donnerstag, 12. April 2007 14:55
An: [EMAIL PROTECTED]
Betreff: [symfony-users] Re: sfPrope
On 4/12/07, Franke Gordon <[EMAIL PROTECTED]> wrote:
> So parent and topic is empty but required. Is there a mistake in the
> documentation?
there is a mistake. i'll correct this asap.
++
tristan
--~--~-~--~~~---~--~~
You received this message because you are su
I could be intereste too. :)
- Message d'origine
De : "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
À : symfony users <[EMAIL PROTECTED]>
Envoyé le : Mercredi, 11 Avril 2007, 14h08mn 39s
Objet : [symfony-users] What if there were ... SymfonyCamp?
An idea has been brooding in the company I
Hello,
i have a question fort he sfPropelActAsNestedSetBehaviorPlugin
i follow the wiki i create with this a tree:
$root = new ForumPost();
$root->makeRoot();
$root->save();
$p1 = new ForumPost();
$p1->insertAsFirstChildOf($root);
$p1->save();
$p2 = new ForumPost();
$p2->insertAsFirstChildOf($
Seconded.
Cheers,
Andreas
Martin Groh schrieb:
> I love camping in the Netherlands and I'd like to take part.
> Since my boss is not willing to pay for anything, this would be private
> fun for me. So I'd prefer a "fair" pricing.
--~--~-~--~~~---~--~~
You receiv
On 4/12/07, Martin Groh <[EMAIL PROTECTED]> wrote:
>
> I love camping in the Netherlands and I'd like to take part.
> Since my boss is not willing to pay for anything, this would be private
> fun for me. So I'd prefer a "fair" pricing.
+1
++
tristan
--~--~-~--~~~---~
Thanks,
that seems to be a nice and comprehensive approach.
Actualy I am looking for something 'leaner' where I can build a customer
specific dictionary file, with wich I can switch to customer terminology
similar to the i18n mechanism. With other words: I dont want to build
complete new template
That means a subversion install right??
I'm using pear. Do I have to wait until the next release??
Regards
Jonathan
Francois Zaninotto wrote:
> Use the latest symfony version (this plugin uses a method added as of
> r3703).
>
> François
>
> -Message d'origine-
> De : [EMAIL PROTECTE
Use the latest symfony version (this plugin uses a method added as of
r3703).
François
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
De la part de Jonathan Franks
Envoyé : jeudi 12 avril 2007 12:57
À : [EMAIL PROTECTED]
Objet : [symfony-users] building my own plug
I had a similar problem.
The solution in my case was to set this in the generator.yml
fields:
isactive: {name: Is Active, type: checkbox_tag}
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
Take a look at the sfDimensionsPlugin:
http://trac.symfony-project.com/trac/wiki/sfDimensionsPlugin
Cheers,
Andreas
Martin Groh schrieb:
> Hi,
>
> on my site I come to a point, where I need translation in a more
> 'functional/operative' way rather than language translation.
> I'm thinking of
I love camping in the Netherlands and I'd like to take part.
Since my boss is not willing to pay for anything, this would be private fun
for me. So I'd prefer a "fair" pricing.
On 4/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
>
> An idea has been brooding in the company I work for... or
Ok. I need all nations, countries, states etc. a enable function and the org
culture for menü, feeds e.q. so i think i need the extra table ;(
Tanks. Greetings
Gordon
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Frank Stelzer
Gesendet: Donner
I'm trying my first plugin and using sfSimpleBlog as a guide to file
arrangement.
I noticed that sfSimpleBlog uses a config.php file to add a yml config
file to the config cache.
I tried to reuse this code but I'm getting the following error...
Fatal error: Call to undefined method
sfConfigC
Hi,
on my site I come to a point, where I need translation in a more
'functional/operative' way rather than language translation.
I'm thinking of different customers using the same site and content. Each of
them has a different mindset and vocabulary describing the same things. So
there is a diffe
Ydid not set any connectoin encoding before, and the default MySQL
encoding isn't utf-8 (pobably latin1) so utf-8 data was stored
wrongly.
On Apr 12, 5:31 pm, Haris Zukanović <[EMAIL PROTECTED]> wrote:
> I'm trying to upgrade to symfony 1.0 from 0.6.3.
> My databases.yml is this
> all:
> propel
When you only have the country name in your i18n table, you do not
need the extra table, because symfony offers the
format_country function in the I18nHelper file.
Besides, i do it the same way to populate i18n stuff through fixtures :)
Am 12.04.2007 um 10:48 schrieb Franke Gordon:
>
> I
I'm trying to upgrade to symfony 1.0 from 0.6.3.
My databases.yml is this
all:
propel:
class: sfPropelDatabase
param:
dsn: mysql://user:[EMAIL PROTECTED]/mydb
encoding: utf8
persistent: true
Old strings of utf8 data in my database are not shown corre
Is that the best way or exist a smaller way to push i18n data into the
table?
TblNations:
deutschland:
enabled: 1
org_culture: de
england:
enabled: 0
org_culture: en
frankreich:
enabled: 0
org_culture: fr
TblNationsI18n:
deutschland_de:
id: deut
On 4/12/07, Andreas Hucks <[EMAIL PROTECTED]> wrote:
>
>
> Thanks - but that does not work, because symfony creates the log file as
> writable only for the owner, not the group. Are there any other
> solutions?
write a patch enabling users to specify log files octal mode at creation ?
i'm sure
Thanks - but that does not work, because symfony creates the log file as
writable only for the owner, not the group. Are there any other solutions?
Thanks,
Andreas
Roel Vanhout schrieb:
> Use the setgid bit (chmod +S) on the log directory and put the batch
> user in the group that you set
33 matches
Mail list logo