afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-05 02:15 pm

[dw-free] Add clarifying comment and TODO.

[commit: http://hg.dwscoalition.org/dw-free/rev/29ddbc989a2a]

Add clarifying comment and TODO.

Patch by [personal profile] afuna.

Files modified:
  • htdocs/preview/entry.bml
--------------------------------------------------------------------------------
diff -r cb7a092aff82 -r 29ddbc989a2a htdocs/preview/entry.bml
--- a/htdocs/preview/entry.bml	Sun Jul 05 12:39:12 2009 +0000
+++ b/htdocs/preview/entry.bml	Sun Jul 05 22:15:26 2009 +0800
@@ -76,6 +76,8 @@ body<=
         $stylesys = 1; $styleid = 0;
     }
 
+    # TODO: clean up this codepath/logic
+    # "stylesys == 1" in here means that you're viewing a BML page, not customized comemnts
     if ($stylesys == 1) {
         # pre-load common strings for little speed and less typing later
         # (we're doing this *after* set_language_scope is called, because
--------------------------------------------------------------------------------