Downloads
Download tar.gz
34.03 KB
MD5: a6dcace45f1fa89d41fd7bd236393d9a
SHA-1: 94673955720aa02b67e1448394f28b4b07b09703
SHA-256: c4b07b0f622596e0c808dac614a0704aa525f235b38761cc6dbaedacbb4652f8
Download zip
38.18 KB
MD5: 50d44457be7c95061d98b9042dffb453
SHA-1: 08e2f032cc495b93e02a71316dc8147add3feaa2
SHA-256: 9fa279a4bdfaf14d692fa6beb09068d940ef1f3d37652b4eda97e9c597848ca2
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:
- #11879: removing dead hook_content() code
- Reformatting menu item array declarations to be more readable.
- #105227: validation failing when project in URL doesn't match selected value in the form. This was due to bad logic in the form builder.
- #105704: foreach() warning if you do a completely empty advanced search.
- #105521: rip out bizzare "default version" behavior
- #105229: fix CSS to handle new behavior of FAPI #prefix/#suffix (#100787)
- Don't reuse the class="options" div, since that makes the "Publishing options" fieldset become inline, too. now, we use an "inline-options" div when we want everything floated and inline.
- #106783: "inline-table" messes up fieldsets on Opera. It's ignored by Firefox. Safari gets it right, but that's not enough reason to keep it.
- Minor cleanup for help text.
- #107352: title on "My projects" is wrong if you only have 1 project
- #108678: node_access modules can't provide less restrictive update and delete rights to individual project issues. same change as projects.
- #50789 by Heine (minor modifications and backporting by dww): module doesn't create "issue directory" automatically.
- cleanup "Content-Type:" and "Content-Length:" headers for downloading issue attachments (especially to make sure to specify the file size).