[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2012-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Blocks||35331 --

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 --- Comment #2 from nx.devn...@gmail.com 2011-10-13 18:10:16 UTC --- It's slightly better in that it displays the message The modification you tried to make was aborted by an extension hook. instead of hookabort, but it still doesn't allow the

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 --- Comment #3 from nx.devn...@gmail.com 2011-10-13 18:15:51 UTC --- Created attachment 9228 -- https://bugzilla.wikimedia.org/attachment.cgi?id=9228 Quick and dirty hack Here's a patch to show you a rough idea of what I'd like. Instead of

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 --- Comment #4 from nx.devn...@gmail.com 2011-10-13 18:17:01 UTC --- And the extension to test this: ?php if ( !defined( 'MEDIAWIKI' ) ) { exit; } $wgHooks['BlockIp'][] = 'BlockIpTest'; $wgExtensionMessagesFiles['PageList'] = dirname(

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 --- Comment #1 from Happy-melon happy.melon.w...@gmail.com 2011-06-27 23:00:04 UTC --- Can you confirm whether this still occurs in trunk? The blocking system has been completely rewritten since 1.15. -- Configure bugmail:

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 Reedy s...@reedyboy.net changed: What|Removed |Added Blocks||14261 Depends

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added CC|

[Bug 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922 Chad H. innocentkil...@gmail.com changed: What|Removed |Added Version|1.15.1 |1.15.x --