[project-babel commit] r317 - in trunk: apache htdocs/core htdocs/css/mobile

0 views
Skip to first unread message

codesite...@google.com

unread,
Mar 17, 2008, 9:32:01 AM3/17/08
to v2ex-...@googlegroups.com
Author: v2ex.livid
Date: Mon Mar 17 06:31:53 2008
New Revision: 317

Modified:
trunk/apache/babel.conf
trunk/htdocs/core/StandaloneCore.php
trunk/htdocs/css/mobile/style.css

Log:
Getting real

Modified: trunk/apache/babel.conf
==============================================================================
--- trunk/apache/babel.conf (original)
+++ trunk/apache/babel.conf Mon Mar 17 06:31:53 2008
@@ -6,7 +6,6 @@
RewriteEngine On

Include /www/babel/apache/rewrite.conf
- Include /www/babel/apache/rewrite_iphone.conf

DocumentRoot /www/babel/htdocs/
<Directory />

Modified: trunk/htdocs/core/StandaloneCore.php
==============================================================================
--- trunk/htdocs/core/StandaloneCore.php (original)
+++ trunk/htdocs/core/StandaloneCore.php Mon Mar 17 06:31:53 2008
@@ -1416,7 +1416,7 @@
if ($_weblog['blg_uid'] == $this->User->usr_id) {
if (isset($_POST['blg_links'])) {
$blg_links = fetch_multi($_POST['blg_links']);
- if (strlen($blg_links) > 400) {
+ if (strlen($blg_links) > 2048) {
$_SESSION['babel_message_weblog'] = '链接描述文本过长';
} else {
$blg_links = str_replace('\|', '{$pipeline}', $blg_links);

Modified: trunk/htdocs/css/mobile/style.css
==============================================================================
--- trunk/htdocs/css/mobile/style.css (original)
+++ trunk/htdocs/css/mobile/style.css Mon Mar 17 06:31:53 2008
@@ -2,6 +2,8 @@
padding: 3px;
margin: 0px;
background-color: #FFF;
+-webkit-text-size-adjust: none;
+-webkit-user-select: none;
}

h1 {

Reply all
Reply to author
Forward
0 new messages