Avoid parsing more in refreshLinksJobs
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 28 Nov 2013 06:43:00 +0000 (22:43 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 28 Nov 2013 06:43:00 +0000 (22:43 -0800)
commit48a77e1d830e93e28375e1be2252c572af44eae5
treeec9b3094ef2f64b11c950aa2d8ea4394bb678b0f
parente7c8c43d2336540eae0d0279e3e7e945acff8c89
Avoid parsing more in refreshLinksJobs

* This reuses the parser cache in some cases when possible
* Clarified the return value of CacheTime::getCacheTime()
* A few documentation tweaks

Change-Id: I80b7c6404b3f8c48b53c3bba96115dbf94d80873
includes/job/Job.php
includes/job/jobs/RefreshLinksJob.php
includes/parser/CacheTime.php