CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
June 1, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.25
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.77Port of #371969 by dww, adapted and extended for cross-VCS purposes: Provide blocks for maintainer and developer commit information.
May 31, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.24
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.76Block deltas are only varchar(32), so let's lose the 'versioncontrol_project_' prefix. (The module is stored in the block definition row anyways.) Hopefully, nobody has yet executed that update function. If someone did, just reconfigure your blocks please.
May 29, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.75
Implement the 'project_relation' constraint for versioncontrol_get_operation(), and adapt to latest API changes for statistics retrieval.
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.23
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.74Have blocks use string deltas instead of integer deltas.
April 3, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.73
Adapting to API update: versioncontrol_is_account_authorized() has swapped parameters.
March 21, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.72
Bug fixing time. (Hat tip: PHP notices.)
February 27, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.71
#67251 by dww, ported from cvslog to versioncontrol_project by myself: Move the implementation of hook_project_issue_assignees() out of drupalorg.module into versioncontrol_project where it really belongs. All users with commit access to a project can now assign issues to each other.
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.70
Introduce a function that checks whether or not the project uses version control integration, similar to project_use_cvs() (only better). Also, have the settings page item's description say what it actually does, and fix grammar in the copyright header.
February 19, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.info 1.4
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.22
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.69#377266 by Dave Reid: Swap hook_project_page_link_alter() arguments. Also, a few cosmetic updates in the file header comments.
February 16, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.68
Also write project/operation associations if the project/item association already exists, which happens for branch and tag operations. Those project/* associations should really work correctly now, I think.
