[project-babel commit] r305 - in trunk: htdocs/core htdocs/css/themes/Uranium lang/zh_cn res

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 12, 2007, 9:52:43 AM12/12/07
to v2ex-...@googlegroups.com
Author: v2ex.livid
Date: Wed Dec 12 06:52:27 2007
New Revision: 305

Modified:
trunk/htdocs/core/Utilities.php
trunk/htdocs/core/V2EXCore.php
trunk/htdocs/css/themes/Uranium/css_babel.css
trunk/lang/zh_cn/lang.php
trunk/res/mbox_unicode.php

Log:
Maybe

Modified: trunk/htdocs/core/Utilities.php
==============================================================================
--- trunk/htdocs/core/Utilities.php (original)
+++ trunk/htdocs/core/Utilities.php Wed Dec 12 06:52:27 2007
@@ -316,7 +316,7 @@
$output = str_ireplace('>', '', $output);
$output = str_ireplace('#', '', $output);
$output = str_ireplace('`', '', $output);
- $output = trim($input);
+ $output = str_ireplace('/', '', $output);
return $output;
}


Modified: trunk/htdocs/core/V2EXCore.php
==============================================================================
--- trunk/htdocs/core/V2EXCore.php (original)
+++ trunk/htdocs/core/V2EXCore.php Wed Dec 12 06:52:27 2007
@@ -1059,8 +1059,6 @@
}
_v_hr();
echo('<div align="center"><a
href="http://www.spreadfirefox.com/?q=affiliates&amp;id=3028&amp;t=177"><img
border="0" alt="Get Thunderbird!" title="Get Thunderbird!" src="http://sfx-images.mozilla.org/affiliates/thunderbird/reclaimyourinbox_small.png"/></a>');
- _v_hr();
- echo('<span class="tip_i"><small>Sponsored by <a
href="http://www.lusinshop.com/" target="_blank" style="color: ' .
rand_color() . ';" class="var">Lusin Shop</a></small></span>');
echo('</div>');
echo('</div>');
/*
@@ -10365,7 +10363,7 @@
public function vxOutputJavaScriptIngPersonal() {
if (isset($_GET['u'])) {
$user_nick = fetch_single($_GET['u']);
- $User = $this->User->vxGetUserInfoByNick($user_nick);
+ $User = $this->User->vxGetUserInfoByNick(mysql_real_escape_string($user_nick));
if (!$User) {
$User = $this->User->vxGetUserInfo(1);
}

Modified: trunk/htdocs/css/themes/Uranium/css_babel.css
==============================================================================
--- trunk/htdocs/css/themes/Uranium/css_babel.css (original)
+++ trunk/htdocs/css/themes/Uranium/css_babel.css Wed Dec 12 06:52:27 2007
@@ -811,6 +811,7 @@
text-decoration: none;
border: 2px solid #D0D0D0;
-moz-border-radius: 5px;
+-webkit-border-radius: 5px;
}

a.g:hover {
@@ -822,6 +823,7 @@
border: 2px solid #90909F;
text-decoration: none;
-moz-border-radius: 5px;
+-webkit-border-radius: 5px;
}

a.h, a.h:active, a.h:visited {

Modified: trunk/lang/zh_cn/lang.php
==============================================================================
--- trunk/lang/zh_cn/lang.php (original)
+++ trunk/lang/zh_cn/lang.php Wed Dec 12 06:52:27 2007
@@ -137,7 +137,7 @@
}

public function register_agreement() {
- return '在注册之前请先花一些时间阅读我们的 <a
href="/communtiy_guidelines.vx" class="regular">社区指南</a>,谢谢。';
+ return '在注册之前请先花一些时间阅读我们的 <a
href="/community_guidelines.vx" class="regular">社区指南</a>,谢谢。';
}

public function take_a_tour() {
@@ -197,7 +197,7 @@
}

public function weblogs() {
- return '博客';
+ return '空间';
}

public function online_total() {
@@ -321,7 +321,7 @@
}

public function my_blogs() {
- return '我的博客网志';
+ return '我的空间';
}

public function my_messages() {
@@ -616,7 +616,7 @@
}

public function blog_create() {
- return '创建新的博客网站';
+ return '创建新的空间';
}

public function blog_manage_articles() {

Modified: trunk/res/mbox_unicode.php
==============================================================================
--- trunk/res/mbox_unicode.php (original)
+++ trunk/res/mbox_unicode.php Wed Dec 12 06:52:27 2007
@@ -3,4 +3,7 @@

$_mbox_unicode[] = 'gmail.com';
$_mbox_unicode[] = 'mac.com';
+$_mbox_unicode[] = '6.cn';
+$_mbox_unicode[] = '6rooms.com';
+$_mbox_unicode[] = 'v2ex.com';
?>

codesite...@google.com

unread,
Dec 12, 2007, 9:52:43 AM12/12/07
to v2ex-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages