Project

General

Profile

Actions

Feature #276

closed

Check $wgEmailConfirmToEdit setting in the wiki

Added by Alexander Werner about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Wiki
Target version:
-
Start date:
Due date:
2014-03-17
% Done:

100%

Tags:


Related issues

Related to Infrastructure - Bug #1324: Wiki: Escaped code in license footerClosedDennis Roczek

Actions
Has duplicate Infrastructure - Bug #236: Find a solution for the Wiki-License statementClosedDennis Roczek

Actions
Actions #1

Updated by Dennis Roczek about 10 years ago

  • Blocks Bug #236: Find a solution for the Wiki-License statement added
Actions #2

Updated by Alexander Werner about 10 years ago

  • Status changed from New to In Progress
$wgEmailConfirmToEdit = true;
$wgLicenseTerms # not set
$wgRightsUrl  = "http://creativecommons.org/licenses/by-sa/3.0/";
$wgRightsText = "Creative Commons Attribution-ShareAlike 3.0 Unported license";
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
Actions #3

Updated by Dennis Roczek about 10 years ago

Alexander Werner wrote:

[...]

<sorry this text is German only! TL;DR: I need a grep as Florian told me a few months something different.>

@Florian mich verwundert das nun sehr! Hab extra wieder unsere Emails vom November rausgekramt (deine war vom Mon, Nov 25, 2013 at 9:22 AM; meine scheinbar vom 2013-11-22 14:24 - meine eigene hab ich leider nicht mehr) in der du "behauptet" hast, dass der aktuelle Lizenztext in der Variable $wgRightsText steht - also

Please note that all contributions to The Document Foundation Wiki are considered to be released under the the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>, unless otherwise specified. This does not include the source code of LibreOffice, which is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="http://wiki.documentfoundation.org/TradeMark_Policy">trademark policy</a> (see Project:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.

Nun "such" ich ein bisschen diesen Text (und tappe dabei im Dunkeln)?
@Alex kannst du mal grep'pen und mir sagen, in welcher Variable (oder sonst wo) dieser Text drinne steht. Am Ende müssen wir nur zwei der 4 Variablen mit dem gleichen Text belegen um das gewünschte Ergebnis (schön ausschauender Footer und Lizenztext unter dem Edit-Feld) zu bekommen und damit wir endlich dieses Thema abhaken können. ;-)

Actions #4

Updated by Alexander Werner about 10 years ago

Okay, my fault, the variable is defined multiple times, this is at the end of the file:

$wgRightsText = "the <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike 3
.0 Unported License</a>, unless otherwise specified. This does not include the source code of LibreOffice, which is licen
sed under the GNU Lesser General Public License (<a href=\"http://www.libreoffice.org/download/license/\">LGPLv3</a>). \" 
LibreOffice\" and \"The Document Foundation\" are registered trademarks of their corresponding registered owners or are i
n actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international c
opyright laws. Use thereof is explained in our <a href=\"http://wiki.documentfoundation.org/TradeMark_Policy\">trademark 
policy</a>";
$wgRightsUrl = "";

Thats the problem when searching with less instead of grepping ;)

Actions #5

Updated by Dennis Roczek about 10 years ago

BINGO!

see https://wiki.documentfoundation.org/WikiAction/edit/MediaWiki:Copyright
and
https://wiki.documentfoundation.org/User_talk:João_Mac-Cormick

OK, @Alex: please put the code at MediaWiki:Copyright to that variable and I revert to the first revision (so vise versa the code of that page and the variable on the server) and everything looks great finally. :-) (I will change it onwiki after Alex made the change - maybe you have to modify the text a bit (remove some first words))

Actions #6

Updated by Dennis Roczek about 10 years ago

  • % Done changed from 0 to 70
Actions #7

Updated by Dennis Roczek about 10 years ago

  • Blocks deleted (Bug #236: Find a solution for the Wiki-License statement)
Actions #8

Updated by Dennis Roczek about 10 years ago

  • Has duplicate Bug #236: Find a solution for the Wiki-License statement added
Actions #9

Updated by Alexander Werner about 10 years ago

So I don't really see what the discussion at https://wiki.documentfoundation.org/User_talk:João_Mac-Cormick has to do with the license problem?
I have changed the text in $wgRightsText to the source of https://wiki.documentfoundation.org/WikiAction/edit/MediaWiki:Copyright and have replaced wiki syntax by html:

$wgRightsText = 'the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>, unless otherwise specified. This does not include the source code of LibreOffice, which is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="/TradeMark_Policy">trademark policy</a> (see <a href="/Project:Copyrights">Project:Copyrights</a> for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.';

Please proceed onwiki if thats correct.

Actions #10

Updated by Dennis Roczek about 10 years ago

Hi Alex,
sorry for the confusion: the two pages were examples for the license statement at the bottom / under the edit filed.

Please use the wikicode (see following pre code) as this is the text which will be displayed under the edit box and which needs (as it seems) wiki code. (and NOT HTML code)

$wgRightsText = 'the [http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 Unported License], unless otherwise specified. This does not include the source code of LibreOffice, which is licensed under the GNU Lesser General Public License ([http://www.libreoffice.org/download/license/ LGPLv3]). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our [[TradeMark Policy|trademark policy]] (see [[Project:Copyrights]] for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.';

Regards,

Dennis

Actions #11

Updated by Alexander Werner about 10 years ago

Okay,

changed the variable accordingly.

Actions #12

Updated by Dennis Roczek about 10 years ago

  • % Done changed from 70 to 100

Fantastic! The license is finally shown as it should be.
How do I change the status? (or have this be done by you, Alex? As this ticket is assigned to you...)

Actions #13

Updated by Alexander Werner about 10 years ago

  • Status changed from In Progress to Closed

The status is changed by me. Thanks for your help :)

Actions #15

Updated by Dennis Roczek over 8 years ago

  • Related to Bug #1324: Wiki: Escaped code in license footer added
Actions

Also available in: Atom PDF