Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

619 by reidab on 14 May 2008, 16:47:06 -0500 (29 hours ago) Make Review 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 history download (+1 -1) diffs

trunk/app/views/site/styles/_layout.css.erb 619 history download (+29 -29) diffs

trunk 619 history download (+0 -0) diffs

618 by igal.koshevoy on 14 May 2008, 03:08:31 -0500 (42 hours ago) Make Review Added .autotest file

trunk/.autotest 618 history download (+14) new

617 by reidab on 13 May 2008, 20:05:25 -0500 (49 hours ago) Make Review 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 history download (+62) new

trunk/vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/memcache.rb 617 history download (+19) new

trunk/vendor/plugins/newrelic_rpm/lib/newrelic/agent/stats_engine.rb 617 history download (+172) new

trunk/vendor/plugins/newrelic_rpm/ui/views/newrelic/show_source.rhtml 617 history download (+1) new

trunk/vendor/plugins/newrelic_rpm/ui/views/newrelic 617 history download (+0) new

… 62 more files in changeset.
616 by spinnerin on 13 May 2008, 11:16:31 -0500 (58 hours ago) Make Review Removed "Coming Soon" from re-import source description since we're doing it now.

trunk/app/views/sources/new.html.erb 616 history download (+1 -1) diffs

615 by bill.burcham on 12 May 2008, 15:16:56 -0500 (3 days ago) Make Review 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 history download (+1 -1) diffs

trunk/spec/views/events/show_spec.rb 615 history download (+31 -0) diffs

trunk/spec/views/site/index_spec.rb 615 history download (+1 -5) diffs

614 by igal.koshevoy on 12 May 2008, 15:08:22 -0500 (3 days ago) Make Review 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 history download (+2 -4) diffs

trunk/config/environment.rb 614 history download (+0 -2) diffs

trunk/config/initializers/_globals.rb 614 history download (+1) new

trunk/config/initializers/timezone.rb 614 history download (+1) new

trunk/lib/tasks/production_pull.rake 614 history download (+2 -2) diffs

… 4 more files in changeset.
613 by igal.koshevoy on 12 May 2008, 14:56:27 -0500 (3 days ago) Make Review Added ignores for config/geocoder_api_keys.yml

trunk/.hgignore 613 history download (+1 -0) diffs

trunk/.gitignore 613 history download (+1 -0) diffs

612 by igal.koshevoy on 12 May 2008, 14:45:31 -0500 (3 days ago) Make Review 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 history download (+5 -4) diffs

611 by igal.koshevoy on 12 May 2008, 14:29:51 -0500 (3 days ago) Make Review 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 history download (+11 -11) diffs

trunk/config/environments/preview.rb 611 history download (+3) new

trunk/public/stylesheets 611 history download (+0 -0) diffs

trunk/.hgignore 611 history download (+2 -0) diffs

trunk/config/database.yml 611 history download (+12 -6) diffs

… 1 more file in changeset.
610 by igal.koshevoy on 12 May 2008, 14:15:26 -0500 (3 days ago) Make Review 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 history download (+7 -4) diffs

609 by igal.koshevoy on 12 May 2008, 14:10:05 -0500 (3 days ago) Make Review Reworked routes so that /css/base.css and /css/base will both return the same file.

trunk/config/routes.rb 609 history download (+1 -0) diffs

608 by reidab on 12 May 2008, 13:55:59 -0500 (3 days ago) Make Review Changed event list header so that it doesn't visually run into the sidebar.

trunk/app/views/site/styles/_layout.css.erb 608 history download (+3 -2) diffs

trunk 608 history download (+0 -0) diffs

607 by igal.koshevoy on 12 May 2008, 13:40:44 -0500 (3 days ago) Make Review Improving event_table so that the 'Sort by' bar looks visually distinct.

trunk/app/views/site/styles/_layout.css.erb 607 history download (+4 -0) diffs

606 by igal.koshevoy on 12 May 2008, 13:32:21 -0500 (3 days ago) Make Review 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 history download (+1 -1) diffs

605 by reidab on 12 May 2008, 05:17:02 -0500 (3 days ago) Make Review 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 history download (+1 -1) diffs

trunk/app/views/layouts/_common_header.html.erb 605 history download (+1 -1) diffs

trunk 605 history download (+0 -0) diffs

604 by reidab on 12 May 2008, 05:02:19 -0500 (3 days ago) Make Review 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 history download (+1 -1) diffs

