[Bug 21963] New: Patch that fixes multiple bugs for DynamicPageList (intersection)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21963

   Summary: Patch that fixes multiple bugs for DynamicPageList
(intersection)
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review, patch
  Severity: enhancement
  Priority: Normal
 Component: DynamicPageList
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bawolff...@gmail.com
CC: amgine.sae...@gmail.com


Created an attachment (id=6908)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6908)
Patch that fixes several bugs, and adds a couple new features

I've been playing around with DynamicPageList (intersection) recently, and made
a number of modifications, fixing several open bugs in the process. This is a
patch that does the following:

*Modifies some of the code to be (hopefully) more in-line with
[[mw:Manual:Coding_conventions]]
*Fixes Bug 3082 (you can't have 0 categories, but you can have a notcategory
clause with a non-exisistant category which has same effect) (and thus removes
message intersection_toofewcats )
*expand addfirstcategorydate parameter to accept a date format string (same as
{{#formatdate:}} + dm and md) in addition to true/false ( Bug 17264 and Bug
12787 . Currently some projects accomplish this with js.
*Removes showcurid parameter, as it is no longer used, and for all intents and
purposes has been replaced with the googlehack parameter
*Changes behaviour of qualitypages option. Previously qualitypages=exclude
would list pages that were not 'quality' but still 'stable'. I assume this is a
bug, and changed qualitypages=exclude to just exclude qualitypages (people can
still have stable but not quality using stablepages=exclude parameter)
*Integrate patches from Bug 21669 (Gallery + slight change in how it handles
gallerycaption parameter to expand things like {{CURRENTYEAR}} to be consistent
with other params), Bug 20936 (nofollow)
*Expand ordermethod parameter to include the following values: created (aka
order by page id, which always increases in a wiki, and thus is equivalent to
ordering by creation date), length, sortkey/categorysortkey (which addresses
Bug 14971 . currently they do it with js on wikibooks, which seems less then
ideal), popularity (if hit counters enabled)
**If no category clauses, cause it to use created instead of categoryadd as
default (makes no sense to order by a field that would always be null)
*Changes the default options for allowing unlimited results from true to false,
and increases Max Results from 50 to 200. (allowing unlimited results is often
a bad idea. For example on wikinews there is a category with 16071 pages in it.
Accidentally forgetting to add count to a DPL querying that category currently
results in a page that is quite big and takes a long time to load, which i
think is a bad thing).
*Add offset parameter (mostly useful for people wanting to create multi-column
layouts [that don't require css3])
*parameter values can now contain = signs (probably won't notice a difference.
previous versions disregarded any part of a parameter that came after the
second = sign)

I hope this is useful.

Cheers,
Bawolff


-- 
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 3082] DynamicPageList: Unable to display all pages of a namespace

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3082


Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com




--- Comment #1 from Bawolff bawolff...@gmail.com  2009-12-29 09:16:15 UTC ---
I made a patch that addresses this - filed under Bug 21963 since it covers
multiple things.


-- 
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 12787] userdateformat parametrs doesn't work

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12787


Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
 Status|NEW |RESOLVED
   Priority|Highest |Normal
 Resolution||INVALID




--- Comment #1 from Bawolff bawolff...@gmail.com  2009-12-29 09:20:59 UTC ---
Changing to invalid since userdateformat is not, and never was a parameter for
the intersection (DynamicPageList that wikimedia uses) extension. (You were
perhaps thinking of DPLv2, which is a separate extension).

On a related note, I recently submitted a patch that add similar capability to
intersection, see Bug 21963


-- 
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 17264] Add new parameter tod DPL dateformat=blah to format dates

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17264





--- Comment #1 from Bawolff bawolff...@gmail.com  2009-12-29 09:22:27 UTC ---
Ok, now that i learned php, I made a patch for this. Filed under Bug 21963 as
it fixes a bunch of other things as well.


-- 
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 21669] Make DynamicPageList (aka Intersection) optionally output gallery

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21669





--- Comment #2 from Bawolff bawolff...@gmail.com  2009-12-29 09:31:06 UTC ---
See also Bug 21963, which has a patch that integrates the patch on this bug,
but changes the gallerycaption parameter to expand certain variables (stuff
like {{CURRENTYEAR}} )


-- 
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 21963] Patch that fixes multiple bugs for DynamicPageList (intersection)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21963





