Commit 0468f74
committed
Merge branch '2.8'
* 2.8:
Fixed the wrong source name and the ja translation
[Debug] fix readme: DebugClassLoader moved to debug itself
[SecurityBundle] disable the init:acl command if ACL is not used
[DI] remove useless condition around unset
[Console] Fix bug with overloading
[Form] Fixed wrong usages of the "text" type
[Form] Disabled view data validation if "data_class" is set to null
[HttpFoundation] Workaround HHVM rewriting HTTP response lineFile tree
Expand file treeCollapse file tree
9 files changed
+37
-38
lines changedOpen diff view settings
Filter options
- src/Symfony
- Bundle
- FrameworkBundle/Command
- SecurityBundle/Command
- Component
- Debug
- DependencyInjection
- Form
- Resources/translations
- Tests
- HttpFoundation
Expand file treeCollapse file tree
9 files changed
+37
-38
lines changedOpen diff view settings
Collapse file
src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ServerStartCommand.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
74 | 74 | |
75 | 75 | |
76 | 76 | |
77 | | - |
| 77 | + |
78 | 78 | |
79 | 79 | |
80 | 80 | |
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
88 | | - |
| 88 | + |
89 | 89 | |
90 | 90 | |
91 | 91 | |
|
Collapse file
src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
26 | 38 | |
27 | 39 | |
28 | 40 | |
|
Collapse file
src/Symfony/Component/Debug/README.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/README.md+2-3Lines changed: 2 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
25 | 26 | |
26 | 27 | |
27 | 28 | |
| 29 | + |
28 | 30 | |
29 | 31 | |
30 | | - |
31 | | - |
32 | | - |
33 | 32 | |
34 | 33 | |
35 | 34 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
393 | 393 | |
394 | 394 | |
395 | 395 | |
396 | | - |
397 | | - |
398 | | - |
| 396 | + |
399 | 397 | |
400 | 398 | |
401 | 399 | |
|
Collapse file
src/Symfony/Component/Form/Form.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Form.php+5-15Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
355 | 355 | |
356 | 356 | |
357 | 357 | |
358 | | - |
359 | | - |
360 | | - |
361 | | - |
362 | | - |
363 | | - |
364 | | - |
365 | | - |
366 | | - |
367 | | - |
368 | | - |
369 | | - |
370 | | - |
371 | | - |
372 | 358 | |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
373 | 363 | |
374 | 364 | |
375 | 365 | |
| ||
856 | 846 | |
857 | 847 | |
858 | 848 | |
859 | | - |
| 849 | + |
860 | 850 | |
861 | 851 | |
862 | 852 | |
|
Collapse file
src/Symfony/Component/Form/Resources/translations/validators.ja.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Resources/translations/validators.ja.xlf+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
| 14 | + |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
|
Collapse file
src/Symfony/Component/Form/Tests/CompoundFormTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/CompoundFormTest.php+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
172 | 172 | |
173 | 173 | |
174 | 174 | |
175 | | - |
| 175 | + |
176 | 176 | |
177 | 177 | |
178 | 178 | |
179 | 179 | |
180 | 180 | |
181 | | - |
| 181 | + |
182 | 182 | |
183 | 183 | |
184 | 184 | |
| ||
191 | 191 | |
192 | 192 | |
193 | 193 | |
194 | | - |
| 194 | + |
195 | 195 | |
196 | 196 | |
197 | 197 | |
198 | 198 | |
199 | 199 | |
200 | 200 | |
201 | | - |
| 201 | + |
202 | 202 | |
203 | 203 | |
204 | 204 | |
| ||
211 | 211 | |
212 | 212 | |
213 | 213 | |
214 | | - |
| 214 | + |
215 | 215 | |
216 | 216 | |
217 | 217 | |
|
Collapse file
src/Symfony/Component/Form/Tests/SimpleFormTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/SimpleFormTest.php+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
829 | 829 | |
830 | 830 | |
831 | 831 | |
832 | | - |
833 | | - |
834 | | - |
835 | | - |
| 832 | + |
836 | 833 | |
| 834 | + |
837 | 835 | |
838 | 836 | |
839 | 837 | |
840 | | - |
| 838 | + |
841 | 839 | |
842 | 840 | |
843 | 841 | |
844 | 842 | |
| 843 | + |
| 844 | + |
845 | 845 | |
846 | 846 | |
847 | 847 | |
|
Collapse file
src/Symfony/Component/HttpFoundation/Response.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Response.php+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
329 | 329 | |
330 | 330 | |
331 | 331 | |
332 | | - |
333 | | - |
334 | | - |
335 | 332 | |
336 | 333 | |
337 | 334 | |
338 | 335 | |
339 | 336 | |
340 | 337 | |
341 | 338 | |
| 339 | + |
| 340 | + |
| 341 | + |
342 | 342 | |
343 | 343 | |
344 | 344 | |
|
0 commit comments