486 Commits

Author SHA1 Message Date
Diego Oliveira
c1e570eff9 Making the deprecate warning more nice 2014-04-25 10:24:31 -03:00
Diego Oliveira
460dabb768 Deprecating FOSFacebookBundle 2014-04-25 10:23:04 -03:00
Diego Henrique Oliveira
c4598d63eb Merge pull request #316 from EmanuelaMollova/fix-identation-and-md-formatting
Fix identation and markdown formatting
2014-04-10 10:18:38 -03:00
Emanuela Mollova
82389d71c1 Improve markdown formatting 2014-04-10 15:43:11 +03:00
Emanuela Mollova
071a590407 Fix identation 2014-04-10 15:31:28 +03:00
Diego Henrique Oliveira
2c327ca314 Merge pull request #315 from tvl83/patch-3
Update 2-integration-with-fosuserbundle.md
2014-03-03 21:10:21 -03:00
tvl83
4adb18cafa Update 2-integration-with-fosuserbundle.md
These are changes I think will help the new comer to the FOSFacebookBundle. I have been working with it all day and found that these settings work.

I also fixed the indention of the previous pull request I submitted.
2014-03-02 19:43:41 -08:00
Diego Henrique Oliveira
9c172efa2d Merge pull request #313 from tvl83/patch-2
Update 2-integration-with-fosuserbundle.md
2014-03-02 12:45:23 -03:00
tvl83
d368de070c Update 2-integration-with-fosuserbundle.md
Annotations so certain IDEs will not complain about unknown methods (PHPStorm for me) and added a $userProvider which is suggested by the UserManager class because userManager->supportsClass() is deprecated on the userManager and suggests to use UserProvider.

I changed the annotation of $facebook based on the argument in config.yml it points to the fos_facebook.api service which is the class I put above.
2014-03-02 07:20:32 -08:00
Diego Henrique Oliveira
73192b8352 Merge pull request #303 from netozunitec/patch-1
Issue with routing.xml
2014-01-17 07:06:29 -08:00
netozunitec
9453b94a29 Issue with routing.xml
In the version 1.2.* the routing.xml file does not exist, use 1.3.* instead.
2014-01-17 10:44:36 -02:00
Diego Henrique Oliveira
f5755c63d0 Merge pull request #300 from dkorsak/master
PR for fixing missing parameter fos_facebook.channel.expire with PHPUnit functional test
2014-01-06 03:57:03 -08:00
Daniel Korsak
6c6f45e4ee Refs #293 2014-01-03 15:57:59 +01:00
Daniel Korsak
950e4bb843 FIX Coding standards 2014-01-03 12:21:17 +01:00
Daniel Korsak
e2dad44cfd FIX #293 with PHPUnit test 2014-01-03 12:17:58 +01:00
Diego Oliveira
593a4ced83 Preparing for tag 1.3 stable version 1.3.0 2013-12-11 18:21:13 -02:00
Christophe Coevoet
61514072d6 Updated the symfony requirements
Closes #296
2013-12-04 12:14:08 +01:00
Diego Oliveira
30b6234f6e ScrutinizerCI badge added 2013-09-15 22:02:14 -03:00
Diego Oliveira
eaa34554ad Applying fixes suggested by ScrutinizerCI 2013-09-15 22:00:26 -03:00
Diego Oliveira
ea06ad1d4d Adding a reference of how to include the route for support the channel.html 2013-09-15 21:50:59 -03:00
Antoine Durieux
59e2a796f7 Changed implementation to interface (bis).
Conflicts:
	Tests/Templating/Helper/FacebookHelperTest.php
2013-09-15 21:31:31 -03:00
Antoine Durieux
373a2197d8 Changed implementation to interface in test.
Conflicts:
	Tests/Templating/Helper/FacebookHelperTest.php
2013-09-15 21:30:20 -03:00
Antoine Durieux
04f8d70dde Changed the RouterInterface to a UrlGeneratorInterface. Formatting changes.
Conflicts:
	Tests/Templating/Helper/FacebookHelperTest.php
2013-09-15 21:29:17 -03:00
Antoine Durieux
a38aae8d3d Migrated the fos_facebook.channel.url parameter to a route, removed an unused parameter.
Conflicts:
	DependencyInjection/FOSFacebookExtension.php
	Tests/Templating/Helper/FacebookHelperTest.php
