April 2009 Archives by thread
Starting: Wed Apr 1 20:14:00 EDT 2009
Ending: Fri Apr 17 19:17:46 EDT 2009
Messages: 66
- [Blacklight-commits] [1105] trunk/rails/vendor/plugins/blacklight/spec/helpers/solr_helper_spec. rb: don't check for hardcoded *values* for solr. yml properties in solr_helper spec.
nobody at rubyforge.org
- [Blacklight-commits] [1106] trunk/rails/vendor/plugins/blacklight/spec/helpers/solr_helper_spec. rb: don't check for hardcoded *values* for solr. yml properties in solr_helper spec.
nobody at rubyforge.org
- [Blacklight-commits] [1107] trunk/rails/vendor/plugins/blacklight/lib/blacklight/configurable.rb : Rewrite of Configurable.
nobody at rubyforge.org
- [Blacklight-commits] [1108] trunk/rails/vendor/plugins/blacklight/spec/lib/configurable_spec.rb: Specs for the new Configurable.
nobody at rubyforge.org
- [Blacklight-commits] [1109] trunk/rails/vendor/plugins/blacklight/README.rdoc: Updated the blacklight plugin installation path.
nobody at rubyforge.org
- [Blacklight-commits] [1110] trunk/rails/vendor/plugins/blacklight/README.rdoc: Removed extra newline in the install command for the plugin.
nobody at rubyforge.org
- [Blacklight-commits] [1111] trunk/rails/vendor/plugins/blacklight/README.rdoc: Added more text and fixed an out of date svn location
nobody at rubyforge.org
- [Blacklight-commits] [1112] trunk/rails/vendor/plugins/blacklight/spec: naomi tweaking release 2 .0.0 specs
nobody at rubyforge.org
- [Blacklight-commits] [1113] trunk/solr-templates: updated schema and solrconfig in solr-tempalte dir.
nobody at rubyforge.org
- [Blacklight-commits] [1114] trunk/rails/config/solr.example.stanford: update stanford solr. yml example
nobody at rubyforge.org
- [Blacklight-commits] [1115] trunk/rails/vendor/plugins/blacklight/Rakefile: Adding a publish-rdoc task to the plugin rakefile.
nobody at rubyforge.org
- [Blacklight-commits] [1116] trunk/jetty/solr/conf/schema.xml: brand the default schema
nobody at rubyforge.org
- [Blacklight-commits] [1117] trunk/rails/vendor/plugins/blacklight/app/views/catalog/_search_form .html.erb: Added select_tag for search_fields.
nobody at rubyforge.org
- [Blacklight-commits] [1118] trunk/rails/vendor/plugins/blacklight/lib/blacklight.rb: Have it extend configurable, so we can use Blacklight module as configuration point in initializers/.
nobody at rubyforge.org
- [Blacklight-commits] [1119] trunk/rails/config/initializers/blacklight.rb.example: Updated with current demo app's configuration for search fields.
nobody at rubyforge.org
- [Blacklight-commits] [1120] trunk/rails/vendor/plugins/blacklight: Cucumber features with several scenarios and steps for Search.
nobody at rubyforge.org
- [Blacklight-commits] [1121] trunk/rails/vendor/plugins/blacklight/lib: Cucumber Tasks.
nobody at rubyforge.org
- [Blacklight-commits] [1122] trunk/jetty/solr: N
nobody at rubyforge.org
- [Blacklight-commits] [1123] trunk/jetty/solr/conf/solrconfig.xml: oops, inadvertent commit, reverting
nobody at rubyforge.org
- [Blacklight-commits] [1124] trunk/rails/vendor/plugins/blacklight/features/step_definitions/ search_steps.rb: Renamed "field" to "qt" which is the Solr RequestHandler name.
nobody at rubyforge.org
- [Blacklight-commits] [1125] trunk/rails/vendor/plugins/blacklight/features/search.feature: Renamed "field" to "qt" which is the Solr RequestHandler name.
nobody at rubyforge.org
- [Blacklight-commits] [1126] trunk/rails/vendor/plugins/blacklight/app/views/catalog/_search_form .html.erb: Renamed "field" to "qt" which is the Solr RequestHandler name.
nobody at rubyforge.org
- [Blacklight-commits] [1127] trunk/rails/vendor/plugins/blacklight/spec/controllers/ catalog_controller_spec.rb: Moved variables into before block and made them instance variables.
nobody at rubyforge.org
- [Blacklight-commits] [1128] trunk/rails/vendor/plugins/blacklight/app/controllers/ catalog_controller.rb: Added new :qt param to search.
nobody at rubyforge.org
- [Blacklight-commits] [1129] trunk/rails/vendor/plugins/blacklight/lib/blacklight/solr_helper.rb: Added : qt to the solr_params as we are now allowing a particular RequestHandler to be specified to limit the fields searched .
nobody at rubyforge.org
- [Blacklight-commits] [1130] trunk/jetty/solr/conf/solrconfig.xml: Added Request Handlers for title and author searches.
nobody at rubyforge.org
- [Blacklight-commits] [1131] trunk/rails/vendor/plugins/blacklight/lib/blacklight/solr_helper.rb: Putting Blacklight.config[:default_qt] results in a nil value.
nobody at rubyforge.org
- [Blacklight-commits] [1132] trunk/rails/vendor/plugins/blacklight/spec/controllers/ catalog_controller_spec.rb: Removed an unnecessary puts and commented out the puts for @@FLAVOR.
nobody at rubyforge.org
- [Blacklight-commits] [1133] trunk/rails/vendor/plugins/blacklight/spec/helpers/solr_helper_spec. rb: Updated specs for new :qt paramater in the SolrHelper methods.
nobody at rubyforge.org
- [Blacklight-commits] [1134] trunk/rails/config/initializers/blacklight.rb.example: Added config[ :default_qt] for the default Request Handler.
nobody at rubyforge.org
- [Blacklight-commits] [1135] trunk/rails/vendor/plugins/blacklight/lib/blacklight/solr_helper.rb: Removed unneeded to_sym() call on query_type.
nobody at rubyforge.org
- [Blacklight-commits] [1136] trunk/rails/vendor/plugins/blacklight/app/views/catalog/index.html. erb: Added results found as well as pagination at bottom of page.
nobody at rubyforge.org
- [Blacklight-commits] [1137] trunk/rails/vendor/plugins/blacklight/features/search.feature: Added 'documents found' steps to two features.
nobody at rubyforge.org
- [Blacklight-commits] [1138] trunk/rails/lib/tasks/blacklight.rake: Rake file for blacklight-specific tasks in the demo area.
nobody at rubyforge.org
- [Blacklight-commits] [1139] trunk/rails/cruise_config.rb: Updated cruise control configuration to handle new BlacklightFeatures project , which runs the Cucumber features.
nobody at rubyforge.org
- [Blacklight-commits] [1140] trunk/rails: Modifying solr. yml exemplars to include raw_storage_type.
nobody at rubyforge.org
- [Blacklight-commits] [1141] trunk/rails/vendor/plugins/blacklight/spec/models/solr_document_spec .rb: Fixing the error that my evil Windows machine made in copying the binary data in SolrDocumentSpec
nobody at rubyforge.org
- [Blacklight-commits] [1142] trunk/rails/vendor/plugins/blacklight/spec/helpers/solr_helper_spec. rb: changing marc_storage_field to raw_storage_field in SolrHelperSpec
nobody at rubyforge.org
- [Blacklight-commits] [1143] trunk/rails/vendor/plugins/blacklight/spec: moving test data for SolrDocumentSpec from model directory to data directory and setting mime-type to application /octet-stream
nobody at rubyforge.org
- [Blacklight-commits] [1144] trunk/rails/vendor/plugins/blacklight/spec/helpers/solr_helper_spec. rb: In "raw record storage" changed @document to use get() instead of [].
nobody at rubyforge.org
- [Blacklight-commits] [1145] trunk/rails/vendor/plugins/blacklight/spec/models/solr_document_spec .rb: Set DisplayFields' attributes back to original values in after block so they are available to other specs .
nobody at rubyforge.org
- [Blacklight-commits] [1146] trunk/jetty/solr/conf/schema.xml: Removed some white space between fields for readability.
nobody at rubyforge.org
- [Blacklight-commits] [1147] trunk/rails/vendor/plugins/blacklight: Cleaver-1: try making the Blacklight plugin have all the basic Rails app dirs and files .
nobody at rubyforge.org
- [Blacklight-commits] [1148] trunk/rails/vendor/plugins: Moved Blacklight' s dependency plugins into its own vendor/plugins.
nobody at rubyforge.org
- [Blacklight-commits] [1149] trunk/rails/vendor/plugins/blacklight/config/routes.rb: Reference the routes.rb file of the Blacklight plugin.
nobody at rubyforge.org
- [Blacklight-commits] [1150] trunk/rails/vendor/plugins/blacklight/config/environments/test.rb: Added the gem dependencies to test environment.
nobody at rubyforge.org
- [Blacklight-commits] [1151] trunk/rails/vendor/plugins/blacklight/features/support/env.rb: Altered path to point at Blacklight plugin's stand-alone test environment.
nobody at rubyforge.org
- [Blacklight-commits] [1152] trunk/rails/vendor/plugins/blacklight/lib/tasks/rspec.rake: Rake tasks generated by rspec gem.
nobody at rubyforge.org
- [Blacklight-commits] [1153] trunk/rails/vendor/plugins/blacklight/db/schema.rb: Database schema.
nobody at rubyforge.org
- [Blacklight-commits] [1154] trunk/rails/vendor/plugins/blacklight/config/routes.rb: Added a note about referencing the real routes file.
nobody at rubyforge.org
- [Blacklight-commits] [1155] trunk/rails/vendor/plugins/blacklight/config/environments/test.rb: Removed the configuration code duplicated from init. rb and placed a reference to init.rb with eval() here instead (a la Rails' initializer).
nobody at rubyforge.org
- [Blacklight-commits] [1156] trunk/rails/vendor/plugins/blacklight/config/CONFIG_README: Explanation of the plugin's config dir.
nobody at rubyforge.org
- [Blacklight-commits] [1157] trunk/rails/config/environment.rb: Since the plugins Blacklight depends on are now inside Blacklight' s own vendor/plugins dir, added that to config.plugin_paths.
nobody at rubyforge.org
- [Blacklight-commits] [1158] trunk/rails/Rakefile: Commented out running of plugin specs.
nobody at rubyforge.org
- [Blacklight-commits] [1159] trunk/rails/vendor/plugins/blacklight/cruise_config.rb: New cruise_config. rb file for updated testing configuration in Blacklight plugin.
nobody at rubyforge.org
- [Blacklight-commits] [1160] trunk/rails/vendor/plugins/blacklight/config/solr.yml: Removed production, as we won't have that for testing.
nobody at rubyforge.org
- [Blacklight-commits] [1161] trunk/rails/vendor/plugins/blacklight/config/database.yml: Removed production, as we won't have that for testing.
nobody at rubyforge.org
- [Blacklight-commits] [1162] trunk/rails/vendor/plugins/blacklight/config/database.yml: Change database.yml to sqlite3.
nobody at rubyforge.org
- [Blacklight-commits] [1163] trunk/rails/vendor/plugins/blacklight/cruise_config.rb: Migrate the database before running specs and features.
nobody at rubyforge.org
- [Blacklight-commits] [1164] trunk/rails/vendor/plugins/blacklight/lib/tasks/blacklight.rake: Custom tasks for CruiseControl, which can't accept a list of tasks.
nobody at rubyforge.org
- [Blacklight-commits] [1165] trunk/rails/vendor/plugins/blacklight/cruise_config.rb: Call custom tasks for CruiseControl, which can't accept a list of tasks.
nobody at rubyforge.org
- [Blacklight-commits] [1166] trunk/rails/vendor/plugins/blacklight/db/schema.rb: Updated schema
nobody at rubyforge.org
- [Blacklight-commits] [1167] trunk/rails/vendor/plugins/blacklight/cruise_config.rb: Removed array brackets, which I forgot to do before previous commit.
nobody at rubyforge.org
- [Blacklight-commits] [1168] trunk/rails/vendor/plugins/blacklight/README.rdoc: updating README. rdoc with updated installation instructions
nobody at rubyforge.org
- [Blacklight-commits] [CruiseControl] BlacklightPluginSpecs build 1220 failed
Naomi Dushay
Last message date:
Fri Apr 17 19:17:46 EDT 2009
Archived on: Fri Apr 17 19:24:05 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).