--- Comment #1 from Bawolff bawolff...@gmail.com  2009-12-29 09:44:47 UTC ---
Created an attachment (id=6909)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6909)
patch with commented debug line removed, and whitespace changes ignored.


-- 
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 1437] Adding HTML-Metadata in link-Tags?

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1437


Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
   Priority|Lowest  |Normal




--- Comment #3 from Chad H. innocentkil...@gmail.com  2009-12-29 09:45:34 UTC 
---
While I do see some slight benefit to allowing the setting of these, I also
know our head has grown way out of hand and adding even more stuff to it is
not the way to cut it back. We keep saying well this is only X more bytes, it
won't matter. Well all of those bytes add up eventually and a line needs to be
drawn.

I suggest drawing it here and closing WONTFIX.


-- 
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 21962] Run refreshLinks.php --redirects-only on all wikis

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21962


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |
Summary|Redirect table not  |Run refreshLinks.php --
   |synchronized; cleanup needed|redirects-only on all wikis




-- 
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 16287] Changing sortkey of category using DEFAULTSORT changes category add timestamp

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16287





--- Comment #1 from Chad H. innocentkil...@gmail.com  2009-12-29 10:27:01 UTC 
---
Cf bug 12584.


-- 
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 21912] Watchlist token auto-generator too zealous

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21912





--- Comment #6 from Andrew Garrett agarr...@wikimedia.org  2009-12-29 
10:32:38 UTC ---
I think we should use a proper new form field type instead of a random textbox
for this. We could then have a checkbox (enable watchlist token), which when
disabled adds 'disabled' to that field (the magic-value solution). When the
checkbox is enabled, it should have a token and then allow users to regenerate
the token.

There shouldn't be any need to allow users to enter their own custom values for
watchlist tokens, it's just a token.


-- 
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 21964] New: math markup results in MySQL error 1267: Illegal mix of collations

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21964

   Summary: math markup results in MySQL error 1267: Illegal mix of
collations
   Product: MediaWiki
   Version: 1.15.1
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: r...@mokeys.org


If I try to preview/save a page containing math markup such as
math\alpha^2+\beta^2=1/math, then I get the following error:

A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was: 
SELECT math_outputhash,math_html_conservativeness,math_html,math_mathml FROM
`math` WHERE math_inputhash = '�s...@��uo�Z�f�' LIMIT 1 
from within function MathRenderer::_recall. MySQL returned error 1267:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and
(utf8_unicode_ci,COERCIBLE) for operation '=' (sql).

Some people suggested setting $wgDBmysql5 to false which did not work. MySQL
lists the math table as having a latin1_swedish_ci collation; all text/varchar
columns on that table also have a latin1_swedish_ci collation.

FYI, my MySQL version is 5.0.26

Any help would be appreciated.

Thanks,
Ross


-- 
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 19404] set $wgCategoryPrefixedDefaultSortkey=false for enwikinews

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19404


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from Roan Kattouw roan.katt...@gmail.com  2009-12-29 11:06:13 
UTC ---
(In reply to comment #4)
 I've added the config var and started the script at 13:42 UTC (nearly an hour
 ago). It'll probably need another four hours or so to finish, after which I'll
 close this bug.
 

Script has finished, everything should be good now.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 323] Phase I and II usernames with underscores and initial lower-case letters break the system.

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=323


Graham87 graha...@jazi.net changed:

   What|Removed |Added

Summary|Phase I usernames with  |Phase I and II usernames
   |underscores and initial |with underscores and initial
   |lower-case letters break the|lower-case letters break the
   |system. |system.




--- Comment #26 from Graham87 graha...@jazi.net  2009-12-29 12:14:50 UTC ---
This bug also affects some usernames from the Phase II software (which was used
in the English Wikipedia from January to July 2002), so I've changed the bug
title accordingly. See this edit to military history:
http://en.wikipedia.org/w/index.php?title=Military_historydiff=98562oldid=74194


-- 
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 21965] New: Special:MostLinked page crash

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21965

   Summary: Special:MostLinked page crash
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jannep...@gmail.com


It seems that opening multiple tabs of Special:MostLinked pages and repeatedly
refreshing them causes the site to crash.

I heard about this from some person in an IRC channel and after trying it
myself it made the site unaccessible for few minutes. This applies to all users
of the site.

My guess is that the software somehow hangs while trying to compose a list of
most linked pages.

Wikipedia, homever, has blocked this special page from being accessed.


