forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit9dcf467
committed
featuresymfony#3613 Javiereguiluz revamped quick tour (weaverryan)
This PR was merged into the 2.3 branch.Discussion----------Javiereguiluz revamped quick tourHey guys!Seesymfony#3562 - this is the same, but rebased against the 2.3 branch.| Q | A| ------------- | ---| Doc fix? | no| New docs? | yes| Applies to | 2.3+| Fixed tickets |Off of the top of my head (but I could be wrong), the only thing that was 2.4 specific is the version number used in the composer.phar create-project command. We could fix this in 2 different ways:1) Don't fix it - just always keep that number updated to the latest released version. We do this similarly in other places2) Use "@stable" as the version constraint. I don't know of any drawbacks.Thanks!Commits-------1e36cfa [quick_tour] rewording and grammar fixes noted by@xabbuh69fdff1 [quick_tour] removed an unneeded comma30624eb [quick_tour] more rewording and grammar fixes0f13ce9 [quick_tour] rewording and grammar fixes suggested by@weaverryan7c0037e Restored all the original introductions for each tutorial partcb98a6c Restored the original line that explained how a routing file is imported from a bundlefdc755e Grammar fixes proposed by@weaverryan and@wouterjeca1e73 Added a more useful message for users that don't have PHP 5.4 and try to execute the server:run commanda013b11 Removed the animated GIF showing how to install Symfony985c68f Replaced "variable" by "placeholder" when using {_format} inside a route42bd69f Fixed the capitalization of a section heading75be815 Minor rewordingc1ad15d Added a new headline to better structure the documentationb16c3a2 Capitalized some sentences that come after a colon2fdcffd When using server:run command, it's not necessary to add the `app_dev.php` controller6afc80b Removed a wrongly inserted commae004661 Bundle names should not be placed in literals38b1292 [quick_tour] removed inline links81d6e20 [quick_tour] replaced "chapter" by "part" in some tutorial parts50e136c [quick_tour] second pass to "the architecture" chaptercdb7064 [quick_tour] second pass to "the controller" chapter and added a section about displaying error pages2cd3bab [quick tour] second pass to "the view" chapter4ad3c44 [quick_tour] second pass to the "big picture" chaptere7dfc8b [quick_tour] simplified "the architecture" chaptereb3fe4c [quick tour] simplified "the controller" chapterdbbc8c2 [quick_tour] updated "the view" chapter5b3a572 [quick_tour] finished the review of "The Big Picture" chapterf24eabc [quick_tour] updated some screenshots20e9fb0 [quick_tour] updated the "Controllers" section29992cd [quick_tour] simplified the "routing" sectiona84a556 [quick_tour] simplified drastically the first two sections of "The Big Picture" chapterFile tree
8 files changed
+263
-459
lines changed- images/quick_tour
- quick_tour
8 files changed
+263
-459
lines changedLoading
Loading
Loading
Loading
Lines changed: 27 additions & 34 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
16 | 15 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
| |||
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
| |||
59 | 57 |
| |
60 | 58 |
| |
61 | 59 |
| |
62 |
| - | |
63 |
| - | |
| 60 | + | |
64 | 61 |
| |
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 | 65 |
| |
74 | 66 |
| |
75 | 67 |
| |
| |||
79 | 71 |
| |
80 | 72 |
| |
81 | 73 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
88 | 81 |
| |
89 | 82 |
| |
90 | 83 |
| |
| |||
119 | 112 |
| |
120 | 113 |
| |
121 | 114 |
| |
122 |
| - | |
123 |
| - | |
| 115 | + | |
| 116 | + | |
124 | 117 |
| |
125 | 118 |
| |
126 | 119 |
| |
127 | 120 |
| |
128 | 121 |
| |
129 |
| - | |
| 122 | + | |
130 | 123 |
| |
131 | 124 |
| |
132 | 125 |
| |
| |||
191 | 184 |
| |
192 | 185 |
| |
193 | 186 |
| |
194 |
| - | |
195 |
| - | |
196 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
197 | 190 |
| |
198 | 191 |
| |
199 | 192 |
| |
| |||
268 | 261 |
| |
269 | 262 |
| |
270 | 263 |
| |
271 |
| - | |
| 264 | + | |
272 | 265 |
| |
273 | 266 |
| |
274 | 267 |
| |
| |||
296 | 289 |
| |
297 | 290 |
| |
298 | 291 |
| |
299 |
| - | |
300 |
| - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
301 | 295 |
| |
302 | 296 |
| |
303 | 297 |
| |
| |||
336 | 330 |
| |
337 | 331 |
| |
338 | 332 |
| |
339 |
| - |
0 commit comments
Comments
(0)