User login

Confirming a merge as non-destructive

It worked this time, anyway. Reviewed the diff (for two different revisions? brain/memory not working), and then when it appeared none of the changes conflicted, ran the subversion update.

-bash-3.00$ svn diff sites/default/modules/change_agents/user_profiles/user_profiles.module

Index: sites/default/modules/change_agents/user_profiles/user_profiles.module

--- sites/default/modules/change_agents/user_profiles/user_profiles.module (revision 760)
+++ sites/default/modules/change_agents/user_profiles/user_profiles.module (working copy)
@@ -353,10 +353,14 @@
$form['picture']['picture_upload']['#tip'] = $form['picture']['picture_upload']['#description'];
unset($form['picture']['picture_upload']['#description']);
}
+
+ unset($form['privatemsg_settings']['privatemsg_allow']);
+ /*
if($form['privatemsg_settings']['privatemsg_allow']['#description']) {
$form['privatemsg_settings']['privatemsg_allow']['#tip'] = $form['privatemsg_settings']['privatemsg_allow']['#description'];
unset($form['privatemsg_settings']['privatemsg_allow']['#description']);
}
+ */
if($form['privatemsg_settings']['privatemsg_setmessage_notify']['#description']) {
$form['privatemsg_settings']['privatemsg_setmessage_notify']['#tip'] = $form['privatemsg_settings']['privatemsg_setmessage_notify']['#description'];
unset($form['privatemsg_settings']['privatemsg_setmessage_notify']['#description']);

--- sites/default/modules/change_agents/user_profiles/user_profiles.module (revision 856)
+++ sites/default/modules/change_agents/user_profiles/user_profiles.module (working copy)
@@ -353,10 +353,14 @@
$form['picture']['picture_upload']['#tip'] = $form['picture']['picture_upload']['#description'];
unset($form['picture']['picture_upload']['#description']);
}
+
+ unset($form['privatemsg_settings']['privatemsg_allow']);
+ /*
if($form['privatemsg_settings']['privatemsg_allow']['#description']) {
$form['privatemsg_settings']['privatemsg_allow']['#tip'] = $form['privatemsg_settings']['privatemsg_allow']['#description'];
unset($form['privatemsg_settings']['privatemsg_allow']['#description']);
}
+ */
if($form['privatemsg_settings']['privatemsg_setmessage_notify']['#description']) {
$form['privatemsg_settings']['privatemsg_setmessage_notify']['#tip'] = $form['privatemsg_settings']['privatemsg_setmessage_notify']['#description'];
unset($form['privatemsg_settings']['privatemsg_setmessage_notify']['#description']);

-bash-3.00$ sudo svn update sites/default/modules/change_agents/user_profiles/user_profiles.module
Password:
G sites/default/modules/change_agents/user_profiles/user_profiles.module
Updated to revision 856.
-bash-3.00$ sudo svn commit -m "changes merged" sites/default/modules/change_agents/user_profiles/user_profiles.module
Sending sites/default/modules/change_agents/user_profiles/user_profiles.module
Transmitting file data .
Committed revision 857.

Resolution

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.