I believe these docs are all managed in the Git repo: https://github.com/symfony/symfony-docs
So any errors should be fixable with a simple pull request :) On Sun, Jan 9, 2011 at 3:51 PM, Саша Стаменковић <[email protected]> wrote: > Minor suggestion for > http://docs.symfony-reloaded.org/guides/translation.html as well. > > Code: > > $t = $this->get('translator')->trans('Symfony2 is great!'); > > and then in resource transalation file, there is another string > > Symfony2 is great: J'aime Symfony2 > > > so if one copy pastes code from the tutorial, he can run into dificulties > because strings are similar but not identical, and translation will not > work. > > --- > Regards, > Saša Stamenković > > > > On Sun, Jan 9, 2011 at 9:43 PM, Tom Boutell <[email protected]> wrote: > >> Please see: >> >> http://docs.symfony-reloaded.org/master/guides/security/users.html >> >> These seem to be backwards: >> >> isAccountNonExpired(): Returns true when the user’s account has expired; >> isAccountNonLocked(): Returns true when the user is locked; >> isCredentialsNonExpired(): Returns true when the user’s credentials >> (password) has expired; >> >> The "non" suggests that the idea is to always return true when things >> are kosher, false when they are not so good (: >> >> The built in security mechanisms in 2.0 are quite impressive so far >> >> -- >> Tom Boutell >> P'unk Avenue >> 215 755 1330 >> punkave.com >> window.punkave.com >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> You received this message because you are subscribed to the Google >> Groups "symfony developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<symfony-devs%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/symfony-devs?hl=en >> > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-devs%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- jeremy mikola -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
