Downloads

Download project-6.x-1.0-alpha5.tar.gztar.gz 162.53 KB
MD5: 0443bfa892941bfe0e9ff2b5470feadd
SHA-1: e7a1b117bfb7adf7f1b976fc5bbf6561dfdf0a03
SHA-256: 6ae4e28721ac7e88abc91a5a169201250736a324668f603e6deb48af5c75e312
Download project-6.x-1.0-alpha5.zipzip 210.38 KB
MD5: 85f062e78f7448788cffd650c5b933d7
SHA-1: 4cbc2064d3a848cf9404d614b7f0d773c3653248
SHA-256: 33fc2046322e59d29d8362a3609d731c38db11d9995288c951e325b879f57fee

Release notes

Apologies to all the users of this module -- it's been far too long since we've done an official release! The drupal.org redesign, Git migration, the ability to package both .tar.gz and .zip files, and a number of other significant changes have all happened since alpha4. We're gearing up to do another round of fixes and improvements, so before we start merging all of that into the mainline branch we wanted to ship this release (which has been running quite happily on drupal.org for months).

New features since 6.x-1.0-alpha4

  • #986718 by mikey_p, dww: Added support for sandbox projects. See also: #991466, #994260, #1053168, #1070008, #1040044, #1026502, #1039120, #1028572
  • #69556 by dww, mikey_p: Added a 'Maintainers' tab on project nodes and a framework for per-project permissions.
  • #1024942 by dww: Added a ctools plugin system for site-specific logic for packaging release nodes. See also: #1019828, #1019354, #777068, #778228, #850340, #869164
  • #371957 by bdragon, csevb10, hunmonk, dww: Add customized per project type related vocabularies.
  • #11416 by dww, mikey_p: Added support for packaging and displaying .zip files. Generally improved support for handling multiple files attached to release nodes. See also: #1006346, #1006238, #652566
  • #1066522 by bdragon, dww: Added a {project_release_file}.downloads column.
  • #1200486 by rfay, dww: Invoke a hook when a release node is packaged.
  • #889922 by dww, hunmonk, bdragon: Added a metric for counting the number of releases created in a given time period for use with the Sampler API.
  • #878148 by dww, csevb10: Added a page for listing all project categories.
  • #455922 by dww: Added a project_index view for listing all projects by title. See also: #1087078
  • #781300 by hunmonk, mikey_p: Added an option to lock project short name.
  • Numerous improvements to the project_solr integration module:
    • #425986 by csevb10, hunmonk, mikey_p: Convert project browsing facet blocks to a navigation form. See also: #865510, #880598, #875438, #875472, #881004
    • #679060 by DamZ, csevb10, makara, dww: Cleaned up project_solr to use the latest apachesolr API (what's about to be 6.x-1.1).
    • #888400 by csevb10: Cleaned up handling of the sort field.
    • #428292 by csevb10, dww: Changes to support a version filter at /download.
    • #878290 by dww: Default for the 'project_solr_project_release_api_tids_alias' setting should not be 'drupal_core' but instead 'api_version'.
    • #875478 by csevb10, dww: Moved the human-readable alias of the release filter into hook_apachesolr_prepare_query() so it can be properly reused.
    • #862240 by csevb10: Provide additional solr facets for advanced project browsing -- adding the 'Most installed' facet.

Bugs fixed since 6.x-1.0-alpha4

  • #733286 by dww: Fixed release node validation bug that could allow multiple releases with the same version.
  • #1178942 Fixed bug preventing package contents from being recorded.
  • #347199 by dww, AmrMostafa: Fixed bug where various project tables were not populated on projects that were created before add-ons are enabled (e.g. {project_release_projects} and {project_issue_projects}).
  • #700018 by dww: Exposed {project_release_nodes}.version_extra_delta to views.
  • #654392 by BartVB, drewish: Fixed usage graphs by using an extended encoding for the Google chart request.
  • #721748 by hunmonk: Stale package items in -dev snapshot releases for profiles.
  • #708474 by bdragon, dww: Fixed bug where Views go missing if hook_views_default_views() is called multiple times (which seems to happen regularly in Views 6.x-2.* after 6.x-2.8).
  • #569370 by Dave Reid, sun: Fix problem in project.js when executing behaviors multiple times.
  • #1059992 by danillonunes, dww: Fixed bug where project.js was not loaded when form validation fails.
  • #358563 by dww: Fixed the breadcrumb on the node/N/release view.
  • #1003552 by mikey_p, dww: Pass the current project as an argument to hook_project_permission_info().
  • #898742 by drumm: Use API for term path in breadcrumb.
  • #908318 by drumm, dww: Fixed PHP notices when project sections are rendered as blocks.

Other changes since 6.x-1.0-alpha4

  • #774706 by mikey_p, dww: Added automated tests for project.module. Yay!!! See also: #877562, #774890, #776128, #774706
  • #913998 by dww: Removed the 'CVS Tree' field on project nodes. See also #1032634.
  • #1028396 by sdboyer: Added D6 hack for restricting project creation on behalf of versioncontrol_project (#186856)
  • #1040814 by dww: Changed the title and body labels on the project node form.
  • #1006246 by dww: Improved logic for filename parsing involving .tar extensions.
  • #1019542 by dww: Moved the 'tag' field on release nodes into the "Release identification" fieldset.
  • #1024970 by dww: Added a shared project_get_project_types() helper function
  • #889432 by dww: Simplified the project type term views argument validation.
  • #1089944: Fixed the INSTALL.txt file.
Created by: dww
Created on: 25 Sep 2011 at 06:25 UTC
Last updated: 31 Jul 2017 at 17:28 UTC
New features
Bug fixes

Other releases