You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite a few FIXMEs in the code. They need to be checked and fixed.
action/ajax.php:55: // FIXME ???
action/ajax.php:59: // FIXME this has to be the template of the used blog
action/comments.php:61: $comment['text'] = $_REQUEST['wikitext']; // FIXME clean text
action/comments.php:96: $_SERVER['REQUEST_METHOD'] = 'get'; //FIXME hack to avoid redirect
action/comments.php:101: // save comment and redirect FIXME cid
action/comments.php:106: $_SERVER['REQUEST_METHOD'] = 'get'; //FIXME hack to avoid redirect
admin.php:49: // FIXME error handling?
admin.php:56: // FIXME error handling
admin.php:68: // FIXME messages
admin.php:87: // FIXME errors?
admin.php:285: // FIXME selectable?
admin.php:436: // FIXME language strings
admin.php:616: // FIXME
helper/comments.php:38: //$query = 'SELECT FIXME FROM comments WHERE pid = ?';
helper/comments.php:107: $comment['avatar'] = ''; // FIXME create avatar using a helper function
helper/comments.php:220: '@URL@' => wl($entry['page'],'',true), #FIXME cid
helper/comments.php:372: * FIXME
helper/comments.php:595: //FIXME add caching
helper/comments.php:654: //FIXME add hook for additional methods
helper/entry.php:55: // FIXME we got an invalid pid, shout at the user accordingly
helper/entry.php:88: // FIXME validate resid and index
helper/entry.php:407: * @param string $readmore - where to cut the entry valid: 'syntax', FIXME
helper/entry.php:408: * @param bool $inc_level - FIXME
helper/entry.php:423: // FIXME do some caching here!
helper/entry.php:490: // FIXME
helper/entry.php:495: . DOKU_TAB . '' .
script.js:164: * FIXME: make the footnote one wrap a generic function to define popups?
syntax/blog.php:30: 'format' => ':blog:%Y:%m:%{title}', #FIXME
syntax/blog.php:138: // FIXME to cache or not to cache?
syntax/topic.php:65: if (plugin_isdisabled('blogtng')) return; // FIXME do nothing and scream
syntax/topic.php:66: //$this->helper =& plugin_load('helper', 'blogtng_FIXME'));
The text was updated successfully, but these errors were encountered:
There are quite a few FIXMEs in the code. They need to be checked and fixed.
The text was updated successfully, but these errors were encountered: