Markers
Table of Contents
classes/Core.php | 2 |
classes/PluginCollection.php | 1 |
classes/Util.php | 1 |
nacowiki.php | 6 |
plugins/PluginCode.php | 1 |
plugins/Versions.php | 1 |
Core.php
Type | Line | Description |
---|---|---|
TODO | 1274 | Should check permissions when returning files |
TODO | 1274 | Should filter out attachment folders |
PluginCollection.php
Type | Line | Description |
---|---|---|
TODO | 123 | Perhaps instead of `require_once`, it should `include_once`. |
Util.php
Type | Line | Description |
---|---|---|
TODO | 462 | Eventhough it uses `PATH_SEPARATOR` this is still very much Linux specific! |
nacowiki.php
Type | Line | Description |
---|---|---|
TODO | 235 | Determine if running as CLI and only display text not HTML. |
TODO | 266 | Currently is only a stub function |
TODO | 313 | This is only a stub |
TODO | 322 | Currently is only a stub function |
TODO | 430 | Should do a `chdir` to the $this->script_dir to be more similar to a running web environment? |
TODO | 662 | Add function to modify context afterwards (maybe using header_remove(set-cookie) and headers_sent() to check if possible) |
PluginCode.php
Type | Line | Description |
---|---|---|
TODO | 60 | Adding additional languages: C/C++, sh/bash,batch, tcl/tk, perl, make, javascript, css go, rust, jinja2, lua, properties, sql, yaml |
Versions.php
Type | Line | Description |
---|---|---|
TODO | 44 | The `root` entry could be eliminated by ensuring the newest delta is always a `rewrite`. |