[Bug 73163] Exception: HTMLAutoCompleteSelectField called without any autocompletions

2014-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163 Chris Steipp changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|---

[Bug 73163] Exception: HTMLAutoCompleteSelectField called without any autocompletions

2014-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163 --- Comment #4 from Gerrit Notification Bot --- Change 172279 merged by jenkins-bot: Don't offer "specific project" on Special:OAuthConsumerRegistration/propose when no other projects are available https://gerrit.wikimedia.org/r/172279 -- Yo

[Bug 73163] Exception: HTMLAutoCompleteSelectField called without any autocompletions

2014-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163 --- Comment #2 from Gerrit Notification Bot --- Change 172279 had a related patch set uploaded by Anomie: Don't offer "specific project" on Special:OAuthConsumerRegistration/propose when no other projects are available https://gerrit.wikimedia

[Bug 73163] Exception: HTMLAutoCompleteSelectField called without any autocompletions

2014-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are

[Bug 73163] Exception: HTMLAutoCompleteSelectField called without any autocompletions

2014-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163 --- Comment #3 from Brad Jorsch --- (In reply to Sam Reed (reedy) from comment #1) > At a quick glance, just an empty array should work... You missed that an empty array is specifically rejected: > if ( !is_array( $this->autocom

[Bug 73163] Exception: HTMLAutoCompleteSelectField called without any autocompletions

2014-11-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163 --- Comment #1 from Sam Reed (reedy) --- At a quick glance, just an empty array should work... if ( array_key_exists( 'autocomplete-messages', $this->mParams ) ) { foreach ( $this->mParams['autocomplete-messages'] as $key =