Commit Graph

1989 Commits (f2338c83d7dc082b81c2cb7cd44714424bd5cbec)

Author SHA1 Message Date
Matt Miller f2338c83d7 ReverseComplement: add structured answer 2014-11-15 21:32:59 +02:00
Matt Miller 130f1aa806 DuckDuckGo: add structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller 42546f37d7 Base64: use structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller 33420ef0bf Jira: add structured answer 2014-11-15 21:32:59 +02:00
Matt Miller 99bd3dd6cb HexToASCII: add structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller 6e0e031ebc DateMath: add structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller bf9b569a66 Morse: add structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller e992621aba WhereAmI: add structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller f63d3df4fd Passphrase: add structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller edb65e7f52 CalendarConversion: move to structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller bf509173e4 ZappBrannigan: add structured answer 2014-11-15 21:32:59 +02:00
Matt Miller d72a90658b AspectRatio: update with structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller 1b050ae173 Ascii: update with structured answer. 2014-11-15 21:32:59 +02:00
Matt Miller c6afdf5ad3 ABC: updated with structured answer.
Includes a possible technique to encode multi-inputs for
auto-templating.
2014-11-15 21:32:59 +02:00
Matt Miller 5457d4ec62 Goodies Templates: update some goodies for auto-template usage.
Testing these in duckpan will depend upon the changes in that repository
being integrated.
2014-11-15 21:32:59 +02:00
Rob Emery afe13a63ea Merge pull request #752 from duckduckgo/mwm/styler
NumberStyler: allow for space and underscore separation.
2014-11-15 19:02:54 +00:00
Matt Miller 39a9204689 Calculator: expand number availability.
This adds the ability for numbers to contian spaces or underscores.  It
also makes me recognize once more how brittle all of these
inter-relationships are.
2014-11-15 09:14:34 +02:00
Zaahir Moolla 97b2a2ea0d Merge pull request #749 from jesuruban/master
Created my first Goodie
2014-11-14 11:48:11 -05:00
Jarmo Kivekas 38a44435a2 use standard css classes in independence day goodie 2014-11-14 07:43:25 +02:00
jesuruban ad179f0dc6 Updated the corrections 2014-11-14 01:53:48 +00:00
Matt Miller 9fa8c14464 NumberStyler: allow for space and underscore separation.
This allows people to enter numbers in a more visually kind way,
without breaking the general paradigm.
2014-11-14 00:01:15 +02:00
Matt Miller 312de70bd5 Merge pull request #754 from duckduckgo/jag/reverse-meta
Reverse: Update metadata
2014-11-13 23:57:36 +02:00
Matt Miller 6815990f24 Merge pull request #753 from duckduckgo/jag/duckduckgo-meta
DuckDuckGo: Example query does not actually trigger the IA.
2014-11-13 23:57:15 +02:00
Jag Talon dfa3ac3dff Reverse: Update metadata 2014-11-13 14:54:07 -05:00
jagtalon 9d1c12238e DuckDuckGo: Metadata does not actually work. 2014-11-13 19:42:56 +00:00
moollaza 2022d6e853 Small cleanup of IsAwesome Goodies
- Removed unneeded comments
- Added ABSTRACT where missing
- Filled in Metadata where missing
2014-11-13 04:29:07 +00:00
jesuruban 12404bc19d Created my first Goodie 2014-11-13 01:48:36 +00:00
Rob Emery 923f85bd45 Conversions: Enforcing whitespace after the left_unit to fix triggering on "seconds" 2014-11-09 22:53:08 +00:00
Matt Miller 2a8bd2e1a3 Merge pull request #729 from mwmiller/tautology
Calculator: better guard for no-ops.
2014-11-06 06:15:33 +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 02adf60315 Calculator: better guard for no-ops.
The old gaurd was kinda whacky (and wrong) and inverted all the logic.
So we'll dump out early when we recognize that no operations will be
done.
2014-11-05 00:38:18 +02:00
Rob Emery 4977f969c1 CalendarToday: Adding support for possesives 2014-11-02 22:53:05 +00:00
Rob Emery 64bcbb87db DatesRole: Fixing regression with "next <month>" introduced by dodgey merging 2014-11-02 22:37:47 +00:00
Rob Emery 4bad1f8e67 DatesRole: Fixing regression on singlename months 2014-11-02 22:27:58 +00:00
Rob Emery 0c791b8f20 Merge branch 'master' into mintsoft/relative_dates 2014-11-02 22:24:44 +00:00
Rob Emery 7ee47daa19 Merge pull request #720 from thejdeep/master
Submitting my First Goodie
2014-11-02 19:19:51 +00:00
thejdeep ccbc0ed59c Created my first Goodie
Dummy commit

Removed un-necessary comments

Removed a few comments
2014-11-02 18:27:58 +00:00
Rob Emery 4d9b70faee Merge branch 'master' into mintsoft/relative_dates
Conflicts:
	lib/DDG/GoodieRole/Dates.pm
2014-11-02 13:00:49 +00:00
Matt Miller 6ff7da96bf DatesRole: Use unambiguous date string for month-in-itself.
`month` is numeric, which makes it horribly ambiguous when presented in
that way. With `month_name` there is no doubt.
2014-11-02 12:00:02 +02:00
Zaahir Moolla e32417b3bc Merge pull request #706 from mwmiller/my_time_to_shine
TimezoneConverter: add "my time" support.
2014-10-31 18:33:34 -04:00
Zaahir Moolla 65ff8e0408 Merge pull request #677 from duckduckgo/mintsoft/hiragana
Hiragana
2014-10-31 18:08:09 -04:00
Rob Emery 56f0c7529a Merge branch 'mintsoft/relative_dates' of github.com:duckduckgo/zeroclickinfo-goodies into mintsoft/relative_dates
Conflicts:
	lib/DDG/GoodieRole/Dates.pm
	t/00-roles.t
	t/CalendarToday.t
2014-10-31 21:48:19 +00:00
Zaahir Moolla a66f429cae Merge pull request #714 from jarmokivekas/national-independence
National independence day goodie
2014-10-31 17:10:34 -04:00
Jarmo Kivekas 7998429ccc fix failing independence day tests 2014-10-31 21:38:37 +02:00
Jarmo Kivekas 297b5acf68 add css to independence day answer ouput 2014-10-31 21:19:31 +02:00
Matt Miller 665dd0c3e5 DatesRole: grab $loc info off the calling package.
As one might suspect, the testing is the difficult part with per-instance
"package variables.

I welcome more comprehensive tests, but I don't know that I am up to
creating them.
2014-10-31 18:27:53 +02:00
Rob Emery 8170857b08 DatesRole: making util "nominally private" 2014-10-31 18:27:09 +02:00
Rob Emery f192992a30 DatesRole: Ternaries ftw! 2014-10-31 18:27:09 +02:00
Rob Emery bcb0404d0c DatesRole: Fixing *stupid* mistake in regex 2014-10-31 18:27:09 +02:00