1. 14 Jun, 2012 2 commits
    • Fabien Potencier's avatar
      85a1d104
    • Fabien Potencier's avatar
      merged branch alOneh/form-docs (PR #77) · 9b7a887e
      Fabien Potencier authored
      Commits
      -------
      
      256859b6 [docs] Documentation for FormExtension
      
      Discussion
      ----------
      
      Form docs
      
      [docs] FormExtension docs
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-05-11T17:58:13Z
      
      I think the form doc is now clean, isnt'it ?
      
      ---------------------------------------------------------------------------
      
      by brikou at 2011-06-27T19:19:46Z
      
      👍
      
      ---------------------------------------------------------------------------
      
      by rkmax at 2011-07-29T19:30:28Z
      
      thanks, i'm looking for this
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-07-29T19:32:29Z
      
      @fabpot can you merge this if you are agree with that pull ?
      
      ---------------------------------------------------------------------------
      
      by rkmax at 2011-07-30T14:27:09Z
      
      can you explain what /vendor/symfony/src need exactly
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-07-31T13:27:39Z
      
      /vendor/symfony/src is use to load the Symfony Form component, the [Symfony Bridge](http://api.symfony.com/2.0/Symfony/Bridge/Twig/Extension.html) who provide extensions for Form and Translation in Twig
      
      ---------------------------------------------------------------------------
      
      by rkmax at 2011-08-01T09:51:30Z
      
      thanks @alOneh
      
      ---------------------------------------------------------------------------
      
      by igorw at 2011-09-18T15:06:44Z
      
      @fabpot is there anything missing? Would be nice to get this merged finally.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-09-20T08:42:49Z
      
      @fabpot are you agree with that PR ?
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-09-22T10:39:23Z
      
      I just updated the form provider documenation
      
      ---------------------------------------------------------------------------
      
      by igorw at 2011-10-07T14:41:17Z
      
      Keep an eye on #182.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-10-07T15:00:28Z
      
      Seems good to me. I will update the doc when it will be merged.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-10-09T12:57:51Z
      
      @fabpot : I updated my proposal PR for the FormServiceProvider. Can you check if there is anything missing ? /cc igorw
      
      ---------------------------------------------------------------------------
      
      by igorw at 2011-10-09T13:05:49Z
      
      Looks good to me.
      
      Might be interesting to add another section about validation using the `validation_constraint` form option, see also http://knplabs.com/en/blog-csi/symfony-validators-standalone
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-10-09T14:02:38Z
      
      I updated the example with the validation_constraint, I think now its good.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-10-10T19:51:56Z
      
      poke @fabpot
      
      ---------------------------------------------------------------------------
      
      by igorw at 2011-10-10T19:55:05Z
      
      Looks good to me.
      
      ---------------------------------------------------------------------------
      
      by igorw at 2011-10-16T23:53:48Z
      
      Hm, maybe validation_constraint should be a separate example. Also we should not use the UrlGenerator.
      
      IMO it needs to be clear that those things are optional.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2011-10-18T09:01:48Z
      
      @igorw, I use the UrlGenerator because I can't get a fully working example without it.
      
      ---------------------------------------------------------------------------
      
      by netzhuffle at 2011-11-28T17:15:12Z
      
      @alOneh You could try $request->getUriForPath() instead of the UrlGenerator.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2012-01-16T14:47:20Z
      
      is this PR is ready for merge after the latest change ?
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-01-16T15:02:12Z
      
      It introduces extensions.rst which was renamed to providers.rst. You need to merge upstream master into your branch and then make sure everything is correct.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2012-01-16T15:52:00Z
      
      My mistake. I fix this.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2012-02-12T23:00:03Z
      
      poke @igorw @fabpot
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-02-12T23:04:01Z
      
      This (still) looks good to me.
      
      Minor thing: API docs links should probably be changed to 2.1 now. Not sure if others are also affected.
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2012-02-12T23:08:06Z
      
      Others are not yet affected. Maybe in a single PR for all API docs links
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2012-02-22T11:03:39Z
      
      poke @igorw , @fabpot
      
      ---------------------------------------------------------------------------
      
      by alOneh at 2012-03-02T14:01:17Z
      
      @igorw I updated the docs references to 2.1, ready for merge now ? /cc @fabpot
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-03-02T15:30:52Z
      
      👍
      
      ---------------------------------------------------------------------------
      
      by fabpot at 2012-06-13T18:59:12Z
      
      Can you squash your commits. I will then merge and made some changes due to some recent updates to Silex. Thanks.
      9b7a887e
  2. 13 Jun, 2012 27 commits
  3. 12 Jun, 2012 2 commits
  4. 11 Jun, 2012 1 commit
  5. 09 Jun, 2012 1 commit
  6. 08 Jun, 2012 2 commits
  7. 07 Jun, 2012 2 commits
  8. 03 Jun, 2012 3 commits
    • Fabien Potencier's avatar
      merged branch igorw/autoloader-exception (PR #347) · 8b7796f9
      Fabien Potencier authored
      Commits
      -------
      
      7ecfd533 Re-add a SymfonyBridgesServiceProvider that throws an exception
      3ed4cdf6 Add exceptions for removed autoloader service and class_loader parameters
      
      Discussion
      ----------
      
      Add exceptions for removed features
      
      As I said before, we need to tell the users about removed features. We cannot expect them to constantly check the changelog, and I refuse to spend my time providing support because of this.
      
      This PR adds exceptions for the autoloader service, all of the *.class_path parameters and the SymfonyBridgesServiceProvider. Those exceptions should give the user at least some idea about what is going on, and hopefully reduce the amount of support tickets we get.
      
      We can remove these exceptions when we release 1.0.0-RC1.
      
      ---------------------------------------------------------------------------
      
      by neurolit at 2012-06-03T18:02:34Z
      
      I totally agree with you. It's quite painful to maintain a webapp based on Silex, as APIs are changing all the time. Such exceptions would be of much help!
      8b7796f9
    • Igor Wiedler's avatar
    • Igor Wiedler's avatar