November 2008 Archives by thread
Starting: Tue Nov 4 16:13:23 EST 2008
Ending: Wed Nov 26 17:51:27 EST 2008
Messages: 96
- [Umlaut-commits] [1202] trunk/config/environment.rb: change umlaut to use Rails 1.2.6.
nobody at rubyforge.org
- [Umlaut-commits] [1203] branches/rails-2-migrate/: Branch to make neccesary changes to have Umlaut running under Rails 2.1
nobody at rubyforge.org
- [Umlaut-commits] [1204] branches/rails-2-migrate/app/helpers/application_helper.rb: method signature for overridden url_for has changed
nobody at rubyforge.org
- [Umlaut-commits] [1205] branches/rails-2-migrate/app/models/sfx_db: need to explicitly specify class name even though we shoudln't.
nobody at rubyforge.org
- [Umlaut-commits] [1206] branches/rails-2-migrate/app/views/search/journals.rhtml: remove third nil paramter, messes things up in rails2, not sure why it was ever there.
nobody at rubyforge.org
- [Umlaut-commits] [1207] branches/rails-2-migrate/: Forgot to use svnmerge, let's start over.
nobody at rubyforge.org
- [Umlaut-commits] [1208] branches/rails-2-dev/: Okay, second try at a development branch for rails2 migration.
nobody at rubyforge.org
- [Umlaut-commits] [1209] branches/rails-2-dev/: Initialized merge tracking via "svnmerge" with revisions "1-1207" from
nobody at rubyforge.org
- [Umlaut-commits] [1210] branches/rails-2-dev/config/boot.rb: rails2 ( and latest version of gem)-compatible boot.rb
nobody at rubyforge.org
- [Umlaut-commits] [1212] branches/rails-2-dev/config/routes.rb: new instructionary comments from rails2; new default map including .: format for rails2
nobody at rubyforge.org
- [Umlaut-commits] [1213] branches/rails-2-dev/public/images/rails.png: new Rails2 image, which we dont' use anyway, but completeness is good.
nobody at rubyforge.org
- [Umlaut-commits] [1214] branches/rails-2-dev/public/422.html: new default error page generated with rails2
nobody at rubyforge.org
- [Umlaut-commits] [1215] branches/rails-2-dev/public: new rails2 dispatch scripts, which we don't generally use, but for completeness included
nobody at rubyforge.org
- [Umlaut-commits] [1216] branches/rails-2-dev/config/environment.rb: RAILS_GEM_VERSION changed to 2.1.2.
nobody at rubyforge.org
- [Umlaut-commits] [1217] branches/rails-2-dev/config/environments: new default test and development environments for rails2
nobody at rubyforge.org
- [Umlaut-commits] [1218] branches/rails-2-dev/config: Rails2 has an initializers directory, this is the default contents
nobody at rubyforge.org
- [Umlaut-commits] [1219] branches/rails-2-dev/vendor/plugins/app_config/lib/app_config.rb: OrderedOptions needs to have module explicitly mentioned in Rails2.
nobody at rubyforge.org
- [Umlaut-commits] [1220] trunk/app/views/search: third nil parameter causes problems in rails2, doesn' t seem neccesary anyway as it's nil.
nobody at rubyforge.org
- [Umlaut-commits] [1221] branches/rails-2-dev/app/views/search: third nil parameter causes problems in rails2, doesn' t seem neccesary anyway as it's nil.
nobody at rubyforge.org
- [Umlaut-commits] [1222] branches/rails-2-dev/app/models/sfx_db: associations to SfxDb:: Object need explicit class_name decelerations.
nobody at rubyforge.org
- [Umlaut-commits] [1223] branches/rails-2-dev/app/helpers/application_helper.rb: method signature in over-ridden url_for appears to have changed
nobody at rubyforge.org
- [Umlaut-commits] [1224] branches/rails-2-dev/vendor/plugins: auto_complete no longer built into rails, need this plugin
nobody at rubyforge.org
- [Umlaut-commits] [1225] branches/rails-2-dev: rename Request to UmlautRequest.
nobody at rubyforge.org
- [Umlaut-commits] [1226] branches/rails-2-dev/app/models/request.rb: oops, and get rid of the old request.rb model too, replaced by umlaut_request.rb
nobody at rubyforge.org
- [Umlaut-commits] [1227] branches/rails-2-dev/app/models/umlaut_request.rb: oops, and need to add the new umlaut_request.rb.
nobody at rubyforge.org
- [Umlaut-commits] [1228] branches/rails-2-dev: Nevermind, trying to rename Request to UmlautRequest was hard to do without creating problems , rolling back that.
nobody at rubyforge.org
- [Umlaut-commits] [1229] branches/rails-2-dev/app/models/umlaut_request.rb: Oops, still trying to roll back the attempt at refactoring Request to UmlautRequest .
nobody at rubyforge.org
- [Umlaut-commits] [1230] branches/rails-2-dev/app/models/request.rb: still trying to rollback to the refactor of Request
nobody at rubyforge.org
- [Umlaut-commits] [1231] branches/rails-2-dev/lib/tasks/umlautdb.rake: still rolling back aborted attempt at Request refactor
nobody at rubyforge.org
- [Umlaut-commits] [1232] branches/rails-2-dev/app/models/service_response.rb: Better docs in comments, and lazy loading and persistence of the ServiceResponseDataValues proxy object
nobody at rubyforge.org
- [Umlaut-commits] [1233] branches/rails-2-dev/lib/service_adaptors/ezproxy.rb: remove debugger line, oops
nobody at rubyforge.org
- [Umlaut-commits] [1234] trunk/lib/service_adaptors/ezproxy.rb: Stupid me! Left debugger in again, even went into production with it.
nobody at rubyforge.org
- [Umlaut-commits] [1235] trunk/lib: factor out LCCN getting to its own method, to allow normalization/checking in the future if we like
nobody at rubyforge.org
- [Umlaut-commits] [1236] branches/rails-2-dev: Add custom log output format in a way Rails2 likes.
nobody at rubyforge.org
- [Umlaut-commits] [1237] branches/rails-2-dev/config/environment.rb: require_dependency makes console unhappy, use plain old require
nobody at rubyforge.org
- [Umlaut-commits] [1238] branches/rails-2-dev/config/environment.rb: manual require of active_support neccesary for console to work
nobody at rubyforge.org
- [Umlaut-commits] [1239] branches/rails-2-dev/config/environments/production.rb: try to set a greater than one buffer size in production for our BufferedLogger , for performance
nobody at rubyforge.org
- [Umlaut-commits] [1240] branches/rails-2-dev/config/initializers/patch_logger.rb: moved to Rails2 compatible methods of custom log format, this was a false start with Rails2
nobody at rubyforge.org
- [Umlaut-commits] [1241] branches/rails-2-dev: Set custom logging format in Rails2 compatible way.
nobody at rubyforge.org
- [Umlaut-commits] [1242] branches/rails-2-dev/config/initializers: better name for this initializer file
nobody at rubyforge.org
- [Umlaut-commits] [1243] branches/rails-2-dev/app/models/service_type_value.rb: manually set updated_at to force resaving with new updated_at even if no values have changed , for our value syncing we need to know when we last checked for update even if no changes .
nobody at rubyforge.org
- [Umlaut-commits] [1244] branches/rails-2-dev/app/models/service_type_value.rb: use minimum instead of maximum for maximum safety and consistency with institutions sync
nobody at rubyforge.org
- [Umlaut-commits] [1245] branches/rails-2-dev/app/models/institution.rb: in sync institutions , manually set updated_at to force save to db even if no changes, so we know when we last checked with updated_at.
nobody at rubyforge.org
- [Umlaut-commits] [1246] branches/rails-2-dev/config/environment.rb: special line for ruby-debug no longer needed, ruby-debug is supported with Rails2 out of the box.
nobody at rubyforge.org
- [Umlaut-commits] [1247] branches/rails-2-dev/config/umlaut_distribution/umlaut_environment. rb: take out reference to umlaut_after_initailization, not needed anymore, initializers! Take out commented out config params that I' m not sure will really work.
nobody at rubyforge.org
- [Umlaut-commits] [1248] branches/rails-2-dev/app/controllers/application.rb: monkey patching of ActiveRecord no longer neccesary, bug fixed in Rails2, hooray
nobody at rubyforge.org
- [Umlaut-commits] [1249] trunk/lib/metadata_helper.rb: more full functioned and non-buggy LCCN normalizing
nobody at rubyforge.org
- [Umlaut-commits] [1250] trunk/lib/service_adaptors/amazon.rb: improved screen-scraping.
nobody at rubyforge.org
- [Umlaut-commits] [1251] branches/rails-2-dev/config/umlaut_distribution/umlaut_environment. rb: hardly anything in local sample environment.rb anymore, it' s all going to go in local initializers
nobody at rubyforge.org
- [Umlaut-commits] [1253] branches/rails-2-dev/app/views/search/_citation.rhtml: use the safe way of generating a rails action with an openurl kev on the end that we created before , and should have been using here.
nobody at rubyforge.org
- [Umlaut-commits] [1254] trunk/lib/service_adaptors/hip_holding_search.rb: limit circumstances where serial index is used to increase recall, we were missing some things we mistakenly thought were serials.
nobody at rubyforge.org
- [Umlaut-commits] [1255] trunk/app/views/layouts/distribution/jhu_search.rhtml: don't need ' welcome to our new Find It' anymore, it's been 8 months
nobody at rubyforge.org
- [Umlaut-commits] [1256] branches/rails-2-dev: action to generate skeleton local files take account of new initializer setupadfadf
nobody at rubyforge.org
- [Umlaut-commits] [1257] branches/rails-2-dev: moved task to generate local files from a rake task to a generator script.
nobody at rubyforge.org
- [Umlaut-commits] [1258] branches/rails-2-dev/lib/dependent_config.rb: crazy cool use of closures to define config dependent on other config that might change .
nobody at rubyforge.org
- [Umlaut-commits] [1259] branches/rails-2-dev/config: use DependentConfig in configuration to allow dependencies on config reset locally
nobody at rubyforge.org
- [Umlaut-commits] [1260] branches/rails-2-dev/lib/dependent_config.rb: oops, fix up method_missing proxying
nobody at rubyforge.org
- [Umlaut-commits] [1261] branches/rails-2-dev/lib/dependent_config.rb: comment
nobody at rubyforge.org
- [Umlaut-commits] [1262] branches/rails-2-dev/lib/dependent_config.rb: keep #to_str proxying to #to_str, not #to_s, that just opens us up to confusion.
nobody at rubyforge.org
- [Umlaut-commits] [1263] branches/rails-2-dev/lib/dependent_config.rb: nevermind, keep proxying #to_str to #to_str causes problems, don't know why
nobody at rubyforge.org
- [Umlaut-commits] [1264] branches/rails-2-dev/lib/dependent_config.rb: nevermind, more tweaks
nobody at rubyforge.org
- [Umlaut-commits] [1265] branches/rails-2-dev: merging changes from trunk
nobody at rubyforge.org
- [Umlaut-commits] [1266] branches/rails-2-dev: Merged revisions 1208-1265 via svnmerge from
nobody at rubyforge.org
- [Umlaut-commits] [1267] branches/rails-2-dev/app/controllers/resolve_controller.rb: oops, have to manually call to_s on something that might be a DependentConfig string .
nobody at rubyforge.org
- [Umlaut-commits] [1268] branches/rails-2-dev/lib/generators/umlaut_local: add a completion message after generator
nobody at rubyforge.org
- [Umlaut-commits] [1269] branches/rails-2-dev/lib/dependent_config.rb: code now inherits ruby standard library Delegator to provide most of its functionality
nobody at rubyforge.org
- [Umlaut-commits] [1270] branches/rails-2-dev/app/views/resolve/_search_inside.rhtml: syntax errors and formatting
nobody at rubyforge.org
- [Umlaut-commits] [1271] branches/rails-2-dev/config/initializers/umlaut/ frameset_problem_targets.rb: more known frame escapers.
nobody at rubyforge.org
- [Umlaut-commits] [1272] branches/rails-2-dev/lib/service_adaptors/sfx_backchannel_record.rb: a ServiceResponse itself doesn't do [] anymore, you need to call data_values on it
nobody at rubyforge.org
- [Umlaut-commits] [1273] branches/rails-2-dev/public/javascripts/prototype.js: patch prototype to restore ability to dynamically load the js library in 1 .6
nobody at rubyforge.org
- [Umlaut-commits] [1274] branches/rails-2-dev/lib/tasks/umlautdb.rake: Rails2 uses save/ save! for new records too, not create anymore
nobody at rubyforge.org
- [Umlaut-commits] [1275] branches/rails-2-dev/script: moved some umlaut scripts into script/ umlaut
nobody at rubyforge.org
- [Umlaut-commits] [1276] branches/rails-2-dev/lib/generators: generator for mongrel deploy files, makes deploying easier
nobody at rubyforge.org
- [Umlaut-commits] [1277] branches/rails-2-dev/lib/generators/mongrel_deploy_files: generate a little bash script to start/ stop your mongrel cluster using generated config file
nobody at rubyforge.org
- [Umlaut-commits] [1278] trunk/lib/service_adaptors/amazon.rb: fix Amazon to request the sitbv3 version of the reader page, for improved screen scraping and user experience.
nobody at rubyforge.org
- [Umlaut-commits] [1279] branches/rails-2-dev/lib/service_adaptors/amazon.rb: merge in new amazon changes from trunk
nobody at rubyforge.org
- [Umlaut-commits] [1280] trunk/: Initialized merge tracking via "svnmerge" with revisions " 1-1279" from
nobody at rubyforge.org
- [Umlaut-commits] [1281] trunk/: okay, trying again to init svnmerge right
nobody at rubyforge.org
- [Umlaut-commits] [1282] branches/rails-2-dev/vendor/plugins/oai-0.0.5/: remove oai plugin, no longer used, and Rails 2. 2 seems to load all code on startup and complain if it has requires that aren 't there.
nobody at rubyforge.org
- [Umlaut-commits] [1283] branches/rails-2-dev/app/models: trimming unused code that now prevents startup in rails 2.2
nobody at rubyforge.org
- [Umlaut-commits] [1284] branches/rails-2-dev/app/models: remove acts_as_ferret from journal. rb, since it's not currently advertised as an umlaut dependency, and Rails 2.2 is complaining.
nobody at rubyforge.org
- [Umlaut-commits] [1285] branches/rails-2-dev/app/models/sfx_db/az_additional_title.rb: fix syntax error in az_additional_title.
nobody at rubyforge.org
- [Umlaut-commits] [1286] branches/rails-2-dev/app/controllers/history_controller.rb: remove unused code causing problems in Rails 2.2
nobody at rubyforge.org
- [Umlaut-commits] [1287] branches/rails-2-dev/config/environment.rb: okay, stay on Rails 2.1. 2 after all, 2.2. 2 makes too significant a change in threading and ActiveRecord, we need to test (although it's a positive change).
nobody at rubyforge.org
- [Umlaut-commits] [1290] trunk/lib/generators/mongrel_deploy_files/ mongrel_deploy_files_generator.rb: put bash script in script/ local not just script/
nobody at rubyforge.org
- [Umlaut-commits] [1291] trunk/app/views/resolve/partial_html_sections.rhtml: use to_s to deal with DependentConfig.
nobody at rubyforge.org
- [Umlaut-commits] [1292] trunk/config: don' t try to call local environment configurator unless it exists
nobody at rubyforge.org
- [Umlaut-commits] [1293] trunk/lib/generators/umlaut_local/umlaut_local_generator.rb: copy initializers from right place, duh.
nobody at rubyforge.org
- [Umlaut-commits] [1294] trunk/lib/generators/umlaut_local/templates/umlaut_environment.rb: better local environment template
nobody at rubyforge.org
- [Umlaut-commits] [1296] trunk/app/helpers/application_helper.rb: in rails2, we need to override path_to_image instead of image_path, to ensure that our snippets generate image src attributes with full urls
nobody at rubyforge.org
- [Umlaut-commits] [1297] trunk/db/migrate/012_widen_request_params.rb: make that reverse migration work.
nobody at rubyforge.org
- [Umlaut-commits] Umlaut-commits Digest, Vol 7, Issue 20
Jonathan Rochkind
- [Umlaut-commits] [1298] trunk/app/models/sfx_db/object.rb: specify module namespace in more associations, to see if that gets rid of mysterious unreproducible errors in my production log
nobody at rubyforge.org
- [Umlaut-commits] [1299] trunk/app/helpers/resolve_helper.rb: oops, fixed cover_image finder to use refactored service response data access.
nobody at rubyforge.org
Last message date:
Wed Nov 26 17:51:27 EST 2008
Archived on: Wed Nov 26 17:51:30 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).