bugzilla | 1 Aug 2007 02:26
Picon

[Bug 10736] Set xml:lang by each translated subpage of Template:Languages, especially for Wikimania sites

http://bugzilla.wikimedia.org/show_bug.cgi?id=10736

Tian-Jian "Barabbas" Jiang <barabbas@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |Highest

--- Comment #2 from Tian-Jian "Barabbas" Jiang <barabbas@...> 
2007-08-01 00:26:13 UTC ---
Please consider patch this to Wikimania sites ASAP, thanks a lot!

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
bugzilla | 1 Aug 2007 02:38
Picon

[Bug 10764] New: add hook to User::isBlockedFrom

http://bugzilla.wikimedia.org/show_bug.cgi?id=10764

           Summary: add hook to User::isBlockedFrom
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: Normal
         Component: Blocking
        AssignedTo: wikibugs-l@...
        ReportedBy: thomas.dalton@...

Created an attachment (id=3959)
 --> (http://bugzilla.wikimedia.org/attachment.cgi?id=3959)
adds IsBlockedFrom hook to User::isBlockedFrom

I have attempted to write a patch to add a hook to User::isBlockedFrom (needed
for an extension I'm thinking of writing). Have I done it right?

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 02:55
Picon

[Bug 10671] Mailing list for nds Wikinews

http://bugzilla.wikimedia.org/show_bug.cgi?id=10671

--- Comment #3 from Marcus Buck <wiki@...>  2007-08-01 00:55:22
UTC ---
It shall be a news submission box, so international list is no good place. If a
address  <at> nds.wikinews.org is not possible,  <at> lists.wikimedia.org would be
acceptable too.

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:01
Picon

[Bug 10764] add hook to User::isBlockedFrom

http://bugzilla.wikimedia.org/show_bug.cgi?id=10764

Rob Church <robchur@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robchur@...

--- Comment #1 from Rob Church <robchur@...>  2007-08-01
01:01:36 UTC ---
* In general, hooks such as this would use the return value to determine
whether or not to perform internal checking at all, i.e. a false return would
indicate that the $blocked value is to be returned from the method

* This hook seems a little odd, given that we have hooks on Title::userCan()
which should be just fine for most access control purposes

* "$this" is an object reference, and doesn't need the ampersand in front to
pass by reference any more

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:05
Picon

[Bug 10758] Add a Title parameter to User::isAllowed()

http://bugzilla.wikimedia.org/show_bug.cgi?id=10758

Rob Church <robchur@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|User.php: Enhancement to the|Add a Title parameter to
                   |'rights management' sub-    |User::isAllowed()
                   |system                      |

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:07
Picon

[Bug 10750] "Spaces were converted into underscores" warning during upload should be removed

http://bugzilla.wikimedia.org/show_bug.cgi?id=10750

Rob Church <robchur@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|A meaningless upload warning|"Spaces were converted into
                   |                            |underscores" warning during
                   |                            |upload should be removed

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:11
Picon

[Bug 10736] Set xml:lang by each translated subpage of Template:Languages, especially for Wikimania sites

http://bugzilla.wikimedia.org/show_bug.cgi?id=10736

--- Comment #3 from Rob Church <robchur@...>  2007-08-01
01:11:38 UTC ---
This patch is far too project-specific and mangles configuration settings
according to an apparently arbitrary title pattern. I would not recommend using
it.

It seems that a better choice would be some kind of magic word which can be
used to override the various language meta tags for a page.

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:14
Picon

[Bug 10735] Blacklist certain filename patterns

http://bugzilla.wikimedia.org/show_bug.cgi?id=10735

Rob Church <robchur@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Low                         |Normal

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:23
Picon

[Bug 10744] Parse wiki text when page does not exists and action=info

http://bugzilla.wikimedia.org/show_bug.cgi?id=10744

Rob Church <robchur@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robchur@...
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Rob Church <robchur@...>  2007-08-01
01:23:59 UTC ---
Fixed in r24504.

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
bugzilla | 1 Aug 2007 03:27
Picon

[Bug 10737] Table data missing on first page view

http://bugzilla.wikimedia.org/show_bug.cgi?id=10737

--- Comment #3 from Rob Church <robchur@...>  2007-08-01
01:27:21 UTC ---
The column (third from the left) shows up fine for me using IE 7 (7.0.5730.11),
and it's fine in Firefox (2.0.0.6) and Opera (9.21 build 8776) too.

--

-- 
Configure bugmail: http://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

Gmane