-
Notifications
You must be signed in to change notification settings - Fork 10
/
history.html
executable file
·695 lines (599 loc) · 27.2 KB
/
history.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Backdrop CMS - Retrospective and Future</title>
<meta name="description" content="A history of Backdrop CMS and a look at its future.">
<meta name="author" content="Nate Lampton">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal.js/css/reveal.css">
<link rel="stylesheet" href="reveal.js/plugin/prism/prism.css">
<link rel="stylesheet" href="reveal.js/plugin/fontawesome/css/all.min.css">
<link rel="stylesheet" href="reveal.js/css/theme/backdrop.css" id="theme">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'reveal.js/css/print/pdf.css' : 'reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1 style="font-weight: 400">Backdrop CMS</h1>
<h3>Past and Future</h3>
<img src="assets/intro/images/Drop.png" alt="Drop the dragon" style="width: 50%; padding: 2% 5% 2%;" />
</section>
<section>
<h2>Where we are Today</h2>
<p class="fragment">
Backdrop CMS is <strong>5 years</strong> old<br>
<small>Since Backdrop 1.0</small>
</p>
<p class="fragment"><strong>15 versions</strong> released</p>
</section>
<section data-background-color="#000" class="dark">
<h2>Backdrop History</h2>
<p class="fragment">6 years ago...</p>
</section>
<section>
<h4>The Fork and "Manifesto"</h4>
<p class="fragment"><i class="fa fa-code-branch" aria-hidden="true"></i> Sept 10, 2013 - GitHub Fork Created</p>
<p class="fragment"><i class="fa fa-fist-raised" aria-hidden="true"></i> Sept 12, 2013 - Manifesto Published</li>
<p class="fragment" style="text-align: center"><small>(Not recommended. Explanation first, THEN fork.)</small></p>
</section>
<section data-background-color="#000" class="dark">
<h4>The Manifesto</h4>
<img src="assets/history/manifesto.png" width="600" />
</section>
<section data-background-color="#000" class="dark">
<h4>Points of the Manifesto</h4>
<ol>
<li>Preserving Drupal Audience</li>
<li>Product for End-Users</li>
<li>Different Release Cycle</li>
<li>Call to Contribute (on GitHub)</li>
</ol>
<aside class="notes">
<ul>
<li>Very similar to the mission and goals that we have today.</li>
</ul>
</aside>
</section>
<section>
<h2>Early Infrastructure</h2>
<p><strong>April 1, 2014:</strong> BackdropCMS.org launch on Drupal 7</p>
<p><strong>May 27, 2014:</strong> Initial API website on Drupal 7</p>
<img src="assets/history/backdropcms-org-original.png" width="600" /><br />
<aside class="notes">
<ul>
<li>First sites built on Drupal 7, prior to Backdrop release.</li>
</ul>
</aside>
</section>
<section>
<h2>Design Work</h2>
<div class="column-wrapper">
<div>
<img src="assets/history/logo.png" width="196" /><br />
<small><strong>Feb 27, 2014:</strong> Logo is created<br />(Designer: Darius Garza)</small>
</div>
<div>
<img src="assets/history/drop.png" width="300" /><br />
<small><strong>Nov 11, 2014:</strong> Drop hatches!<br />(Illustrator: Marc Movino)</small>
</div>
</div>
</section>
<section>
<h2>Backdrop 1.0</h2>
<p style="text-align: center;">After 15 months development Backdrop 1.0 released</p>
<img src="assets/history/backdrop-1-0-release.png" alt="Release announcement screenshot." style="max-width: 50%;" />
</section>
<section>
<h2>Backdrop 1.0</h2>
<p style="text-align: center;">Drupal compatibility layer</p>
<img src="assets/history/backdrop-1-0-drupal.png" alt="Backwards compatibility layer for Drupal code sample." />
</section>
<section>
<h2>Backdrop 1.0</h2>
<div class="column-wrapper">
<div style="width:49%">
<p style="text-align: center;">New Layout System</p>
<img src="assets/history/backdrop-1-0-layout.png" alt="Screenshot of first layout system." />
</div>
<div style="width:49%">
<p style="text-align: center;">New Configuration Management System</p>
<img src="assets/history/backdrop-1-0-config.png" alt="Screenshot of the configuration management diff screen." />
</div>
</div>
</section>
<section>
<h2>Backdrop 1.0</h2>
<div class="column-wrapper">
<div style="width:49%">
<p style="text-align: center;">Views Module Built-in</p>
<img src="assets/history/backdrop-1-0-views.png" alt="Screenshot content management listing screen." />
</div>
<div style="width:49%">
<p style="text-align: center;">Global Dialog System</p>
<img src="assets/history/backdrop-1-0-dialog.png" alt="Screenshot of the Views UI with a dialog." />
</div>
</div>
</section>
<section data-background-color="#000" class="dark">
<h2>Our sites upgraded to Backdrop</h2>
<p><strong>Jan 24, 2015</strong> -- API website upgraded</p>
<p><strong>Feb 12 2015</strong> -- BackdropCMS.org upgraded</p>
<p><small>(Within <strong>2 months</strong> of Backdrop 1.0 release - infrastructure sites upgraded)</small></li>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.1</h1>
<p>released <strong>May 15, 2015</strong></p>
</section>
<section>
<h2>Backdrop 1.1</h2>
<p><strong>Updated Admin Theme</strong></p>
<img src="assets/history/backdrop-1-10-theme-after.png" alt="Updated admin theme in Backdrop 1.1" />
</section>
<section>
<h2>Backdrop 1.1</h2>
<div class="column-wrapper">
<div style="width:49%">
<p style="text-align: center;">Tokens and Token UI added<br/>
<small>Token module in D7</small></p>
<img src="assets/history/backdrop-1-1-tokens.png" alt="Screenshot content management listing screen." />
</div>
<div style="width:49%">
<p style="text-align: center;">Automatic path aliases added<br>
<small>Pathauto module in D7</small></p>
<img src="assets/history/backdrop-1-1-path-patterns.png" alt="Screenshot of the Views UI with a dialog." />
</div>
</div>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.2</h1>
<p>released <strong>Sept 15, 2015</strong></p>
</section>
<section>
<h2>Backdrop 1.2</h2>
<p><strong>Vertical tabs made responsive</strong></p>
<img src="assets/history/backdrop-1-2-vertical-tabs.gif" alt="Vertical tabs made responsive in Backdrop 1.2" />
</section>
<section>
<h2>Backdrop 1.2</h2>
<ul>
<li>A Rich-Text editor added to core<br/>
<small>CKeditor / WYSIWYG modules in D7</small></li>
<li><strong>Link module</strong> added into core</li>
<li><strong>Email module</strong> added into core</li>
<li><strong></strong>Date, Date Views, Date API and Date Popup <strong>modules</strong></strong> moved into core</li>
</ul>
</section>
<section>
<h2>Backdrop 1.2</h2>
<p>First release that uses BackdropCMS.org packager</p>
<img src="assets/history/github-backdropcms-packager.png" alt="Diagram showing packager workflow." width="700" />
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.3</h1>
<p>released <strong>Jan 15, 2016</strong></p>
<p>The first "User Experience Release"</p>
</section>
<section>
<h2>Backdrop 1.3</h2>
<ul>
<li><strong>Transliteration module</strong> added to core</li>
<li>Individual blocks for each field<br/>
<small>Field as Block module for D7</small></li>
<li>UX: Custom text (config) blocks</li>
<li>UX: Login with email address possible<br>
<small>Email Registration module in D7*</small></li>
<li>UX: Horizontal admin tabs made responsive</li>
<li>UX: Improved interface for multi-values fields</li>
<li>25+ other UX improvements</li>
</ul>
</section>
<section>
<h2>Backdrop 1.3</h2>
<p style="text-align: center;">Content type forms</p>
<img src="assets/history/backdrop-1-3-node-type-options.gif" alt="Permissions and URL patterns on content type forms in Backdrop 1.3" />
</section>
<section>
<h2>Backdrop 1.3</h2>
<p style="text-align: center;">Notification icon</p>
<img src="assets/history/backdrop-1-3-notification-icon.png" alt="New Notification icon in Backdrop 1.3" />
</section>
<section>
<h2>Backdrop 1.3</h2>
<p><strong>Background fetch for faster page cache</strong></p>
<img width="450" src="assets/history/backdrop-1-3-background-processing.png" alt="Background fetch for faster page cache in Backdrop 1.3" />
</section>
<section data-background-color="#000" class="dark">
<h2>Project Management Committee</h2>
<p>Formed <strong>Feb 18, 2016</strong></p>
<img class="transparent" src="assets/logos/apache.png" width="">
<p><small><a href="https://backdropcms.org/leadership" target="_blank">https://backdropcms.org/leadership</a></small></p>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.4</h1>
<p>released <strong>May 15, 2016</strong></p>
</section>
<section>
<h2>Backdrop 1.4</h2>
<p><strong>Installer module</strong> added to core<br>
<small>Project Browser module in D7</small></p>
<img src="assets/history/backdrop-1-4-installer-new.gif" alt="Project installer in Backdrop 1.4" />
</section>
<section>
<h2>Backdrop 1.4</h2>
<p><strong>10 new layout templates (backwards compatible)</strong><br/>
<small>Radix Layouts module in D7</small></p>
<img src="assets/history/backdrop-1-4-templates.png" alt="Bootstrap Layouts in Backdrop 1.4" />
</section>
<section>
<h2>Backdrop 1.4</h2>
<ul>
<li><strong>Redirect module</strong> added to core</li>
<li>More menu features added to blocks<br/>
<small>Menu Block module in D7</small></li>
<li>Mobile device camera support merged<br>
<small>Image Mobile Camera module in D7</small></li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.5</h1>
<p>released <strong>Sept 15, 2016</strong></p>
</section>
<section>
<h2>Backdrop 1.5</h2>
<p><strong>New front-end theme & Hero block type</strong><br>
<small>Btester Custom Block Content in D7*</small></p>
<img width="600" src="assets/history/backdrop-1-5-hero.gif" alt="New front-end theme and Hero block in Backdrop 1.5" />
</section>
<section>
<h2>Backdrop 1.5</h2>
<p><strong>Responsive dropdown menus</strong><br/>
<small>Smartmenus / Nice Menus / Superfish modules in D7</small></p>
<div class="column-wrapper">
<div>
<img width="550" src="assets/history/backdrop-1-5-menu.gif" alt="Desktop Responsive dropdown menus in Backdrop 1.5" />
</div>
<div>
<img width="350" src="assets/history/backdrop-1-5-menu-mobile.gif" alt="Mobile Responsive dropdown menus in Backdrop 1.5" />
</div>
</div>
</section>
<section>
<h2>Backdrop 1.5</h2>
<ul>
<li>Default homepage layout</li>
<li>Existing content block<br>
<small>Node Block in D7</small></li>
<li>Emoji support in the database (w upgrade path!)</li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.6</h1>
<p>released <strong>Jan 15, 2017</strong></p>
</section>
<section>
<h2>Backdrop 1.6</h2>
<p><strong>Files become more complete entities</strong></p>
<img width="650" src="assets/history/backdrop-1-6-file-management.gif" alt="Files become more complete entities in Backdrop 1.6" />
</section>
<section>
<h2>Backdrop 1.6</h2>
<p><strong>Mobile friendly menu (hamburger) in core</strong></p>
<img width="300" src="assets/history/backdrop-1-6-hamburger-menu.gif" alt="Mobile friendly menu in Backdrop 1.6" />
</section>
<section data-background-color="#000" class="dark">
<h2>Translation support</h2>
<p><strong>Feb 9, 2017:</strong> localize.backdropcms.org created</p>
<p>Initial work to translate BackdropCMS admin interfaces</p>
<img width="650" src="assets/history/localize.png" alt="Screenshot of the localize.backdropcms.org website" />
</section>
<section>
<h2>Silkscreen</h2>
<p>Feb 12, 2017</p>
<img width="500" src="assets/history/silkscreen.png" alt="Silkscreen CMS" />
<p>The Pressflow of Backdrop, specializing in large-scale Backdrop, and database compatbility.</p>
<p><small><a href="https://silkscreencms.org">https://silkscreencms.org</a></small></p>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.7</h1>
<p>released <strong>May 15, 2017</strong></p>
</section>
<section>
<h2>Backdrop 1.7</h2>
<p><strong>Link to existing content via Rich-Text editor</strong><br>
<small>LinkIt / CKEditor Link modules in D7</small></p>
<img src="assets/history/backdrop-1-7-linkit.gif" alt="Link to existing content in Backdrop 1.7" />
</section>
<section>
<h2>Backdrop 1.7</h2>
<p><strong>Images may be uploaded through copy/paste</strong><br>
<small>Direct Upload module in D7</small></p>
<img src="assets/history/backdrop-1-7-drag-and-drop-image.gif" alt="Images may be uploaded through copy/paste in Backdrop 1.7" />
</section>
<section>
<h2>Backdrop 1.7</h2>
<ul>
<li>New Status report design</li>
<li>Layout improvements:
<ul>
<li>Views block displays get per-placement settings<br/>
<small>Views content ctools module in D7</small></li>
<li>Titles, tabs, messages, and action links are blocks<br/>
<small>Blockify module in D7</small></li>
</ul>
</li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.8</h1>
<p>released <strong>Sept 15, 2017</strong></p>
<p>The 2nd User Experience release</p>
</section>
<section>
<h2>Backdrop 1.8</h2>
<div class="column-wrapper">
<div style="width:49%">
<p style="text-align: center;">Progress bar design</p>
<img src="assets/history/backdrop-1-8-progressbar.png" alt="New progress bar design in Backdrop 1.8" />
</div>
<div style="width:49%">
<p style="text-align: center;">Configuration diff design</p>
<img src="assets/history/backdrop-1-8-config.png" alt="New Configuration diff design in Backdrop 1.8" />
</div>
</div>
</section>
<section>
<h2>Backdrop 1.8</h2>
<div class="column-wrapper">
<div style="width:49%">
<p style="text-align: center;">Installer gets screenshots</p>
<img width="700" src="assets/history/backdrop-1-8-pb-screens.png" alt="Project browser screenshots in Backdrop 1.8" />
</div>
<div style="width:49%">
<p style="text-align: center;">Admin page gets icons</p>
<img width="700" src="assets/history/backdrop-1-8-adminpage.png" alt="New Configuration diff design in Backdrop 1.8" />
</div>
</div>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.9</h1>
<p>released <strong>Jan 15, 2018</strong></p>
</section>
<section>
<h2>Backdrop 1.9</h2>
<p><strong>File entities get the ability to replace files in place</strong></p>
<img src="assets/history/backdrop-1-9-file-manage.png" alt="New replace file feature in Backdrop 1.9" />
</section>
<section>
<h2>Backdrop 1.9</h2>
<ul>
<li>Login system redirects sanely<br/>
<small>Login Redirect* or Login Destination* modules in D7</small></li>
<li>404 pages not in the error log<br>
<small>Fast 404 module* in D7</small></li>
<li>New Status report design<br>
<img height="350" src="assets/history/backdrop-1-9-status-report.png"></li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.10</h1>
<p>released <strong>May 15, 2018</strong></p>
</section>
<section>
<h2>Backdrop 1.10</h2>
<p><strong>Comment auto-closing</strong><br/>
<small>Comment Closer module in D7</small></p>
<img src="assets/history/backdrop-1-10-comment-closing.png" alt="Comment auto-closing in Backdrop 1.10" />
</section>
<section>
<h2>Backdrop 1.10</h2>
<p><strong>Scheduled publishing</strong><br>
<small>Scheduler module in D7</small></p>
<img src="assets/history/backdrop-1-10-scheduling.png" alt="Scheduled publishing in Backdrop 1.10" />
</section>
<section>
<h2>Backdrop 1.10</h2>
<ul>
<li>Inline file uploading (in addition to images)<br>
<small>CKeditor Upload module in D7</small></li>
<li>Translatable menu items<br>
<small>Menu Translation module in D7</small></li>
<li>Translatable blocks<br>
<small>i18n module in D7</small></li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.11</h1>
<p>released <strong>Sept 15, 2018</strong></p>
</section>
<section>
<h2>Backdrop 1.11</h2>
<p><strong>New Color module UI, Basis colorized</strong></p>
<img width="800" src="assets/history/backdrop-1-11-color.png" alt="New Color module UI in Backdrop 1.11" />
</section>
<section>
<h2>Backdrop 1.11</h2>
<p><strong>Image Browser</strong><br/>
<small>CKEditor Media Browser* in D7</small></p>
<img width="800" src="assets/history/backdrop-1-11-file-browser.png" alt="New Image Browser in Backdrop 1.11" />
</section>
<section>
<h2>Backdrop 1.11</h2>
<p><strong>Content Preview (works with Layouts!)</strong><br>
<small>Live Preview and Page preview in D7</small></p>
<img width="800" src="assets/history/backdrop-1-11-preview.png" alt="New Content Preview in Backdrop 1.11" />
</section>
<section>
<h2>Backdrop 1.11</h2>
<ul>
<li>Hidden Paths for Content<br/>
<small>Rabbit hole module in D7</small></li>
<li>Contact module improvements</li>
<li>Client-side upload progress bars</li>
<li>Ability for Backdrop core to update itself (hidden)</li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.12</h1>
<p>released <strong>Jan 15, 2019</strong></p>
</section>
<section>
<h1>Backdrop 1.12</h1>
<p><strong>Core self-updates from the UI</strong></p>
<img width="800" src="assets/history/backdrop-1-12-self-update.png" alt="New Core self-update button in Backdrop 1.12" />
</section>
<section>
<h1>Backdrop 1.12</h1>
<p><strong>Better UI for defining field options</strong><br>
<small>Options Element module in D7</small></p>
<img width="800" src="assets/history/backdrop-1-12-options-element.png" alt="Options Element module in Backdrop 1.12" />
</section>
<section>
<h1>Backdrop 1.12</h1>
<p><strong>Icons added into the admin bar</strong><br>
<small>Admin menu in D7*</small></p>
<img width="800" src="assets/history/backdrop-1-12-icons.png" alt="New admin bar icons in Backdrop 1.12" />
</section>
<section>
<h2>Backdrop 1.12</h2>
<div class="column-wrapper" style="text-align: left; line-height: 1.3; font-size: 80%">
<div style="width:49%">
<ul>
<li>Contact block<br/>
<small>Btester Custom Block Content in D7</small></li>
<li>Translatable taxonomy terms<br/>
<small>i18n / entity translation modules in D7</small></li>
<li>CSS grid (for views grid)</li>
<li>UX: Module page improvements</li>
</ul>
</div>
<div style="width:49%">
<img width="350" src="assets/history/backdrop-1-12-contact.png">
</div>
</div>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 1.13</h1>
<p>released <strong>May 15, 2019</strong></p>
</section>
<section>
<h1>Backdrop 1.13</h1>
<p><strong>Dashboard module in core</strong><br>
<small>Total Control / Dashboard module in D7</small></p>
<img width="800" src="assets/history/dashboard.png" alt="New admin dashboard in Backdrop 1.13" />
</section>
<section>
<h2>Backdrop 1.13</h2>
<ul>
<li>Support for PHP 7.3</li>
<li>Content Blocks associate translations automatically</li>
<li>UX: Interface for adding Link attributes</li>
<li>UX: Vertical tabs on Taxonomy term edit pages</li>
<li>UX: A Vertical tab for multilingual settings</li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>September 2019</h1>
<h3>We've been working on...</h3>
</section>
<section>
<h2>Backdrop 1.14</h2>
<p><strong>Sept 15, 2019</strong></p>
<ul>
<li>Fieldable file types</li>
<li>Custom Layout Builder UI</li>
<li>New Installs include an Editor Role</li>
<li>Security improvement: support for trusted_host_patterns</li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop Future</h1>
</section>
<section>
<h2>Backdrop 1.15</h2>
<ul>
<li>Improved Media Management and UI</li>
<li>Package Signing (more prep for auto-updates)</li>
<li>Recent News Block</li>
</ul>
</section>
<section>
<h2>Backdrop 1.x</h2>
<ul>
<li>Automatic core updates</li>
<li>Central configuration translation</li>
<li>Reference field in core</li>
<li>More!</li>
</ul>
</section>
<section data-background-color="#000" class="dark">
<h1>Backdrop 2.0</h1>
<h3 class="fragment"><strong>Not before November 2021</strong></h3>
</section>
<section>
<h1 style="margin-bottom: .75em">Backdrop 2.0</h1>
<div class="column-wrapper" style="background-color: #ccc">
<div style="width:45%; padding: 20px 0 0 0; border-right: 5px solid #fff">
<strong>Iterative</strong>
<p>Remove @deprecated</p>
<strong>Backdrop/Drupal 9</strong>
</div>
<div style="width:9%; background: #fff;"><br>
vs
</div>
<div style="width:45%; padding: 20px 0 0 0; border-left: 5px solid #fff">
<strong>Legacy</strong>
<p>API breaks</p>
<strong>all previous<br>Drupal versions</strong>
</div>
</div>
</section>
<section data-background-color="#000" class="dark">
<h1>Questions?</h1>
</section>
<section>
<h1 style="font-weight: 400">Backdrop CMS</h1>
<h4>You know where it came from.</h4>
<h3>Now you know where it's going.</h3>
<img src="assets/intro/images/Drop.png" alt="Drop the dragon" style="width: 50%; padding: 2% 5% 2%;" />
</section>
</div>
</div>
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/prism/prism.js', async: true },
{ src: 'reveal.js/plugin/zoom-js/zoom.js', async: true },
{ src: 'reveal.js/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>