Markers
Table of Contents
05-functions.php
Type | Line | Description |
---|---|---|
TODO | 646 | Identify which platforms don't have it and whether we still need this |
feature-firstrun.php
Type | Line | Description |
---|---|---|
TODO | 71 | Check the environment here first |
TODO | 74 | Add a button to skip the firstrun wizard & do your own manual setup |
TODO | 76 | Add option to configure theme auto-update here - make sure it doesn't do anything until configuration it complete! |
feature-history.php
Type | Line | Description |
---|---|---|
TODO | 240 | Store tag changes here |
feature-readingtime.php
Type | Line | Description |
---|---|---|
TODO | 29 | Create a canonical way to insert something just below the header - this might be tough though 'cause the that isn't handled by the page_renderer though |
feature-search.php
Type | Line | Description |
---|---|---|
TODO | 219 | Refactor this to use STAS |
feature-similarpages.php
Type | Line | Description |
---|---|---|
TODO | 43 | Supportr history revisions here? $env->page_filename might do this for us - we should check into the behaviour here |
feature-theme-gallery.php
Type | Line | Description |
---|---|---|
TODO | 173 | Add option to disable theme updates |
TODO | 216 | Check the hash against themeindex.json? |
feature-upload.php
Type | Line | Description |
---|---|---|
TODO | 428 | Add support for ranges here. |
feature-user-preferences.php
Type | Line | Description |
---|---|---|
TODO | 283 | Refactor out into a separate function |
lib-storage-box.php
Type | Line | Description |
---|---|---|
TODO | 163 | Queue this action for the transaction later |
page-edit.php
Type | Line | Description |
---|---|---|
TODO | 567 | Add an option to record the user's IP here instead |
page-view.php
Type | Line | Description |
---|---|---|
TODO | 46 | make this intelligent so we only redirect if the user is actually able to create the page |
TODO | 78 | Send an explanatory page along with the redirect |
pack.php
Type | Line | Description |
---|---|---|
TODO | 224 | Test whether this works for urls. If not, then we'll need to implement a workaround |