-- 
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 21965] Special:MostLinked page crash

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21965


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-12-29 14:29:47 
UTC ---
Special:Mostlinked is an expensive special page, and generating it is stressful
for the database. If your wiki is large or if there are many generation
attempts going on at the same time, the slowness you described can happen.

You can set $wgMiserMode = true; to disable such expensive features; you can
then use the updateSpecialPages.php maintenance script to periodically update
these pages rather than having them regenerated every time someone views them.


-- 
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 21459] WikiEditor does not show if TOC is set to false as of r58851

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #8 from DGennaro desiree.i.genn...@saic.com  2009-12-29 14:37:31 
UTC ---
(In reply to comment #7)
 (In reply to comment #6)
  The WikiEditor is still not working for me in r60451.
  
 Not working how?

The WikiEditor is not loading. Only the standard editing toolbar.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21459] WikiEditor does not show if TOC is set to false as of r58851

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #9 from Roan Kattouw roan.katt...@gmail.com  2009-12-29 14:48:12 
UTC ---
(In reply to comment #8)
 (In reply to comment #7)
  (In reply to comment #6)
   The WikiEditor is still not working for me in r60451.
   
  Not working how?
 
 The WikiEditor is not loading. Only the standard editing toolbar.
 

Could you:
1) tell us what your $wgWikiEditorModules is set to (if set)
2) try commenting out your $wgWikiEditorModules (if set) and see if that fixes
the problem
3) tell us whether you're logged in or not when viewing the edit form, and
3a) if logged in, tell us which checkboxes in My preferences - Editing -
Experimental are checked


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21459] WikiEditor does not show if TOC is set to false as of r58851

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #10 from DGennaro desiree.i.genn...@saic.com  2009-12-29 15:09:40 
UTC ---
(In reply to comment #9)
 (In reply to comment #8)
  (In reply to comment #7)
   (In reply to comment #6)
The WikiEditor is still not working for me in r60451.

   Not working how?
  
  The WikiEditor is not loading. Only the standard editing toolbar.
  
 Could you:
 1) tell us what your $wgWikiEditorModules is set to (if set)
 2) try commenting out your $wgWikiEditorModules (if set) and see if that fixes
 the problem
 3) tell us whether you're logged in or not when viewing the edit form, and
 3a) if logged in, tell us which checkboxes in My preferences - Editing -
 Experimental are checked

1)##default in WikiEditor.php##
$wgWikiEditorModules = array(
'highlight' = array( 'global' = false, 'user' = true ),
'preview' = array( 'global' = false, 'user' = true ),
'publish' = array( 'global' = false, 'user' = true ),
'toc' = array( 'global' = false, 'user' = true ),
'toolbar' = array( 'global' = false, 'user' = true ),
'templateEditor' = array( 'global' = false, 'user' = true ),
);
##I have also tried the settings noted above:##
$wgWikiEditorModules = array(
'toc' = array( 'global' = true, 'user' = false ),
'toolbar' = array( 'global' = true, 'user' = false ),
);

2) Still not working

3) Yes, I am logged in.

3a) My preferences - Editing - Experimental
Enable enhanced editing toolbar


I am receiving the following error on the page when editing:
Error: 'mw' is undefined

Hope this helps.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21966] New: User contribs of Template:WPB on en.wp api gives results...

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21966

   Summary: User contribs of Template:WPB on en.wp api gives
results...
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=queryformat=xm
llist=usercontribsucuser=Template:WPBuclimit=max
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: s...@reedyboy.net
CC: bryan.tongm...@gmail.com, vasi...@gmail.com,
soxre...@gmail.com


The API gives results. If you do it on Special:Contributions, you don't

http://en.wikipedia.org/w/index.php?limit=100tagfilter=title=Special:Contributionscontribs=usertarget=Template:WPBnamespace=tagfilter=year=month=-1

Will have a look at poking it...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21459] WikiEditor does not show if TOC is set to false as of r58851

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #11 from DGennaro desiree.i.genn...@saic.com  2009-12-29 15:15:14 
UTC ---
In addition to above:

1 continued) I have also tried the settings noted in the README file:

$wgWikiEditorModules = array(
'highlight' = array( 'global' = false, 'user' = true ),
'preview' = array( 'global' = false, 'user' = true ),
'toc' = array( 'global' = false, 'user' = true ),
'toolbar' = array( 'global' = false, 'user' = true ),
);


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21966] User contribs of Template:WPB on en.wp api gives results...

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21966





