bugzilla-daemon | 1 Jan 2012 01:01
Picon

[Bug 33451] MakeCollapsible nesting of toggle id's does not work

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

--- Comment #4 from Krinkle <krinklemail <at> gmail.com> 2012-01-01 00:01:34 UTC ---
One more thing, using that example (and the login you gave me earlier) in
Google Chrome works fine for me.

All three "List 1" will toggle the list and the two tables.
All three "Nest IIA", "Nest IIB" and "Nest IIC" trigger the content in the
first table and in the list.

It will not trigger the content in the third table, and that's perfectly fine.
Considering the content cell there has an ID of
"mw-customcollapsible-I_mw-customcollapsible-IIB" which has no trigger
anywhere.

--

-- 
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 Jan 2012 01:24
Picon

[Bug 33451] mw-collapsible element with multiple mw-customcollapible IDs does not work

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

Krinkle <krinklemail <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|krinklemail <at> gmail.com       |
         Resolution|                            |INVALID
            Summary|MakeCollapsible nesting of  |mw-collapsible element with
                   |toggle id's does not work   |multiple
                   |                            |mw-customcollapible IDs
                   |                            |does not work

--- Comment #5 from Krinkle <krinklemail <at> gmail.com> 2012-01-01 00:24:32 UTC ---
Resolved further on IRC. Marking invalid.

--

-- 
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 Jan 2012 02:09
Picon

[Bug 24607] compressOld does not run on Postgres

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

--- Comment #4 from Tim Landscheidt <tim <at> tim-landscheidt.de> 2012-01-01 01:09:50 UTC ---
The "culprit" in the background is "pagecontent.old_text" with the type "text".
 I don't see how binary data can be stored there without escaping:

| tim=# CREATE TEMPORARY TABLE tmpTest (t TEXT);
| CREATE TABLE
| tim=# INSERT INTO tmpTest (t) VALUES (E'\0');
| ERROR:  invalid byte sequence for encoding "UTF8": 0x00
| TIP:  This error can also happen if the byte sequence does not match the
encoding expected by the server, which is controlled by "client_encoding".
| tim=# INSERT INTO tmpTest (t) VALUES (encode(E'\\000'::BYTEA, 'escape'));
| INSERT 0 1
| tim=#

If it were just for compressing old pages, I'd suggest leaving this problem to
PostgreSQL which is much better at that while not bothering the user.  But this
can also occur with serialized objects in compressWithConcat ().

  Instead of trying to mimic bad habits here, I would refer PostgreSQL users to
External Storage and close up compressOld.php for PostgreSQL databases without
External Storage so that it doesn't try to store binary data in text
attributes.

--

-- 
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.
(Continue reading)

bugzilla-daemon | 1 Jan 2012 02:56
Picon

[Bug 33451] mw-collapsible element with multiple mw-customcollapible IDs does not work

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

--- Comment #6 from badon <fastgoldfish <at> gmail.com> 2012-01-01 01:56:57 UTC ---
OK, I got the cause wrong so it's not a bug, but perhaps I can come up with
something as an enhancement. My original title for this report was:
"MakeCollapsible nesting of toggle id's does not work".

It seems there's no way to get nested behavior in non-nested elements - at
least not with id's. Doing it with classes does not toggle at all. For
non-nested elements, like in a table, it'll probably have to do some sort of
smart toggling where if it collapses a parent element, it also collapses child
elements, without blindly toggling them to a different state (possibly
expanding them instead of collapsing).

I'm not sure how that should be approached, but I think it'll have to be done
in the JS, with some new usage methods. Most importantly, I think it'll have to
work with classes in addition to id's. Dynamically generated tables would need
to also have dynamically generated id's, which is unnecessary if it works with
classes. Is that doable, or is there a technical reason why it only works with
id's?

--

-- 
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 Jan 2012 02:59
Picon

[Bug 30185] Global account not appearing on Special:GlobalUsers

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

vigorous action <vigorous_action <at> 294net.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vigorous_action <at> 294net.org

--- Comment #8 from vigorous action <vigorous_action <at> 294net.org> 2012-01-01 01:59:02 UTC ---
Why isn't it processed? 
Not being displayed on GlobalUsers is very inconvenient. 
It desires to be improved immediately.

--

-- 
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 Jan 2012 05:10
Picon

[Bug 33452] New: Renaming user causes conflicting usernames in deleted file histories

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

       Web browser: ---
             Bug #: 33452
           Summary: Renaming user causes conflicting usernames in deleted
                    file histories
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Deleting
        AssignedTo: wikibugs-l <at> lists.wikimedia.org
        ReportedBy: fetchcomms <at> yahoo.com
    Classification: Unclassified

Let's say a user uploads a file, the file is deleted, and the account is then
renamed. When looking at Special:Undelete for the file page, the "File history"
log entry shows the uploader's old username, while the "Page history" log shows
the new username.

An example is
http://en.wikipedia.org/wiki/Special:Undelete/File:Pekmez_poster.jpg:

Page history

    (del/undel) (diff) 09:41, 13 September 2006 . . Posuur (talk | contribs |
block) ({{no rights reserved}} Source: http://www.taris.com.tr)
(Continue reading)

bugzilla-daemon | 1 Jan 2012 05:39
Picon

[Bug 33451] mw-collapsible element with multiple mw-customcollapible IDs does not work

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

--- Comment #7 from badon <fastgoldfish <at> gmail.com> 2012-01-01 04:39:00 UTC ---
I was hoping there was a better solution than nesting entire groups of code in
non-naturally nested elements, but it does work that way. For some nested table
nightmares, have a flashback to 1990:

http://www.coincompendium.com/w/index.php/Sandbox/Nested_MakeCollapsible

--

-- 
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 Jan 2012 06:28
Picon

[Bug 31917] Change the Disable Narayam preference to Enable Narayam

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

Santhosh Thottingal <santhosh.thottingal <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |amir.aharoni <at> mail.huji.ac.i
                   |                            |l
         AssignedTo|wikibugs-l <at> lists.wikimedia. |santhosh.thottingal <at> gmail.c
                   |org                         |om

--- Comment #2 from Santhosh Thottingal <santhosh.thottingal <at> gmail.com> 2012-01-01 05:28:21 UTC ---
r107563 addressed this. A migration script also need to be prepared. Amir
working on that.

--

-- 
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 Jan 2012 09:23
Picon

[Bug 33446] Add a filter to Special:WantedFiles to remove the false positives

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

--- Comment #4 from Bawolff <bawolff+wn <at> gmail.com> 2012-01-01 08:23:59 UTC ---
Consider enwikipedia. If we added the display none, at least the first 5 pages
(probably significantly more) of special:wantedfiles would be blank. I don't
think that's ok, so I tend to agree with Krinkle.

However, i do think adding a class to the <li> so people could customize it on
there own (via personal css) would be a good idea.

--

-- 
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 Jan 2012 11:09
Picon

[Bug 33453] New: Annotation greek part-of-speech

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

       Web browser: ---
             Bug #: 33453
           Summary: Annotation greek part-of-speech
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: OmegaWiki
        AssignedTo: wikibugs-l <at> lists.wikimedia.org
        ReportedBy: kaseluris.nikos <at> gmail.com
    Classification: Unclassified

Adding a new GREEK SynTrans in an existing DM, I can not insert its
part-of-speech. It gives me as option the property "part of speech OLD" with
only 3 values the "interjection, prefix, suffix".

--

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