Drupal 4.7.0 Beta 1 is Out!

Kzeng怎么还没出来喊?我先替他喊两声,哈哈。大概看了看Dries的说明,新加的这几个功能都比较感兴趣,比如better revision handling,free tagging,improved search functionality,theme-specific block regions,AJAX-enabled auto-completion。看来动作还不小。对了,还有个抓bug大赛,前三名都有美刀大奖,嗯,赶紧当下来试一试。再慢慢等着看kzeng的总结,呵呵。

上周五下了4.7.0beta1试了试,感觉还是有一些小bug,比如中文upgrade无法提交,对4.6.3数据库更新有一点小问题,freelinking的中文问题等等,希望正式版本早点出来。因为最近打算对这个blog最一点小变动,打算等到4.7正式出来再一并改动吧。


Comments

1 - Felix Ding (未验证)
刚才刚刚安装了最新的4.6.4,可是经常出现这个错误,请问有办法吗?
user error: Access denied for user: 'auser@localhost' to database 'dbname'
query: LOCK TABLES sequences WRITE in /usr/local/www/includes/database.mysql.inc on line 66.
2 - teaman (未验证)
虚拟主机上的设置应该是这样的:
在sites\default\setting.php里设置
$db_url = 'mysql://user:password@localhost/database';

其中localhost不变

$base_url = '你的域名'
3 - teaman (未验证)
我的drupal的翻页栏不知道为什么坏掉了。本来应该是node&from=数字,但现在在链接里多了个&amp:的符号,变成本来应该是node&amp:from=数字,导致翻页失败。我弄了很长时间也找不出原因,希望帮帮我。谢谢!
4 - 大米
你是用的4.6.4吗?kzeng说的那个补丁应该能解决这个问题吧。我的还是4.6.3,一直没升级,呵呵,所以也没碰到过这个问题。
5 - 大米
对,应该是这个问题
6 - Felix (未验证)
呵呵,当然不是这个错误-处于安全方面的考虑我在这里贴的有关数据库帐户和服务器配置等信息已经修改过了。找到原因了,DRUPAL在数据库操作上比较特殊,要求有LOCK权限,官方站点上对这个问题讨论也不少:
http://drupal.org/node/17241
7 - 大米
呵呵,我根本没看到你query那一行。以前还真不知道Drupal需要LOCK权限,thanks :)
8 - Felix (未验证)
呵呵,不用客气 :)再问问:http://creativebits.org/ 这个站点的permanent link是怎么实现的呢?没找到这个module。
9 - 大米
应该是pathauto这个模块,我原来试用过4.6的,不知道4.7怎么样。
10 - Felix (未验证)
我也觉得是pathauto,听你这么一说就敢肯定了。可惜pathauto还不兼容4.7。

发表新评论

此内容将保密,不会被其他人看见。
  • 允许的 HTML 标签: <blockquote> <div> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • You can use BBCode tags in the text, URLs will automatically be converted to links.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Every instance of "<!--tableofcontents-->" in the input text will be replaced with a collapsible mediawiki-style table of contents. Accepts options for title, list style, minimum heading level, and maximum heading level as follows: <!--tableofcontents list: ol; title: Table of Contents; minlevel: 1; maxlevel: 3;-->. All arguments are optional and defaults are shown.
  • Every instance heading tags will be modified to include an id attribute for anchor linking.
  • Images can be added to this post.
  • 网页地址和电子邮件地址将会被自动转换为链接。

更多格式化选项信息