Commit Graph

1319 Commits (e91f44fb5c53446e52702c45e418e40ccdd542b6)

Author SHA1 Message Date
Max Luzuriaga e91f44fb5c TitleCase handling of hyphenated words, 'minor' words that should not be capitalized. 2013-12-31 16:52:50 -05:00
Gabriel Weinberg 42a81dab94 Revert "use bignum in calculator for... precision."
This reverts commit 8b39e1e82a.

Conflicts:

	lib/DDG/Goodie/Calculator.pm
2013-12-25 20:05:37 -05:00
Gabriel Weinberg 7711c13083 Merge pull request #279 from duckduckgo/yegg/calc-fix
Calc fix to not allow runaway processing.
2013-12-25 16:44:21 -08:00
Gabriel Weinberg cdd0c791c5 Calc fix to not allow runaway processing. 2013-12-25 19:43:23 -05:00
Gabriel Weinberg 597e3c0e39 Revert my bignum change. 2013-12-25 10:14:14 -05:00
Michael Smith 028d4dc5d4 Add more removal triggers to DuckDuckGo 2013-12-24 15:20:59 -07:00
Jag Talon f4937bd29c RegexCheatSheet: Align automatically this time. 2013-12-24 17:20:30 -05:00
Jag Talon 945bde9baf RegexCheatSheet: Fix format of the hash. 2013-12-24 17:07:39 -05:00
Jag Talon be76b49ec8 Merge pull request #274 from duckduckgo/jag/hijri/fix
Hijri: Added HTML to the return statement. Fixes #273.
2013-12-24 07:40:31 -08:00
Jag Talon 96b771210b Revert "COmmenting out to run, but creating github issues to fix."
This reverts commit 734874e2c6.
2013-12-24 10:32:35 -05:00
Gabriel Weinberg 723e9551c8 Merge pull request #277 from duckduckgo/yegg/comment-tests
Commenting out to run, but creating github issues to fix.
2013-12-24 05:48:03 -08:00
Gabriel Weinberg 734874e2c6 COmmenting out to run, but creating github issues to fix. 2013-12-24 08:46:16 -05:00
Gabriel Weinberg fcf0f9e89f Merge pull request #275 from duckduckgo/yegg/contain-bignum
Contain bignum
2013-12-24 05:31:06 -08:00
Gabriel Weinberg 69788008d0 Contain bignum 2013-12-24 08:30:34 -05:00
Jag Talon 113aa2ba2c Hijri: Add comments. 2013-12-23 16:04:41 -05:00
Jag Talon 1a96425e68 Hijri: Added HTML to the return statement. Fixes #273. 2013-12-23 15:49:01 -05:00
Michael Smith d68edcc100 Add a quick DDG removal answer 2013-12-21 14:04:02 -07:00
Jag Talon 83936e8d57 Merge pull request #268 from mintsoft/master
Bash Primary Expressions interactive help goodie
2013-12-20 12:20:58 -08:00
Rob Emery bd7f5137eb BashPrimaryExpressions: Adding html output with <code> wrapping inputs and expressions 2013-12-20 20:00:40 +00:00
Jag Talon d1d7de4a4d Merge pull request #271 from duckduckgo/jag/latex/more-at
A bunch of LaTeX instant answer modifications. It should be ready for release!
2013-12-19 07:15:38 -08:00
Jag Talon 1eb7569b2b Latex: Fix tests. 2013-12-18 14:03:26 -05:00
Jag Talon bb5b13538f Latex: Capitalize the title. 2013-12-18 13:59:18 -05:00
Jag Talon d0d677f561 Latex: Fix tests. 2013-12-18 13:00:38 -05:00
Jag Talon 8ae460637f Latex: Change the header. 2013-12-18 12:58:51 -05:00
Jag Talon ed0c4bc774 Latex: Do not camelcase Wikibooks. 2013-12-17 11:09:10 -05:00
Jag Talon a8cde2df73 Latex: Link to different sections of Wikibooks instead. 2013-12-17 11:08:33 -05:00
Jag Talon 42084ca6f1 Merge pull request #269 from duckduckgo/jag/latex/more-at
Latex: Add a "More at ..." link at the bottom.
2013-12-17 07:06:16 -08:00
Jag Talon 5dbca8431c Latex: Add a "More at ..." link at the bottom. 2013-12-17 10:04:12 -05:00
Rob Emery c75be11512 BashPrimaryExpressions: fixing typo in primary query 2013-12-17 00:06:45 +00:00
Rob Emery 756e1abb09 BashPrimaryExpressions: Fixing Category and example queries 2013-12-16 23:15:54 +00:00
Rob Emery bd1f0a3dbc BashPrimaryExpressions.pm: Adding support for -nt, -ot, -ef 2013-12-16 23:09:07 +00:00
Rob Emery c685d7d5ff BashPrimaryExpressions: Adding support for comparison operators, (<> -lt etc) and not 2013-12-16 23:02:22 +00:00
Rob Emery 296318cf14 BashPrimaryExpressions.pm: New Goodie for help with bash primary expressions ([ -a hello ]) 2013-12-16 22:07:48 +00:00
Jag Talon 6b5de9893c Merge pull request #267 from duckduckgo/jag/improvement/latex-style
Added <pre> tags around the code.
2013-12-12 21:06:44 -08:00
Jag Talon b0212cbfe3 Latex: Fix tests. 2013-12-13 00:05:57 -05:00
Jag Talon bb2741cd05 Latex: Wraped code in <pre> tags. 2013-12-12 23:48:12 -05:00
Michael Smith 4c792b714e Fix(tm) some currency symbol issues in Loan 2013-12-12 21:02:33 -07:00
Michael Smith 5dac0239c0 Update chess960 test 2013-12-12 18:36:26 -07:00
yegg 77e82b22f0 Fix an XSS bug in chess960. Also took some time to cleanup.
--Moved data array outside of handle function.
--Changed header to position number.
--Changed link text to More at Wikipedia.
--Moved Wikipedia link underneath the image.
2013-12-12 18:36:26 -07:00
Jag Talon 934f8df7c9 Merge pull request #266 from duckduckgo/jag/improvement/latex
Latex: Remove redundant trigger word.
2013-12-12 10:10:28 -08:00
Jag Talon f5a82e00aa Latex: Remove redundant trigger word.
It's redundant because the trigger words are not case-sensitive. So "latex" would also trigger on the query "LATEX".
2013-12-12 13:08:40 -05:00
Jag Talon ee3e3e1d9d Dessert: Remove Pop Tarts and Kit Kats. 2013-12-11 23:15:57 -05:00
Jag Talon 5015c5b466 Merge pull request #265 from duckduckgo/jag/improvement/desserts
Desserts: Add support for words
2013-12-11 19:05:50 -08:00
Jag Talon e874e04542 Dessert: Add comments. 2013-12-11 22:04:54 -05:00
Jag Talon 6dc9ba28b1 Desserts: Added Rugelach. 2013-12-11 21:59:48 -05:00
Jag Talon 5a824d29eb Dessert: Update tests. 2013-12-11 20:17:47 -05:00
Jag Talon 3836912cf7 Dessert: Added support for words.
We can now search for "desserts that start with apple".
2013-12-11 17:47:02 -05:00
Zaahir Moolla 98d0a07883 Merge pull request #264 from duckduckgo/jag/pr_template
PR Template: Simplified instant answer idea question.
2013-12-10 10:46:44 -08:00
Jag Talon 1edb12844f PR Template: Simplified instant answer idea question. 2013-12-10 09:46:27 -08:00
Torsten Raudssus f761f38838 Added ReleaseOnlyWithLatest 2013-12-10 02:37:12 +01:00