Last modified: 2014-04-26 14:10:55 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 T65495, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63495 - Huggle Build 1096 - Incorrect block text when indefinitely blocking a user.
Huggle Build 1096 - Incorrect block text when indefinitely blocking a user.
Status: RESOLVED FIXED
Product: Huggle
Classification: Unclassified
Application (Other open bugs)
3.0.0
All All
: Lowest enhancement
: ---
Assigned To: Peter Bena
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-03 19:12 UTC by Excirial
Modified: 2014-04-26 14:10 UTC (History)
4 users (show)

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


Attachments

Description Excirial 2014-04-03 19:12:07 UTC
See this edit:
- https://en.wikipedia.org/w/index.php?title=User_talk%3AFraserhasaids&diff=602620183&oldid=602619882

which states:
"You have been indefinitely blocked from editing for indefinite. If you feel this block is unjustified, you may contest it by adding the text {{unblock|your reason here}} below"

Naturally, that should have been "editing for vandalism" or something similar. Blocks on IP editors work like a charm though.
Comment 2 Peter Bena 2014-04-09 07:08:28 UTC
should be fixed in latest version
Comment 3 Excirial 2014-04-25 20:30:46 UTC
It seems this still occurs in Huggle 1183. It doesn't look to be a problem in the template itself - instead it seems that Huggle uses [[Template:Huggle/block]] if an editor is indef blocked (Where it should use [[Template:Huggle/block-indef
]])
Comment 4 Peter Bena 2014-04-26 14:03:26 UTC
    if (this->ui->comboBox->currentText() != "indefinite")
    {
        blocknotice = Configuration::HuggleConfiguration->ProjectConfig_BlockMessage;
        blocknotice = blocknotice.replace("$1", this->ui->comboBox_2->currentText());
        blocknotice = blocknotice.replace("$2", this->ui->comboBox->currentText());
    }else
    {
        blocknotice = Configuration::HuggleConfiguration->ProjectConfig_BlockMessageIndef;
        blocknotice = blocknotice.replace("$1", this->ui->comboBox->currentText());
    }

it clearly uses indef template, do you have a test case showing that latest huggle does that?
Comment 5 Peter Bena 2014-04-26 14:10:55 UTC
ha there was a bug, it's ok now

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


Navigation
Links