Commit Graph

24 Commits

Author SHA1 Message Date
Erik Michaels-Ober 4cfa9ad5c7 Update rails dependency to version 4.0.1 2013-12-02 22:47:02 +01:00
Jason Jones 93fca60a59 Update marker display on zoom as well as pan
The app was using the 'dragend' event on the map to listen for
changes that should prompt the display of markers, but that event
only triggers when the map is panned. Changing to the 'idle' event
ensures that the display is updated on both zoom and pan instead
of requiring users to slightly pan the map after zooming to get
new data.

This has the side effect of making the initial markers display
immediately upon loading the page, rather than waiting for the user
to pan, as the idle event occurs when the map is initially loaded.
2012-12-11 12:39:52 -09:00
Erik Michaels-Ober 6b2c541f45 Remove support for Ruby 1.8 2012-06-18 15:08:19 -04:00
Erik Michaels-Ober 972ada6867 Always use === 2012-04-16 12:52:26 -07:00
Erik Michaels-Ober c76da373a1 Upgrade to Bootstrap 2.0.2 2012-03-31 06:38:27 -07:00
Erik Michaels-Ober 68570f9603 Pass JavaScript run through the application controller for localization 2012-01-27 20:07:23 -08:00
Erik Michaels-Ober 75ee2ab31d Update devise dependency to version 2.0.0 2012-01-27 13:11:29 -08:00
Erik Michaels-Ober 55e4fc6f28 Re-add zoom control 2012-01-25 15:59:40 -08:00
Erik Michaels-Ober c95ffefc3c Fix client-side validation email regex 2012-01-25 11:15:56 -08:00
Erik Michaels-Ober 0d45efac05 Refactor in preparation for Bootstrap 2.0 2012-01-16 14:18:08 -08:00
Erik Michaels-Ober 5d8463c7ad Refactor JavaScript 2012-01-14 11:59:59 -08:00
Erik Michaels-Ober 25af6069ca Style tweaks 2012-01-03 00:29:08 -08:00
Erik Michaels-Ober ae805e9163 Add address fields 2012-01-02 10:46:44 -08:00
Erik Michaels-Ober 0dc2b11bca Use Bootstrap modal for Terms of Service 2011-12-25 13:55:34 -08:00
Erik Michaels-Ober d420b5fff9 Use Boostrap alerts 2011-12-25 09:08:28 -08:00
Erik Michaels-Ober 23ec5c99eb Bootstrap 2011-12-24 23:33:09 -08:00
Erik Michaels-Ober 4d48e482fe Remove stealing feature 2011-10-10 14:09:51 -07:00
Erik Michaels-Ober d44ad4c246 Remove duplicate setContent 2011-09-19 11:21:15 -07:00
Erik Michaels-Ober e1d60ebded Finish hydrant refactoring 2011-09-15 22:29:38 -07:00
Erik Michaels-Ober d313d707b2 Finish refactoring out hydrants
[Delivers #18318099]
2011-09-15 16:58:44 -07:00
Erik Michaels-Ober d253fbd34b Internationalize all strings
[Delivers #14154783]
2011-09-14 16:50:39 -07:00
Erik Michaels-Ober bc0980f31a Add Terms of Service 2011-09-11 08:50:30 -07:00
Erik Michaels-Ober b64ccce205 Fix JavaScript asset pipeline 2011-09-03 13:47:28 -07:00
Erik Michaels-Ober 8d14295ffc Re-run rails generator for 3.1.0 final 2011-09-03 13:09:58 -07:00