Commit Graph

10 Commits (master)

Author SHA1 Message Date
Zach Thompson 07b9def34a Goodbye metadata...mostly 2015-11-11 11:14:02 -07:00
Rob Emery 56c5ea4a5e Goodies: Enabling `use strict` on all goodies 2015-02-22 20:09:29 +00:00
Russell Holt fa5a969037 attribution cleanup 2015-01-07 13:37:42 -05:00
Matt Miller 68fc7c8dec Set explicit caching everywhere.
This explicity sets the caching behavior for all goodies. Goodies which
did not have caching behavior set in their package have had it added.
Similarly for the tests.

This resulted in a number of changes for caching behavior, mostly
moving towards more frequent caching.

I identified three cases where goodies should not be cached. They are when
the result depends upon:

- some random element,
- the time of day or year (as with relative dates), or
- the location of the requesting user

In all other cases, I presumed that the goodies were sufficiently
deterministic in their output to warrant caching.
2014-09-27 10:35:17 -04:00
Dylan Lloyd 3ea5539d55 removed trailing linebreak from result list 2014-02-19 18:44:05 -08:00
Dylan Lloyd 998b85cef7 strip additional optional keywords from query 2014-02-18 17:52:58 -08:00
Dylan Lloyd c1050282d8 use cannonical reference link text 2014-02-16 02:54:02 -05:00
Dylan Lloyd a2dbf74b37 dashes for txt and <ul> for html in kerneltaint 2014-02-16 02:50:46 -05:00
Dylan Lloyd 541bb41ce9 added additional triggers for KernelTaint 2014-02-06 17:14:44 -05:00
Dylan Lloyd b037ac5cb5 wrote KernelTaint goodie 2014-02-05 22:26:36 -05:00