Downloads

Download tar.gz 717.03 KB
MD5: 33987d6b6d4a0f4032b6bf80868f5ae7
SHA-1: 365caa07efc7cabcbbf83efb0d878480530d268e
SHA-256: ed2acb39af0ccf69d37bffb8c9f32d6dab13c07400393fd0c77d6e5127574dc1
Download zip 820.21 KB
MD5: 0f4add72c4c359d780d86ab4af8ed711
SHA-1: 8e86a50752f02d366b0b38de25b733876426f836
SHA-256: f69fa42c0045cb55bb0bb26f1688ca7503b58bee6cab94620c4ff03a1bbd8c48

Release notes

The second beta release of Drupal 5.0.

Changes since 5.0-beta1:

  • #38278 by edkwh and Kjartan. Don't offer the impossible option of filtering on nodes with two types.
  • #48178 by kkaefer. Only save the menu item expanded attribute if it is set.
  • #54167 by Ralf Stamm. Prevent editing the locked roles.
  • #72467 by m3avrck. Better display for long book page and forum topic titles.
  • #72467 by profix898. Make the modules page fieldsets less useless.
  • #72674 by kkaefer. Make adding menu items for local tasks not interfere with the local task.
  • #76931 by robertDouglass. Remove an instance of loading uid 0.
  • #77366 by yched and webernet. Fix the apparently unchanged theme notice.
  • #79804 by pwolanin. Junk keeps falling in $user->data.
  • #80257 by Jaza. Add a hook for content type changes and use it for keeping vocabulary associations.
  • #83190 by webchick. Remove misleading links.
  • #83202 by Jaza. Separate out node type deletion API and use it to keep {vocabulary_node_types} updated.
  • #83288 by chx and pwolanin. Remove a redundant access check.
  • #84189 by webchick. Properly initialize variables.
  • #84961: Add 'select all' and range select feature to admin tables.
  • #85062 by pwolanin. Update node type names for renamed content types in theme settings.
  • #85358 by hunmonk. Fix variable substituition in adminitrator notification of pending accounts.
  • #85689 by webchick. Fix an improper return value.
  • #86842 by pwolanin. Clone nodes to keep the cache sanitized.
  • #86842 by pwolanin. Don't attempt to clone non-object nodes.
  • #87474 by webernet. Move the log message field from book to node module.
  • #87700 by webchick. Link to specific modules in permissions.
  • #88030 by beginner. Properly initialize a variable.
  • #88045 by kkaefer. Keep focus after expanding a fieldset.
  • #88843 by lyricnz. Properly check if dependencies are set.
  • #89059 by jvandervort, andeeeb, and Shakur. Decode destination path.
  • #89200 by kkaefer, RobRoy, and Gurpartap. Redo admin/help glossary.
  • #90395 by joshk, mj2308, and kkaefer. Fix book outline saving.
  • #90508 by Heine and the security team. Every form gets a token.
  • #91046 by jvandyk. Fix handling of expired sessions.
  • #91089 by Steven. Reshuffle the order of menus on their administration page.
  • #91624 by chx and RobRoy. PHP has an inconsistentcy about magic quoting which we have to work around.
  • #91817 by webchick and Jaza. Authors should always be ble to view thier own posts.
  • #92059 by Rok Zlender. Disab;e color picker when private file dopwnloads are being used (temporary solution).
  • #92149 by Egon Bianchet. Fix an uncapitalized link.
  • #92372 by ac. Fix alignment of a couple inline buttons. (You need to resave your colors to wipe out the Garland CSS cache.)
  • #92430 by Jo Wouters. Encode blobs as blobs.
  • #92936 by webchick. Radios must always have something selected.
  • #93078 by Frando. array_shift needs a real variable for pass by reference.
  • #93187: Add header region to Garland theme
  • #93188 by keve. Wipe the cache when we reshuffe node permissions.
  • #93212 by Jaza. Refactor module enabling for greater API avialiablity during hook_enable().
  • #93289 by webchick. Remove the first step from the new site todo list when it is done.
  • #93491 by chx. Don't attempt to read non-existent timers.
  • #93506 by sammys. Postgres needs a different column type for source and target.
  • #93816 by lyricnz. PHP notice cleanup.
  • #93821 by lyricnz. Fix an undefined variable.
  • #93824 by edkwh. Bad default for a radio button.
  • #93882 by skeen. sites/all/* was being scanned instead of sites/all/module/*.
  • #93945 by chx. Save sessions before objects are destroyed on some configurations.
  • #97231 by pwolanin. Keep the node type in a property and use it consistently.
  • #97317 by Jaza. Avoid over-caching.
  • #97640 by imagine. Don't encode & in translated strings.
  • #97686 by chx. Replace a loop with a standard PHP function.
  • #97824 by Gurpartap. Move enclosing elements outside of their t().
  • #97824 by webchick. Move enclosing elements out of t().
  • #97941 by havran. Remove a trailing slash which confuses certain versions of PHP.
  • #97941 by webchick. Consistent defaults for 'site_name' variable.
  • #97995 by chx. Only make menu items when the path is correct.
  • #98078 by Heine. Fix double escaping on admin/build/blocks.
  • #98359 by webchick. Change 'web site' to more common usage, 'website.'
  • #98384 by RobRoy. Add a space between two sentences.
  • #98551 by sammys. The de facto standard for URL length is 2048 characters. So 128 isn't enough.
  • #99579 by Heine. Don't placeholder the number of comments per page.
  • #99645 by chx. Reshuffle some comments.
  • #99708 by jvandyk. Proper use of ;.
  • #97212 by dodazzi: added a clear.
  • #98366 by webchick and ac: simplified strings for translators.
  • #12984 by walkah: blogapi fixes.
  • #41293 by edkwh et al: proper validation of role names (duplicates).
  • #49115 by pwolanin: work around a limit of the number of blocks/boxes.
  • #62035 by scroogie: removed redundant query.
  • #63267 by profix et al: trim the content of the 'pages' setting so it can be evaluated properly.
  • #72487 by chx et al: removing broken API.
  • #78732 by webchick et al: made Drupal sessions work with sha1 session ids.
  • #81076 by Bart Jansens: documentation correction.
  • #84146 by RobRoy: missing capitalization fixes.
  • #87298 by webchick, neil, dww et al: show version numbers on modules page.
  • #87639 by yched, nickl and profix: use fieldsets.
  • #88402 by chx et al: made it possible to remove profile field.
  • #90606 by Neil: node edit type form does not honor 'has title' and 'has body' settings.
  • #91906 by kkaefer and RobRoy: usability improvement to the block administration interface.
  • #92365 by chx: Garland does not display secondary tabs when color module is off.
  • #92696 by Tobias and Dave: broken Garland logo when using subdirectories.
  • #92845 by chx: fixed contact module placeholders in e-mail messages.
  • #92923 by webchick: made the installer more robust to missing modules.
  • #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
  • #93042 by profix898: fixed the inconsistent who's online message.
  • #93204 by chx et al: made Drupal work on FastCGI setups.
  • #93410 by bjaspan: theme_links() generated invalid XHTML in absence of links.
  • #93536 by Gabor: eliminate remaining bluemarine traces from core code.
  • #93678 by chx: book module not updating the database properly.
  • #93945 by chx, jhm, et al: remove some session handler cruft from the mysqli database backend.
  • #97889 by pwolanin, webchick et al: book documentation improvements.
  • #97907 by webchick: restore 'more help' links.
  • #98059 by chx: trying to get the never-ending regex mess right.
  • #98063 by jhm: user_admin_access_form ignores the default value for access type.
  • #98261 by lyricnz: fixed warning.
  • #98293 by Steven: remove restrictions on path aliases.
  • #98343 by Moshe: small code cleanup. Improved usage of FAPI2.
  • #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'.
  • #98365 by webchick and RobRoy: added missing t() functions.
  • #98688 by greggles: string cleanup. Follow RFC2606 and use example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
  • #99027 by greggles and webchick: help users request a new password when registration fails.
  • #99114 by kkaefer: proper capitalization of module names.
  • #99128 by robertDouglass and RobRoy: added an index to the watchdog table.
  • #99180 by webchick and chx: validate type the content type names.
  • #99245 by m3avrck: make consistent use of url() in CSS files.
  • #99287 by webchick: missed some title capitalizations.
  • #99517 by webchick and chx: fixed bogus regex.
  • Add missing array keys to fields when building user profile view, to make hook_profile_alter() use more consistent.
  • Change url('') to url() in CSS
  • Fixing a PHP notice with proper checking.
  • Clear the cache when a theme's settings are saved.
  • Remove a useless fieldset.
  • Style block region markers in garland
  • Updating to jQuery 1.0.3 (JS features verified to work)

What’s next?

  1. Learn how to install Drupal
  2. Learn how to update Drupal
  3. Extend Drupal to do more
  4. Get training
  5. Check out what others built
Created by: dries
Created on: 28 Nov 2006 at 16:36 UTC
Last updated: 31 Jul 2018 at 17:26 UTC
Insecure
Unsupported

Other releases