Download & Extend

Releases for Project

project 7.x-2.0-unstable1

Download Size md5 hash
project-7.x-2.0-unstable1.tar.gz 122.98 KB 715f2bdb82fa4699aca639b6212f1581
project-7.x-2.0-unstable1.zip 163.84 KB a5de997ee93aa67a5bbe03ea73138f7b
Last updated: January 31, 2013 - 00:09
Official release from tag: 7.x-2.0-unstable1

Release notes

The first D7 release of project module. See also 7.x-2.x-dev's release notes.

Note that there is no supported upgrade path from the D6 version yet.

project 7.x-2.x-dev

Download Size md5 hash
project-7.x-2.x-dev.tar.gz 121.94 KB addf84310c6cd55c0482327e0d49f857
project-7.x-2.x-dev.zip 163.53 KB 33b86362615678b4cbe2431a0c6b9d12
Last packaged version: 7.x-2.0-unstable1+28-dev
Last updated: May 25, 2013 - 03:00
Development snapshot from branch: 7.x-2.x

Release notes

Development branch for the 7.x-2.x branch of project module. Note that this is a complete rewrite from the 6.x-1.x branch.

project 6.x-1.0-alpha5

Download Size md5 hash
project-6.x-1.0-alpha5.tar.gz 162.53 KB 0443bfa892941bfe0e9ff2b5470feadd
project-6.x-1.0-alpha5.zip 210.38 KB 85f062e78f7448788cffd650c5b933d7
Last updated: September 25, 2011 - 06:26
Official release from tag: 6.x-1.0-alpha5

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

Read more

project 6.x-1.0-alpha4

Download Size md5 hash
project-6.x-1.0-alpha4.tar.gz 160.57 KB 9e6acb43bc405e3ac5d93a7303724c2d
project-6.x-1.0-alpha4.zip 228.47 KB 7e3c6d9ae99ffeb42cc7277bac297bd6
Last updated: December 24, 2010 - 21:42
Official release from tag: 6.x-1.0-alpha4

Release notes

New features since version 6.x-1.0-alpha3

  • #635892 by dww: Initial commit of the project_package module to track what items are included in package releases. At this point, it's just a database table populated by the packaging script, and Views support.
  • #642106 by dww: Initial native support for a "Release type" vocabulary.
  • #642110 by dww: Initial native support for a "Security update" term.
  • #642112 by dww: Added a denormalized latest_security_release column to {project_release_supported_versions} to facilitate #642114, simplify queries, and to expose this information to Views.
  • #642114 by dww: Compute and maintain the update status for every release node.
    • Added views support for the release update status code.
    • #645076 by dww: Properly set {prn}.update_status in the case of packages.
  • #642096 by dww: Added a {project_release_nodes}.version_extra_weight column to provide a better mechanism for sorting releases with version_extra defined.
Read more

project 6.x-1.0-alpha3

Download Size md5 hash
project-6.x-1.0-alpha3.tar.gz 146.39 KB c0b1bdc79cf4c5166619c210179ac61f
project-6.x-1.0-alpha3.zip 205.9 KB 91a9428609357a25eb38b937acc61a3f
Last updated: December 24, 2010 - 21:42
Official release from tag: 6.x-1.0-alpha3

Release notes

First official release compatible with Drupal 6 core (note that the alpha1 and alpha2 releases were tagged months ago but never officially released -- they were used internally for initial deployment on drupal.org). There are still a number of known issues before we're ready to release an official 6.x-1.0 release. There will almost certainly be more schema and API changes. However, in the near future, the HEAD branch will be a bit unstable, so sites that are already using the 6.x-1.x-dev release are encouraged to upgrade to this official release and stay there, instead of continuing to use 6.x-1.x-dev.

The detailed list of changes are available by reading the CVS messages. A summarized list of detailed changes might be posted here later...

project 6.x-1.x-dev

