bugzilla-daemon | 1 Oct 2009 01:00
Picon

[Bug 20840] Watchlist RSS feed should use 301 redirect to change token on every view

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

--- Comment #6 from Aryeh Gregor <Simetrical+wikibugs <at> gmail.com>  2009-09-30 23:00:24 UTC ---
Well, it doesn't really matter what the bug is named.  The first issue is fixed
in r57119, as noted at bug 471 comment 62, and the fix will go live on
Wikipedia eventually.  The second issue is WONTFIX.  Is that okay?

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 01:15
Picon

[Bug 20913] Interface messages: two quick fixes (one missing message, one missing parameter)

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

--- Comment #5 from Aaron Schulz <JSchulz_4587 <at> msn.com>  2009-09-30 23:15:58 UTC ---
New diff message in r57172 

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 03:29
Picon

[Bug 20913] Interface messages: two quick fixes (one missing message, one missing parameter)

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

--- Comment #6 from FT2 <FT2.wiki <at> gmail.com>  2009-10-01 01:29:47 UTC ---
Click-through. Administrators and oversighters being told it exists and they
can see it, would benefit if the message was directly linked to the thing
referenced. It's helpful on other messages. Is there a reason that it wouldn't
be helpful here?

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 03:32
Picon

[Bug 20655] unescaped HTML in delete-page interface

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

Aryeh Gregor <Simetrical+wikibugs <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+wikibugs <at> gmail.co
                   |                            |m

--- Comment #2 from Aryeh Gregor <Simetrical+wikibugs <at> gmail.com>  2009-10-01 01:32:00 UTC ---
Fix improved in r57182 to work for $wgWellFormedXml = $wgHtml5 = true case
(which is the default config).

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 04:07
Picon

[Bug 20914] New: Negative numbers give error in form field of Type:Number

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

           Summary: Negative numbers give error in form field of Type:Number
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: SemanticForms
        AssignedTo: yaron57 <at> gmail.com
        ReportedBy: cwebb <at> oeb.harvard.edu
                CC: wikibugs-l <at> lists.wikimedia.org

Just a small patch to allow negative numbers in Type:Number fields. 

For version 1.8.4 downloaded as tgz:

SemanticForms/includes/SF_FormUtils.inc

173c173
<                       if (field.value.match(/^[\d\.,]+$/)) {
---
> 			if (field.value.match(/^\-?[\d\.,]+$/)) {

Love the application.  Thanks for all your work.

Cam

(Continue reading)

bugzilla-daemon | 1 Oct 2009 04:32
Picon

[Bug 20915] New: Enable YouTube in all wikimedia sites

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

           Summary: Enable YouTube in all wikimedia sites
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://en.wikipedia.com/wiki/YouTube
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l <at> lists.wikimedia.org
        ReportedBy: tsepelcory <at> yahoo.com

youtube!

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 04:36
Picon

[Bug 20915] Enable YouTube in all wikimedia sites

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

Tim Starling <tstarling <at> wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tstarling <at> wikimedia.org
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Tim Starling <tstarling <at> wikimedia.org>  2009-10-01 02:36:50 UTC ---
We don't do mashups, especially not with non-free-content sites running
proprietary software and having a questionable privacy record.

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 05:17
Picon

[Bug 20913] Interface messages: two quick fixes (one missing message, one missing parameter)

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

--- Comment #7 from Aaron Schulz <JSchulz_4587 <at> msn.com>  2009-10-01 03:17:11 UTC ---
What do you mean "directly linked to the thing referenced"?

Those links are there for the unhide=1 links. Once you click the link, and then
can view the content, the message that shows no longer has them since it would
just be a URL to the page the user is already on.

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 05:17
Picon

[Bug 20904] SMWResultArray changes in SMW 1.5

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

--- Comment #2 from Yaron Koren <yaron57 <at> gmail.com>  2009-10-01 03:17:21 UTC ---
A fix to handle the changes in SMW 1.5 is now checked in to the version of
Semantic Drilldown on SVN. By the way, I don't know how the new SMW code works,
but it's amazing!

--

-- 
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.
bugzilla-daemon | 1 Oct 2009 05:20
Picon

[Bug 20524] Hideuser: Error when trying to block hidden user without hideuser right

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

Caden Depatie <mac.med02 <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mac.med02 <at> gmail.com
             Status|NEW                         |ASSIGNED

--

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

Gmane