Commit Graph

2279 Commits (52f0a1aec3cd4019900ab8d4df3cc828c9abe755)

Author SHA1 Message Date
nishanths 0fa4095f62 clean up html tags 2014-06-25 07:59:54 -07:00
nishanths f4f5293bbf Revert fc7bb8d..0f2e6ed
This rolls back to commit fc7bb8d564.
2014-06-25 07:56:57 -07:00
nishanths 0f2e6ed822 Revert "clean up html output tags"
This reverts commit fc7bb8d564.
2014-06-25 07:54:06 -07:00
nishanths fc7bb8d564 clean up html output tags 2014-06-25 07:52:04 -07:00
gdrooid 5e2c0ee6b4 MD5: Removed base64 mode. Changed to trigger on startend. 2014-06-25 16:12:27 +02:00
Matthew Ramina 1f105afbb1 Teredo: gray labels, not italicize them 2014-06-25 09:33:04 -04:00
Matthew Ramina 2dddf7b00b SubnetCalc: spans instead of tables 2014-06-25 09:09:42 -04:00
gdrooid 198bb55834 MD5: Changed output to read MD5 instead of Md5. 2014-06-25 11:20:43 +02:00
nishanths 458e3de05e hash additions, fixes 2014-06-24 22:51:11 -07:00
nishanths ff2b66274f add URI::Escape::XS dist.ini 2014-06-24 20:40:13 -07:00
nishanths 38ec92a4a8 cleanup
- accented_chars changes for the future
- substitutions in the Encode Goodie are now after the ‘else’ block
- regex change to one liners
- tests
2014-06-24 20:19:37 -07:00
nishanths 34d4ad5f01 URL encode now encodes reserved chars 2014-06-24 19:29:03 -07:00
gdrooid 6667cb44f8 MD5: Updated dependencies. 2014-06-25 01:10:58 +02:00
gdrooid ab27fa915f MD5: Fixed style. 2014-06-24 23:37:14 +02:00
nishanths 84f9dfd124 text--primary and text--secondary css 2014-06-24 13:27:50 -07:00
gdrooid 583b3045fb MD5: Restyled the response to match other IAs. 2014-06-24 22:22:10 +02:00
nishanths f54ce2bf0b move css to separate files 2014-06-24 13:06:33 -07:00
gdrooid 43dde6ac8b MD5: Added comments to the source code. 2014-06-24 21:32:57 +02:00
jagtalon 7a4d762f3f Conversions: Use new CSS classes
These new CSS classes allow Goodies to work well with themes.
2014-06-24 19:25:27 +00:00
Jag Talon 1404f49190 Merge pull request #510 from mwmiller/calc_precision
Calculator: improve precision/accuracy trade-off.
2014-06-24 14:59:41 -04:00
Matt Miller 41c070ba2b Calculator: fix mis-construed style for numbers with initial 0.
There should never be a thousands separator in that place, so don't
allow one.  This was a bit masked by taking all of the numbers in
combination which gave them more context.

Testing a number individually exposed the error.
2014-06-24 15:51:08 +08:00
nishanths a77eff4f24 Revert "regex fix"
This reverts commit 65072a4661.
2014-06-24 00:38:16 -07:00
nishanths 65072a4661 regex fix
avoid, for example, removal of “sign” from “design”
2014-06-23 23:53:45 -07:00
Matt Miller bc2249abde Calculator: improve precision/accuracy trade-off.
This includes multiplication and division in things which should not be
rounded to our determined precision. While this doesn't break any
current tests, it might lead to some surprising floating-point issues.

On the other hand, the other way led to some surprising results where

418.10 / 2 != 418.1 / 2

Hopefully there exists a better long-term solution which we'll find soon
enough.

Addresses issue #509.
2014-06-24 13:22:58 +08:00
nishanths 23dbc78514 convert indentation to spaces 2014-06-23 22:14:56 -07:00
nishanths ced5244f8b Add css
File level:
- Rename decode module

Changes:
- Add css (not in share folder)
- Improve triggers
- Improve brackets vs. bracket, quotes vs. quote

Other:
- More tests
- Comments
- minor regex for spaces, html decoding
2014-06-23 22:12:47 -07:00
gdrooid f42a522d2c MD5: Added depencencies to dist.ini 2014-06-23 23:53:59 +02:00
David Wilkins 769f3cab88 Add additional triggers (variations on shēngxiào) 2014-06-23 18:46:03 +08:00
Rob Emery 92af0024b4 BloodDonor: Updating tests with regex to match new output 2014-06-22 20:24:50 +01:00
Rob Emery 851954f4e8 BloodDonor: Adding styling as suggested by @chrismorast 2014-06-22 20:13:35 +01:00
gdrooid c5810a983d MD5: Changed tests to use the queries in the examples. 2014-06-22 17:21:22 +02:00
David Wilkins f73dd0721e Stricter filtering of date queries 2014-06-21 11:15:25 +08:00
David Wilkins 6244a1ada7 Add stricter filters on year 2014-06-21 09:57:48 +08:00
gdrooid cd7ea3f796 MD5: Added bas64 test. 2014-06-20 17:09:22 +02:00
gdrooid 69c7c4ee09 Added 'Md5:' at the beginning of the answer. 2014-06-20 16:57:04 +02:00
David Wilkins f689c882db Tweak CSS 2014-06-20 16:41:42 +08:00
David Wilkins ac8089d0e0 Caching and more detailed comments 2014-06-20 16:41:42 +08:00
David Wilkins 856e1b5a46 Cache $css in ReverseComplement 2014-06-20 16:41:41 +08:00
David Wilkins f34718a847 Tweak css to be compatible with dark theme 2014-06-20 16:41:41 +08:00
David Wilkins 2789c493f3 Add line wrapping 2014-06-20 16:41:41 +08:00
David Wilkins 28ab886931 Add HTML styling for ReverseComplement 2014-06-20 16:41:41 +08:00
David Wilkins 8d2e2399e4 Add ReverseComplement example query to test 2014-06-20 16:41:41 +08:00
David Wilkins 855540f2c9 ReverseComplement trigger now startend 2014-06-20 16:41:41 +08:00
David Wilkins 4e8859748c Filter ReverseComplement triggers from Reverse goodie 2014-06-20 16:41:41 +08:00
David Wilkins 403928232a Remove unnecessary newline 2014-06-20 16:40:17 +08:00
David Wilkins a989607f7a Clean up format of quick answer 2014-06-20 16:40:17 +08:00
David Wilkins b4a4bc2826 Add Reverse Complement goodie with tests 2014-06-20 16:40:17 +08:00
Nathan Korth 9ebea85646 max-height 36ex 2014-06-19 16:49:43 -04:00
Jag Talon 6aa2ea4ebb Merge pull request #467 from duckduckgo/jag/vim-css
Vim Cheat Sheet: Add back style.css
2014-06-19 16:22:15 -04:00
Jag Talon 5f44c574b4 Merge pull request #359 from larseng/master
Adding FIGlet support.
2014-06-19 16:03:57 -04:00