fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-03-24 05:09 am

[dw-free] Move "same page comment tracking" to the implemented list.

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

Move "same page comment tracking" to the implemented list.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/DW/BetaFeatures/journaljquery.pm
--------------------------------------------------------------------------------
diff -r c96268fe4f0f -r fc4a5b0cc19b cgi-bin/DW/BetaFeatures/journaljquery.pm
--- a/cgi-bin/DW/BetaFeatures/journaljquery.pm	Sat Mar 24 12:40:27 2012 +0800
+++ b/cgi-bin/DW/BetaFeatures/journaljquery.pm	Sat Mar 24 13:11:22 2012 +0800
@@ -28,15 +28,11 @@
         "Media embed placeholder expansion",
         "Contextual hover",
         "Icon browser",
-    );
-
-    my @notimplemented = (
         "Same-page comment tracking",
     );
 
     return (
         implemented => "<ul>" . join( "\n", map { "<li>$_</li>" } @implemented ) . "</ul>",
-        notimplemented => "<ul>" . join( "\n", map { "<li>$_</li>" } @notimplemented ) . "</ul>",
     );
 }
 
--------------------------------------------------------------------------------