Author: sevein Date: Tue Nov 24 13:08:02 2009 New Revision: 3947 Log: Add sfWebBrowserPlugin in plugins svn:externals and update ProjectConfiguration.class.php to enable the plugin. sfWebBrowserPlugin is an HTTP client capable of making web requests with multiple adapters (curl, fopen and fsockopen) and error handling support.
$ svn propedit svn:externals plugins/ - Added: http://svn.symfony-project.com/plugins/sfWebBrowserPlugin/trunk Modified: trunk/config/ProjectConfiguration.class.php trunk/plugins/ (props changed) Modified: trunk/config/ProjectConfiguration.class.php ============================================================================== --- trunk/config/ProjectConfiguration.class.php Tue Nov 24 00:13:55 2009 (r3946) +++ trunk/config/ProjectConfiguration.class.php Tue Nov 24 13:08:02 2009 (r3947) @@ -35,6 +35,7 @@ 'sfThemePlugin', 'sfThumbnailPlugin', 'sfTranslatePlugin', + 'sfWebBrowserPlugin', 'qbAclPlugin')); } } -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