--- Comment #1 from Reedy s...@reedyboy.net  2009-12-29 15:16:02 UTC ---
http://en.wikipedia.org/w/api.php?action=queryformat=xmllist=usercontribsucuser=Category:WPBuclimit=max
also gives the same result

The API is presumably stripping the namespace (which it should only be doing if
the namespace IS User), and using that as a username


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21966] Normalisation of namespace on User contribs is too lenient

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21966


Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|User contribs of|Normalisation of namespace
   |Template:WPB on en.wp api |on User contribs is too
   |gives results...|lenient




--- Comment #2 from Reedy s...@reedyboy.net  2009-12-29 15:20:31 UTC ---
Changing title accordingly


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21552] error in validate_type_of_multiple_fields (SF_FormUtils)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21552





--- Comment #4 from Jack D. Pond jack.p...@psitex.com  2009-12-29 15:36:44 
UTC ---
(In reply to comment #1)
 I can't duplicate this problem; date validation works fine for me on
 multiple-instance templates. Is this still an issue?

This error occurs when there are multiple instances of multi-part forms that
contain any fields that use validate_type_of_multiple_fields.  The primary
example of this is dates.  You can reproduce this in two ways:

1. Create a multi-part form that uses at least two different templates each
having a unique field that uses the above validate:
2. Create a multiple instance form with a field that has the validate in
question.

In either case, the second field would fail to validate because it doesn't
exist (found this out by debugging the javascript).

To validate the existence of this bug, I offer three options:

1. Use the below code (you'd have to create your own templates or get them from
me)
2. Contact me and I'll set up a site to demonstrate
3. Take my word for it - this is a real a replicable problem solved by the
attached fix (which doesn't have any performance or security issues)

pre
{{{info|Add title=Add New Change/Incident Report|edit title=Edit New
Change/Incident Report|page name=CIR-unique number;start=00}}}
{{{for template|Change Incident Report}}}
{| {{FormStyle}} style=width:100%
|-
| colspan=2 | {{{field|Name|size=80}}}
| colspan=2 | {{{field|Date|input type=datetime|default=now}}}
|}
{{{end template}}}

{{{for template|Activity Plan|multiple}}}
{| {{FormStyle}} style=width:100%
|-
! style=vertical-align:text-top; | nbsp;nbsp;Expected Time to Complete:
| {{{field|Expected Time to Complete|input type=datetime|default=now}}}
|}
{{{end template}}}
/pre


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21552] error in validate_type_of_multiple_fields (SF_FormUtils)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21552





--- Comment #5 from Jack D. Pond jack.p...@psitex.com  2009-12-29 15:39:52 
UTC ---
(In reply to comment #4)
Also, the symptom is that the browser hangs (can't find the field in question),
until the browser times out - this may be especially noticeable in IE, may just
appear as an error in other browsers.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 323] Phase I and II usernames with underscores and initial lower-case letters break the system.

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=323





--- Comment #27 from Graham87 graha...@jazi.net  2009-12-29 16:10:26 UTC ---
(In reply to comment #24)
 It occurs to me that it might be easier to fix this bug by changing the
 Special:Contributions and deleted contributions pages to check for table rows
 with underlines and initial lower-case letters in the usernames.


And it now occurs to me that fixing the problem by changing the contributions
special pages, rather than changing the entries in the database, wouldn't fix
the problem with importing edits in comment 19. See this page in my userspace:

http://en.wikipedia.org/wiki/User:Graham87/Import#Underline
Therefore my idea in comment 25 would be a second-rate solution.


-- 
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 21967] New: Special:Ask fails to hide query

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21967

   Summary: Special:Ask fails to hide query
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: major
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: yaro...@gmail.com
ReportedBy: mar...@semantic-mediawiki.org


Since the recent update of Special:Ask, the Hide query option does not work
any more. This is a major bug since it is a regression that impairs a very
important use of Special:Ask: clicking on further results on a wiki page.
Doing this should lead to a page that shows nothing but the requested results.
Most users will be confused by the screen-filling form that now appears instead
at the top of the special page.

I also suggest to make the new sub-form of parameter fields hidable
independently. While not strictly related to this bug, taking this into account
might affect the approach for fixing this bug.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 8261] Install DynamicPageList for Commons

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8261


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
17:44:27 UTC ---
I'm going to close this request as duplicate of bug 1710. DPL(1 or 2) may or
may not be the way to fix 1710, but let's keep the discussion in one place and
focus on the actual issue rather than on workarounds.

*** This bug has been marked as a duplicate of bug 1710 ***


-- 
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 1710] Ability to watch all articles in a category

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1710


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||brianna.laug...@gmail.com




