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

Max Semenik <maxsem.w...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxsem.w...@gmail.com

--- Comment #12 from Max Semenik <maxsem.w...@gmail.com> 2012-04-23 17:22:48 
UTC ---
(In reply to comment #11)
> Could you please provide pointers to the best practices regarding retrieving
> the title, and how best to parse URLs without stripos() and explode()?

RequestContext.

> Regarding the timezone, we're not changing it other than to follow the RFC
> specification that all timestamps in HTTP headers MUST be in GMT, "without
> exception". This does not change the UX in the page. Please see:
> http://tools.ietf.org/html/rfc2616#page-20

Then prepare your headers in a way that doesn't affect UI timezone.

> If there is a better way to discover the names of the Special pages (timegate
> and timemap) generated within the extension, please let us know and we'll
> update the extension.

SpecialPage::getTitle(), getTitleFor()

> We do request only the parts of the history list that are required for the
> different operations.  The timegate needs the closest match, first, last,
> previous and next.  The timemap is a serialization of the set of versions of
> the resource, and thus requires the entire history list.

Then it's not going to be deployed on WMF, because requesting thousands of
revisions is not an option with our scale.

By the way, is there evidence of interest in this feature from Wikimedia
community?

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

Reply via email to