-
Modifying install files with field definitions for the saved_search type and adding a default custom search page to be used.
-
Added .install file which creates, the saved_search content type in hook_install, and deletes content type and associated fields in hook_uninstall.
-
Issue #1405688 by wonder95: Path length correction for trigger path
-
Adding more stuff for confidential issues.
-
Added db table, checkbox, and submit handler for confidential flag on issues.
-
Added project_admin realm for users with 'administer projects' permission.
-
More cleanup of project_access_node_grants.
-
Finally got project_access_node_grants cleaned up, including for filtering when account->uid = 0.
-
A couple minor tweaks.
-
Added code to project_access_node_grants to handle role grants only, a fix in project_access_node_access_records to actually return the correct grants array.