github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

symfony / symfony

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Download Source
    • 960
    • 155
  • Source
  • Commits
  • Network (155)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

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

2010-09-17

removed Symfony\Framework 
fabpot (author)
Wed Sep 15 11:49:16 -0700 2010
commit  d657adbfa20878ca27dd
tree    04a355537598d2e53271
parent  1990fc543b9629f91328

2010-09-16

[HttpKernel] added Closure support to ControllerResolver 
fabpot (author)
Thu Sep 16 01:46:38 -0700 2010
commit  1990fc543b9629f91328
tree    5bf6369ec704f19e1d17
parent  7734f44bc55bf13780dd

2010-09-15

[Process] added a Process:isSucessful() method 
fabpot (author)
Wed Sep 15 23:55:44 -0700 2010
commit  7734f44bc55bf13780dd
tree    5e4ac5c5dfd6d62217ae
parent  61f18667f4d1c924824b

2010-09-14

[Console] Added some tests for command shortcuts 
FabienPennequin (author)
Sat Jul 17 03:58:23 -0700 2010
fabpot (committer)
Tue Sep 14 00:18:50 -0700 2010
commit  61f18667f4d1c924824b
tree    b39ce37b274c376c918a
parent  56935f85dfa9aaf1e747
[Console] Fixed invalid help command shortcut 
FabienPennequin (author)
Sat Jul 17 03:54:14 -0700 2010
fabpot (committer)
Tue Sep 14 00:18:47 -0700 2010
commit  56935f85dfa9aaf1e747
tree    d54b3573eb5a48689024
parent  a86bac44ce29abd30bb5

2010-09-10

[Validator] Remove leading '@' when validating email domain MX record 
jmikola (author)
Fri Sep 10 11:27:17 -0700 2010
fabpot (committer)
Fri Sep 10 11:42:22 -0700 2010
commit  a86bac44ce29abd30bb5
tree    52727644964e9034d49c
parent  74bc9d461bb60e7fedd6
[FrameworkBundle] made csrf_secret parameter optional 
fabpot (author)
Fri Sep 10 10:32:17 -0700 2010
commit  74bc9d461bb60e7fedd6
tree    c44ed31d19b22b24eee0
parent  77602239a4f3c9d0a51e
[Form] Add new fields in CollectionField::setData() 
jmikola (author)
Fri Sep 10 09:09:52 -0700 2010
fabpot (committer)
Fri Sep 10 10:31:02 -0700 2010
commit  77602239a4f3c9d0a51e
tree    d4af541ae75e7c3ac428
parent  57c0ce0ec1f2eb2a9cee
[Form] Remove support for ArrayObject as ChoiceField's choices option 
jmikola (author)
Fri Sep 10 08:46:56 -0700 2010
fabpot (committer)
Fri Sep 10 10:30:59 -0700 2010
commit  57c0ce0ec1f2eb2a9cee
tree    a1bfa97a4c68b40fc1d9
parent  226277fd0ed37181e967
added a way to activate CSRF protection from the configuration 
fabpot (author)
Fri Sep 10 05:32:33 -0700 2010
commit  226277fd0ed37181e967
tree    dc74b6d441822d3171f6
parent  0de1c08d8d228f41bc85
reverted "[Form] fixed default CSRF token generation as a token must be tied to the user somewhat" 
fabpot (author)
Fri Sep 10 05:16:59 -0700 2010
commit  0de1c08d8d228f41bc85
tree    552fd2c5d0f383369fc5
parent  d326c398e2721c996d9f
[Form] fixed default CSRF token generation as a token must be tied to the user somewhat 
fabpot (author)
Fri Sep 10 05:13:56 -0700 2010
commit  d326c398e2721c996d9f
tree    cf9cf3daacec9fb09ace
parent  4237fdd9181dc1a67ea3
[Form] set file field as multipart 
Herzult (author)
Fri Sep 10 01:51:20 -0700 2010
fabpot (committer)
Fri Sep 10 03:34:32 -0700 2010
commit  4237fdd9181dc1a67ea3
tree    552fd2c5d0f383369fc5
parent  7bd76610ca2b7dee3277
[HttpFoundation] fixed request files handling 
Herzult (author)
Fri Sep 10 02:22:35 -0700 2010
fabpot (committer)
Fri Sep 10 03:34:28 -0700 2010
commit  7bd76610ca2b7dee3277
tree    21127c6663c5c68359de
parent  63793dd62e2f5fd07e4f
[Form] added missing use statement 
fabpot (author)
Fri Sep 10 00:21:29 -0700 2010
commit  63793dd62e2f5fd07e4f
tree    e5beae6289416e776e10
parent  90da4d0c3c8c4f3b2deb

2010-09-09

