Commit Graph

25 Commits (master)

Author SHA1 Message Date
Zach Thompson 73d8f72fc0 Remove id/name from Perl modules and tests 2016-03-18 11:49:33 -06:00
Mailkov b6f91090f4 fix merge conflict 2016-01-11 16:59:35 +00:00
Mailkov 1945216a79 add title 2016-01-06 10:11:02 +00:00
Mailkov 6044764bd7 fix indentation 2 2015-12-29 17:08:58 +00:00
Mailkov f19ec30a48 fix indentation 2015-12-29 17:07:10 +00:00
Mailkov 09d95f08f5 delete unused code 2015-12-29 16:54:08 +00:00
Mailkov b954752411 add template list 2015-12-29 16:41:36 +00:00
Mailkov 544c4f0a62 move sub out handle 2015-12-29 14:09:42 +00:00
Mailkov a602c9c564 correct indentation 2015-12-29 14:07:35 +00:00
Mailkov 61654bab72 deactive html code 2015-12-29 14:05:55 +00:00
Mailkov 56c2c0aaec add attribution 2015-12-29 14:03:50 +00:00
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
jagtalon 981538c7c1 Attribution updates!
The string in index 1 should be the name of the developer. This allows us to group them together, i.e., we need a way to group the attribution by people.
2015-01-07 18:24:47 +00:00
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
Matt Miller dfcf39f650 EOL: fix line endings. 2014-10-28 20:34:36 +02: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 ebd15f598a Move goodies to new styling mechanism.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
2014-09-10 17:28:30 -04:00
Matthew Ramina 0e5e34e7fb Teredo: separating append_css and to_html 2014-07-02 21:06:53 -04:00
Matthew Ramina 46f8039102 Teredo: using text--primary/secondary, external style sheet 2014-07-01 20:51:01 -04:00
Matthew Ramina 1f105afbb1 Teredo: gray labels, not italicize them 2014-06-25 09:33:04 -04:00
Jag Talon 10eb48a4d1 Teredo: Removed is_cached => 1 and formatted code.
This is the default.
2014-01-16 17:46:15 -05:00
seanheaton f6afd465ba Added html output and comments. Also verified that Net::IP doesn't appear to make any network connections. 2013-10-28 23:17:07 -04:00
seanheaton a9161e5d8c Made corrections to the metadata of Teredo.pm 2013-10-20 22:21:29 -04:00
seanheaton ae20b5abfa A Goodie to extract IPv4 information encoded in Teredo tunnel IPv6 addresses 2013-10-14 12:03:14 -04:00