Diff
Not logged in

Differences From:

File src/tagview.c part of check-in [580d6ad8c7] - Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. by drh on 2009-01-21 01:23:40. [view]

To:

File src/tagview.c part of check-in [a12cb216b7] - Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". by drh on 2009-01-22 13:08:42. [view]

@@ -28,8 +28,9 @@
 #include <assert.h>
 #include "config.h"
 #include "tagview.h"
 
+#if 0  /* DISABLED */
 
 #if 0
 #  define TAGVIEW_DEFAULT_FILTER "AND t.tagname NOT GLOB 'wiki-*' "
 #else
@@ -189,9 +190,9 @@
   db_finalize(&q);
 }
 
 /*
-** WEBPAGE: /tagview
+** WEB PAGE: /tagview
 */
 void tagview_page(void){
   char const *zName = 0;
   char const *zTitle = 0;
@@ -286,4 +287,6 @@
   @ </script>
 
   style_footer();
 }
+
+#endif /* DISABLED */