Commit Graph

14 Commits (240961711e98072160e6030607ccb760ab4d4697)

Author SHA1 Message Date
Rob Emery 4640532db0 Uppercase: Should not return if the input isn't upper-case-able 2015-02-27 22:58:41 +00:00
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
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 899b4de158 Uppercase: add structured answer 2014-11-15 21:32:59 +02:00
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02: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
Matt Miller 89d34ba766 Switch encode_entities() to html_enc()
This is pretty much a straight one-for-one swap with some minor goodness
in the form of the already wrapped up array handling in one case.

I did not do any refactoring of the code although some places looked
like they could use it.

Addresses issue #591.
2014-08-20 15:52:51 -04:00
Matt Miller 5481cf4ebc Fix minor code layout issues.
Reducing scroll spam from dzil by:

- Providing ABSTRACTs for all packages.
- Leaving VERSION vertical space where necessary.

Addresses #600 plus other annoyances in the process.
2014-08-20 14:45:33 -04:00
Matt Miller 56d75336b6 Uppercase: switch triggers to "start"-only.
Since these act like a command, it makes sense to have it at the start
only.  This is also in line with the triggers for the very similar
lowercase IA.

Attempt to address issue #578.
2014-08-10 14:23:48 -04:00
jagtalon 86a1e4feed Lowercase/Uppercase: Encode the query before injecting to HTML.
Can cause XSS badness.
2014-08-01 18:36:47 +00:00
Zaahir Moolla 9ebf2034a2 Add CSS styles for Uppercae Goodie, add a few triggers too 2014-07-23 17:44:51 -04:00
gdrooid f2b4c95256 Added 'allcaps' and 'all caps' as triggers. Updated tests. 2014-06-16 18:13:02 +02:00
gdrooid 0a5735c57b Renamed Capitalize as Uppercase (issue #489) 2014-06-15 11:57:34 +02:00