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.install 1.23
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.74Have blocks use string deltas instead of integer deltas.
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 14, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.21
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.67* Implement the 'nids' operation constraint natively (with table joins). * Fix the item query for updating project/item associations when the project directory changes - it didn't include the repo_id, which is baad. * Move hook_enable() to versioncontrol_project.install, as it isn't executed in when residing in the .module file. * Use commitlog_operations_page() instead of commitlog_operations() so that query argument filters work also on node/$nid/commitlog.
February 10, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.20
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.66#363883 by jpetso: Keep track of nids for items and operations in the db. Still comes without directly hooking into the versioncontrol_get_operations() query, but even without that we can already cut down a lot on queries. Lose two API calls (get_statistics() and get_projects_for_operation()) in favor of lower-level code (direct queries or new constraints for versioncontrol_project_get_projects()). Also fix the user account page's project/commit display to work again. To the best of my knowledge, the project node integration module should now work correctly again, and more efficiently than ever before. Further performance improvements ('project_nids' constraint for versioncontrol_get_operations()) pending.
January 10, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.19
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.module 1.61D6 upgrade item 2.: Major FormAPI improvements.
January 7, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.18
Remove t() from table/column descriptions, like core did.
January 4, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.17
D6 upgrade item 3.: New Schema API. Converted using deadwood, manual tweaking and new table/column descriptions by myself.
January 2, 2009
-
Version Control / Project Node integration: /modules/versioncontrol_project/versioncontrol_project.install 1.16
Remove 5.x update functions, as the user is expected to upgrade from the latest 5.x-2.x release.