--- Comment #16 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
17:44:27 UTC ---
*** Bug 8261 has been marked as a duplicate of this bug. ***


-- 
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 12423] DynamicPageList requests (tracking)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12423


Bug 12423 depends on bug 8261, which changed state.

Bug 8261 Summary: Install DynamicPageList for Commons
https://bugzilla.wikimedia.org/show_bug.cgi?id=8261

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



-- 
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 21459] WikiEditor does not show if TOC is set to false as of r58851

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #12 from Roan Kattouw roan.katt...@gmail.com  2009-12-29 18:00:43 
UTC ---
(In reply to comment #10)
 I am receiving the following error on the page when editing:
 Error: 'mw' is undefined
 
 Hope this helps.
 
You need to update your version of MediaWiki. Every now and then we change
stuff in MediaWiki core and update the UsabilityInitiative extension to rely on
those changes.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21926] HTML entities do not work with inline queries of n-ary properties

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21926


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
Summary|Single quote in PAGENAME|HTML entities do not work
   |breaks inline queries of n- |with inline queries of n-ary
   |ary properties  |properties




--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-29 
18:01:41 UTC ---
The actual problem is that {{PAGENAME}} returns a HTML entity in this example,
and this entity is terminated by a semicolon that is mistaken by SMW for the
separator of an n-ary value. The example page has been updated to illustrate
this.

Alas, this gets us into encoding of special characters. SMW is rather faithful
now in this respect: it really makes a difference whether you write ö or
ouml; in an annotation. In general, SMW sticks to what it gets from
MediaWiki and does not do additional encoding or decoding. The problem is that
neither encoding nor decoding is idempotent: if you execute either action
twice, you may get different results from doing it just once. And doing it
twice usually leads to wrong results. For example, if you write amp;ouml;
then you would expect a Unicode equivalent of ouml; which would be rendered
in HTML again as amp;ouml; but never as ö.

This is why we cannot blindly decode references unless we are sure that it has
not been done before. Ideally, we would treat HTML entity inputs just the same
as the characters they encode. In fact, SMW used to do this for annotations at
some point. It seems that the behaviour of MediaWiki has changed since then; or
some change in SMW has lead to the new behaviour. When trying to preserve
compatibility with existing MW version, it is necessary to understand what
changed and when. More investigations are needed to find out whether or not
MediaWiki decodes/encodes any entities in strings that various parts of SMW
receive (clearly, this could be different for parser functions like #ask and
for parsing extensions like our semantic links). Depending on this information,
we can try to normalise SMW's stored data in such a way that it is feasible to
apply entity decoding to inputs that properties in #ask receive (note that
decoding, splitting at the remaining ;, and encoding the string again does
not lead to the same input that the user has given; e.g. a given ö would
turn into ouml; which would no longer match unless the DB stores ö and
ouml; in the same way, which it currently does not).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21459] WikiEditor does not show if TOC is set to false as of r58851

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #13 from Jools Wills b...@exotica.org.uk  2009-12-29 18:01:56 UTC 
---
Yeh it sounds like you are not running the latest version from svn of
mediawiki. I had the same problem that the toolbar wasn't appearing at all, and
a svn up quickly fixed it.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21911] Limit for long page warning should be configurable

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org




--- Comment #8 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
19:16:18 UTC ---
A quick look at how the 3 biggest Wikipedias dealt with this message shows that
2 of them have modified it to only show the size of the page (en, de) and one
of them (fr) even removed it completely because it is useless and scares new
editors.

We have some browser statistics 
http://stats.wikimedia.org/wikimedia/squids/SquidReportClients.htm  and
information about problematic browsers ([[Wikipedia:Article size#Web browsers
which have problems with long articles]]; it might be worth investigating how
many users can be affected by this limit (keeping in mind that these stats are
for all users, and afaict the limit is only about text areas in /edit/ mode).

Overall I would lean towards removing the message completely. Most users don't
care about the size of the page. Even an configurable option to enable it on a
per-wiki basis seems overkill; people who really need to know a page's size can
still use the {{PAGESIZE}} magic word (see [[mw:Help:Magic_words]]).


-- 
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 21912] Watchlist token auto-generator too zealous

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21912





