github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

symfony / symfony

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 528
    • 79
  • Source
  • Commits
  • Network (79)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (1)
    • master ✓
  • Switch Tags (0)
  • Comments
  • Contributors
symfony / Commit History feed

2010-05-06

fixed typo in previous commit 
fabpot (author)
Thu May 06 05:32:54 -0700 2010
commit  e79976817d8d0c537b93
tree    28f7ee419df476fc269f
parent  9c2c9928703e6ca5dbdb
added a raw argument to the HttpKernel::handle() method 
fabpot (author)
Thu May 06 05:26:48 -0700 2010
commit  9c2c9928703e6ca5dbdb
tree    44af0324ac2261d4cf56
parent  83c6d337e2fa0b309e8a
changed coding standards: indendation is now 4 spaces 
fabpot (author)
Thu May 06 04:25:53 -0700 2010
commit  83c6d337e2fa0b309e8a
tree    ce629ae0972f41d842ee
parent  6328d514a35d9840bcc6
renamed RequestHandler component to HttpKernel 
fabpot (author)
Thu May 06 03:04:50 -0700 2010
commit  6328d514a35d9840bcc6
tree    895db0a46c52381423e7
parent  d41e33782a54a50f31b8

2010-05-05

[WebBundle] added more tests to Mustache 
fabpot (author)
Wed May 05 23:58:39 -0700 2010
commit  d41e33782a54a50f31b8
tree    c5d1c85e84d7c3502a02
parent  3bce03a7e1c416e69a7f
[WebBundle] fixed Finder namespace in Filesystem 
ornicar (author)
Wed May 05 07:56:14 -0700 2010
fabpot (committer)
Wed May 05 23:46:47 -0700 2010
commit  3bce03a7e1c416e69a7f
tree    ed0a9c6e5dca2eeb71b5
parent  04da781529e243adddf7
[RequestHandler] changed server object in Request to be a simple ParameterBag 
fabpot (author)
Wed May 05 01:24:34 -0700 2010
commit  04da781529e243adddf7
tree    f91e11e2fc94e4770dd9
parent  5d77229acad46946f141

2010-05-04

[WebBundle] second argument in array_merge must be an array 
tirnanog06 (author)
Tue May 04 09:35:42 -0700 2010
fabpot (committer)
Tue May 04 12:54:13 -0700 2010
commit  5d77229acad46946f141
tree    9097b980195042c32af1
parent  02858c4c3dea219246f1
[Finder] simplified LimitDepthFilterIterator 
fabpot (author)
Tue May 04 03:02:07 -0700 2010
commit  02858c4c3dea219246f1
tree    f2eac951e788beccfe01
parent  aaeb48f744af3673aa4f
[Finder] made the in() method fluent as others as Finder now implements the 
IteratorAggregate interface 
fabpot (author)
Tue May 04 02:34:29 -0700 2010
commit  aaeb48f744af3673aa4f
tree    5679d804f46cc969750e
parent  376ca78346e8322627ce
[Finder] replaced ChainIterator with PHP built-in AppendIterator 
fabpot (author)
Tue May 04 02:07:25 -0700 2010
commit  376ca78346e8322627ce
tree    38bf07f12febbea0b77c
parent  4be3a508f1af08f8c20a

2010-05-03

[RequestHandler] fixed HeaderBag usage 
fabpot (author)
Mon May 03 09:10:24 -0700 2010
commit  4be3a508f1af08f8c20a
tree    9cd6fa43d19633d92bb9
parent  bdbb02d7b9ad9c948706
[Foundation] added a way to call RequestHandler::handleRaw() from the Kernel 
fabpot (author)
Mon May 03 07:11:38 -0700 2010
commit  bdbb02d7b9ad9c948706
tree    d7d4134777c57dca9e46
parent  5d26bb89a0c3125c0684
[WebBundle] added a query parameter to the controller loader for more 
flexibility 
fabpot (author)
Mon May 03 06:37:23 -0700 2010
commit  5d26bb89a0c3125c0684
tree    1dfeb5b4b9b0e441ea9e
parent  284113e9b2c87d6a983d
[RequestHandler] fixed typo 
fabpot (author)
Mon May 03 03:19:08 -0700 2010
commit  284113e9b2c87d6a983d
tree    9c22a1bf746465496f1e
parent  606e44e4917ba77f8d25
[RequestHandler] added a bunch of HTTP cache related methods to the Response 
class 
fabpot (author)
Mon May 03 02:47:01 -0700 2010
commit  606e44e4917ba77f8d25
tree    0f3bd15b302281018b5b
parent  c34da5d6c4b76fc590b0
renamed RequestBag to ParameterBag, added HeaderBag, changed the Response to use 
the new HeaderBag, added a class to manage the Cache-Control header 
fabpot (author)
Mon May 03 02:40:23 -0700 2010
commit  c34da5d6c4b76fc590b0
tree    ae839fcd74ee146f030b
parent  b3a6c6f3464327b867a3
[RequestHandler] removed fluent interface for Response, fixed some PHPDoc 
fabpot (author)
Mon May 03 02:23:53 -0700 2010
commit  b3a6c6f3464327b867a3
tree    22e8e4da81e693f8a0e9
parent  ca26672edec8a5b1170b
[RequestHandler] converted response status texts keys to integer 
fabpot (author)
Mon May 03 02:22:33 -0700 2010
commit  ca26672edec8a5b1170b
tree    2483f1f8d80dd4a488bb
parent  8fe25d343bea218b4189
[WebBundle] made the request instance explicit in the controller base class 
(useful if you inject the request for testing purpose) 
fabpot (author)
Mon May 03 02:17:02 -0700 2010
commit  8fe25d343bea218b4189
tree    683e58730c50d9c70835
parent  a9d8f39382cb746a164f
[Foundation] moved some Kernel initializations in the boot() method to speed up 
creation of Kernel instances 
fabpot (author)
Mon May 03 00:54:17 -0700 2010
commit  a9d8f39382cb746a164f
tree    865561302c3839c1d538
parent  08582893976d13113099
[WebBundle] added a routing file for the 'default' route 
fabpot (author)
Mon May 03 00:14:35 -0700 2010
commit  08582893976d13113099
tree    34f1377207eaa6fd56db
parent  afa1cea1032230f8775f

