Skip to content

Commit

Permalink
replaced symfony-project.org by symfony.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 6, 2011
1 parent 7dcece8 commit bc7ab4d
Show file tree
Hide file tree
Showing 76 changed files with 139 additions and 139 deletions.
4 changes: 2 additions & 2 deletions BirthdayField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -17,7 +17,7 @@
* This field is a preconfigured DateField with allowed years between the
* current year and 120 years in the past.
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class BirthdayField extends DateField
{
Expand Down
4 changes: 2 additions & 2 deletions CheckboxField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/**
* A checkbox field for selecting boolean values.
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class CheckboxField extends ToggleField
{
Expand Down
4 changes: 2 additions & 2 deletions ChoiceField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -33,7 +33,7 @@
* * expanded = true, multiple = false A series of input radio elements
* * expanded = true, multiple = true A series of input checkboxes
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class ChoiceField extends HybridField
{
Expand Down
4 changes: 2 additions & 2 deletions CollectionField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -22,7 +22,7 @@
*
* $form->add(new CollectionField(new TextField('emails')));
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class CollectionField extends Form
{
Expand Down
4 changes: 2 additions & 2 deletions Configurable.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -24,7 +24,7 @@
* If you want options that can change, you're recommended to implement plain
* properties with setters and getters.
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
abstract class Configurable
{
Expand Down
4 changes: 2 additions & 2 deletions CountryField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -17,7 +17,7 @@
* A field for selecting from a list of countries.
*
* @see Symfony\Component\Form\ChoiceField
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class CountryField extends ChoiceField
{
Expand Down
4 changes: 2 additions & 2 deletions CsrfProvider/CsrfProviderInterface.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -26,7 +26,7 @@
* that is, that use the same class name to validate the CSRF token with
* isCsrfTokenValid().
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
interface CsrfProviderInterface
{
Expand Down
4 changes: 2 additions & 2 deletions CsrfProvider/DefaultCsrfProvider.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -17,7 +17,7 @@
* This provider uses the session ID returned by session_id() as well as a
* user-defined secret value to secure the CSRF token.
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class DefaultCsrfProvider implements CsrfProviderInterface
{
Expand Down
4 changes: 2 additions & 2 deletions CsrfProvider/SessionCsrfProvider.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -17,7 +17,7 @@
* This provider uses a Symfony2 Session object to retrieve the user's
* session ID
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
* @see DefaultCsrfProvider
*/
class SessionCsrfProvider extends DefaultCsrfProvider
Expand Down
4 changes: 2 additions & 2 deletions DataError.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/**
* Wraps errors in the form data
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class DataError extends Error
{
Expand Down
2 changes: 1 addition & 1 deletion DateField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions DateTimeField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -44,7 +44,7 @@
* * data_timezone: The timezone of the data. Default: UTC.
* * user_timezone: The timezone of the user entering a new value. Default: UTC.
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class DateTimeField extends Form
{
Expand Down
4 changes: 2 additions & 2 deletions EntityChoiceField.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -57,7 +57,7 @@
* )));
* </code>
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class EntityChoiceField extends ChoiceField
{
Expand Down
4 changes: 2 additions & 2 deletions Error.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/**
* Wraps errors in forms
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class Error
{
Expand Down
2 changes: 1 addition & 1 deletion Exception/AlreadySubmittedException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions Exception/DanglingFieldException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/**
* Thrown when a field is expected to be added to a form but is not
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class DanglingFieldException extends FormException
{
Expand Down
2 changes: 1 addition & 1 deletion Exception/FieldDefinitionException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/FormException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/InvalidConfigurationException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/InvalidOptionsException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/InvalidPropertyException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/InvalidPropertyPathException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/MissingOptionsException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/NotInitializedException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/NotValidException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/PropertyAccessDeniedException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion Exception/UnexpectedTypeException.php
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions Field.php
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -44,7 +44,7 @@
* setNormalizationTransformer() in configure(). The normalized data is then
* converted to the displayed data as described before.
*
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class Field extends Configurable implements FieldInterface
{
Expand Down

0 comments on commit bc7ab4d

Please sign in to comment.