--- Comment #7 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-12-29 
20:28:25 UTC ---
On reflection, agreed.  I ended up doing the token thing as a quick hack to get
the feature working with as little work as possible.  We should just have a
checkbox to enable/disable, that's it.

The question is, what happens if the user wants to change the token because
someone has stolen it?  If we ignore this case, it all becomes very easy.  Just
hardcode the token to some hash of user_id + secret fixed global salt.  But
then you can't change the token for an individual user short of changing their
user_id, so if anyone ever finds out what the token is, they can never safely
enable watchlist feeds again.  This is what prompted me to go with a
manually-alterable token approach.

Alternatively, what if the hash depending on user_password instead of user_id? 
Then all they'd have to do is change their password.  This means your RSS feed
breaks if you change your password, but maybe that's expected?  I imagine most
users don't change their password very often either.

So here are a few possibilities:

1) Have a checkbox in preferences to disable watchlist feeds, and a button to
generate a new token.  Tokens are autogenerated and stored per-user, but not
directly exposed in prefs.

2) Have a checkbox in preferences to disable watchlist feeds, and just use a
hash of user_id + secret global salt.  If a user's hash gets revealed, they can
decide to either stop using watchlist feeds or let everyone see what's on their
watchlist.  (If the global salt becomes public somehow, it would have to be
regenerated, so maybe random per-user hashes would still make more sense here,
but that's an implementation detail.)

3) Have a checkbox in preferences to disable watchlist feeds, and use a hash of
user_password + secret global salt.  If a user changes his password, he has to
update the link in his feed reader too.  (If the global salt becomes public
somehow, users' passwords would be vulnerable to much easier brute-forcing, so
a per-user hash might be a good idea here too.  In that case this is just (1),
with changing your password instead of a separate button.)

I guess I'm inclined to say (1) is best here, although it will require a bit
more work than (2) or (3).


-- 
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 14957] New extension: Upload To Wikimedia Commons Tab

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14957


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #6 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
20:59:08 UTC ---
Looks like there is no actual proposed extension; the larger issue (easily
moving files to Commons) already has a dedicated feature request.

Closing accordingly as duplicate of bug 5283

*** This bug has been marked as a duplicate of bug 5283 ***


-- 
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 5283] Moving media files to Commons ought to be much easier, automatic

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5283


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||ermw...@nana.co.il




--- Comment #13 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
20:59:08 UTC ---
*** Bug 14957 has been marked as a duplicate of this bug. ***


-- 
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 21921] most popular related articles

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21921


Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||ezac...@wikimedia.org,
   ||pdha...@wikimedia.org,
   ||roan.katt...@gmail.com




--- Comment #2 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-29 
21:12:13 UTC ---
After  some discussion on #mediawiki this is what I gathered.
Pageview tracking is disabled on Wikipedia because of performance reasons.
Erik Zachte already does some analysis of Squid logs but I am not sure about
the accuracy, frequency and technical details.

So I am adding Roan and Erik to this thread :)  


-- 
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 12266] Description page from Commons is not always transcluded on local projects

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12266


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
21:15:43 UTC ---
Might have been a temporary glitch or bug.

I can't reproduce the issue, closing as WFM; feel free to reopen if this issue
comes up again.


-- 
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 20077] PHPunit tests in .../phase3/tests/ directory no longer work

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20077


Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #9 from Chad H. innocentkil...@gmail.com  2009-12-29 21:20:01 UTC 
---
After some discussion with Ævar, I've decided that the tests in /t are
actually nicer than the ones in /tests, and they don't require the user to have
PHPUnit. I think most of /tests is already covered in /t already, things that
aren't should be moved over.

As far as I'm concerned, /tests should go away and that makes this a WONTFIX.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21928] oversight-l subscriber list error

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21928


Fred Vassard fvass...@wikimedia.org changed:

   What|Removed |Added

 CC||fvass...@wikimedia.org
 Status|NEW |ASSIGNED




--- Comment #1 from Fred Vassard fvass...@wikimedia.org  2009-12-29 21:26:44 
UTC ---
Looking into this. 
More to come.


-- 
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 3390] Default Image Tag suggestion

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3390


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
21:38:54 UTC ---
That can be done locally on a per-wiki basis. And as a matter of fact, it's now
done at least on en.wikipedia and Commons. Closing accordingly.


-- 
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 657] Pull copyright metadata from files on upload

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=657


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
   Priority|Low |Normal