trunk/config/initializers/mime_types.rb 604 history download (+2 -1) diffs

trunk/vendor/plugins/jrails/javascripts/sources/jquery-fx.js 604 history download (+1053) new

trunk/app/views/site/styles/_reset.css.erb 604 history download (+40) new

trunk/app/views/site/styles/_typography.css.erb 604 history download (+190) new

… 138 more files in changeset.
603 by igal.koshevoy on 10 May 2008, 23:30:09 -0500 (4 days ago) Make Review Edited wiki page through web user interface.

wiki/StatusReports.wiki 603 history download (+5 -4) diffs

602 by igal.koshevoy on 10 May 2008, 23:28:54 -0500 (4 days ago) Make Review Fixed tab highlighter, made it highlight active tab regardless of the action. Resolves #139

trunk/app/views/layouts/application.html.erb 602 history download (+5 -5) diffs

601 by igal.koshevoy on 10 May 2008, 23:05:01 -0500 (4 days ago) Make Review Edited wiki page through web user interface.

wiki/StatusReports.wiki 601 history download (+2 -0) diffs

600 by igal.koshevoy on 10 May 2008, 22:49:48 -0500 (4 days ago) Make Review Edited wiki page through web user interface.

wiki/StatusReports.wiki 600 history download (+14 -0) diffs

599 by igal.koshevoy on 10 May 2008, 22:30:21 -0500 (4 days ago) Make Review Fixed sources:update task, it now saves the events that it imported.

trunk/lib/tasks/sources.rake 599 history download (+3 -3) diffs

598 by igal.koshevoy on 10 May 2008, 22:18:29 -0500 (4 days ago) Make Review 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 history download (+9) new

trunk/lib/tasks/sources.rake 598 history download (+23 -26) diffs

597 by igal.koshevoy on 10 May 2008, 21:33:11 -0500 (5 days ago) Make Review 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 history download (+1 -1) diffs

trunk/spec/controllers/events_controller_spec.rb 597 history download (+13 -3) diffs

trunk/app/mixins/duplicate_checking.rb 597 history download (+8 -2) diffs

596 by igal.koshevoy on 10 May 2008, 21:32:54 -0500 (5 days ago) Make Review Reworked events fixture so that ID isn't hard-coded and added new and old duplicate entries.

trunk/spec/fixtures/events.yml 596 history download (+30 -15) diffs

595 by igal.koshevoy on 10 May 2008, 21:31:56 -0500 (5 days ago) Make Review 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 history download (+7 -0) diffs

594 by igal.koshevoy on 10 May 2008, 20:37:54 -0500 (5 days ago) Make Review Fixed bug in gcal_reminder partial, it was failing on events without venues.

trunk/app/views/events/_gcal_reminder.html.erb 594 history download (+1 -1) diffs

593 by igal.koshevoy on 10 May 2008, 19:51:36 -0500 (5 days ago) Make Review 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 history download (+1 -3) diffs

trunk/vendor/plugins/mofo/lib/microformat.rb 593 history download (+1 -1) diffs

trunk/spec/models/source_spec.rb 593 history download (+1 -1) diffs

592 by igal.koshevoy on 10 May 2008, 18:05:40 -0500 (5 days ago) Make Review Improved SourceParser::read_url, it can now load content from the filesystem.

trunk/app/models/source_parser.rb 592 history download (+6 -1) diffs

591 by bryanstearns on 10 May 2008, 17:47:26 -0500 (5 days ago) Make Review Fix issue 121 (Bulk duplicate squasher should not display groups with only one member)

trunk/app/controllers/events_controller.rb 591 history download (+2 -3) diffs

trunk/app/mixins/duplicate_checking.rb 591 history download (+12 -7) diffs

trunk/spec/views/events/duplicates_spec.rb 591 history download (+1 -1) diffs

trunk/app/views/events/duplicates.html.erb 591 history download (+29 -53) diffs

trunk/spec/views/venues/duplicates_spec.rb 591 history download (+1 -1) diffs

… 2 more files in changeset.
590 by spinnerin on 10 May 2008, 16:33:48 -0500 (5 days ago) Make Review Comenting out some test code in source_spec.rb.

trunk/spec/models/source_spec.rb 590 history download (+1 -1) diffs

earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-297 2008-04-24 ) - Administration - Page generated 2008-05-15 22:03 -0500