impress/app/controllers
Matchu 6e09b8bc10 globalized search first draft
Confirmed features:
    * Output (retrieval, sorting, etc.)
    * Name (positive and negative, but new behavior)
    * Flags (positive and negative)

Planned features:
    * users:owns, user:wants

Known issues:
    * Sets are broken
        * Don't render properly
        * Shouldn't actually be done as joined sets, anyway, since
          we actually want (set1_zone1 OR set1_zone2) AND
          (set2_zone1 OR set2_zone2), which will require breaking
          it into multiple terms queries.
    * Name has regressed: ignores phrases, doesn't require *all*
      words. While we're breaking sets into multiple queries,
      maybe we'll do something similar for name. In fact, we
      really kinda have to if we're gonna keep sorting by name,
      since "straw hat" returns all hats. Eww.
2013-01-24 18:24:35 -06:00
..
application_controller.rb locale metadata, including hidden locales for item loading and selection 2013-01-24 18:24:34 -06:00
broken_image_reports_controller.rb i18n for broken_image_reports#create flashes 2013-01-24 18:23:19 -06:00
closet_hangers_controller.rb basic translation infrastructure for items - search is still english-only, and probably will have to be replaced with a legit search engine 2013-01-24 18:24:34 -06:00
closet_lists_controller.rb closet lists, round one 2011-07-29 10:52:04 -04:00
contributions_controller.rb user contribution page 2010-11-06 11:57:22 -04:00
item_zone_sets_controller.rb cache item_zone_sets.json too 2010-12-11 10:36:59 -05:00
items_controller.rb globalized search first draft 2013-01-24 18:24:35 -06:00
locales_controller.rb locale cookie should be long-term, not a session cookie 2013-01-24 18:24:33 -06:00
neopets_pages_controller.rb i18n for neopets_pages#create (flashes - holy snap, that was nasty) 2013-01-24 18:23:19 -06:00
neopets_users_controller.rb i18n for neopets_users#create flashes 2013-01-24 18:23:19 -06:00
outfits_controller.rb basic translation infrastructure for items - search is still english-only, and probably will have to be replaced with a legit search engine 2013-01-24 18:24:34 -06:00
pet_attributes_controller.rb cache the constant pet_attributes.json 2010-12-11 10:32:42 -05:00
pet_types_controller.rb a functioning wardrobe 2010-10-10 22:18:42 -04:00
pets_controller.rb globalize3 for items 2013-01-24 18:24:34 -06:00
roulettes_controller.rb roulette system :) 2011-01-27 16:35:46 -05:00
sessions_controller.rb devise implemented, but not remembering 2011-01-26 13:40:15 -05:00
sitemap_controller.rb basic translation infrastructure for items - search is still english-only, and probably will have to be replaced with a legit search engine 2013-01-24 18:24:34 -06:00
static_controller.rb terms 2010-11-05 18:55:27 -04:00
sweeper_controller.rb cache item show pages as a first try :) 2010-12-08 20:15:46 -05:00
swf_assets_controller.rb attempt to fix new species_support_ids format. sigh. 2013-01-23 00:25:09 -06:00
users_controller.rb i18n for users#index, users#update flashes 2013-01-24 18:23:19 -06:00