impress/app/helpers
Emi Matchu 2a34e8be6d Oops, fix regex patterns to use \A to \z instead of ^ to $
Oh huh, TIL in Ruby `^` *always* means "start of line", whereas in many
languages' regular expression engines it means "start of string" unless
you enable a special multiline flag for the pattern.

I've fixed this in a number of expressions now!

I'm noticing this in the context of doing some security training work
where this the cause of a sample vulnerability, but, looking at our own
case, I don't think there was anything *abusable* here? But this is
just more correct, so let's be more correct!
2024-06-28 01:32:15 -07:00
..
fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
application_helper.rb Add cart icon to Item Getting Guide's "Buy" buttons for NC Mall 2024-05-21 18:14:14 -07:00
closet_hangers_helper.rb High-level caching for closet lists 2024-02-20 18:43:39 -08:00
closet_lists_helper.rb Fix incorrect closet list deletion prompt message 2024-03-13 13:59:27 -07:00
closet_pages_helper.rb Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
contribution_helper.rb Add Styling Studio page to show the styles we already have modeled 2024-01-24 06:53:37 -08:00
item_trades_helper.rb Sort trades in vaguely-recent order 2024-01-21 03:59:06 -08:00
items_helper.rb Oops, fix regex patterns to use \A to \z instead of ^ to $ 2024-06-28 01:32:15 -07:00
neopets_page_import_tasks_helper.rb refactor importing 2015-07-27 13:25:24 -04:00
outfits_helper.rb Remove survey link from NeoPass announcement, schedule it to vanish 2024-05-02 13:28:37 -07:00