- 20 Sep, 2011 1 commit
-
-
Fabien Potencier authored
Commits ------- d4a96c35 [docs] adjust path yet again, to point to /lib/classes b482107a [docs] add some missing docs for internal swiftmailer services c4957ef5 [docs] remove unneeded transport and mailer from swiftmailer docs f210d1ea Merge branch 'master' into swiftmailer-docs 50fddd1c [docs] remove duplicate 'a' 62a31c0f [docs] rewrite usage POST example to not use Swiftmailer 3c92b812 [docs] documentation for SwiftmailerExtension Discussion ---------- Swiftmailer docs Finally got round to finishing this one. * Adds documentation for the SwiftmailerExtension. * Changes the `POST` example in usage to use `mail()` instead of Swiftmailer. --------------------------------------------------------------------------- by igorw at 2011/09/18 07:25:43 -0700 Should be complete now.
-
- 18 Sep, 2011 11 commits
-
-
Igor Wiedler authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Igor Wiedler authored
-
Fabien Potencier authored
-
Igor Wiedler authored
-
Igor Wiedler authored
* master: changed Swiftmailer autoloader to use the Swiftmailer one (it automatically loads the init file) added a way to render a controller from a template (like in Symfony2) fixed typo added SessionCsrfProvider support in FormExtension when SessionExtension is registered fixed priority of the session listener (matches the priority set in Symfony FrameworkBundle) updated Twig vendor Updated the doc for the SessionExtension Made the default locale configurable updated domain names added a tip about a possible problem with phar archives
-
Fabien Potencier authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
- 15 Sep, 2011 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 13 Sep, 2011 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- cf72c220 Updated the doc for the SessionExtension a8dfaed8 Made the default locale configurable Discussion ---------- Made the default locale configurable Implements the feature request by @lyrrix: https://twitter.com/#!/lyrixx/status/112489647938080768
-
Fabien Potencier authored
-
- 10 Sep, 2011 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 01 Sep, 2011 1 commit
-
-
Fabien Potencier authored
-
- 29 Aug, 2011 1 commit
-
-
Fabien Potencier authored
-
- 26 Aug, 2011 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 25 Aug, 2011 2 commits
-
-
Fabien Potencier authored
Commits ------- 3be9b0d7 [docs] add note that ubuntu includes suhosin Discussion ---------- [docs] add note that ubuntu includes suhosin (this came up on the mailing list)
-
Igor Wiedler authored
-
- 24 Aug, 2011 7 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 21 Aug, 2011 1 commit
-
-
Fabien Potencier authored
-
- 20 Aug, 2011 1 commit
-
-
Fabien Potencier authored
-
- 19 Aug, 2011 1 commit
-
-
Fabien Potencier authored
-
- 18 Aug, 2011 4 commits
-
-
Fabien Potencier authored
-
Greg Militello authored
-
Fabien Potencier authored
Commits ------- 5ad81b90 QSA is also unnecessary. as pointed out by @mheleniak 5619a1b6 QSA is also unnecessary. as pointed out by @mheleniak 37f52330 remove unnecessary capturing group c7e44c73 Remove unnecessary capturing group in suggested rewrite rule Discussion ---------- Remove unnecessary capturing group in suggested rewrite rule It's not used, nor needed. --------------------------------------------------------------------------- by mheleniak at 2011/08/15 13:20:15 -0700 Same way `QSA,` could also be stripped in the same line, but this is so small, I think it's not worth the effort :-)) --------------------------------------------------------------------------- by igorw at 2011/08/15 15:12:36 -0700 @AD7six Please update `example.htaccess` as well. @mheleniak I disagree, we do want the query string. --------------------------------------------------------------------------- by mheleniak at 2011/08/15 15:16:14 -0700 @igorw please read the docs about QSA flag: 'qsappend|QSA' (query string append) This flag forces the rewrite engine to append a query string part of the substitution string to the existing string, instead of replacing it. Use this when you want to add more data to the query string via a rewrite rule. http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html This option has nothing to do with passing query string to PHP and in our case can be safely removed. --------------------------------------------------------------------------- by mheleniak at 2011/08/15 15:17:12 -0700 But as I said earlier such small changes usually takes more time to explain than has associated benefit with the change :) --------------------------------------------------------------------------- by AD7six at 2011/08/16 00:48:53 -0700 @mheleniak - interesting perspective. Do you generally recommend doing things in php that aren't necessary to avoid explaining why it's unnecessary? --------------------------------------------------------------------------- by AD7six at 2011/08/16 01:20:36 -0700 @mheleniak is right, the QSA flag is also unnecessary - removing it does not affect the contents of superglobals. I made removing that a seperate commit so that you can cherry-pick if you prefer. --------------------------------------------------------------------------- by lenar at 2011/08/17 10:03:55 -0700 Now that improved rule looks like what I've used for ages.
-
Fabien Potencier authored
-