[Bug 37753] RecentChanges shows a misleading byte difference

2013-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37753

Bartosz DziewoƄski matma@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=39189

-- 
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 37753] RecentChanges shows a misleading byte difference

2013-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37753

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

   Keywords||need-volunteer
 CC||lydia.pintscher@wikimedia.d
   ||e

-- 
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 37753] RecentChanges shows a misleading byte difference

2012-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37753

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|minor   |enhancement

-- 
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 37753] RecentChanges shows a misleading byte difference

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

Nikola Smolenski smole...@eunet.rs changed:

   What|Removed |Added

 CC||smole...@eunet.rs

--- Comment #2 from Nikola Smolenski smole...@eunet.rs 2012-06-21 06:24:37 
UTC ---
Not sure how difficult it would be, but an item diff would be cute and helpful.
Something like: +3 -1 ~5 (3 items added, 1 item removed, 5 items changed).

-- 
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 37753] RecentChanges shows a misleading byte difference

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

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #3 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-06-21 
10:08:38 UTC ---
I don't think detailed information like what Nikola suggested is possible
without serious changes to the recentchanges and revision tables - something I
would like to avoid.

However, the Item class could implement its getSize() method to do something
smarter than just return the size of the json. The notion if size is purely
abstract here, it could be anything. For instance it could return the number of
atomic values in the structure.

-- 
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 37753] RecentChanges shows a misleading byte difference

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

--- Comment #4 from denny vrandecic denny.vrande...@wikimedia.de 2012-06-21 
10:36:46 UTC ---
Yes, Daniel's suggestions sounds very reasonable.

-- 
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 37753] RecentChanges shows a misleading byte difference

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

--- Comment #5 from Nikola Smolenski smole...@eunet.rs 2012-06-21 11:17:01 
UTC ---
I've just got the idea that number of added/removed/modified items could be
encoded in bits of rev_len/rc_old_len/rc_new_len fields (rev_len is 64bit IIRC)
and then interpreted by the page if it is in Data namespace. Seems like an
unnecessary complication, but maybe one day :)

-- 
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 37753] RecentChanges shows a misleading byte difference

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37753

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |minor

-- 
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 37753] RecentChanges shows a misleading byte difference

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37753

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 CC||denny.vrandecic@wikimedia.d
   ||e

--- Comment #1 from denny vrandecic denny.vrande...@wikimedia.de 2012-06-20 
23:10:24 UTC ---
Misleading, but true, due to a change in the internal structure. I am not sure
if we should display the bytediff at all, as it does not make much sense...

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