[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2014-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #8 from Nathan Larson nathanlarson3...@gmail.com ---
Maybe this should be closed as INVALID or WONTFIX, given the availability of
the page_props table -- unless that table is getting so clogged up with stuff
that performance could be becoming an issue.

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2013-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

Nathan Larson nathanlarson3...@gmail.com changed:

   What|Removed |Added

 CC||nathanlarson3...@gmail.com

--- Comment #6 from Nathan Larson nathanlarson3...@gmail.com ---
See also
Wikipedia:Village_pump_(technical)/Archive_73#Create_article_quality_and_importance_fields_in_the_database
and https://www.mediawiki.org/wiki/Requests_for_comment/Page_metadata

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2013-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #7 from Nathan Larson nathanlarson3...@gmail.com ---
Correction, URL should have been:
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_73#Create_article_quality_and_importance_fields_in_the_database

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2010-05-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #5 from tisane2...@gmail.com 2010-05-27 11:13:29 UTC ---
Might not http://en.wikipedia.org/wiki/User:Pyrospirit/metadata be modified to
populate the quality field with the appropriate data?

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2010-05-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #3 from tisane2...@gmail.com 2010-05-09 10:14:29 UTC ---
Is there any reason not to use SMW to implement this? SMW seems like a pretty
good extension, from what I've seen so far.

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2010-05-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #4 from CBM c...@tools.wikimedia.de 2010-05-09 23:49:02 UTC ---
A reasonable implementation of this as an extension would be more difficult
than you might think. 

(1) On enwiki, many articles have more than one quality rating and more than
one importance rating.  This is because each rating is Wikiproject-specific.
Different projects may have different requirements for quality ratings, and
importance is always assessed on a per-project basis. New Wikiprojects are
formed routinely, so it is not feasible to hard-code a list into the database. 

(2) A key requirement for ratings is the ability to keep a log of assessment
changes. This is done by a bot on enwiki. Replacing the current bot-based
system with an extension would require implementing logging as well (there is
currently no built-in category membership logging, for example) 

(3) People are already used to using category-based tools, which would need
conversion to a new system.

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2010-04-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #2 from Happy-melon happy-me...@live.com 2010-04-10 09:36:51 UTC 
---
(In reply to comment #1)
 It looks like someone created something similar to this.
 http://www.mediawiki.org/wiki/Extension:Attribute

That extension needs almost as much work as PWD before it'll pass security
review.  I'm fairly sure the installer doesn't even run.  

 Special:XyAttributeQuery could use some more filters (e.g. by category), but
 other than that it looks all right. I tried, for instance, inserting tags
 attribute quality=High /attribute importance=Low / and transcluding
 them through templates.
 
 I see no record of any proposal to use this extension on Wikimedia projects,
 but it seems that if it were installed, we could pretty easily implement the
 desired  functionality by putting attribute tags within existing templates 
 that
 categorize pages by quality/importance/whatever. The work of changing them
 could probably be semi-automated, since we have categories like
 [[Category:WikiProject banners with quality assessment]].

You'd only need to edit [[Template:WPBannerMeta]] and the 20 or so banners
which don't use it.  

Overall this extension looks like a messy, cut-down version of SMW, which is
just different enough to be incompatible.  Reinventing the wheel to give this
enough functionality to be useful, wouldn't be my preference for dealing with
this.

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2010-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

--- Comment #1 from tisane2...@gmail.com 2010-04-09 23:49:22 UTC ---
It looks like someone created something similar to this.
http://www.mediawiki.org/wiki/Extension:Attribute

Special:XyAttributeQuery could use some more filters (e.g. by category), but
other than that it looks all right. I tried, for instance, inserting tags
attribute quality=High /attribute importance=Low / and transcluding
them through templates.

I see no record of any proposal to use this extension on Wikimedia projects,
but it seems that if it were installed, we could pretty easily implement the
desired  functionality by putting attribute tags within existing templates that
categorize pages by quality/importance/whatever. The work of changing them
could probably be semi-automated, since we have categories like
[[Category:WikiProject banners with quality assessment]].

-- 
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


[Bug 23016] Create new extension implementing article importance and quality (and/or other configurable attributes) as database fields

2010-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23016

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|[other] |Extensions requests

-- 
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