-- 
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 3361] Image author, description, and copyright data saved in EXIF fields

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3361


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
   Priority|Low |Normal




-- 
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 657] Pull copyright metadata from files on upload

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=657


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com




--- Comment #5 from Platonides platoni...@gmail.com  2009-12-29 21:57:03 UTC 
---
We also had issues using image metadata, with prehistoric items from museums
being 
given the date the photo was taken.


-- 
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 6366] Upload Image from Remote Location

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6366


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Status|REOPENED|RESOLVED
 Resolution||FIXED




-- 
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 7359] Use default template when no license selected

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7359


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
22:59:01 UTC ---


*** This bug has been marked as a duplicate of bug 3390 ***


-- 
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 3390] Default Image Tag suggestion

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3390


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||stan...@e-intidata.com




--- Comment #3 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-29 
22:59:01 UTC ---
*** Bug 7359 has been marked as a duplicate of this bug. ***


-- 
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 16181] Simplify the UI of the upload form

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16181


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
Summary|Simple upload form  |Simplify the UI of the
   |improvements|upload form




-- 
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 21912] Watchlist token auto-generator too zealous

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21912





--- Comment #8 from Andrew Garrett agarr...@wikimedia.org  2009-12-29 
23:43:12 UTC ---
I guess I was unclear, my suggestion was (1) :)


-- 
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 21912] Watchlist token auto-generator too zealous

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21912





--- Comment #9 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-12-30 
00:11:36 UTC ---
No, you were clear, I was just pondering other possibilities.  It would
probably be easier for you to make a new preference type than me, so if you
want to do it, go ahead.


-- 
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 21912] Watchlist token auto-generator too zealous

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21912


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |agarr...@wikimedia.org
   |l...@lists.wikimedia.org   |
 Status|REOPENED|NEW




--- Comment #10 from Andrew Garrett agarr...@wikimedia.org  2009-12-30 
00:16:55 UTC ---
Reassigning to me.


-- 
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 17057] Images with wrong SHA1

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17057


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
   Priority|High|Normal




-- 
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 21911] Limit for long page warning should be configurable

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21911





--- Comment #9 from Platonides platoni...@gmail.com  2009-12-30 00:34:39 UTC 
---
Using {{PAGESIZE}} for that would be ugly. The proper way would be to use a
gadget, like http://es.wikipedia.org/wiki/Usuario:Platonides/TamArticulos.js


-- 
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 21968] New: Priority is automatically changed when adding CC:

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21968

   Summary: Priority is automatically changed when adding CC:
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Bugzilla
AssignedTo: fvass...@wikimedia.org
ReportedBy: gpaum...@wikimedia.org
CC: innocentkil...@gmail.com


The priority field in Bugzilla used to be visible and sometimes it was set to
something other than normal. Now the field has been hidden, but when someone
is added to the CC: list on a bug with a priority other than normal, it is
automatically changed to normal priority.

This isn't really an issue if the priority field is obsolete, but it does send
unnecessary e-mail notifications: Adding a CC: doesn't usually send e-mail
notifications, but priority change does.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21968] Priority is automatically changed when adding CC:

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21968


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
   Priority|Normal  |Low




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21968] Priority is automatically changed when adding CC:

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21968


p858snake p858sn...@yahoo.com.au changed:

   What|Removed |Added

 CC||p858sn...@yahoo.com.au
   Priority|Low |Normal




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 21949] links in alert e-mails broken for titles with spaces in them

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21949


Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||pdha...@wikimedia.org




--- Comment #1 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-30 
00:50:26 UTC ---
I could not reproduce this on any of the english wikis. :/
-p


-- 
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 18885] Red links for media files do not support shared repositories

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18885


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
Summary|Unuploaded images inserted  |Red links for media files do
   |within pages does not refer |not support shared
   |to a site-wide upload page, |repositories
   |but rather the local|




-- 
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 21949] links in alert e-mails broken for titles with spaces in them

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21949





--- Comment #2 from Gustavo Morales gust...@venciclopedia.com  2009-12-30 
01:24:16 UTC ---
This happened to me using Outlook 2007 SP2 running on Vista and on a wiki
running Spanish. Gus


-- 
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 21963] Patch that fixes multiple bugs for DynamicPageList (intersection)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21963


Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

Attachment #6909 is|0   |1
   obsolete||




--- Comment #2 from Bawolff bawolff...@gmail.com  2009-12-30 02:27:05 UTC ---
Created an attachment (id=6910)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6910)
redo the requested version of patch that has no whitespace changes (apperently
i screwed up the last one somehow)


