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

[dw-free] remove /support/known_issues page

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

http://bugs.dwscoalition.org/show_bug.cgi?id=4186

Remove /support/known_issues page (unused; all known issues are displayed in
the Big Blue Box), adds a redirect just in case. Also does some unrelated
whitespace cleanup.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/redirect.dat
  • htdocs/support/known_issues.bml
  • htdocs/support/known_issues.bml.text
--------------------------------------------------------------------------------
diff -r 9116da4d0096 -r 32182d458da5 cgi-bin/redirect.dat
--- a/cgi-bin/redirect.dat	Fri Jan 06 17:54:14 2012 +0800
+++ b/cgi-bin/redirect.dat	Fri Jan 06 17:58:08 2012 +0800
@@ -1,11 +1,11 @@
-/community.bml      /community/
-/communities        /community/
-/support.bml        /support/
-/textmessage.bml    /tools/textmessage.bml
-/memories.bml       /tools/memories.bml
-/memadd.bml     /tools/memadd.bml
-/faq.bml        /support/faq.bml
-/faqbrowse.bml      /support/faqbrowse.bml
+/community.bml                      /community/
+/communities                        /community/
+/support.bml                        /support/
+/textmessage.bml                    /tools/textmessage.bml
+/memories.bml                       /tools/memories.bml
+/memadd.bml                         /tools/memadd.bml
+/faq.bml                            /support/faq.bml
+/faqbrowse.bml                      /support/faqbrowse.bml
 /customize/advanced.bml             /customize/
 /customize/preview.bml              /customize/
 /customize/style.bml                /customize/
@@ -52,3 +52,5 @@
 /settings/index.bml                 /manage/settings
 /directory                          /directorysearch
 /directory.bml                      /directorysearch
+/support/known_issues               /support/
+/support/known_issues.bml           /support/
diff -r 9116da4d0096 -r 32182d458da5 htdocs/support/known_issues.bml
--- a/htdocs/support/known_issues.bml	Fri Jan 06 17:54:14 2012 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?_c
-# This code was forked from the LiveJournal project owned and operated
-# by Live Journal, Inc. The code has been modified and expanded by
-# Dreamwidth Studios, LLC. These files were originally licensed under
-# the terms of the license supplied by Live Journal, Inc, which can
-# currently be found at:
-#
-# http://code.livejournal.org/trac/livejournal/browser/trunk/LICENSE-LiveJournal.txt
-#
-# In accordance with the original license, this code and all its
-# modifications are provided under the GNU General Public License.
-# A copy of that license can be found in the LICENSE file included as
-# part of this distribution.
-_c?>
-<?page
-title=><?_code BML::ml( '.title2', { sitenameshort => $LJ::SITENAMESHORT }  ) _code?>
-body<=
-<?_code
-    LJ::set_active_crumb('support');
-_code?>
-<?_include
-bml=>1
-code=>0
-file=>support-currentproblems-full
-_include?>
-<=body
-page?>
diff -r 9116da4d0096 -r 32182d458da5 htdocs/support/known_issues.bml.text
--- a/htdocs/support/known_issues.bml.text	Fri Jan 06 17:54:14 2012 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-;; -*- coding: utf-8 -*-
-.title2=[[sitenameshort]] Support Known Issues
-
--------------------------------------------------------------------------------