[Bug 14712] API: logevents do not have a namespace filter

2014-06-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Umherirrender umherirrender_de...@web.de ---
lenamespace was added with gerrit 135283

-- 
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 14712] API: logevents do not have a namespace filter

2012-12-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |---

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
[Removing RESOLVED LATER as discussed in
http://lists.wikimedia.org/pipermail/wikitech-l/2012-November/064240.html .
Reopening and setting priority to Lowest. For future reference, please use
either RESOLVED WONTFIX (for issues that will not be fixed), or simply set
lowest priority. Thanks a lot!]

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 14712] API: logevents do not have a namespace filter

2011-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||LATER

--- Comment #7 from Reedy s...@reedyboy.net 2011-05-13 22:00:39 UTC ---
Marking later, has no use staying open for the moment

The API side can be reopened when (if?) the core issue is fixed

-- 
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 14712] API: logevents do not have a namespace filter

2011-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||22744

-- 
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 14712] API: logevents do not have a namespace filter

2011-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||krinklem...@gmail.com
 Resolution|WONTFIX |

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-04-11 15:37:03 UTC ---
(In reply to comment #1)
 It used to have one, but it was removed because filtering on namespace killed
 the database.

With the current db scheme, it may be killing. But I think through the years
many valid bugs and requests have come to depend on such filter.

Reopening with dependancy on bug 14711 which requests the actual filterability.

Note that mw_logging has had an index on (log_namespace, log_title) since it
was created in r4919. What is causing the kill actually ? (respond on bug 14711
?)

-- 
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 14712] API: logevents do not have a namespace filter

2011-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 CC||jschulz_4...@msn.com

--- Comment #3 from Aaron Schulz jschulz_4...@msn.com 2011-04-11 15:38:50 UTC 
---
There is no (namespace,timestamp) index.

-- 
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 14712] API: logevents do not have a namespace filter

2011-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #4 from Reedy s...@reedyboy.net 2011-04-11 15:40:08 UTC ---
It would be possible to do a faux NS filter in Miser mode as a middle ground
hack...

As for being able to do it efficiently

-- 
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 14712] API: logevents do not have a namespace filter

2011-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

--- Comment #5 from Krinkle krinklem...@gmail.com 2011-04-11 17:52:21 UTC ---
(In reply to comment #3)
 There is no (namespace,timestamp) index.

r4919 - tables.sql (MediaWiki 1.3A)
  KEY page_time (log_namespace, log_title, log_timestamp)


r84394 - tables.sql (MediaWiki 1.18alpha)
 CREATE INDEX /*i*/page_time ON /*_*/logging (log_namespace, log_title, 
 log_timestamp);

-- 
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 14712] API: logevents do not have a namespace filter

2011-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14712

--- Comment #6 from Reedy s...@reedyboy.net 2011-04-11 17:54:34 UTC ---
Indeed, but you just can't use those skipping the middle field

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