-- 
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 5718] Block element written inline splits multiline paragraphs

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5718


George Dowding pyr...@gmail.com changed:

   What|Removed |Added

Attachment #6905 is|0   |1
   obsolete||




--- Comment #17 from George Dowding pyr...@gmail.com  2009-12-30 04:19:13 UTC 
---
Created an attachment (id=6911)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6911)
fix bug and keep old behavior for paragraphs inside div

Added logic to handle div as a special case to keep the old behavior.  I don't
think that is correct, but the new parse was not correct either.  Div
processing has some subtle issues that need to be changed/fixed in outside of
this bug.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 5718] Block element written inline splits multiline paragraphs

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5718


George Dowding pyr...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #18 from George Dowding pyr...@gmail.com  2009-12-30 04:29:33 UTC 
---
Changing to fixed.  If someone with commit access can apply this patch, that
would be great.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 5718] Block element written inline splits multiline paragraphs

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5718


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #19 from Bryan Baron chinch...@gmail.com  2009-12-30 05:03:42 UTC 
---
Isn't fixed until reviewed and committed!


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 2320] Google sitemap support

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2320


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|General/Unknown |API
   Keywords|bot-interface   |
   Priority|High|Normal




-- 
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 10284] Captchas on Special:Userlogin and bots

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10284


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |
   Priority|High|Normal




-- 
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 472] Basic XML Feed support for history

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=472


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 13209] Add Revision Diff functionality to API

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13209


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 19461] Twinkle not working - wrong response from server

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19461


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 208] API for external access ( SOAP, XML-RPC, REST... )

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=208


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 11431] API for Extension:SiteMatrix

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11431


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 11572] API should provide interface for expanding templates

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11572


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 13911] Adding the API support for Special:FileDuplicateSearch

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13911


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 15420] Internal server error when editing anonymously via the API

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15420


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 15609] Add more flags to prop=info

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15609


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 16074] gXXlimit=max makes to high limits and so causes error

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16074


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 17623] Allow batch edits for API

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17623


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 522] RSS and Atom feeds should have an optional link= paramater to show diffs/full urls

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=522


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 943] RSS feed for Recentchangeslinked

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=943


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 958] Proposal to extend recent changes flags

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=958


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 1012] Add evaluation param to action=raw and Special:Export page

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1012


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 3459] direction=prevaction=raw

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3459


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|History/Diffs   |API
   Keywords|bot-interface   |




-- 
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 3450] Special pages should have a machine-readable format

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3450


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|Special pages   |API
   Keywords|bot-interface   |




-- 
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 3167] RSS feed for watched pages with unseen changes

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3167


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 3652] PATCH: pseudo-language for scripts and bots that rely on parsing HTML output

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3652


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|Internationalization|API
   Keywords|bot-interface   |




-- 
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 3670] PATCH: extension hook for RC notification

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3670


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 3676] add CSV support to (most) special pages

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3676


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 3700] Simple REST API for querying page properties and status (patch included)

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3700


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|General/Unknown |API
   Keywords|bot-interface   |




-- 
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 4880] action=raw should return a 404 header if the requested article does not exist.

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4880


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|General/Unknown |API
   Keywords|bot-interface   |




-- 
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 5145] RC bots of irc.wikimedia.org

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5145


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 5145] RC bots of irc.wikimedia.org

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5145


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

  Component|General/Unknown |IRC




-- 
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 9482] API no longer provides a watchlist

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9482


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 10684] Expand list=allusers functionality

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10684


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 10898] API does not return an edit token for nonexistent pages when logged in

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10898


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 11865] Add support for machine-readable diffs

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11865


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 14458] Confirmation error, can't find edit summary

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14458


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface, easy |




-- 
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 13542] Bot loses session data when running on server

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13542


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |




-- 
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 11173] allow limited wikicode rendering via api.php

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11173


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |
   Priority|Low |Normal




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 2964] OpenSearch Support

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2964


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |
   Priority|Low |Normal




-- 
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 11094] Fix API help

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11094


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |
   Priority|Low |Normal




-- 
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 11017] intoken=edit doesn't allow to get edit token for non-existent pages

2009-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11017


Bryan Baron chinch...@gmail.com changed:

   What|Removed |Added

   Keywords|bot-interface   |
   Priority|Lowest  |Normal




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


  1   2   >