/[Apache-SVN]
ViewVC logotype

Revision 1650687


Jump to revision: Previous Next
Author: ehatcher
Date: Fri Jan 9 22:35:28 2015 UTC (9 years, 4 months ago)
Changed paths: 45
Log Message:
SOLR-1723: VelocityResponseWriter improvements
SOLR-2035: Add a VelocityResponseWriter $resource tool for locale-specific string lookups.
Lots of VrW code cleanup, more and improved test cases.
(merged from r1650685 of trunk)


Changed paths

Path Details
Directorylucene/dev/branches/branch_5x/ modified , props changed
Directorylucene/dev/branches/branch_5x/dev-tools/ modified , props changed
Directorylucene/dev/branches/branch_5x/dev-tools/idea/solr/contrib/velocity/velocity.iml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/CHANGES.txt modified , text changed , props changed
Directorylucene/dev/branches/branch_5x/solr/contrib/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/java/org/apache/solr/response/SolrParamResourceLoader.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/java/org/apache/solr/response/SolrVelocityLogger.java
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/java/org/apache/solr/response/SolrVelocityLogger.java, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/VM_global_library.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/resources/VM_global_library.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/_macros.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/resources/_macros.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/macros.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/resources/macros.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/VM_global_library.vm deleted
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/browse.vm modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/debug.vm deleted
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/error.vm modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/footer.vm modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/head.vm modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/hit.vm modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/layout.vm modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/macros.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/resources/velocity/macros.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/resources.properties
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/resources/velocity/resources.properties, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test/org/apache/solr/velocity/VelocityResponseWriterTest.java modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test/velocity/
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test/velocity, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/file.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/file.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/VM_global_library.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/VM_global_library.vm, r1650685)
replaced
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/foreach.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/foreach.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/layout.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/layout.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/locale.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/locale.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/macros.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/macros.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/test_macro_legacy_support.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/test_macro_legacy_support.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/test_macro_overridden.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/test_macro_overridden.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/test_macro_visible.vm
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity/test_macro_visible.vm, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity-init.properties
(Copied from lucene/dev/trunk/solr/contrib/velocity/src/test-files/velocity/solr/collection1/conf/velocity-init.properties, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/example/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/db/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/mail/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/rss/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/solr/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/example/example-DIH/solr/tika/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/server/ modified , props changed
Directorylucene/dev/branches/branch_5x/solr/server/solr/configsets/data_driven_schema_configs/conf/params.json
(Copied from lucene/dev/trunk/solr/server/solr/configsets/data_driven_schema_configs/conf/params.json, r1650685)
added
Directorylucene/dev/branches/branch_5x/solr/server/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml modified , text changed
Directorylucene/dev/branches/branch_5x/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26