[Bug 21860] Add checksum field to database table; expose it in API

2011-12-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Keywords||platformeng

-- 
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 21860] Add checksum field to database table; expose it in API

2011-12-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

--- Comment #34 from Aaron Schulz aschulz4...@gmail.com 2011-12-17 18:27:50 
UTC ---
(In reply to comment #32)
 Any action to add the new field to api output and to the xml export?
 
 The api modules prop=revisions and list=deletedrevs need at least a way to
 display the new value.
 
 Searching for a hash can also interessting for api clients, but that need a
 index for miser mode.

Done in r106514.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-12-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||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 21860] Add checksum field to database table; expose it in API

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

--- Comment #33 from Brion Vibber br...@wikimedia.org 2011-11-27 21:26:44 UTC 
---
So did anybody actually check to make sure we know how to deploy this change
live for 1.19?

-- 
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 21860] Add checksum field to database table; expose it in API

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #32 from duplicate...@googlemail.com 2011-11-12 16:13:58 UTC ---
Any action to add the new field to api output and to the xml export?

The api modules prop=revisions and list=deletedrevs need at least a way to
display the new value.

Searching for a hash can also interessting for api clients, but that need a
index for miser mode.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

--- Comment #31 from Aaron Schulz aschulz4...@gmail.com 2011-10-27 18:52:45 
UTC ---
Added back in r101021.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #30 from jeb...@gmail.com 2011-10-19 13:52:14 UTC ---
A SHA1 digest and a local sensitive hash function would do the trick, but a
small vector (that is the form before turning it into a hash) is even better. A
Javascript version of something that works is available as a gadget at
Norwegian (bokmål) Wikipedia.
http://no.wikipedia.org/wiki/MediaWiki:Gadget-page-authors-simple.js

As I recall the FNV-algoritm is used in MySQL (also PHP?) and should be pretty
effective in native implementations. The rest of the code has some problems in
a few very special usecases and should be fixed, but works fairly well even as
it is.

Basically you need a digest and a local sensitive hash (or fingerprint vector)
to speed up analysis of who is the actual author and whats going on in the
article history.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Blocks||2939

-- 
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 21860] Add checksum field to database table; expose it in API

2011-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

--- Comment #29 from MZMcBride b...@mzmcbride.com 2011-08-20 01:55:10 UTC ---
(In reply to comment #28)
 I would very, very much like to have this field.

Agreed.

Now does that mean it's worth the cost? I think so. I know that Domas disagrees
and I respect that. I think that it would be very helpful to get a better
picture of what the real cost here is, particularly if the field is indexed,
which is probably inevitable.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Priority|Low |High
 Blocks||29097
 AssignedTo|wikibugs-l@lists.wikimedia. |aschulz4...@gmail.com
   |org |

--- Comment #27 from Rob Lanphier ro...@wikimedia.org 2011-08-19 00:41:59 UTC 
---
Bumping this from low to high priority.  This is the first that I've
noticed it stuck in low.  I get asked very frequently about this at WMF, and
have long wanted to provide this.  Aaron is going to be tied up with a few
other things so it may not happen right away, but I'd like to make we get to
this before we deploy 1.19.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

Brandon Harris bhar...@wikimedia.org changed:

   What|Removed |Added

 CC||bhar...@wikimedia.org

--- Comment #28 from Brandon Harris bhar...@wikimedia.org 2011-08-19 00:42:47 
UTC ---
I would very, very much like to have this 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


[Bug 21860] Add checksum field to database table; expose it in API

2011-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

--- Comment #26 from MZMcBride b...@mzmcbride.com 2011-08-15 19:10:06 UTC ---
(In reply to comment #25)
 Aaron added a rev_sha1 column in to tables in r94289.

r94289 and subsequent revisions reverted by Brion in r94541.

-- 
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 21860] Add checksum field to database table; expose it in API

2011-08-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
Summary|Add checksum field to text  |Add checksum field to
   |table; expose it in API |database table; expose it
   ||in API

--- Comment #25 from Krinkle krinklem...@gmail.com 2011-08-12 13:31:25 UTC ---
Aaron added a rev_sha1 column in to tables in r94289.

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