Last modified: 2010-05-15 15:41:14 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10593, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8593 - warn of $wgEnableEmail, $wgEmailConfirmToEdit interaction
warn of $wgEnableEmail, $wgEmailConfirmToEdit interaction
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.7.x
PC Linux
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-11 21:46 UTC by Dan Jacobson
Modified: 2010-05-15 15:41 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Jacobson 2007-01-11 21:46:26 UTC
Humble patch for you.

*** /usr/share/mediawiki1.7/includes/DefaultSettings.php	2006-07-28 23:07:06.000000000 +0800
--- ./DefaultSettings.php	2007-01-10 13:57:40.921719250 +0800
***************
*** 397,402 ****
--- 397,403 ----
   * Set to true to enable the e-mail basic features:
   * Password reminders, etc. If sending e-mail on your
   * server doesn't work, you might want to disable this.
+  * Had better be true if $wgEmailConfirmToEdit=true !!
   * @global bool $wgEnableEmail
   */
  $wgEnableEmail = true;
***************
*** 844,849 ****
--- 845,851 ----
  /** 
   * Should editors be required to have a validated e-mail
   * address before being allowed to edit?
+  * $wgEnableEmail had better be true if setting this to true!!
   */
  $wgEmailConfirmToEdit=false;
  


If my warnings aren't heeded, the user upon wanting to edit a page, is
sent through many hoops until at the last one he can't find the needed
button.

P.S.,
$ grep -c \ $ DefaultSettings.php
15 #lines with trailing blanks
Comment 1 Brion Vibber 2007-01-11 22:07:19 UTC
What on earth does this mean?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links