Changeset [d30c537382731eb177e996872ffa9341a9e4d6f8] by Kalin Harvey

May 20th, 2009 @ 05:58 PM

Merge branch 'master' into mapstraction

  • master: (162 commits) this version ov the url is broken fixes for some small bugs introduced by the merge with graeme various ui improvements geocoding continues, wish I could test this locally geoip coding geocode geolocation by ip controller shifted to item from company in spec fixed advanced search link breaks things This is a big commit, there were a few hack sessions to cover. fixed various mostly ui bugs as per alex's bug filing session [#17 state:resolved] [#20 state:resolved] [#14 state:resolved] [#19 state:resolved] [#18 state:resolved] [#11 state:resolved] [#16 state:resolved] [#15 state:resolved] fixed so doesn't crash on hearts when not logged in, maybe fixed problem where reasons don't get saved on production fixed edit forms to be better, made all tests pass, added reasons for edits, prettied edit page, prettied comments page accepts reasons, and if not given will autogen something reasonable upon editing, still needs forms to be fixed for this now adds reason to newly created items fixed monsterid added routes for new content_types! graeme's comments removed hack on development for viewing comments rails bug 1339 added trick to get around rails bug 1339 in development mode ... http://github.com/greenbuilding/...

Committed by Kalin Harvey

  • M app/controllers/application_controller.rb
  • M app/controllers/buildings_controller.rb
  • M app/controllers/comments_controller.rb
  • M app/controllers/dashboard_controller.rb
  • M app/controllers/favourites_controller.rb
  • M app/controllers/homepage_controller.rb
  • M app/controllers/items_controller.rb
  • M app/controllers/map_controller.rb
  • M app/controllers/pictures_controller.rb
  • M app/controllers/sessions_controller.rb
  • M app/controllers/stats_controller.rb
  • M app/controllers/users_controller.rb
  • M app/controllers/versions_controller.rb
  • M app/helpers/application_helper.rb
  • M app/helpers/comments_helper.rb
  • M app/helpers/favourites_helper.rb
  • M app/helpers/items_helper.rb
  • M app/helpers/pages_helper.rb
  • M app/helpers/pictures_helper.rb
  • M app/helpers/stats_helper.rb
  • M app/helpers/versions_helper.rb
  • M app/models/asset.rb
  • M app/models/building.rb
  • M app/models/comment.rb
  • M app/models/company.rb
  • M app/models/favourite.rb
  • M app/models/item.rb
  • M app/models/page.rb
  • M app/models/picture.rb
  • M app/models/product.rb
  • M app/models/rating.rb
  • M app/models/resource.rb
  • M app/models/stat.rb
  • M app/models/strategy.rb
  • M app/models/user.rb
  • M app/views/buildings/_building.html.erb
  • M app/views/buildings/_recent.html.erb
  • M app/views/buildings/edit.html.erb
  • M app/views/buildings/index.atom.builder
  • M app/views/buildings/index.html.erb
  • M app/views/buildings/index.kml.builder
  • M app/views/buildings/new.html.erb
  • M app/views/buildings/show.html.erb
  • M app/views/comments/edit.html.erb
  • M app/views/comments/index.html.erb
  • M app/views/comments/new.html.erb
  • M app/views/comments/show.html.erb
  • M app/views/dashboard/index.html.erb
  • M app/views/favourites/index.html.erb
  • M app/views/favourites/new.erb.html
  • M app/views/homepage/dashboard.html.erb
  • M app/views/homepage/index.html.erb
  • M app/views/items/_address.html.erb
  • M app/views/items/_description.html.erb
  • M app/views/items/_edit_address.html.erb
  • M app/views/items/_edit_description.html.erb
  • M app/views/items/_edit_gallery.html.erb
  • M app/views/items/_edit_stats.html.erb
  • M app/views/items/_edit_summary.html.erb
  • M app/views/items/_edit_tags.html.erb
  • M app/views/items/_gallery.html.erb
  • M app/views/items/_picture.html.erb
  • M app/views/items/_project_team.html.erb
  • M app/views/items/_reason.html.erb
  • M app/views/items/_recent_comments.html.erb
  • M app/views/items/_related_links.html.erb
  • M app/views/items/_stats.html.erb
  • M app/views/items/_summary.html.erb
  • M app/views/items/_tags.html.erb
  • M app/views/items/_toc.html.erb
  • M app/views/items/_version_controls.html.erb
  • M app/views/items/_version_info.html.erb
  • M app/views/items/_viewpic.html.erb
  • M app/views/items/edit.html.erb
  • M app/views/items/index.html.erb
  • M app/views/items/new.html.erb
  • M app/views/items/show.html.erb
  • M app/views/items/show.js.rjs
  • M app/views/layouts/_footer.html.erb
  • M app/views/layouts/_header.html.erb
  • M app/views/layouts/application.html.erb
  • M app/views/layouts/map.html.erb
  • M app/views/layouts/pictures.html.erb
  • M app/views/map/index.html.erb
  • M app/views/pictures/edit.html.erb
  • M app/views/pictures/index.html.erb
  • M app/views/pictures/new.html.erb
  • M app/views/pictures/show.html.erb
  • M app/views/sessions/new.html.erb
  • M app/views/stats/edit.html.erb
  • M app/views/stats/index.html.erb
  • M app/views/stats/new.html.erb
  • M app/views/users/invite.html.erb
  • M app/views/users/new.html.erb
  • M app/views/users/show.html.erb
  • M app/views/versions/index.html.erb
  • M config/deploy.rb
  • M config/environment.rb
  • M config/environments/development.rb
  • M config/ferret_server.yml
  • M config/gmaps_api_key.yml
  • M config/initializers/core_ext.rb
  • M config/initializers/inflections.rb
  • M config/routes.rb
  • M db/development_structure.sql
  • M db/migrate/20090429073136_create_ratings.rb
  • M db/migrate/20090501072000_rename_resources_to_items.rb
  • M db/migrate/20090503074638_create_pictures.rb
  • M db/migrate/20090503074955_add_summaries.rb
  • M db/migrate/20090503080831_create_assets.rb
  • M db/migrate/20090503114213_add_itemto_picture.rb
  • M db/migrate/20090511234804_addwikititle.rb
  • M db/migrate/20090513071446_add_comments_table.rb
  • M db/migrate/20090514044732_adddescriptiontousers.rb
  • M db/migrate/20090517041301_createfavourites.rb
  • M db/migrate/20090519050950_add_reason_for_edit.rb
  • M db/migrate/20090519051308_create_structured_datas.rb
  • M db/schema.rb
  • M http_auth.rb
  • M lib/authenticated_test_helper.rb
  • M lib/tasks/ferret_index.rake
  • M public/facebox/README.txt
  • M public/facebox/b.png
  • M public/facebox/bl.png
  • M public/facebox/br.png
  • M public/facebox/closelabel.gif
  • M public/facebox/loading.gif
  • M public/facebox/tl.png
  • M public/facebox/tr.png
  • M public/images/brain-beta.png
  • M public/images/brain-beta2.png
  • M public/images/brain-better-2.png
  • M public/images/brain.png
  • M public/images/green brain-beta.svg
  • M public/images/green-building-brain-svgs/gray-star.png
  • M public/images/green-building-brain-svgs/gray-star.svg
  • M public/images/green-building-brain-svgs/green-star.png
  • M public/images/green-building-brain-svgs/green-star.svg
  • M public/images/green-building-brain-svgs/heart.svg
  • M public/images/green-building-brain-svgs/todo.png
  • M public/images/green-building-brain-svgs/todo.svg
  • M public/images/green-building-brain-svgs/yellow-star.png
  • M public/images/green-building-brain-svgs/yellow-star.svg
  • M public/images/grid.png
  • M public/images/icon
  • M public/images/icons/gray-star.png
  • M public/images/icons/green-star.png
  • M public/images/icons/greenbuildingmap.jpg
  • M public/images/icons/todo.png
  • M public/images/icons/yellow-star.png
  • M public/images/logo.png
  • M public/javascripts/facebox.js
  • M public/javascripts/jquery-ui.js
  • M public/javascripts/jquery.js
  • M public/javascripts/jrails.js
  • M public/markdown.html
  • M public/medias/0000/0003/bikerider.jpg
  • M public/medias/0000/0003/bikerider_thumb.jpg
  • M public/medias/0000/0005/Endcat.jpg
  • M public/medias/0000/0005/Endcat_thumb.jpg
  • M public/stylesheets/facebox.css
  • M public/stylesheets/greenbuildingmap.css
  • M script/ferret_server
  • M spec/controllers/buildings_controller_spec.rb
  • M spec/controllers/buildings_routing_spec.rb
  • M spec/controllers/comments_controller_spec.rb
  • M spec/controllers/dashboard_controller_spec.rb
  • M spec/controllers/favourites_controller_spec.rb
  • M spec/controllers/homepage_controller_spec.rb
  • M spec/controllers/items_controller_spec.rb
  • M spec/controllers/library_controller_spec.rb
  • M spec/controllers/map_controller_spec.rb
  • M spec/controllers/pictures_controller_spec.rb
  • M spec/controllers/sessions_controller_spec.rb
  • M spec/controllers/stats_controller_spec.rb
  • M spec/controllers/users_controller_spec.rb
  • M spec/controllers/versions_controller_spec.rb
  • M spec/fixtures/assets.yml
  • M spec/fixtures/buildings.yml
  • M spec/fixtures/companies.yml
  • M spec/fixtures/edits.yml
  • M spec/fixtures/items.yml
  • M spec/fixtures/pictures.yml
  • M spec/fixtures/products.yml
  • M spec/fixtures/ratings.yml
  • M spec/fixtures/resources.yml
  • M spec/fixtures/strategies.yml
  • M spec/helpers/comments_helper_spec.rb
  • M spec/helpers/items_helper_spec.rb
  • M spec/helpers/pages_helper_spec.rb
  • M spec/helpers/pictures_helper_spec.rb
  • M spec/helpers/versions_helper_spec.rb
  • M spec/models/asset_spec.rb
  • M spec/models/building_spec.rb
  • M spec/models/comment_spec.rb
  • M spec/models/company_spec.rb
  • M spec/models/favourite_spec.rb
  • M spec/models/item_spec.rb
  • M spec/models/page_spec.rb
  • M spec/models/picture_spec.rb
  • M spec/models/product_spec.rb
  • M spec/models/rating_spec.rb
  • M spec/models/resource_spec.rb
  • M spec/models/stat_spec.rb
  • M spec/models/strategy_spec.rb
  • M spec/routing/buildings_routing_spec.rb
  • M spec/routing/companies_routing.spec.rb
  • M spec/routing/items_routing_spec.rb
  • M spec/routing/pages_routing_spec.rb
  • M spec/routing/pictures_routing_spec.rb
  • M spec/spec_helper.rb
  • M spec/views/buildings/edit.html.erb_spec.rb
  • M spec/views/buildings/index.html.erb_spec.rb
  • M spec/views/buildings/new.html.erb_spec.rb
  • M spec/views/buildings/show.html.erb_spec.rb
  • M spec/views/comments/index.html.erb_spec.rb
  • M spec/views/homepage/index.html.erb_spec.rb
  • M spec/views/items/edit.html.erb_spec.rb
  • M spec/views/items/index.html.erb_spec.rb
  • M spec/views/items/new.html.erb_spec.rb
  • M spec/views/items/show.html.erb_spec.rb
  • M spec/views/pictures/edit.html.erb_spec.rb
  • M spec/views/pictures/index.html.erb_spec.rb
  • M spec/views/pictures/new.html.erb_spec.rb
  • M spec/views/pictures/show.html.erb_spec.rb
  • M spec/views/stats/edit.html.erb_spec.rb
  • M spec/views/stats/index.html.erb_spec.rb
  • M spec/views/stats/new.html.erb_spec.rb
  • M spec/views/users/invite.html.erb_spec.rb
  • M temp/favs.rb
  • M temp/revisions.rb
  • M temp/revisionsauthor.rb
  • M temp/revisionsedits.rb
  • M temp/spec/favs_spec.rb
  • M temp/spec/revisions_spec.rb
  • M temp/spec/revisionsauthor_spec.rb
  • M temp/spec/revisionsedits_spec.rb
  • M thinking
  • M todo
  • M vendor/gems/BlueCloth-1.0.0/.specification
  • M vendor/gems/BlueCloth-1.0.0/CHANGES
  • M vendor/gems/BlueCloth-1.0.0/LICENSE
  • M vendor/gems/BlueCloth-1.0.0/README
  • M vendor/gems/BlueCloth-1.0.0/bin/bluecloth
  • M vendor/gems/BlueCloth-1.0.0/install.rb
  • M vendor/gems/BlueCloth-1.0.0/lib/bluecloth.rb
  • M vendor/gems/BlueCloth-1.0.0/test.rb
  • M vendor/gems/BlueCloth-1.0.0/tests/00_Class.tests.rb
  • M vendor/gems/BlueCloth-1.0.0/tests/05_Markdown.tests.rb
  • M vendor/gems/BlueCloth-1.0.0/tests/10_Bug.tests.rb
  • M vendor/gems/BlueCloth-1.0.0/tests/15_Contrib.tests.rb
  • M vendor/gems/BlueCloth-1.0.0/tests/bctestcase.rb
  • M vendor/gems/BlueCloth-1.0.0/tests/data/antsugar.txt
  • M vendor/gems/BlueCloth-1.0.0/tests/data/ml-announce.txt
  • M vendor/gems/BlueCloth-1.0.0/tests/data/re-overflow.txt
  • M vendor/gems/BlueCloth-1.0.0/tests/data/re-overflow2.txt
  • M vendor/gems/BlueCloth-1.0.0/utils.rb
  • M vendor/gems/haml-2.0.9/.specification
  • M vendor/gems/haml-2.1.0/.specification
  • M vendor/gems/haml-2.1.0/FAQ
  • M vendor/gems/haml-2.1.0/MIT-LICENSE
  • M vendor/gems/haml-2.1.0/README.rdoc
  • M vendor/gems/haml-2.1.0/REVISION
  • M vendor/gems/haml-2.1.0/Rakefile
  • M vendor/gems/haml-2.1.0/VERSION
  • M vendor/gems/haml-2.1.0/bin/css2sass
  • M vendor/gems/haml-2.1.0/bin/haml
  • M vendor/gems/haml-2.1.0/bin/html2haml
  • M vendor/gems/haml-2.1.0/bin/sass
  • M vendor/gems/haml-2.1.0/extra/haml-mode.el
  • M vendor/gems/haml-2.1.0/extra/sass-mode.el
  • M vendor/gems/haml-2.1.0/init.rb
  • M vendor/gems/haml-2.1.0/lib/haml.rb
  • M vendor/gems/haml-2.1.0/lib/haml/buffer.rb
  • M vendor/gems/haml-2.1.0/lib/haml/engine.rb
  • M vendor/gems/haml-2.1.0/lib/haml/error.rb
  • M vendor/gems/haml-2.1.0/lib/haml/exec.rb
  • M vendor/gems/haml-2.1.0/lib/haml/filters.rb
  • M vendor/gems/haml-2.1.0/lib/haml/helpers.rb
  • M vendor/gems/haml-2.1.0/lib/haml/helpers/action_view_extensions.rb
  • M vendor/gems/haml-2.1.0/lib/haml/helpers/action_view_mods.rb
  • M vendor/gems/haml-2.1.0/lib/haml/html.rb
  • M vendor/gems/haml-2.1.0/lib/haml/precompiler.rb
  • M vendor/gems/haml-2.1.0/lib/haml/shared.rb
  • M vendor/gems/haml-2.1.0/lib/haml/template.rb
  • M vendor/gems/haml-2.1.0/lib/haml/template/patch.rb
  • M vendor/gems/haml-2.1.0/lib/haml/template/plugin.rb
  • M vendor/gems/haml-2.1.0/lib/haml/util.rb
  • M vendor/gems/haml-2.1.0/lib/haml/version.rb
  • M vendor/gems/haml-2.1.0/lib/sass.rb
  • M vendor/gems/haml-2.1.0/lib/sass/css.rb
  • M vendor/gems/haml-2.1.0/lib/sass/engine.rb
  • M vendor/gems/haml-2.1.0/lib/sass/environment.rb
  • M vendor/gems/haml-2.1.0/lib/sass/error.rb
  • M vendor/gems/haml-2.1.0/lib/sass/plugin.rb
  • M vendor/gems/haml-2.1.0/lib/sass/plugin/merb.rb
  • M vendor/gems/haml-2.1.0/lib/sass/plugin/rails.rb
  • M vendor/gems/haml-2.1.0/lib/sass/repl.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/bool.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/color.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/funcall.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/functions.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/lexer.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/literal.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/number.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/operation.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/parser.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/string.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/unary_operation.rb
  • M vendor/gems/haml-2.1.0/lib/sass/script/variable.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/attr_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/comment_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/debug_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/directive_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/file_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/for_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/if_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/mixin_def_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/mixin_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/rule_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/variable_node.rb
  • M vendor/gems/haml-2.1.0/lib/sass/tree/while_node.rb
  • M vendor/gems/haml-2.1.0/rails/init.rb
  • M vendor/gems/haml-2.1.0/test/benchmark.rb
  • M vendor/gems/haml-2.1.0/test/haml/engine_test.rb
  • M vendor/gems/haml-2.1.0/test/haml/helper_test.rb
  • M vendor/gems/haml-2.1.0/test/haml/html2haml_test.rb
  • M vendor/gems/haml-2.1.0/test/haml/markaby/standard.mab
  • M vendor/gems/haml-2.1.0/test/haml/mocks/article.rb
  • M vendor/gems/haml-2.1.0/test/haml/results/content_for_layout.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/eval_suppressed.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/filters.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/helpers.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/helpful.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/just_stuff.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/list.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/nuke_inner_whitespace.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/nuke_outer_whitespace.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/original_engine.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/partial_layout.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/partials.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/render_layout.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/silent_script.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/standard.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/tag_parsing.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/very_basic.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/results/whitespace_handling.xhtml
  • M vendor/gems/haml-2.1.0/test/haml/rhtml/_av_partial_1.rhtml
  • M vendor/gems/haml-2.1.0/test/haml/rhtml/_av_partial_2.rhtml
  • M vendor/gems/haml-2.1.0/test/haml/rhtml/action_view.rhtml
  • M vendor/gems/haml-2.1.0/test/haml/rhtml/standard.rhtml
  • M vendor/gems/haml-2.1.0/test/haml/template_test.rb
  • M vendor/gems/haml-2.1.0/test/haml/templates/_av_partial_1.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/_av_partial_1_ugly.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/_av_partial_2.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/_av_partial_2_ugly.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/_layout.erb
  • M vendor/gems/haml-2.1.0/test/haml/templates/_layout_for_partial.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/_partial.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/_text_area.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/action_view.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/action_view_ugly.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/breakage.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/content_for_layout.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/eval_suppressed.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/filters.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/helpers.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/helpful.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/just_stuff.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/list.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/nuke_inner_whitespace.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/nuke_outer_whitespace.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/original_engine.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/partial_layout.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/partialize.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/partials.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/render_layout.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/silent_script.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/standard.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/standard_ugly.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/tag_parsing.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/very_basic.haml
  • M vendor/gems/haml-2.1.0/test/haml/templates/whitespace_handling.haml
  • M vendor/gems/haml-2.1.0/test/haml/util_test.rb
  • M vendor/gems/haml-2.1.0/test/linked_rails.rb
  • M vendor/gems/haml-2.1.0/test/sass/css2sass_test.rb
  • M vendor/gems/haml-2.1.0/test/sass/engine_test.rb
  • M vendor/gems/haml-2.1.0/test/sass/functions_test.rb
  • M vendor/gems/haml-2.1.0/test/sass/more_results/more1.css
  • M vendor/gems/haml-2.1.0/test/sass/more_results/more1_with_line_comments.css
  • M vendor/gems/haml-2.1.0/test/sass/more_results/more_import.css
  • M vendor/gems/haml-2.1.0/test/sass/more_templates/_more_partial.sass
  • M vendor/gems/haml-2.1.0/test/sass/more_templates/more1.sass
  • M vendor/gems/haml-2.1.0/test/sass/more_templates/more_import.sass
  • M vendor/gems/haml-2.1.0/test/sass/plugin_test.rb
  • M vendor/gems/haml-2.1.0/test/sass/results/alt.css
  • M vendor/gems/haml-2.1.0/test/sass/results/basic.css
  • M vendor/gems/haml-2.1.0/test/sass/results/compact.css
  • M vendor/gems/haml-2.1.0/test/sass/results/complex.css
  • M vendor/gems/haml-2.1.0/test/sass/results/compressed.css
  • M vendor/gems/haml-2.1.0/test/sass/results/expanded.css
  • M vendor/gems/haml-2.1.0/test/sass/results/import.css
  • M vendor/gems/haml-2.1.0/test/sass/results/line_numbers.css
  • M vendor/gems/haml-2.1.0/test/sass/results/mixins.css
  • M vendor/gems/haml-2.1.0/test/sass/results/multiline.css
  • M vendor/gems/haml-2.1.0/test/sass/results/nested.css
  • M vendor/gems/haml-2.1.0/test/sass/results/parent_ref.css
  • M vendor/gems/haml-2.1.0/test/sass/results/script.css
  • M vendor/gems/haml-2.1.0/test/sass/results/subdir/nested_subdir/nested_subdir.css
  • M vendor/gems/haml-2.1.0/test/sass/results/subdir/subdir.css
  • M vendor/gems/haml-2.1.0/test/sass/results/units.css
  • M vendor/gems/haml-2.1.0/test/sass/script_test.rb
  • M vendor/gems/haml-2.1.0/test/sass/templates/_partial.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/alt.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/basic.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/bork.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/bork2.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/compact.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/complex.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/compressed.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/expanded.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/import.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/importee.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/line_numbers.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/mixins.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/multiline.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/nested.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/parent_ref.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/script.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/subdir/nested_subdir/_nested_partial.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/subdir/nested_subdir/nested_subdir.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/subdir/subdir.sass
  • M vendor/gems/haml-2.1.0/test/sass/templates/units.sass
  • M vendor/gems/haml-2.1.0/test/test_helper.rb
  • M vendor/gems/rtomayko-rdiscount-1.3.4/.specification
  • M vendor/gems/rtomayko-rdiscount-1.3.4/COPYING
  • M vendor/gems/rtomayko-rdiscount-1.3.4/README.markdown
  • M vendor/gems/rtomayko-rdiscount-1.3.4/Rakefile
  • M vendor/gems/rtomayko-rdiscount-1.3.4/bin/rdiscount
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/Csio.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/Csio.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/Makefile
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/amalloc.h
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/config.h
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/cstring.h
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/docheader.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/docheader.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/dumptree.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/dumptree.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/extconf.rb
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/generate.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/generate.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/markdown.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/markdown.h
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/markdown.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/mkdio.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/mkdio.h
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/mkdio.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/rdiscount.bundle
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/rdiscount.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/rdiscount.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/resource.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/resource.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/toc.c
  • M vendor/gems/rtomayko-rdiscount-1.3.4/ext/toc.o
  • M vendor/gems/rtomayko-rdiscount-1.3.4/lib/markdown.rb
  • M vendor/gems/rtomayko-rdiscount-1.3.4/lib/rdiscount.bundle
  • M vendor/gems/rtomayko-rdiscount-1.3.4/lib/rdiscount.rb
  • M vendor/gems/rtomayko-rdiscount-1.3.4/rdiscount.gemspec
  • M vendor/gems/rtomayko-rdiscount-1.3.4/test/benchmark.rb
  • M vendor/gems/rtomayko-rdiscount-1.3.4/test/benchmark.txt
  • M vendor/gems/rtomayko-rdiscount-1.3.4/test/markdown_test.rb
  • M vendor/gems/rtomayko-rdiscount-1.3.4/test/rdiscount_test.rb
  • M vendor/gems/statistics-2001.2.28/.specification
  • M vendor/plugins/acts_as_commentable/CHANGELOG
  • M vendor/plugins/acts_as_commentable/MIT-LICENSE
  • M vendor/plugins/acts_as_commentable/OLD_README
  • M vendor/plugins/acts_as_commentable/README
  • M vendor/plugins/acts_as_commentable/Rakefile
  • M vendor/plugins/acts_as_commentable/acts_as_commentable.gemspec
  • M vendor/plugins/acts_as_commentable/init.rb
  • M vendor/plugins/acts_as_commentable/install.rb
  • M vendor/plugins/acts_as_commentable/lib/acts_as_commentable.rb
  • M vendor/plugins/acts_as_commentable/lib/comment.rb
  • M vendor/plugins/acts_as_commentable/tasks/acts_as_commentable_tasks.rake
  • M vendor/plugins/acts_as_commentable/test/acts_as_commentable_test.rb
  • M vendor/plugins/acts_as_ferret/LICENSE
  • M vendor/plugins/acts_as_ferret/README
  • M vendor/plugins/acts_as_ferret/bin/aaf_install
  • M vendor/plugins/acts_as_ferret/config/ferret_server.yml
  • M vendor/plugins/acts_as_ferret/doc/README.win32
  • M vendor/plugins/acts_as_ferret/doc/demo/README
  • M vendor/plugins/acts_as_ferret/doc/demo/README_DEMO
  • M vendor/plugins/acts_as_ferret/doc/demo/Rakefile
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/admin/backend_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/admin_area_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/application.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/contents_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/searches_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/admin/backend_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/application_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/content_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/search_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/comment.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/content.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/content_base.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/search.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/shared_index1.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/shared_index2.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/special_content.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/stats.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/admin/backend/search.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/_form.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/edit.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/index.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/new.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/show.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/layouts/application.html.erb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/searches/_content.html.erb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/searches/search.html.erb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/boot.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/database.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environment.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environments/development.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environments/production.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environments/test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/ferret_server.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/config/lighttpd.conf
  • M vendor/plugins/acts_as_ferret/doc/demo/config/routes.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/development_structure.sql
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/001_initial_migration.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/002_add_type_to_contents.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/003_create_shared_index1s.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/004_create_shared_index2s.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/005_special_field.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/006_create_stats.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/schema.sql
  • M vendor/plugins/acts_as_ferret/doc/demo/db/schema.sqlite
  • M vendor/plugins/acts_as_ferret/doc/demo/doc/README_FOR_APP
  • M vendor/plugins/acts_as_ferret/doc/demo/doc/howto.txt
  • M vendor/plugins/acts_as_ferret/doc/demo/public/.htaccess
  • M vendor/plugins/acts_as_ferret/doc/demo/public/404.html
  • M vendor/plugins/acts_as_ferret/doc/demo/public/500.html
  • M vendor/plugins/acts_as_ferret/doc/demo/public/dispatch.cgi
  • M vendor/plugins/acts_as_ferret/doc/demo/public/dispatch.fcgi
  • M vendor/plugins/acts_as_ferret/doc/demo/public/dispatch.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/public/images/rails.png
  • M vendor/plugins/acts_as_ferret/doc/demo/public/index.html
  • M vendor/plugins/acts_as_ferret/doc/demo/public/robots.txt
  • M vendor/plugins/acts_as_ferret/doc/demo/public/stylesheets/scaffold.css
  • M vendor/plugins/acts_as_ferret/doc/demo/script/about
  • M vendor/plugins/acts_as_ferret/doc/demo/script/breakpointer
  • M vendor/plugins/acts_as_ferret/doc/demo/script/console
  • M vendor/plugins/acts_as_ferret/doc/demo/script/destroy
  • M vendor/plugins/acts_as_ferret/doc/demo/script/ferret_server
  • M vendor/plugins/acts_as_ferret/doc/demo/script/generate
  • M vendor/plugins/acts_as_ferret/doc/demo/script/performance/benchmarker
  • M vendor/plugins/acts_as_ferret/doc/demo/script/performance/profiler
  • M vendor/plugins/acts_as_ferret/doc/demo/script/plugin
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/inspector
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/reaper
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/spawner
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/spinner
  • M vendor/plugins/acts_as_ferret/doc/demo/script/runner
  • M vendor/plugins/acts_as_ferret/doc/demo/script/server
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/comments.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/contents.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/remote_contents.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/shared_index1s.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/shared_index2s.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/functional/admin/backend_controller_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/functional/contents_controller_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/functional/searches_controller_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/smoke/drb_smoke_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/smoke/process_stats.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/test_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/comment_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/content_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/ferret_result_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/multi_index_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/remote_index_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/shared_index1_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/shared_index2_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/sort_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/special_content_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/LICENSE
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/README
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/Rakefile
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/init.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/collection.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/finder.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/array_pagination_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/boot.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/console
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/finder_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/admin.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/companies.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/company.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/developer.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/project.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/projects.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/replies.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/reply.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/schema.sql
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/topic.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/topics.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/user.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/users.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/lib/load_fixtures.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/pagination_test.rb
  • M vendor/plugins/acts_as_ferret/doc/monit-example
  • M vendor/plugins/acts_as_ferret/init.rb
  • M vendor/plugins/acts_as_ferret/install.rb
  • M vendor/plugins/acts_as_ferret/lib/act_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/acts_as_ferret.rb
  • M vendor/plugins/acts_as_ferret/lib/ar_mysql_auto_reconnect_patch.rb
  • M vendor/plugins/acts_as_ferret/lib/blank_slate.rb
  • M vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb
  • M vendor/plugins/acts_as_ferret/lib/class_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_extensions.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_find_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_result.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_server.rb
  • M vendor/plugins/acts_as_ferret/lib/index.rb
  • M vendor/plugins/acts_as_ferret/lib/instance_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/local_index.rb
  • M vendor/plugins/acts_as_ferret/lib/more_like_this.rb
  • M vendor/plugins/acts_as_ferret/lib/multi_index.rb
  • M vendor/plugins/acts_as_ferret/lib/rdig_adapter.rb
  • M vendor/plugins/acts_as_ferret/lib/remote_functions.rb
  • M vendor/plugins/acts_as_ferret/lib/remote_index.rb
  • M vendor/plugins/acts_as_ferret/lib/remote_multi_index.rb
  • M vendor/plugins/acts_as_ferret/lib/search_results.rb
  • M vendor/plugins/acts_as_ferret/lib/server_manager.rb
  • M vendor/plugins/acts_as_ferret/lib/unix_daemon.rb
  • M vendor/plugins/acts_as_ferret/lib/without_ar.rb
  • M vendor/plugins/acts_as_ferret/rakefile
  • M vendor/plugins/acts_as_ferret/recipes/aaf_recipes.rb
  • M vendor/plugins/acts_as_ferret/script/ferret_daemon
  • M vendor/plugins/acts_as_ferret/script/ferret_server
  • M vendor/plugins/acts_as_ferret/script/ferret_service
  • M vendor/plugins/acts_as_ferret/tasks/ferret.rake
  • M vendor/plugins/attachment_fu/CHANGELOG
  • M vendor/plugins/attachment_fu/LICENSE
  • M vendor/plugins/attachment_fu/README
  • M vendor/plugins/attachment_fu/Rakefile
  • M vendor/plugins/attachment_fu/amazon_s3.yml.tpl
  • M vendor/plugins/attachment_fu/init.rb
  • M vendor/plugins/attachment_fu/install.rb
  • M vendor/plugins/attachment_fu/lib/geometry.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb
  • M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb
  • M vendor/plugins/attachment_fu/rackspace_cloudfiles.yml.tpl
  • M vendor/plugins/attachment_fu/test/backends/db_file_test.rb
  • M vendor/plugins/attachment_fu/test/backends/file_system_test.rb
  • M vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb
  • M vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb
  • M vendor/plugins/attachment_fu/test/base_attachment_tests.rb
  • M vendor/plugins/attachment_fu/test/basic_test.rb
  • M vendor/plugins/attachment_fu/test/database.yml
  • M vendor/plugins/attachment_fu/test/extra_attachment_test.rb
  • M vendor/plugins/attachment_fu/test/fixtures/attachment.rb
  • M vendor/plugins/attachment_fu/test/fixtures/files/fake/rails.png
  • M vendor/plugins/attachment_fu/test/fixtures/files/foo.txt
  • M vendor/plugins/attachment_fu/test/fixtures/files/rails.png
  • M vendor/plugins/attachment_fu/test/geometry_test.rb
  • M vendor/plugins/attachment_fu/test/processors/core_image_test.rb
  • M vendor/plugins/attachment_fu/test/processors/gd2_test.rb
  • M vendor/plugins/attachment_fu/test/processors/image_science_test.rb
  • M vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb
  • M vendor/plugins/attachment_fu/test/processors/rmagick_test.rb
  • M vendor/plugins/attachment_fu/test/schema.rb
  • M vendor/plugins/attachment_fu/test/test_helper.rb
  • M vendor/plugins/attachment_fu/test/validation_test.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb
  • M vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb
  • M vendor/plugins/facebox_render/README.txt
  • M vendor/plugins/facebox_render/init.rb
  • M vendor/plugins/facebox_render/lib/facebox_render.rb
  • M vendor/plugins/facebox_render/lib/facebox_render_helper.rb
  • M vendor/plugins/gravatar-plugin/lib/gravatar.rb
  • M vendor/plugins/in_place_editing/README
  • M vendor/plugins/in_place_editing/Rakefile
  • M vendor/plugins/in_place_editing/init.rb
  • M vendor/plugins/in_place_editing/lib/in_place_editing.rb
  • M vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb
  • M vendor/plugins/in_place_editing/test/in_place_editing_test.rb
  • M vendor/plugins/jrails/CHANGELOG
  • M vendor/plugins/jrails/README
  • M vendor/plugins/jrails/init.rb
  • M vendor/plugins/jrails/install.rb
  • M vendor/plugins/jrails/javascripts/jquery-ui.js
  • M vendor/plugins/jrails/javascripts/jquery.js
  • M vendor/plugins/jrails/javascripts/jrails.js
  • M vendor/plugins/jrails/javascripts/sources/jrails.js
  • M vendor/plugins/jrails/lib/jrails.rb
  • M vendor/plugins/jrails/tasks/jrails.rake
  • M vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

The Green Building Brain is an open source and open content tool for collaboration and resource sharing between green building professionals and amateurs.