2010-05-02

[DotrineBundle] dixed case on MySQL driver 
fabpot (author)
Sun May 02 09:05:49 -0700 2010
commit  afa1cea1032230f8775f
tree    6229f9c5d4502d88d416
parent  a06d4a80dd8602bf36df

2010-04-27

[RequestHandler] fixed incorrect splitting of Accept-* headers 
fabpot (author)
Tue Apr 27 23:34:57 -0700 2010
commit  a06d4a80dd8602bf36df
tree    f355d21ed78c8e929c8c
parent  d9e4801a562fce158c7c

2010-04-26

fixed framework name in tests 
pborreli (author)
Sun Apr 25 08:06:54 -0700 2010
fabpot (committer)
Mon Apr 26 05:09:21 -0700 2010
commit  d9e4801a562fce158c7c
tree    813b41bf68bb3dc3de81
parent  cdc9c946285e10954032
fixed phpdoc 
pborreli (author)
Sun Apr 25 08:02:23 -0700 2010
fabpot (committer)
Mon Apr 26 05:08:30 -0700 2010
commit  cdc9c946285e10954032
tree    dd7a00971ff1441bf3ba
parent  7065957a30abb920ef15
replaced assertType by the new assertInstanceOf in unit tests 
pborreli (author)
Sun Apr 25 07:04:09 -0700 2010
fabpot (committer)
Mon Apr 26 05:07:38 -0700 2010
commit  7065957a30abb920ef15
tree    c9119fd82a94a065660f
parent  9eb3607edf36ad9f9d91

2010-04-25

[WebBundle] made a small optimization 
fabpot (author)
Sun Apr 25 13:18:17 -0700 2010
commit  9eb3607edf36ad9f9d91
tree    25753927137c381d755d
parent  018c8d548c9a1d621f5c
fixed link generation when doing sub-requests 
fabpot (author)
Sun Apr 25 07:17:54 -0700 2010
commit  018c8d548c9a1d621f5c
tree    e9e205e62d18b2835780
parent  e983029ddc88aee51dbf
Revert "fixed link generation when doing sub-requests" 
fabpot (author)
Sun Apr 25 07:16:05 -0700 2010
commit  e983029ddc88aee51dbf
tree    86063c54f7a6d868462d
parent  f8ba68332fa5a68f9873
fixed link generation when doing sub-requests 
fabpot (author)
Sun Apr 25 07:15:20 -0700 2010
commit  f8ba68332fa5a68f9873
tree    71d3070cfebee8496038
parent  ee799f6f6f87a0e47355
[RequestHandler] changed Request to use the headers bag when appropriate 
fabpot (author)
Sun Apr 25 04:34:34 -0700 2010
commit  ee799f6f6f87a0e47355
tree    86063c54f7a6d868462d
parent  038f7d7bb428bd118d02
[RequestHandler] added getPort() and setMethod() to Request 
fabpot (author)
Sun Apr 25 04:34:02 -0700 2010
commit  038f7d7bb428bd118d02
tree    0b6af72eda12b3c6d91b
parent  1bce64678f7f1e26c659
[RequestHandler] fixed cloning of Request instances 
fabpot (author)
Sun Apr 25 04:32:45 -0700 2010
commit  1bce64678f7f1e26c659
tree    7f17db3783c4861e14b7
parent  3074f12727dbdcfc3885
[RequestHandler] added a way to delete a parameter from a RequestBag instance 
fabpot (author)
Sun Apr 25 04:20:55 -0700 2010
commit  3074f12727dbdcfc3885
tree    a398e20d0552d07c19a4
parent  711b3d371ad3da5b382a
« NewerOlder »
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server