MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

Transition from global Blacklight.config (full of hashes) to a per-controller blacklight_config (with a spiffy DSL) #540

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-365: The global (hash-based) Blacklight.config is in need of a refactor. Many use cases rely on per-controller configuration (and the solr_params_logic is a good start), but more can be done. Other features (like advanced facet configuration) would be well served by a better domain-specific language for configuration.

Tracked in https://github.com/projectblacklight/blacklight/tree/feature-config-refactor

Diff: https://github.com/projectblacklight/blacklight/compare/master...feature-config-refactor

MrDys commented 12 years ago

Original reporter: cbeer

MrDys commented 12 years ago

cbeer: merged into master