0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Port of #371969 by dww, adapted and extended for cross-VCS purposes: Provide blocks for maintainer and developer commit information. More... almost 15 years ago
Block deltas are only varchar(32), so let's lose the 'versioncontrol_project_' prefix. (The module is stored in the block definition row anyways.) More... almost 15 years ago
Implement the 'project_relation' constraint for versioncontrol_get_operation(), and adapt to latest API changes for statistics retrieval. More... almost 15 years ago
Have blocks use string deltas instead of integer deltas. More... almost 15 years ago
Only alter forms and package tarballs if the project's VCS supports the functionality that is required for proper versioncontrol_release function. More... about 15 years ago
Get rid of the last CVS dependency in the packaging script, by using the new versioncontrol_export_directory() instead of cvslib_export(). More... about 15 years ago
Adapting to API update: versioncontrol_is_account_authorized() has swapped parameters. More... about 15 years ago
Bug fixing time. (Hat tip: PHP notices.) More... about 15 years ago
Use versioncontrol_get_parallel_items() instead of a pure database query. That causes a CVS invocation every time a release node is edited, and in turn, decreases the database load a bit. More... about 15 years ago
Also disallow to delete a release file when version control integration is enabled for the project. Now looks like on drupal.org for the file part. More... about 15 years ago
Now that the edit form doesn't require version to labelname conversions anymore, it's not required by any code in the module. That function was conceptually wrong anyways (at the very least, it could never really be written in a sensible default way that is website independent), so let's get rid of it altogether. More... about 15 years ago
Make the release edit form work about like it's supposed to. I think it's alright now. More... about 15 years ago
Port of #386048 by dww: Fixed bug in the validation that is supposed to prevent users from adding a release node from a branch that has the same version string as an existing release node from HEAD. Removing the code that disables the validation would help. More... about 15 years ago
Add 'dev' as version extra for branches in the default version number conversion algorighm. More... about 15 years ago
Port of #389972 by dww: Since db_set_ignore_slave() is now backported to d.o core, we want to use that instead of the $_SESSION['not_slavesafe'] hack. More... about 15 years ago
pid is now also aliased as project_nid, adapt the code that uses it. More... about 15 years ago
#381704 by DamZ, dww: Assign the $_SESSION variable after Drupal has been bootstrapped, in order to make node_load() more robust. More... about 15 years ago
#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. More... about 15 years ago
Introduce a function that checks whether or not the project uses version control integration, similar to project_use_cvs() (only better). More... about 15 years ago
#381704 by dww, pwolanin and DamZ, literally applied to versioncontrol_release too: Use node_save() instead of UPDATE {node} in the packaging script. More... about 15 years ago
Actually point the admin menu item to the correct callback function. More... about 15 years ago
* Move the CVSROOT setting closer to the cvs invocation, so that it'll be easier to factor out eventually. * Remove the "!$is_core" condition for $is_contrib as it's always true with different repo_id values. More... about 15 years ago
If we don't chdir() while calling Drupal functions, we don't need to initialize the theme system. A few weeks ago, merlinofchaos persuaded me that even with this hack, some Drupal functionality might still break. So we should try to avoid chdir'ing at all cost wherever possible. More... about 15 years ago
* Don't rebuild the form after pressing the final "Save" button. I finally understand now how this stuff works :) * Display the admin-defined release node creation message after inserting a release node. More... about 15 years ago
* Make packaging files work. Not yet perfect, but we're getting there. * Split out configuration variables into a file that is not version controlled (and only supplied as .example.inc file). * Improve stderr output. More... about 15 years ago
In my modules I want proper copyright headers. Adding copyright for the people that contributed non-trivial improvements to package-release-nodes.php from project_release, determined by a review of that file's CVS log. More... about 15 years ago
Initial commit of a port of project_release's CVS-centric package-release-nodes.php script to Version Control API. More... about 15 years ago
Alter $node->content in order to display the tag or branch, without relying on project_release's CVS-centric 'tag' property. More... about 15 years ago
Initial commit of the versioncontrolified release node integration. Doesn't quite work perfectly yet, but it's a good start. More... about 15 years ago
#377266 by Dave Reid: Swap hook_project_page_link_alter() arguments. Also, a few cosmetic updates in the file header comments. More... about 15 years ago