当前位置

Exactly 3 years ago on January 1th 2001, Drupal 1.0.0 was released. To celebrate both this event and the start of a new year, the Drupal project is pleased to release version 4.3.2 of its open source content management platform. This release is made available exactly one month after the 4.3.1 release and two months after the 4.3.0 release. As no critical bugs have been identified, this is a minor bugfix and maintenance release. There are no new features in this installment.


[b]Changes[/b]
[list]
[*]Fixed the news aggregator's encoding detection.
[*]Fixed links being shown for forum containers.
[*]Fixed "Who is online" block not respecting the "user list length" setting.
[*]Fixed bug 4457: make sure to cut off the teaser after the

tag, not before the

tag.
[*]Fixed bug 4416: don't e-mail new passwords to blocked users.
[*]Fixed bug 4667: reset users to "authenticated users" when their role is deleted.
[*]Fixed bug 4652: don't lose a post's vocabulary terms after getting promoted, declined or expired by the moderation queue.
[*]Translation fix: fixed three usages of format_interval().
[*]Added some Apache 2 specific instructions to the .htaccess file.
[/list]

[b]Upgrade[/b]

To upgrade, upload all of the files and directories in the Drupal 4.3.2 package to your webserver, replacing older copies of the files. No database changes have been made so there is no need to run Drupal's upgrade script. All contributed themes and modules that work for 4.3.0 and 4.3.1 will work with 4.3.2. Though, like with any upgrade, it is a good idea to backup your database first.
Download

As an open source software project maintained and developed by a community, Drupal is free to download and use.

下一个版本的 Drupal 有很大的性能提升,尤其是它提供了一个全新的“节流”模块:当网站浏览猛增时,可以实现自动节流,以保证网站的正常运行;这个功能对大型网站非常有用,尤其是当遭到 DoS 攻击时,该功能的作用将更加显著。也就是说,通过该模块,您的 Drupal 站点将有一定的抗 DoS 攻击能力。

评论

有時在上傳時不能成功。

現在又正常了。

据说cvs和下一个版本对现有的主题不兼容。

我们的drupal是放在cosoft上的,cosoft好像有流量限制。
白天上cosoft的人多,所以慢点。不过drupal已经够快了。
以前用tiki,好慢慢哟。

jackey
Email: [email protected]

所有的 theme 函数都改了,所以……呵呵。



下一个版本发生的变化:




Drupal x.x.x, xxxx-xx-xx

------------------------




- added support for the MetaWeblog API and MovableType extensions.

- added a file API: enables better document management.

- improved the watchdog and search module to log search keys.

- comment module:

* made it possible to disable the "comment viewing controls".


- performance:

* improved module loading when serving cached pages.

* made it possible to automatically disable modules when under heavy load.

* made it possible to automatically disable blocks when under heavy load.

* improved performance of locale module and reduced memory footprint.


- theme system:

* made all theme functions start with 'theme_'.

* made all theme functions return their output.

* migrated away from using the BaseTheme class.

* added many new theme functions and refactored existing theme functions.

* replaced theme "UnConeD" by "Chameleon".


- usability:

* added breadcrumb navigation to all pages.

* made it possible to add context-sensitive help to all pages.

* replaced drop-down menus by radio buttons where appropriate.

* removed the 'magic_quotes_gpc = 0' requirement.


- accessibility:

* made themes degrade gracefully in absence of CSS.

* grouped form elements using '<fieldset&gt' and '<legend>' tags.

* added '<label>' tags to form elements.


- refactored 404 (file not found) handling to support custom 404 pages.


- documentation:

* added PHPDoc/Doxygen comments.

那可不可以了解一下具體限制是
1。上下載bandwidth流量,
2。還是同時使用人數(concurrent connections),
3。還是資源(CUP,RAM)?

如果只是bandwidth, 那可加載頁面後處理的壓縮(gz)功能嗎?
這樣做會減少 1 的使用,但增加 3的使用。