mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-01-11 01:04 am

[dw-free] Promote latest page more

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

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

Promote Latest Things page more.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/en.dat
  • cgi-bin/DW/Logic/MenuNav.pm
  • htdocs/site/index.bml
  • htdocs/site/index.bml.text
--------------------------------------------------------------------------------
diff -r 570d55998f22 -r d579428901f5 bin/upgrading/en.dat
--- a/bin/upgrading/en.dat	Mon Jan 11 01:00:42 2010 +0000
+++ b/bin/upgrading/en.dat	Mon Jan 11 01:04:04 2010 +0000
@@ -2101,6 +2101,8 @@ menunav.explore.interests=Interests
 
 menunav.explore.directorysearch=Directory Search
 
+menunav.explore.latestthings=Latest Things
+
 menunav.explore.popsubscriptions=Popular Subscriptions
 
 menunav.explore.randomjournal=Random Journal
diff -r 570d55998f22 -r d579428901f5 cgi-bin/DW/Logic/MenuNav.pm
--- a/cgi-bin/DW/Logic/MenuNav.pm	Mon Jan 11 01:00:42 2010 +0000
+++ b/cgi-bin/DW/Logic/MenuNav.pm	Mon Jan 11 01:04:04 2010 +0000
@@ -207,6 +207,11 @@ sub get_menu_navigation {
                     display => @LJ::SPHINX_SEARCHD ? 1 : 0,
                 },
                 {
+                    url => "$LJ::SITEROOT/latest",
+                    text => "menunav.explore.latestthings",
+                    display => $always,
+                },
+                {
                     url => "$LJ::SITEROOT/random",
                     text => "menunav.explore.randomjournal",
                     display => $always,
diff -r 570d55998f22 -r d579428901f5 htdocs/site/index.bml
--- a/htdocs/site/index.bml	Mon Jan 11 01:00:42 2010 +0000
+++ b/htdocs/site/index.bml	Mon Jan 11 01:04:04 2010 +0000
@@ -125,6 +125,7 @@ body<=
   <dd><ul>
    <li><a href='/directorysearch'><?_ml .maplinks.directory _ml?></a></li>
    <li><a href='/community/search'><?_ml .maplinks.search-comm _ml?></a></li>
+   <li><a href='/latest'><?_ml .maplinks.latestthings _ml?></a></li>
   </ul></dd></dl>
 
  <dl><dt><?_code return BML::ml('.maplinks.toys-title', { sitename => $LJ::SITENAMESHORT }); _code?></dt>
diff -r 570d55998f22 -r d579428901f5 htdocs/site/index.bml.text
--- a/htdocs/site/index.bml.text	Mon Jan 11 01:00:42 2010 +0000
+++ b/htdocs/site/index.bml.text	Mon Jan 11 01:04:04 2010 +0000
@@ -111,6 +111,8 @@
 
 .maplinks.directory=Search directory
 
+.maplinks.latestthings=Latest Things
+
 .maplinks.toys-title=...play with some site toys:
 
 .maplinks.birthdays=Upcoming birthdays
--------------------------------------------------------------------------------