- 01 Jul, 2011 6 commits
-
-
Fabien Potencier authored
Commits ------- 9868077b deleted: empty lines. 45fe9df2 fixed: changed note. bb8f1d2d updated: modified testing.rst Discussion ---------- updated: modified testing.rst ref #95 --------------------------------------------------------------------------- by igorw at 2011/05/19 09:25:34 -0700 Not quite sure what you mean by "If you want to test single file app use Symfony2's Reqeuest instead.", mind to explain / rephrase? --------------------------------------------------------------------------- by brtriver at 2011/05/19 10:27:37 -0700 How about this? > If you want to test a single file app, it is difficult to test because it doesn't return the instance of your application. > to make your application testable with WebTestCase, you need to make sure you follow "Reusing applications" instructions from :doc:`usage`. --------------------------------------------------------------------------- by igorw at 2011/05/19 10:38:15 -0700 I think the original sentence is quite explanatory, just turning that into a note seems sufficient to me. --------------------------------------------------------------------------- by brtriver at 2011/05/19 10:44:32 -0700 I just set the original sentense to a note. --------------------------------------------------------------------------- by igorw at 2011/05/19 10:53:24 -0700 Alright, thanks!
-
Fabien Potencier authored
Commits ------- 5144db26 Merge branch 'master' of github.com:docteurklein/Silex 0fd27b49 removed leading backslash; set autoload of class_exists to false f3171054 [Autoloading] Made the require_once of the UnviversalClassLoader conditional. Discussion ---------- Autoloader fix [Autoloading] Made the require_once of the UnviversalClassLoader conditional. As we can't know what happened before we require the silex.phar file, we can't deduce if an autoloader has already been required. It can lead to fatal errors for cases like it is in SilexBundle. --------------------------------------------------------------------------- by brikou at 2011/06/27 09:38:43 -0700
👍 -
Fabien Potencier authored
Commits ------- 9dcab531 Pitfail about ioncube loader added in documentation. Mistakes in text fixed Issue https://github.com/fabpot/Silex/issues/93 ca41d277 Pitfail about ioncube loader added in documentation Issue https://github.com/fabpot/Silex/issues/93 Discussion ---------- Pitfall with ioncube loader Pitfall about problem between phar archive and ioncube loader added in documentation Issue https://github.com/fabpot/Silex/issues/93 --------------------------------------------------------------------------- by laurent35240 at 2011/05/28 07:22:24 -0700 I just changed the text and added the missing blank line. Do you know btw a good editor for restructured text? It is the first time that I had to modify such documentation format
-
Fabien Potencier authored
Commits ------- bae8c3c8 Added syntax highlighting to `README` Discussion ---------- Added syntax highlighting to `README`
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- c32e0ec7 fixed twig template filename (for form usage) Discussion ---------- fixed twig template filename (for form usage) --------------------------------------------------------------------------- by stof at 2011/06/27 13:11:05 -0700 @mgatto This change was part of the beta5 release of Symfony2 --------------------------------------------------------------------------- by mgatto at 2011/06/27 13:32:44 -0700 Thanks. I also wanted that in for documentation purposes if this is pulled in since Symfony2 is a rapidly moving target at this time.
-
- 27 Jun, 2011 1 commit
-
-
Brikou CARRE authored
-
- 23 Jun, 2011 1 commit
-
-
Fabien Potencier authored
-
- 22 Jun, 2011 1 commit
-
-
Fabien Potencier authored
-
- 16 Jun, 2011 1 commit
-
-
Fabien Potencier authored
-
- 01 Jun, 2011 1 commit
-
-
Marijn Huizendveld authored
-
- 28 May, 2011 2 commits
-
-
Laurent Clouet authored
Issue https://github.com/fabpot/Silex/issues/93
-
Laurent Clouet authored
Issue https://github.com/fabpot/Silex/issues/93
-
- 26 May, 2011 1 commit
-
-
Fabien Potencier authored
-
- 23 May, 2011 2 commits
-
-
docteurklein authored
Conflicts: autoload.php
-
docteurklein authored
-
- 22 May, 2011 1 commit
-
-
Fabien Potencier authored
* igorw/doctrine-typo: [docs] DoctrineExtension typo
-
- 20 May, 2011 1 commit
-
-
Igor Wiedler authored
-
- 19 May, 2011 3 commits
-
-
Masao Maeda authored
-
Masao Maeda authored
-
Masao Maeda authored
-
- 18 May, 2011 1 commit
-
-
Fabien Potencier authored
-
- 17 May, 2011 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 15 May, 2011 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 14 May, 2011 9 commits
-
-
Fabien Potencier authored
-
Igor Wiedler authored
-
Masao Maeda authored
-
Igor Wiedler authored
-
Igor Wiedler authored
* Refactor RequestContext creation into a RequestContextFactory * Fix RequestContext argument order (issue #63) * Allow specifying default ports for HTTP and HTTPS * Add Controller::requireSecure() to enforce HTTPS on routes * Refactor UrlGeneratorExtensionTest
-
Fabien Potencier authored
-
Fabien Potencier authored
* igorw/multi-phar-inclusion: Support including a phar from another phar
-
Fabien Potencier authored
* igorw/pimple-no-tests: exclude pimple tests from phar
-
Fabien Potencier authored
-
- 13 May, 2011 1 commit
-
-
Igor Wiedler authored
-
- 11 May, 2011 2 commits
-
-
Fabien Potencier authored
-
Igor Wiedler authored
The default stubs mess up when you try to run a phar which includes another phar. In my case I was running pip.phar on the CLI, which included app.php, which in turn included silex.phar. It broke the __DIR__ calls. This was able to fix it. Needs testing in lots of different setups, because the default stubs are no longer used.
-