Closed (fixed)
Project:
CVS integration
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2007 at 12:25 UTC
Updated:
2 Mar 2008 at 15:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
AjK commentedMoving this issue to the CVSlog module as the string is hardcoded into that.
Comment #2
AjK commentedand a patch.....
Comment #3
gerhard killesreiter commentedFor now, I've modified the install at drupal.org.
Comment #4
hunmonk commentedwe need a define for this -- it shouldn't be buried in the code.
Comment #5
dwwFurthermore, we need a way for sites to customize this application form. It's crazy that these questions are hard-coded. But sure, a php constant for now is at least a small step in the right direction.
p.s. hunmonk, no crazy theme functions for this, ok? ;)
Comment #6
jpetso commentedIn Version Control API's Account Status module, I provided a one-question default condition and error message, both of which can be customized in the admin settings form. Sites that absolutely cannot live without multiple No/Yes questions can implement hook_versioncontrol_account_status_conditions_alter() (yeah, the name is awfully long, but what can I do). Well-known example:
At least, that would be one way to do it. Don't know if you like it this way or not.
Comment #7
jpetso commentedOn further thought, this could be made a replacement function than an altering one by placing it into a versioncontrol_account_status_local.inc file. I think I'll modify it this way.
Comment #8
hunmonk commentedadded the defines, deployed on d.o.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.