Commit Graph

13926 Commits

Author SHA1 Message Date
Fabien Potencier 2238242e64 merged branch umpirsky/fix/iban-sr-cyrl-translation (PR #7780)
This PR was merged into the master branch.

Discussion
----------

[Validator] ISBN, IBAN Serbian translation.

Commits
-------

e3e856e ISBN, IBAN Serbian translation.
2013-04-22 05:27:39 +02:00
umpirsky e3e856e1c3 ISBN, IBAN Serbian translation. 2013-04-21 22:54:57 +02:00
Fabien Potencier be57a555a6 merged branch andreia/translations-1 (PR #7779)
This PR was merged into the master branch.

Discussion
----------

Add Brazilian Portuguese translations for IBAN, ISBN, and ISSN messages

Commits
-------

7d6d891 Add Brazilian Portuguese translations for IBAN, ISBN, and ISSN messages
2013-04-21 21:58:13 +02:00
Fabien Potencier cfb027ec5f merged branch kgilden/master (PR #7778)
This PR was merged into the master branch.

Discussion
----------

[Validator] added Estonian translations for IBAN, ISBN & ISSN messages

| Q             | A
| ------------- | ---
| Fixed tickets | -
| License       | MIT

Commits
-------

5131103 [Validator] added Estonian translations for IBAN, ISBN & ISSN messages
2013-04-21 21:58:05 +02:00
Andreia Bohner 7d6d891b6e Add Brazilian Portuguese translations for IBAN, ISBN, and ISSN messages 2013-04-21 16:23:07 -03:00
Kristen Gilden 5131103809 [Validator] added Estonian translations for IBAN, ISBN & ISSN messages 2013-04-21 21:23:53 +03:00
Fabien Potencier 488d5eb1fc Merge branch '2.2'
* 2.2:
  [Validator] added missing estonian translation of messages
  Removed trailing whitespace
  [Validator] added missing estonian translation of messages
  Filesystem::touch() not working with different owners (utime/atime issue)
2013-04-21 19:39:37 +02:00
Fabien Potencier c8e3f0fabe Merge branch '2.1' into 2.2
* 2.1:
  Removed trailing whitespace
  [Validator] added missing estonian translation of messages
  Filesystem::touch() not working with different owners (utime/atime issue)

Conflicts:
	src/Symfony/Component/Validator/Resources/translations/validators.et.xlf
2013-04-21 19:39:25 +02:00
Fabien Potencier d694ae5c1f merged branch kgilden/2.2 (PR #7776)
This PR was merged into the 2.2 branch.

Discussion
----------

[Validator] added missing estonian translation of messages

| Q             | A
| ------------- | ---
| Fixed tickets | -
| License       | MIT

This commit adds missing Estonian translation of messages introduced in 2.2. It's a follow-up to #7769.

Commits
-------

633b63b [Validator] added missing estonian translation of messages
2013-04-21 19:38:38 +02:00
Fabien Potencier ab209b2cc9 merged branch lsmith77/redirect_controller (PR #7775)
This PR was merged into the master branch.

Discussion
----------

added changelog note about RedirectController action signature changes

Commits
-------

07d7927 added changelog note about RedirectController action signature changes
2013-04-21 19:38:05 +02:00
Fabien Potencier 64ba269423 merged branch mweimerskirch/patch-15 (PR #7774)
This PR was merged into the master branch.

Discussion
----------

Tweaked German translation

Commits
-------

461c281 Tweaked German translation
2013-04-21 19:38:01 +02:00
Lukas Kahwe Smith 07d79279cd added changelog note about RedirectController action signature changes 2013-04-21 19:22:48 +02:00
Kristen Gilden 633b63bfb3 [Validator] added missing estonian translation of messages 2013-04-21 20:18:20 +03:00
Terje Bråten 3c65ba37dd Added a DoktrineTokenProvider in Security/Bridge/Doctrine/security/RememberMe 2013-04-21 18:59:26 +02:00
Michel Weimerskirch 461c281a56 Tweaked German translation 2013-04-21 19:44:02 +03:00
Fabien Potencier 488fb1b7be merged branch mweimerskirch/patch-14 (PR #7773)
This PR was merged into the master branch.

Discussion
----------

Updated Luxembourgish translations

Commits
-------

92bfc0b Updated LB translations
2013-04-21 18:33:02 +02:00
Michel Weimerskirch 92bfc0b6ff Updated LB translations 2013-04-21 19:18:51 +03:00
Fabien Potencier 9b05da747a merged branch jaugustin/fix-DateTimeToLocalizedStringTransformer-7561 (PR #7772)
This PR was merged into the master branch.

Discussion
----------

fix DateTimeToLocalizedStringTransformer issue #7561

this PR fix #7561 issue:

This fix possible issue with new `\DateTime` throwing `Exception` not handled by the transformer.

Commits
-------

6ccbbe9 fix DateTimeToLocalizedStringTransformer issue #7561, add tests
2013-04-21 18:08:31 +02:00
Fabien Potencier e85f640a79 merged branch pborreli/dot-ar (PR #7771)
This PR was merged into the master branch.

Discussion
----------

Added trailing dot

Commits
-------

59a9a21 Added trailing dot
2013-04-21 18:06:56 +02:00
jaugustin 6ccbbe9314 fix DateTimeToLocalizedStringTransformer issue #7561, add tests 2013-04-21 17:21:23 +02:00
Pascal Borreli 59a9a2181d Added trailing dot 2013-04-21 14:36:44 +00:00
Fabien Potencier 3aa37b59e6 [Config] added missing dep in composer.json 2013-04-21 16:30:01 +02:00
Fabien Potencier c3756eb800 merged branch webfactory/issue-7230/picks/cache-file-utils (PR #7753)
This PR was squashed before being merged into the master branch (closes #7753).

Discussion
----------

Mitigate dependency upon ConfigCache

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes (refactoring)
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        | todo, issue is symfony/symfony-docs#2531

Some clients use ConfigCache only for its ability to atomically write into a file.

The PR moves that code into the Filesystem component.

It's a pick off #7230.

__To-Do:__
- [ ] Update docs for the Filesystem component

Commits
-------

3158c41 Mitigate dependency upon ConfigCache
2013-04-21 16:28:51 +02:00
Matthias Pigulla 3158c4106a Mitigate dependency upon ConfigCache 2013-04-21 16:28:50 +02:00
Fabien Potencier 743a15439d merged branch pborreli/patch-9 (PR #7770)
This PR was merged into the 2.1 branch.

Discussion
----------

Removed trailing whitespace

Commits
-------

20d6fd8 Removed trailing whitespace
2013-04-21 16:27:47 +02:00
Pascal Borreli 20d6fd8987 Removed trailing whitespace 2013-04-21 14:22:56 +00:00
Fabien Potencier f9603a6fa8 merged branch kgilden/trans_et (PR #7769)
This PR was merged into the 2.1 branch.

Discussion
----------

[Validator] added missing estonian translation of messages

| Q             | A
| ------------- | ---
| Fixed tickets | -
| License       | MIT

Commits
-------

efff50a [Validator] added missing estonian translation of messages
2013-04-21 16:13:54 +02:00
Kristen Gilden efff50ae69 [Validator] added missing estonian translation of messages 2013-04-21 16:56:15 +03:00
Fabien Potencier c9e049b739 merged branch pborreli/grammar-typo (PR #7768)
This PR was merged into the master branch.

Discussion
----------

Fixed typos

Commits
-------

0a12fd6 Fixed typos
2013-04-21 15:28:06 +02:00
Pascal Borreli 0a12fd619e Fixed typos 2013-04-21 13:23:54 +00:00
Fabien Potencier dbcaa0353a merged branch pborreli/phpdocs (PR #7764)
This PR was merged into the master branch.

Discussion
----------

Fixed PHPDocs

Commits
-------

7cfa661 Fixed PHPDocs
2013-04-21 14:49:12 +02:00
Pascal Borreli 7cfa66159e Fixed PHPDocs 2013-04-21 12:26:17 +00:00
Fabien Potencier a876c8a12e merged branch WouterJ/patch-2 (PR #7762)
This PR was merged into the master branch.

Discussion
----------

[VALIDATOR] Dutch translation of ISSN message

Added dutch translation of the ISSN message (added in #7756 )

Commits
-------

d336979 [VALIDATOR] Dutch translation of ISSN message
2013-04-21 14:23:03 +02:00
Fabien Potencier a2d9599cfa merged branch XWB/dutch-typo (PR #7763)
This PR was merged into the master branch.

Discussion
----------

Fixed Dutch translation of IBAN message

Commits
-------

7e9fc23 Fixed Dutch translation of IBAN message
2013-04-21 14:22:55 +02:00
Karel Souffriau 7e9fc23eb4 Fixed Dutch translation of IBAN message 2013-04-21 14:12:37 +02:00
Wouter J d336979b8a [VALIDATOR] Dutch translation of ISSN message 2013-04-21 14:37:54 +03:00
Fabien Potencier 39dfbf682c merged branch pborreli/typos-isbn (PR #7761)
This PR was merged into the master branch.

Discussion
----------

Fixed typos

Sorry for the multiple PRs

Commits
-------

6ef7f10 Fixed typos
2013-04-21 13:21:42 +02:00
Fabien Potencier a4abfb9550 [Validator] tweaked ISSN validator (refs #7756) 2013-04-21 13:20:34 +02:00
Pascal Borreli 6ef7f10628 Fixed typos 2013-04-21 11:14:35 +00:00
Fabien Potencier b7e1c916ab merged branch pborreli/typo-issn (PR #7760)
This PR was merged into the master branch.

Discussion
----------

Fixed typo

Commits
-------

b5c8739 Fixed typo
2013-04-21 13:08:38 +02:00
Pascal Borreli b5c87396b7 Fixed typo 2013-04-21 10:57:29 +00:00
Fabien Potencier 909b810302 [Validator] fixed CS, updated CHANGELOG 2013-04-21 12:48:25 +02:00
Fabien Potencier a6edc3dfca merged branch ajgarlag/feature/issn-validator (PR #7756)
This PR was squashed before being merged into the master branch (closes #7756).

Discussion
----------

[Validator] Added ISSN Validator

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

This PR complements the ISBN validator added some months ago to allow validation of relevant library systems data.

Commits
-------

77f62ec [Validator] Added ISSN Validator
2013-04-21 12:42:55 +02:00
Antonio J. García Lagar 77f62ec740 [Validator] Added ISSN Validator 2013-04-21 12:42:55 +02:00
Fabien Potencier ec01e479c4 [Console] made the shel prompt easily customizable (closes #7710) 2013-04-21 12:38:46 +02:00
Fabien Potencier d5801a2575 merged branch Aitboudad/patch-1 (PR #7758)
This PR was merged into the master branch.

Discussion
----------

[Validator] Added Arabic translations for IBAN & ISBN messages

Commits
-------

fd9eaae [Validator] Added Arabic trans of ISBN validator
2013-04-21 12:18:17 +02:00
Fabien Potencier a6ebbc9c8a merged branch jskvara/master (PR #7757)
This PR was merged into the master branch.

Discussion
----------

[Validator] Added Czech translations for IBAN and ISBN validators

Added Czech translations for IBAN and ISBN validators

Commits
-------

565f612 [Validator] Added Czech translations of IBAN and ISBN
2013-04-21 12:18:09 +02:00
Abdellatif AitBoudad fd9eaaee16 [Validator] Added Arabic trans of ISBN validator 2013-04-21 10:12:31 +00:00
jskvara 565f6120d0 [Validator] Added Czech translations of IBAN and ISBN 2013-04-21 11:50:43 +02:00
Fabien Potencier d4d79ab707 merged branch dbu/fix-doctrine-register-mappings-pass (PR #7755)
This PR was merged into the master branch.

Discussion
----------

fix register mappings pass to only register mappings with one object manager

| Q             | A
| ------------- | ---
| Bug fix?      |  yes
| New feature?  | no
| BC breaks?    | yes (but feature is totally new)
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #7599
| License       | MIT
| Doc PR        | https://github.com/symfony/symfony-docs/pull/2507

This PR fixes the issues @Stof discovered in #7599 - we now introduce a way to only register the mappings with one of the object managers.

Commits
-------

fc12bd1 fix register mappings pass to only register mappings with one object manager
2013-04-21 11:17:18 +02:00