Commit Graph

11 Commits (240961711e98072160e6030607ccb760ab4d4697)

Author SHA1 Message Date
Rob Emery 56c5ea4a5e Goodies: Enabling `use strict` on all goodies 2015-02-22 20:09:29 +00:00
Chris Wilson 31e95e4fb3 Update Case for Sort, TitleCase, TwelveOclock, UltimateAnswer, Uppercase, ValarMorghulis, WeekdaysBetween, WhereAmI, WorkdaysBetween 2015-01-09 19:09:45 +11:00
Matt Miller 0c71389dd3 ValarMorghulis: add structured_answer 2014-11-15 21:32:59 +02:00
jdorweiler e1ff6d6bd0 space 2014-11-05 15:33:49 -05:00
jdorweiler 5071be601e use utf8 2014-11-05 15:22:44 -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
Matt Miller 80897ce535 ValarMorghulis: move from inline CSS. 2014-09-10 17:28:30 -04:00
jagtalon 2c3169c4b6 ValarMorghulis: Format code. 2014-08-25 19:52:25 +00:00
Lars Jansøn Engvik c16a193729 Adding CSS. 2014-08-22 08:56:00 +00:00
Lars Jansøn Engvik 1e3f92f14d Fixed capitilization. 2014-08-20 08:04:41 +00:00
Lars Jansøn Engvik 750b8477b8 Game of Thrones easter egg IA. 2014-08-19 12:55:10 +00:00