Updated KNOWN_BUGS to point to our issue tracker
authorDan
Sat, 12 Dec 2009 16:45:52 -0500
changeset 1163 1b90f6c41d9c
parent 1162 daa091452877
child 1164 1cd9e6df6f27
child 1165 ce8aaa2956d1
Updated KNOWN_BUGS to point to our issue tracker
KNOWN_BUGS
includes/comment.php
--- a/KNOWN_BUGS	Sat Dec 12 16:44:38 2009 -0500
+++ b/KNOWN_BUGS	Sat Dec 12 16:45:52 2009 -0500
@@ -1,18 +1,7 @@
-Enano 1.1.6 - Known Bugs and Issues
-
-  These are the issues in Enano 1.1.6 that the development team knows
-  about, but did not have time to fix before this release was
-  scheduled. Hopefully all of these will be fixed in the next release.
+Enano 1.1.7 - Known Bugs and Issues
 
-- Internet Explorer support is a disaster. We do care, but we don't
-  act like the project depends on it. Most of Enano's IE woes are
-  in Javascript stuff which means admin tools, and we hope that
-  sensible administrators will use a browser other than IE.
-  
-  Plus, we're slowly moving over to jQuery which is much more IE-
-  friendly than our own in-house libraries.
+You can view a list of known issues and open feature requests for Enano in our
+Google Code issue tracker at:
 
-- There may be miscellaneous bugs, some serious, with the way pages
-  are handled: title formatting, wrong buttons showing up, PHP
-  warnings, etc. This is the result of a significant backend change
-  and will be all polished up and shiny by the time we go into RC.
+  <http://bugs.enanocms.org/open>
+
--- a/includes/comment.php	Sat Dec 12 16:44:38 2009 -0500
+++ b/includes/comment.php	Sat Dec 12 16:45:52 2009 -0500
@@ -143,6 +143,7 @@
             // Format text
             $row['comment_data'] = RenderMan::render($row['comment_data']);
             
+            // Hide it if it's a post from a foe
             if ( $row['is_buddy'] == 1 && $row['is_friend'] == 0 )
             {
               $seed = md5(sha1(mt_rand() . microtime()));