Download Size md5 hash
project-6.x-1.x-dev.tar.gz 161.82 KB ed3cd1897c6d94956a81bdfd315abb71
project-6.x-1.x-dev.zip 212.04 KB 0bd5205a09fdc866c26e109234a2ffcd
Last packaged version: 6.x-1.0-alpha5+44-dev
Last updated: May 25, 2013 - 03:00
Development snapshot from branch: 6.x-1.x

Release notes

Initial port to Drupal 6 API. Views (6.x-2.5 or higher) is now required to run project*. This code is mostly working, but there's no guarantee that the upgrade path is stabilized. There are still a number of known bugs we need to resolve before an official release, particularly in the project browsing views. Production sites should not upgrade until there's an official release.

project 5.x-1.3

Download Size md5 hash
project-5.x-1.3.tar.gz 141.15 KB 94c285630cde2582ab05946b2dfc2167
project-5.x-1.3.zip 165.87 KB c1d4b0653e3918ee3d271346042f5953
Last updated: December 24, 2010 - 21:42
Official release from tag: 5.x-1.3

Release notes

This release fixes two security vulnerabilities described in DRUPAL-SA-CONTRIB-2009-001. Sites are urged to upgrade immediately. In addition to these security updates, this release includes the following changes since version 5.x-1.2:

Project module

Bug fixes

  • #235037 by aclight and dww: Fixed critical bugs in project_page_overview() query and logic. It wasn't using the {project_release_supported_versions} table, so download links were sometimes pointing to the wrong releases.
  • #239240 by aclight and hunmonk: Fixed bug where browse by date only worked with project_release and taxonomy modules (for no good reason).
  • #211188 by aclight: Fixed bug where project node teasers were different when filtering by a version which was caused by the node type not being included in the query for the project browsing pages.
  • #233052 by aclight: Fixed bug with hook_project_page_link_alter() when a project disables its issue tracker.
  • #327285 by dww: Fixed bug introduced in #218571 where release-related links were added to project nodes that had disabled releases.
Read more

project 5.x-1.2

Download Size md5 hash
project-5.x-1.2.tar.gz 124.85 KB c5e9e2f9ca2aa217968e40f80136fd32
project-5.x-1.2.zip 144 KB 37998dcd6bdceb2ea602a81d76f6c516
Last updated: December 24, 2010 - 21:42
Official release from tag: 5.x-1.2

Release notes

Changes since DRUPAL-5--1-1:

Read more

project 4.7.x-2.4

Download Size md5 hash
project-4.7.x-2.4.tar.gz 57.77 KB df0b2729e6f7a094cd4e4c0aa5bfaba5
project-4.7.x-2.4.zip 67.64 KB 7fb4d89813d82a1859e7988ac3d0e985
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-2.4

Release notes

Changes since version 4.7.x-2.3:

Read more

project 5.x-1.1

Download Size md5 hash
project-5.x-1.1.tar.gz 116.01 KB 1d7efcb8d64defd7b99cb5a993675dcf
project-5.x-1.1.zip 137.02 KB 2a1ca33cfa1ea79f6b68cc25740710cf
Last updated: December 24, 2010 - 21:42
Official release from tag: 5.x-1.1

Release notes

Bugs fixed since version 5.x-1.0:

Read more

project 4.7.x-1.4

Download Size md5 hash
project-4.7.x-1.4.tar.gz 54.51 KB 1ef983ee07f4dc5eed4f90bde3324705
project-4.7.x-1.4.zip 64.05 KB 9ea5b4b8dc6c3c0202b1c82de21ea9ee
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-1.4

Release notes

NOTE: Unless critical bugs are uncovered, this will be the last official release for the 4.7.x-1.* series. All users are strongly encouraged to upgrade to at least 4.7.x-2.*, or better yet, 5.x-1.*, as soon as feasible. Support for this release series is basically over.

Changes since version 4.7.x-1.3:

Read more

project 4.7.x-2.3

Download Size md5 hash
project-4.7.x-2.3.tar.gz 81.57 KB 8fa5fbb37b50fbfa7213ff33c4487694
project-4.7.x-2.3.zip 98.54 KB 032d4c6f87442b51730fec515ae40e92
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-2.3

Release notes

This release addresses an access bypass security issue, DRUPAL-SA-2007-020. Sites that try to restrict access to projects based on the 'access projects' or 'access own projects' permissions should upgrade immediately.

Other changes since 4.7.x-2.2:

Read more

project 5.x-1.0

Download Size md5 hash
project-5.x-1.0.tar.gz 116.08 KB cc40877e23a4fbdaae9a8f2ee3286c5f
project-5.x-1.0.zip 133.47 KB 2c9de1cb7939755ba3123e0e04a80150
Last updated: December 24, 2010 - 21:42
Official release from tag: 5.x-1.0

Release notes

This release addresses an access bypass security issue, DRUPAL-SA-2007-020. Sites that try to restrict access to projects based on the 'access projects' or 'access own projects' permissions should upgrade immediately.

Other changes since 5.x-0.1-beta:

Read more

project 4.7.x-1.3

Download Size md5 hash
project-4.7.x-1.3.tar.gz 54.5 KB e4aeae960082cfd8759f3ce3da8ac44c
project-4.7.x-1.3.zip 66.35 KB 5048a8592b55e787f3a9ff4f472b1a48
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-1.3

Release notes

This release addresses an access bypass security issue, DRUPAL-SA-2007-020. Sites that try to restrict access to projects based on the 'access projects' or 'access own projects' permissions should upgrade immediately.

Other changes since 4.7.x-1.2:

Read more

project 4.7.x-2.2

Download Size md5 hash
project-4.7.x-2.2.tar.gz 78.44 KB 998f593cf470b99cf89b5ea4505f3ab2
project-4.7.x-2.2.zip 95.12 KB 7e5f5529a6e484e75b599f22352305f2
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-2.2

Release notes

This release fixes a security vulnerability, all users of project (4.7.x-2.x) are urged to upgrade. For more details, see DRUPAL-SA-2007-004.

Besides the security fix, the other changes since project-4.7.x-2.1:

Read more

project 4.7.x-1.2

Download Size md5 hash
project-4.7.x-1.2.tar.gz 55.4 KB b60da806991c58e1689934d4deffb1a0
project-4.7.x-1.2.zip 69.19 KB f53eee16edfc2d0ef4a30fbc11972e4b
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-1.2

Release notes

This release fixes a security vulnerability, all users of project-4.7.x-1.x (or 4.7.0 from before the new release system) are urged to upgrade. For more details, see DRUPAL-SA-2007-004.

Besides the security fix, the only other changes in this release are bug fixes since project-4.7.x-1.1:

  • #100901: there was 1 more call to project_project_set_location() which i missed when backporting this fix to DRUPAL-4-7. :( This causes undefined function errors when you try to add a release in 4.7.x-1.*.
  • #11879: removing dead hook_content() code
  • removing weird stale code that's initializing things from $_GET in hook_form() which was added in revision 1.15, 2003.
  • hook_form() doesn't need $node passed by reference. Removing some stray whitespace and a line of commented-out dead code.
  • #104837: remove unneeded t() and double check_plain() + check_url()
  • removing cruft that's no longer relevant or desired: we don't want checkboxes to be inline'ed on project node forms.
  • #105228: fix CSS to handle new behavior of FAPI #prefix/#suffix (#100787)
  • use l() to generate links instead of our own custom code
Read more

project 5.x-0.1-beta

Download Size md5 hash
project-5.x-0.1-beta.tar.gz 79.41 KB c2aeb879a745e1893058bca2b4d35b2a
project-5.x-0.1-beta.zip 96.57 KB f1a69a8dc77d904e29f58c92c1897de7
Last updated: December 24, 2010 - 21:42
Official release from tag: 5.x-0.1-beta