[DoctrineMongoDBBundle] Move test configuration fixtures to Resource/config/doctrine/metadata/orm/ 
ornicar (author)
Fri Sep 03 09:36:29 -0700 2010
fabpot (committer)
Thu Sep 09 22:49:18 -0700 2010
commit  90da4d0c3c8c4f3b2deb
tree    47bad07b942e5ea54f74
parent  aa4c196356711de80378
[DoctrineBundle] Move test configuration fixtures to Resource/config/doctrine/metadata/orm/ 
ornicar (author)
Fri Sep 03 09:33:23 -0700 2010
fabpot (committer)
Thu Sep 09 22:49:13 -0700 2010
commit  aa4c196356711de80378
tree    66295c0d69bc79217cb9
parent  c537fb9eb231d63c0658
[DoctrineMongoDBBundle] fix mapping dirs 
ornicar (author)
Fri Sep 03 09:25:41 -0700 2010
fabpot (committer)
Thu Sep 09 22:49:08 -0700 2010
commit  c537fb9eb231d63c0658
tree    b91df0864943dc69b5e9
parent  b9a7b7e51a89119b8a9b
[DoctrineBundle] fix mapping dirs 
ornicar (author)
Fri Sep 03 09:25:31 -0700 2010
fabpot (committer)
Thu Sep 09 22:49:04 -0700 2010
commit  b9a7b7e51a89119b8a9b
tree    03f1cb902115358d5cfc
parent  eaaf4473744f7e5ead00
[DoctrineBundle] BC break - Load metadata files in Resources/config/doctrine/metadata/orm/ 
ornicar (author)
Thu Sep 02 21:20:28 -0700 2010
fabpot (committer)
Thu Sep 09 22:48:55 -0700 2010
commit  eaaf4473744f7e5ead00
tree    9350eb217afe6a7b13db
parent  fb24b291c826c55497b2
[Form] FieldGroup::addError() can now map errors to fields within nested FieldGroups 
jmikola (author)
Thu Jul 15 08:36:13 -0700 2010
commit  fb24b291c826c55497b2
tree    d53808cadd0cb5e270a7
parent  9be7cbb115a81193e2b1
[Form] CollectionField::setData() should remove old fields missing from new data 
jmikola (author)
Tue Jul 06 08:47:18 -0700 2010
commit  9be7cbb115a81193e2b1
tree    8b34389e3926cb1f803f
parent  9f5469f62d2096bc486e
[Form] Test case for binding a collection of field groups with an ArrayObject of objects. 
jmikola (author)
Tue Jul 06 08:12:55 -0700 2010
commit  9f5469f62d2096bc486e
tree    8ec3d784563b039e4f11
parent  b3648b219b3f354fa093
[Form] Fixed testBindSingleExpanded (was testing multiple, non-expanded) 
jmikola (author)
Mon Jul 05 17:57:31 -0700 2010
commit  b3648b219b3f354fa093
tree    2947d7fa75291e880c64
parent  e52cf7afe0d266256e3b
[Form] ChoiceField tests for numeric choices 
jmikola (author)
Mon Jul 05 17:56:28 -0700 2010
commit  e52cf7afe0d266256e3b
tree    a79de771235608721612
parent  2b776bf2e8b3d4c1003b
[Form] ChoiceField test for using ArrayObject as choices option 
jmikola (author)
Mon Jul 05 15:56:04 -0700 2010
commit  2b776bf2e8b3d4c1003b
tree    36f0c5f753f251f33d18
parent  6fc9b68fa7b54c916d0d
[Form] Replace unset() with non-destructive logic in case the "choices" option is an object. 
jmikola (author)
Wed Jun 30 17:15:55 -0700 2010
commit  6fc9b68fa7b54c916d0d
tree    54ed52a8803e2f600691
parent  50f039844b5b3db25ad8
[Form] removed obsolete use statements 
fabpot (author)
Thu Sep 09 09:29:50 -0700 2010
commit  50f039844b5b3db25ad8
tree    e28368b91fa217c5979b
parent  a141c98917ded11f4323
[HttpFoundation] moved File Component into the HttpFoundation one 
fabpot (author)
Thu Sep 09 05:40:40 -0700 2010
commit  a141c98917ded11f4323
tree    608a449601a7e96aa3c7
parent  fc9325a737f0c9764b23
fixed file upload 
fabpot (author)
Thu Sep 09 07:07:12 -0700 2010
commit  fc9325a737f0c9764b23
tree    82a9638ca65b64b1ae9d
parent  40c0fe854f8b102a7d45
[Form] added a FileField 
fabpot (author)
Thu Sep 09 06:47:44 -0700 2010
commit  40c0fe854f8b102a7d45
tree    add7893a8875a14739fe
parent  c53ebe7a8e8f8af1ed7b
[Form] fixed Form::bind() when no values are submitted 
fabpot (author)
Thu Sep 09 06:23:28 -0700 2010
commit  c53ebe7a8e8f8af1ed7b
tree    599b91e0fc4b2a6af3cb
parent  bb51e7cb263546379346

2010-09-08

[Validator] fixed Xliff loader to use forward slashes in file path 
avalanche123 (author)
Wed Sep 08 07:57:29 -0700 2010
fabpot (committer)
Wed Sep 08 23:01:46 -0700 2010
commit  bb51e7cb263546379346
tree    12dadec7162b4afe5952
parent  1aefe7a76237adf7240c
[Process] made cwd argument optional 
kriswallsmith (author)
Wed Sep 08 15:11:37 -0700 2010
fabpot (committer)
Wed Sep 08 21:58:28 -0700 2010
commit  1aefe7a76237adf7240c
tree    b0dad68ec540f3ccd7e6
parent  e6b0d5453187b66fd167
Set parameter required for --dm option on ODM console commands. 
bobthecow (author)
Wed Sep 08 08:50:33 -0700 2010
fabpot (committer)
Wed Sep 08 11:33:52 -0700 2010
commit  e6b0d5453187b66fd167
tree    9454f7d68be3bc7d46b1
parent  51553211f3da2f9d7303
« NewerOlder »
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • Русский
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Русский
  • Српски
  • Svenska
  • 中文