Downloads
Download tar.gz
55.4 KB
MD5: b60da806991c58e1689934d4deffb1a0
SHA-1: 58799344041d69f9f70e8ef12673c258d9456e29
SHA-256: ff0f96f66c82b58c2769391c491e11c29528e38d60abc7fb74ac6cab860d0a7c
Download zip
69.19 KB
MD5: f53eee16edfc2d0ef4a30fbc11972e4b
SHA-1: cf044a95daf77c7b23ccd0c21d407d1a30520ae9
SHA-256: 852945daef917c738a90dd411186df73034e93b56a3941cdc4d5b7ba2d2f7321
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
- minor code clean up on recent changes to project taxonomy UI
- #108678: node_access modules can't provide less restrictive update and delete rights to individual projects due to project_access() bug.
- #78245: homepage property is stored but never displayed on project nodes.