Release notes

This release fixes a security vulnerability, all users of project 5.x-0.x-dev from before 2007-01-23 are urged to upgrade. For more details, see DRUPAL-SA-2007-004.

NOTE: The upgrade path from 4.7.x-1.* version of the Project module is still very confusing, undocumented, and error prone. Sites that use the project module are strongly recommended to not upgrade to Drupal core 5.x until the official 5.x-1.0 release of this module is available.

Besides the security fix, other changes in this release include:

  • #99759: Preliminary support for Drupal core 5.x.
  • #105192: finish separation of project.css and project_issue.css. Cleans up and reorganizes a bunch of css, fixes div classes, etc.
  • #106633: Use jQuery/JS to hide 2nd level project taxonomy term selects in project node editing.
  • All bug fixes and new features from the 4.7.x-2.* series.

project 5.x-1.x-dev

Download Size md5 hash
project-5.x-1.x-dev.tar.gz 87.46 KB 902377e0436912833183aacc458eb02d
project-5.x-1.x-dev.zip 100.26 KB 4b6b4c71cac207641e5a53dfe32ce563
Last packaged version: 5.x-1.3+22-dev
Last updated: May 25, 2013 - 03:00
Development snapshot from branch: 5.x-1.x

Release notes

The development snapshot of the version for the 5.x API of Drupal Core.
Please do not run it on a production site.

project 4.7.x-1.1

Download Size md5 hash
project-4.7.x-1.1.tar.gz 42.57 KB 29cf0b2aa38d61443dc106a7377884d1
project-4.7.x-1.1.zip 52.16 KB 3d343d7aead1b1c10f31dba3c8e0d65e
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-1.1

Release notes

This release fixes a security vulnerability, all users of project (4.7.x-1.0 or 4.7.0 from before the new release system) are urged to upgrade. For more details, see DRUPAL-SA-2006-031.

Besides the security fix, the only other changes in this release are bug fixes since project-4.7.x-1.0:

  • #94000: adding $Name$ tags for automated version identification
  • #78704 (patch by garywiz with slight code-style changes by dww): Project view permissions incorrectly override all other access controls.
  • #100901: use drupal_set_breadcrumb(), not menu_set_location(). This also provides other breadcrumb cleanup and code simplification.
  • #83140: Browse modules pages need informative page titles (in particular, when browsing by categories, since you used to have no way to know what category you were looking at).

project 4.7.x-2.1

Download Size md5 hash
project-4.7.x-2.1.tar.gz 63.3 KB 8c00f7bb832e83d3ce88b2ace5748f9d
project-4.7.x-2.1.zip 75.89 KB fb9daaeba5f5c5891de024c1de606844
Last updated: December 24, 2010 - 21:42
Official release from tag: 4.7.x-2.1

Release notes

This release fixes a security vulnerability, all users of project 4.7.x-2.0 are urged to upgrade. For more details, see DRUPAL-SA-2006-031.

This release includes new database updates. After you upgrade, you should run update.php for your site:

  • project_release_update_1(): Adds the {project_release_default_versions} table for branch-aware default versions and populates it the best it can. See #89538 for details.
  • project_release_update_2(): Adds a new column to the {project_release_projects} table that determines if the development snapshot table should be shown on project nodes. See #101887 and #89539 for details.

Other changes since project 4.7.x-2.0:

Bugs fixed:

  • #97173: Download link targets other project's tarball. We were missing an unset() from #93471 and that's causing the wrong download links to be used since we're always using the same project identifier.
  • #96986: Minor bug in breadcrumb on releases (patch by Gurpartap, modified by dww to be slightly more clear, and to fix the $breadcumb[] element for the release itself, since we were using $node not $release).
Read more
Subscribe with RSS Syndicate content