| calagator:/ |
jump to detailed chart | hide Line History
ConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
619
by reidab on
14 May 2008, 16:47:06 -0500
(29 hours ago)
Updated styles for list view to make them closer to the table view. (still not perfect, not closing ticket yet)
trunk/app/views/events/_list_item.html.erb
619
trunk/app/views/site/styles/_layout.css.erb
619
618
by igal.koshevoy on
14 May 2008, 03:08:31 -0500
(42 hours ago)
Added .autotest file
trunk/.autotest
618
617
by reidab on
13 May 2008, 20:05:25 -0500
(49 hours ago)
Adding NewRelic RPM plugin for performance monitoring. For access to collected data, email Reid (reidab@gmail.com)
trunk/vendor/plugins/newrelic_rpm/init.rb
617
trunk/vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/memcache.rb
617
trunk/vendor/plugins/newrelic_rpm/lib/newrelic/agent/stats_engine.rb
617
trunk/vendor/plugins/newrelic_rpm/ui/views/newrelic/show_source.rhtml
617
trunk/vendor/plugins/newrelic_rpm/ui/views/newrelic
617
616
by spinnerin on
13 May 2008, 11:16:31 -0500
(58 hours ago)
Removed "Coming Soon" from re-import source description since we're doing it now.
615
by bill.burcham on
12 May 2008, 15:16:56 -0500
(3 days ago)
Fixed /site/index spec failure. Close ticket 153 GCal reminder link now sends multi-line addresses to GCal (not just single-line ones). Close ticket 142.
trunk/app/views/events/_gcal_reminder.html.erb
615
trunk/spec/views/events/show_spec.rb
615
614
by igal.koshevoy on
12 May 2008, 15:08:22 -0500
(3 days ago)
Extracted globals like the production server's name, Google analytics key and and local timezone into config/globals.rb
trunk/app/views/layouts/_common_footer.html.erb
614
trunk/config/environment.rb
614
trunk/config/initializers/_globals.rb
614
trunk/config/initializers/timezone.rb
614
trunk/lib/tasks/production_pull.rake
614
613
by igal.koshevoy on
12 May 2008, 14:56:27 -0500
(3 days ago)
Added ignores for config/geocoder_api_keys.yml
trunk/.hgignore
613
trunk/.gitignore
613
612
by igal.koshevoy on
12 May 2008, 14:45:31 -0500
(3 days ago)
Resolved js/css caching problems. Dynamically generated files cannot be cached and cause silent errors. Solution is to only cache the files that are accessible via the filesystem.
trunk/app/views/layouts/_common_header.html.erb
612
611
by igal.koshevoy on
12 May 2008, 14:29:51 -0500
(3 days ago)
Turned off CSS/JS caching because some bug is causing this to create blank cache files. Added preview environment to Rails, which is the production environment against the development database -- very…
trunk/app/views/layouts/_common_header.html.erb
611
trunk/config/environments/preview.rb
611
trunk/public/stylesheets
611
trunk/.hgignore
611
trunk/config/database.yml
611
610
by igal.koshevoy on
12 May 2008, 14:15:26 -0500
(3 days ago)
Reworked common_header to use stylesheet_link_tag for base.css again now that NGINX has been reconfigured. Added caching to CSS and JS.
trunk/app/views/layouts/_common_header.html.erb
610
609
by igal.koshevoy on
12 May 2008, 14:10:05 -0500
(3 days ago)
Reworked routes so that /css/base.css and /css/base will both return the same file.
trunk/config/routes.rb
609
608
by reidab on
12 May 2008, 13:55:59 -0500
(3 days ago)
Changed event list header so that it doesn't visually run into the sidebar.
trunk/app/views/site/styles/_layout.css.erb
608
607
by igal.koshevoy on
12 May 2008, 13:40:44 -0500
(3 days ago)
Improving event_table so that the 'Sort by' bar looks visually distinct.
trunk/app/views/site/styles/_layout.css.erb
607
606
by igal.koshevoy on
12 May 2008, 13:32:21 -0500
(3 days ago)
Fixed bug in events/_feed_item which referenced @event rather than event, causing the ATOM feed to raise exceptions
trunk/app/views/events/_feed_item.html.erb
606
605
by reidab on
12 May 2008, 05:17:02 -0500
(3 days ago)
TEMPORARY - Removed .css extension from generated css files. It seems that the nginx server is configured to treat the .css extension as a static file at the moment
trunk/config/routes.rb
605
trunk/app/views/layouts/_common_header.html.erb
605
604
by reidab on
12 May 2008, 05:02:19 -0500
(3 days ago)
UI Update Major changes: 1. Updated navigation: I attempted to streamline the navigation in general and give users quick access to most functionality from every page. The homepage now lands on …
trunk/app/views/events/duplicates.html.erb
604
trunk/config/initializers/mime_types.rb
604
trunk/vendor/plugins/jrails/javascripts/sources/jquery-fx.js
604
trunk/app/views/site/styles/_reset.css.erb
604
trunk/app/views/site/styles/_typography.css.erb
604
603
by igal.koshevoy on
10 May 2008, 23:30:09 -0500
(4 days ago)
Edited wiki page through web user interface.
wiki/StatusReports.wiki
603
602
by igal.koshevoy on
10 May 2008, 23:28:54 -0500
(4 days ago)
Fixed tab highlighter, made it highlight active tab regardless of the action. Resolves #139
trunk/app/views/layouts/application.html.erb
602
601
by igal.koshevoy on
10 May 2008, 23:05:01 -0500
(4 days ago)
Edited wiki page through web user interface.
wiki/StatusReports.wiki
601
600
by igal.koshevoy on
10 May 2008, 22:49:48 -0500
(4 days ago)
Edited wiki page through web user interface.
wiki/StatusReports.wiki
600
599
by igal.koshevoy on
10 May 2008, 22:30:21 -0500
(4 days ago)
Fixed sources:update task, it now saves the events that it imported.
trunk/lib/tasks/sources.rake
599
598
by igal.koshevoy on
10 May 2008, 22:18:29 -0500
(4 days ago)
I made a minor change to this which gets rid of the next_update field. There are now two constants that tell the system when source and update records are stale. Using one of these constants, the syst…
trunk/db/migrate/016_remove_next_update_from_source.rb
598
trunk/lib/tasks/sources.rake
598
597
by igal.koshevoy on
10 May 2008, 21:33:11 -0500
(5 days ago)
Improved duplicate squasher so that it only displays new/current events, since old ones don't matter, added spec to describe this behavior. Improved DuplicateChecker so that it takes an additional :wh…
trunk/app/controllers/events_controller.rb
597
trunk/spec/controllers/events_controller_spec.rb
597
596
by igal.koshevoy on
10 May 2008, 21:32:54 -0500
(5 days ago)
Reworked events fixture so that ID isn't hard-coded and added new and old duplicate entries.
trunk/spec/fixtures/events.yml
596
595
by igal.koshevoy on
10 May 2008, 21:31:56 -0500
(5 days ago)
Added #save_body helper to specs, making it easy to save the response.body from within a spec for debugging.
trunk/spec/spec_helper.rb
595
594
by igal.koshevoy on
10 May 2008, 20:37:54 -0500
(5 days ago)
Fixed bug in gcal_reminder partial, it was failing on events without venues.
trunk/app/views/events/_gcal_reminder.html.erb
594
593
by igal.koshevoy on
10 May 2008, 19:51:36 -0500
(5 days ago)
Fixed bug in Mofo that was responsible for postal-code being blank. Problem was that it's logic for parsing elements was wrong when the :text option was provided.
trunk/spec/models/venue_spec.rb
593
trunk/vendor/plugins/mofo/lib/microformat.rb
593
trunk/spec/models/source_spec.rb
593
592
by igal.koshevoy on
10 May 2008, 18:05:40 -0500
(5 days ago)
Improved SourceParser::read_url, it can now load content from the filesystem.
591
by bryanstearns on
10 May 2008, 17:47:26 -0500
(5 days ago)
Fix issue 121 (Bulk duplicate squasher should not display groups with only one member)
trunk/app/controllers/events_controller.rb
591
trunk/app/mixins/duplicate_checking.rb
591
trunk/spec/views/events/duplicates_spec.rb
591
trunk/app/views/events/duplicates.html.erb
591
trunk/spec/views/venues/duplicates_spec.rb
591
590
by spinnerin on
10 May 2008, 16:33:48 -0500
(5 days ago)
Comenting out some test code in source_spec.rb.
trunk/spec/models/source_spec.rb
590
|