2013-09-15 21:26:54 -03:00
Antoine Durieux
426ae8678d Support for the channelUrl parameter of FB.init().
Reference : https://developers.facebook.com/docs/reference/javascript/

Conflicts:
	DependencyInjection/FOSFacebookExtension.php
	Tests/Templating/Helper/FacebookHelperTest.php
2013-09-15 21:19:34 -03:00
Diego Oliveira
e419d5ca79 Merge branch 'patch-1' of git://github.com/TheNuks/FOSFacebookBundle into TheNuks-patch-1
Conflicts:
	Resources/views/loginButton.html.twig
1.2.1
2013-06-09 20:45:10 -03:00
Diego Henrique Oliveira
770f66117e Merge pull request #270 from jmcclell/patch-1
Replaced PHP code with twig variable
2013-06-09 16:42:11 -07:00
Diego Henrique Oliveira
eec3138eee Merge pull request #272 from smalot/patch-2
Update 2-integration-with-fosuserbundle.md
2013-06-09 16:41:45 -07:00
Sebastien MALOT
f001402737 Update 2-integration-with-fosuserbundle.md 2013-06-10 01:35:19 +03:00
TheNuks
bb427f9675 showfaces becomes showFaces to fit helper
I've just updated to Symfony 2.3 and got an error that showfaces doesn't exist. I checked in the helper file and "f" is capitalized, now it's working.
2013-06-09 14:53:07 +03:00
Jason McClellan
40e782b492 Replaced PHP code with twig variable 2013-06-09 03:11:53 -03:00
Diego Oliveira
9c1ed03209 Fixing the php template for the login button 1.2.0 2013-06-08 12:37:27 -03:00
Diego Oliveira
a613afffec Merge branch 'master' of git://github.com/walane/FOSFacebookBundle into walane-master
Conflicts:
	Resources/views/loginButton.html.php
	Resources/views/loginButton.html.twig
2013-06-08 12:35:13 -03:00
Diego Oliveira
5c35a34b70 Updating composer.json to require at least SF 2.2 2013-06-08 11:55:03 -03:00
Diego Oliveira
ccb50936ce Updating the docs for 1.2 2013-06-08 11:39:12 -03:00
Diego Henrique Oliveira
3d30a9f0b1 Merge pull request #269 from walane/patch-1
Add support of "onlogin" for facebook login button
2013-06-08 07:38:08 -07:00
Diego Henrique Oliveira
41dbcb6b85 Merge pull request #268 from adityapatadia/master
Facebook login button changed to html 5 button
2013-06-08 07:37:23 -07:00
walane
060fb1d9d6 Add support of "onlogin" for facebook login button
With "onlogin" you can specify an action to do once the user is logged in.
2013-06-08 11:33:20 +03:00
Aditya Patadia
7c3cc36281 Data attribute added to parameters. 2013-06-08 11:32:02 +05:30
Aditya Patadia
ec3162e3cb Facebook button changed to html 5 button. 2013-06-08 11:30:57 +05:30
Aditya Patadia
5216b97c90 Facebook button changed to html 5 button. 2013-06-08 11:25:20 +05:30
Aditya Patadia
eff68bd565 Facebook button changed to html 5 button. 2013-06-08 11:20:43 +05:30
Diego Oliveira
fb6fe469f5 preparing the next version 2013-06-07 21:31:49 -03:00
Diego Henrique Oliveira
483c075f6f Merge pull request #259 from Rodsevich/master
Changes on documentation
2013-06-07 17:09:38 -07:00
Diego Henrique Oliveira
71bf512475 Merge pull request #265 from adityapatadia/master
Removed error raised because of deprecated method isProxyTrusted()
2013-06-07 17:00:19 -07:00
Diego Henrique Oliveira
7baeffd6b9 Merge pull request #266 from jbafford/documentation-edits
Minor formatting and typo fixes to the docs
2013-06-04 18:23:11 -07:00
John Bafford
e15cf825b2 Minor formatting and typo fixes to the docs 2013-06-04 21:20:58 -04:00
Aditya Patadia
1e308d115d Updated to remove error in symfony 2.3 2013-06-03 22:03:05 +05:30
Diego Henrique Oliveira
42e782a006 Merge pull request #262 from Spone/patch-1
Update composer.json to allow Symfony 2.3
2013-06-03 09:05:12 -07:00
Hans Lemuet
000bf7f3c3 Update composer.json to allow Symfony 2.3
cf. issue #258
2013-05-31 00:07:00 +03:00