https://bugzilla.wikimedia.org/show_bug.cgi?id=25290

Reedy <s...@reedyboy.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com,
                   |                            |s...@reedyboy.net

--- Comment #1 from Reedy <s...@reedyboy.net> 2010-09-25 11:07:45 UTC ---
It has, it's been live since mid this week. See
https://blog.wikimedia.org/blog/2010/09/22/article-feedback-pilot-goes-live/
and it's inclusion category
http://en.wikipedia.org/wiki/Category:Article_Feedback_Pilot

The API isn't really designed for end user interaction...

Also

        foreach( $wgArticleAssessmentRatings as $rating ) {
            $ret["r{$rating}"] = array(
                ApiBase::PARAM_TYPE => 'integer',
                ApiBase::PARAM_DFLT => 0,
                ApiBase::PARAM_MIN => 0,
                ApiBase::PARAM_MAX => 5,
            );
        }

The module is offloading the parameter validation to the core API, so it would
seem it's a core API bug.. At a guess, it's due to there being no MAX2

CC'ing Roan.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to