svn commit: r1759155 - /ofbiz/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/jdbc/DatabaseUtil.java

2016-09-04 Thread shijh
Author: shijh Date: Sun Sep 4 08:57:44 2016 New Revision: 1759155 URL: http://svn.apache.org/viewvc?rev=1759155&view=rev Log: OFBIZ-8137 Entityname starts with schema name causes error in PostgreSQL Modified: ofbiz/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/

svn commit: r1759169 - /ofbiz/branches/release15.12/framework/entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java

2016-09-04 Thread shijh
Author: shijh Date: Sun Sep 4 10:29:19 2016 New Revision: 1759169 URL: http://svn.apache.org/viewvc?rev=1759169&view=rev Log: OFBIZ-8137 Entityname starts with schema name causes error in PostgreSQL Modified: ofbiz/branches/release15.12/framework/entity/src/org/ofbiz/entity/

svn commit: r1759170 - /ofbiz/branches/release14.12/framework/entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java

2016-09-04 Thread shijh
Author: shijh Date: Sun Sep 4 10:30:50 2016 New Revision: 1759170 URL: http://svn.apache.org/viewvc?rev=1759170&view=rev Log: OFBIZ-8137 Entityname starts with schema name causes error in PostgreSQL Modified: ofbiz/branches/release14.12/framework/entity/src/org/ofbiz/entity/

svn commit: r1759171 - /ofbiz/branches/release13.07/framework/entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java

2016-09-04 Thread shijh
Author: shijh Date: Sun Sep 4 10:31:10 2016 New Revision: 1759171 URL: http://svn.apache.org/viewvc?rev=1759171&view=rev Log: OFBIZ-8137 Entityname starts with schema name causes error in PostgreSQL Modified: ofbiz/branches/release13.07/framework/entity/src/org/ofbiz/entity/

svn commit: r1759401 - /ofbiz/trunk/specialpurpose/solr/src/main/java/org/apache/ofbiz/solr/webapp/OFBizSolrContextFilter.java

2016-09-06 Thread shijh
Author: shijh Date: Tue Sep 6 10:05:59 2016 New Revision: 1759401 URL: http://svn.apache.org/viewvc?rev=1759401&view=rev Log: Clean OFBizSolrContextFilter.java to follow ContextFilter.java's changes. Modified: ofbiz/trunk/specialpurpose/solr/src/main/java/org/apache/ofbiz/so

svn commit: r1760463 - /ofbiz/trunk/specialpurpose/solr/src/main/java/org/apache/ofbiz/solr/webapp/OFBizSolrContextFilter.java

2016-09-12 Thread shijh
Author: shijh Date: Tue Sep 13 01:02:06 2016 New Revision: 1760463 URL: http://svn.apache.org/viewvc?rev=1760463&view=rev Log: Fix for View screen in Apache Solr Integration Component is broken (OFBIZ-8225). The duplicated login form is caused by not return after ContextFilter do the fi

svn commit: r1761214 - in /ofbiz/trunk/specialpurpose/solr: config/SolrUiLabels.xml src/main/java/org/apache/ofbiz/solr/webapp/OFBizSolrContextFilter.java webapp/solr/WEB-INF/web.xml

2016-09-17 Thread shijh
Author: shijh Date: Sat Sep 17 13:02:36 2016 New Revision: 1761214 URL: http://svn.apache.org/viewvc?rev=1761214&view=rev Log: Implemented: To follow Jacopo's change (rev. 1760725) on ControlFilter, cleaned up the OFBizSolrContextFilter and setup a filter chain in web.xml. Modified:

svn commit: r1761514 - /ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/category/SeoContextFilter.java

2016-09-19 Thread shijh
Author: shijh Date: Tue Sep 20 02:08:40 2016 New Revision: 1761514 URL: http://svn.apache.org/viewvc?rev=1761514&view=rev Log: Implemented: moved several filter config related variables from doGet method to class level and initialed in init method. Modified: ofbiz/trunk/applicat

svn commit: r1834389 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/util/collections/ webapp/config/ webapp/dtd/ webapp/src/main/java/org/apache/ofbiz/webapp/con

2018-06-25 Thread shijh
Author: shijh Date: Tue Jun 26 02:00:33 2018 New Revision: 1834389 URL: http://svn.apache.org/viewvc?rev=1834389&view=rev Log: Implemented: Add method attribute to request-map to controll a uri can be called GET or POST only OFBIZ-10438 The request-map element has a new method attribut

svn commit: r1834465 - in /ofbiz/ofbiz-framework/trunk/framework/webapp: config/ src/main/java/org/apache/ofbiz/webapp/control/ src/test/java/org/apache/ofbiz/webapp/control/

2018-06-26 Thread shijh
Author: shijh Date: Wed Jun 27 05:48:59 2018 New Revision: 1834465 URL: http://svn.apache.org/viewvc?rev=1834465&view=rev Log: Implemented: Add method attribute to request-map to controll a uri can be called GET or POST only OFBIZ-10438 ControlServlet.java returned to the previous doGet/do

svn commit: r1834570 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/MethodNotAllowedException.java

2018-06-27 Thread shijh
Author: shijh Date: Thu Jun 28 03:00:23 2018 New Revision: 1834570 URL: http://svn.apache.org/viewvc?rev=1834570&view=rev Log: Implemented: Add method attribute to request-map to controll a uri can be called GET or POST only OFBIZ-10438 Add apache license to MethodNotAllowedException.

svn commit: r1834917 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/util/collections/ webapp/config/ webapp/src/main/java/org/apache/ofbiz/webapp/control/ webapp

2018-07-02 Thread shijh
Author: shijh Date: Tue Jul 3 06:21:02 2018 New Revision: 1834917 URL: http://svn.apache.org/viewvc?rev=1834917&view=rev Log: Reverted: Add method attribute to request-map to controll a uri can be called GET or POST only OFBIZ-10438 Removed: ofbiz/ofbiz-framework/trunk/framework/base

svn commit: r1835043 - /ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd

2018-07-03 Thread shijh
Author: shijh Date: Wed Jul 4 05:32:10 2018 New Revision: 1835043 URL: http://svn.apache.org/viewvc?rev=1835043&view=rev Log: Reverted: Add method attribute to request-map to controll a uri can be called GET or POST only OFBIZ-10438 Forgot to revert site-conf.xsd. Modified: ofbiz/o

svn commit: r1838080 - /ofbiz/ofbiz-framework/trunk/framework/common/src/main/java/org/apache/ofbiz/common/CommonEvents.java

2018-08-15 Thread shijh
Author: shijh Date: Wed Aug 15 11:40:19 2018 New Revision: 1838080 URL: http://svn.apache.org/viewvc?rev=1838080&view=rev Log: Implemented: Remove org.apache.tomcat.util.net.secure_protocol_version from json output OFBIZ-10443 Add org.apache.tomcat.util.net.secure_protocol_versio

svn commit: r1838081 - in /ofbiz/ofbiz-framework/trunk/framework: base/src/main/java/org/apache/ofbiz/base/util/collections/ base/src/test/java/org/apache/ofbiz/base/collections/ webapp/config/ webapp

2018-08-15 Thread shijh
Author: shijh Date: Wed Aug 15 11:45:45 2018 New Revision: 1838081 URL: http://svn.apache.org/viewvc?rev=1838081&view=rev Log: Implemented: Add method attribute to request-map to controll a uri can be called GET or POST only OFBIZ-10438 Thanks: Mathieu Lirzin for the contribution. A

svn commit: r1848009 - in /ofbiz/ofbiz-plugins/trunk/pricat/src/main/java/org/apache: ofbiz/pricat/AbstractPricatParser.java ofbiz/pricat/sample/SamplePricatParser.java ofbiz/pricat/util/ ofbiz/pricat

2018-12-02 Thread shijh
Author: shijh Date: Sun Dec 2 18:51:51 2018 New Revision: 1848009 URL: http://svn.apache.org/viewvc?rev=1848009&view=rev Log: Improved: OFBizPricatUtil class don't use a org.apache.ofbiz.pricat package (OFBIZ-10655) I didn't realized OFBizPricatUtil under org.apache.poi package

svn commit: r1811826 - in /ofbiz/ofbiz-plugins/trunk/redis: ./ config/ groovyScripts/ servicedef/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/of

2017-10-11 Thread shijh
Author: shijh Date: Wed Oct 11 14:06:31 2017 New Revision: 1811826 URL: http://svn.apache.org/viewvc?rev=1811826&view=rev Log: Implemented: Add a new plugin for the redis (OFBIZ-9829) Thanks Haipeng for this wonderful contribution. Added: ofbiz/ofbiz-plugins/trunk/redis/ ofbiz/o

svn commit: r1812395 - /ofbiz/ofbiz-plugins/trunk/redis/

2017-10-17 Thread shijh
Author: shijh Date: Tue Oct 17 11:54:49 2017 New Revision: 1812395 URL: http://svn.apache.org/viewvc?rev=1812395&view=rev Log: Removed: Add a new plugin for the redis (OFBIZ-9829) Thanks Michael and Taher's comments. Removed: ofbiz/ofbiz-plugins/trunk/redis/

svn commit: r1686778 - in /ofbiz/trunk: applications/accounting/config/ applications/content/config/ applications/manufacturing/config/ applications/order/config/ applications/party/config/ applicatio

2015-06-22 Thread shijh
Author: shijh Date: Mon Jun 22 07:10:41 2015 New Revision: 1686778 URL: http://svn.apache.org/r1686778 Log: Refs #6518. Translated new labels in trunk version into zh locale (Simplified Chinese). Modified: ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml ofbiz/trunk

svn commit: r1688503 [2/2] - in /ofbiz/trunk: ./ specialpurpose/ specialpurpose/ecommerce/webapp/ecommerce/customer/ specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/ specialpurpose/ecommerce/widget/ s

2015-06-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/passport/src/org/ofbiz/passport/user/GitHubAuthenticator.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/src/org/ofbiz/passport/user/GitHubAuthenticator.java?rev=1688503&view=auto

svn commit: r1688503 [1/2] - in /ofbiz/trunk: ./ specialpurpose/ specialpurpose/ecommerce/webapp/ecommerce/customer/ specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/ specialpurpose/ecommerce/widget/ s

2015-06-30 Thread shijh
Author: shijh Date: Tue Jun 30 18:38:16 2015 New Revision: 1688503 URL: http://svn.apache.org/r1688503 Log: Refs OFBIZ-6135. The oauth2 login icons will appear in /ecomseo/checkLogin page if the seed data files are properly configured and imported into database. Added: ofbiz/trunk

svn commit: r1688507 - /ofbiz/trunk/specialpurpose/passport/

2015-06-30 Thread shijh
Author: shijh Date: Tue Jun 30 18:50:40 2015 New Revision: 1688507 URL: http://svn.apache.org/r1688507 Log: Refs OFBIZ-6135. Added /passport/build to svn:ignore. Modified: ofbiz/trunk/specialpurpose/passport/ (props changed) Propchange: ofbiz/trunk/specialpurpose/passport

svn commit: r1689263 - /ofbiz/branches/release13.07/framework/common/src/org/ofbiz/common/CommonWorkers.java

2015-07-05 Thread shijh
Author: shijh Date: Sun Jul 5 16:45:05 2015 New Revision: 1689263 URL: http://svn.apache.org/r1689263 Log: OFBIZ-6542 as Gan Hong-Wai suggested, added EntityCondition.makeCondition("geoTypeId", "TERRITORY") in CommonWorkers.java of Release 13.07. Tested the change on pag

svn commit: r1689266 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonWorkers.java

2015-07-05 Thread shijh
Author: shijh Date: Sun Jul 5 17:20:46 2015 New Revision: 1689266 URL: http://svn.apache.org/r1689266 Log: OFBIZ-6542 as Gan Hong-Wai suggested, added EntityCondition.makeCondition("geoTypeId", "TERRITORY") in CommonWorkers.java of trunk. Modified: ofbiz/trunk/fram

svn commit: r1689400 - in /ofbiz/trunk/specialpurpose: ecommerce/webapp/ecomseo/WEB-INF/controller.xml ecommerce/widget/CommonScreens.xml passport/README

2015-07-06 Thread shijh
Author: shijh Date: Mon Jul 6 13:51:44 2015 New Revision: 1689400 URL: http://svn.apache.org/r1689400 Log: OFBIZ-6135. 1. Commented out the passport files include in ecomseo. 2. Add quick start steps in README. Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/WEB-INF

svn commit: r1689781 - /ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml

2015-07-07 Thread shijh
Author: shijh Date: Wed Jul 8 02:31:59 2015 New Revision: 1689781 URL: http://svn.apache.org/r1689781 Log: OFBIZ-6548. Change OAuth2GitHubSeedData.xml and OAuth2LinkedInSeedData.xml from seed to demo as the productStoreId 9000 is in a demo data. Modified: ofbiz/trunk/specialpurpose

svn commit: r1689990 - in /ofbiz/trunk/specialpurpose/passport: entitydef/entitymodel.xml ofbiz-component.xml

2015-07-08 Thread shijh
Author: shijh Date: Thu Jul 9 05:52:01 2015 New Revision: 1689990 URL: http://svn.apache.org/r1689990 Log: OFBIZ-6553. 1. I changed passport enditymodel.xml to remove the 3 warnings on ThirdPartyLogin during OFBiz start. 2. Remove classpath of lib/* from ofbiz-component.xml as the path

svn commit: r1690515 - in /ofbiz/trunk/specialpurpose/example: ./ config/ lib/ src/org/ofbiz/example/ webapp/example/WEB-INF/ widget/example/

2015-07-12 Thread shijh
Author: shijh Date: Sun Jul 12 19:46:54 2015 New Revision: 1690515 URL: http://svn.apache.org/r1690515 Log: OFBIZ-6504. Add an example to protect a pdf generated by FOP with owner password and user password. Added: ofbiz/trunk/specialpurpose/example/config/examplepdf.properties (with

svn commit: r1690528 - in /ofbiz/trunk/specialpurpose/example: config/ExampleUiLabels.xml src/org/ofbiz/example/ExampleEvents.java

2015-07-12 Thread shijh
Author: shijh Date: Sun Jul 12 20:44:47 2015 New Revision: 1690528 URL: http://svn.apache.org/r1690528 Log: OFBIZ-6504. 1. Fixed two typos. 2. Replaced many tabs with 4 spaces. Modified: ofbiz/trunk/specialpurpose/example/config/ExampleUiLabels.xml ofbiz/trunk/specialpurpose/example

svn commit: r1690531 - /ofbiz/trunk/specialpurpose/example/src/org/ofbiz/example/ExampleEvents.java

2015-07-12 Thread shijh
Author: shijh Date: Sun Jul 12 20:51:17 2015 New Revision: 1690531 URL: http://svn.apache.org/r1690531 Log: OFBIZ-6504. Closed the PDF document. Modified: ofbiz/trunk/specialpurpose/example/src/org/ofbiz/example/ExampleEvents.java Modified: ofbiz/trunk/specialpurpose/example/src/org/ofbiz

svn commit: r1690580 - /ofbiz/branches/release13.07/applications/party/src/org/ofbiz/party/content/PartyContentWrapper.java

2015-07-13 Thread shijh
Author: shijh Date: Mon Jul 13 07:57:10 2015 New Revision: 1690580 URL: http://svn.apache.org/r1690580 Log: OFBIZ-6374. Put Sebastian Leitner's patch on PartyContentWrapper.java into release 13.07. Modified: ofbiz/branches/release13.07/applications/party/src/org/ofbiz/party/co

svn commit: r1690581 - /ofbiz/trunk/applications/party/src/org/ofbiz/party/content/PartyContentWrapper.java

2015-07-13 Thread shijh
Author: shijh Date: Mon Jul 13 07:58:34 2015 New Revision: 1690581 URL: http://svn.apache.org/r1690581 Log: OFBIZ-6374. Put Sebastian Leitner's patch on PartyContentWrapper.java into trunk. Modified: ofbiz/trunk/applications/party/src/org/ofbiz/party/content/PartyContentWrapper

svn commit: r1691852 - in /ofbiz/trunk: ./ applications/content/lib/ framework/base/lib/ framework/webapp/config/ framework/webapp/src/org/ofbiz/webapp/view/ framework/widget/src/org/ofbiz/widget/rend

2015-07-19 Thread shijh
Author: shijh Date: Sun Jul 19 20:41:32 2015 New Revision: 1691852 URL: http://svn.apache.org/r1691852 Log: OFBIZ-6504. 1. Changed to use FOP 2.0 native encryption, jars are updated. 2. Now the Embeded options are request parameters supported in ScreenFopViewHandler.java, the options are: http

svn commit: r1692458 - /ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml

2015-07-23 Thread shijh
Author: shijh Date: Fri Jul 24 04:46:30 2015 New Revision: 1692458 URL: http://svn.apache.org/r1692458 Log: OFBIZ-6555. Removed issuedDateTime from OrderItemQuantityReportGroupByProduct view entity as it doesn't exist in ItemIssuanceQuantitySum. Modified: ofbiz/trunk/applications/

svn commit: r1692600 - /ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml

2015-07-24 Thread shijh
Author: shijh Date: Sat Jul 25 04:15:33 2015 New Revision: 1692600 URL: http://svn.apache.org/r1692600 Log: OFBIZ-6547. Applied patch (add paginate-target="EditProdCatalogCategories" to "EditProdCatalogCategories" form) and resolved this problem in trunk. Modified: ofbi

svn commit: r1692601 - /ofbiz/branches/release13.07/applications/product/widget/catalog/ProdCatalogForms.xml

2015-07-24 Thread shijh
Author: shijh Date: Sat Jul 25 05:02:22 2015 New Revision: 1692601 URL: http://svn.apache.org/r1692601 Log: OFBIZ-6547. Applied patch (add paginate-target="EditProdCatalogCategories" to "EditProdCatalogCategories" form) and resolved this problem in release 13.07. Modified:

svn commit: r1692604 - /ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml

2015-07-24 Thread shijh
Author: shijh Date: Sat Jul 25 06:32:13 2015 New Revision: 1692604 URL: http://svn.apache.org/r1692604 Log: OFBIZ-5634. Added paginate-target="EditProductSubscriptionResources" to ListProductSubscriptionResources form and resolved this problem in trunk. Modified: ofbiz/trunk/ap

svn commit: r1692606 - /ofbiz/branches/release13.07/applications/product/widget/catalog/ProductForms.xml

2015-07-25 Thread shijh
Author: shijh Date: Sat Jul 25 07:12:48 2015 New Revision: 1692606 URL: http://svn.apache.org/r1692606 Log: OFBIZ-5634. Added paginate-target="EditProductSubscriptionResources" to ListProductSubscriptionResources form and resolved this problem in release 13.07. Modified: ofbi

svn commit: r1693231 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2015-07-29 Thread shijh
Author: shijh Date: Wed Jul 29 09:55:24 2015 New Revision: 1693231 URL: http://svn.apache.org/r1693231 Log: OFBIZ-6552. Add a check on whether viewName is empty to view-last branch. If it's empty, try to use the value in the response config if it exists. Modified: ofbiz/trunk/fram

svn commit: r1693243 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/fo/ScreenFopViewHandler.java

2015-07-29 Thread shijh
Author: shijh Date: Wed Jul 29 11:58:48 2015 New Revision: 1693243 URL: http://svn.apache.org/r1693243 Log: OFBIZ-6504. In ScreenFopViewHandler.java, removed a line: pdfEncryptionParams.setEncryptionLengthInBits(256); it's redundant to the

svn commit: r1693386 - /ofbiz/trunk/applications/product/config/ProductUiLabels.xml

2015-07-29 Thread shijh
Author: shijh Date: Thu Jul 30 04:23:04 2015 New Revision: 1693386 URL: http://svn.apache.org/r1693386 Log: OFBIZ-6564. Change ProductProductJump zh label from 产品跃升 to 跳转到产品. Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml Modified: ofbiz/trunk/applications/product

svn commit: r1693417 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2015-07-30 Thread shijh
Author: shijh Date: Thu Jul 30 12:33:05 2015 New Revision: 1693417 URL: http://svn.apache.org/r1693417 Log: Comment out Debug.logInfo("==save last view: " + session.getAttribute("_LAST_VIEW_NAME_")); Modified: ofbiz/trunk/framework/webapp/src/org/

svn commit: r1694810 - in /ofbiz/trunk/applications/product/src/org/ofbiz/product/category: SeoContextFilter.java UrlRegexpContextFilter.java

2015-08-08 Thread shijh
Author: shijh Date: Sat Aug 8 15:19:40 2015 New Revision: 1694810 URL: http://svn.apache.org/r1694810 Log: Change UtilProperties.getPropertyValue("general.properties", "multitenant") to EntityUtil.isMultiTenantEnabled(). Modified: ofbiz/trunk/applications/product/s

svn commit: r1696018 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

2015-08-15 Thread shijh
Author: shijh Date: Sat Aug 15 07:00:24 2015 New Revision: 1696018 URL: http://svn.apache.org/r1696018 Log: OFBIZ-6570 Anonymous unsubscribe from contact list generates an error. Add value="main" to "error" responses related to unsubscribe. Modified: ofbiz/trunk/spec

svn commit: r1696021 - /ofbiz/trunk/themes/flatgrey/data/FlatGreyThemeData.xml

2015-08-15 Thread shijh
Author: shijh Date: Sat Aug 15 07:52:16 2015 New Revision: 1696021 URL: http://svn.apache.org/r1696021 Log: OFBIZ-6569 popup calendar icon missing and dialog is transparent in flat grey theme. Change FlatGreyThemeData.xml to make javascript.css work. Modified: ofbiz/trunk/themes/flatgrey

svn commit: r1696921 - in /ofbiz/trunk: ./ framework/base/lib/ framework/common/ framework/common/config/ framework/common/servicedef/ framework/common/src/org/ofbiz/common/qrcode/ framework/common/we

2015-08-21 Thread shijh
Author: shijh Date: Fri Aug 21 10:03:11 2015 New Revision: 1696921 URL: http://svn.apache.org/r1696921 Log: OFBIZ-4154 Use ZXing to generate QR 2d barcode. 1. Add zxing-core-3.2.0.jar to framework/base/lib and .classpath. 2. Add services_qrcode.xml and QRCodeService.java in framework/common/. 3

svn commit: r1700119 [13/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-1.png -- svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-button.png URL: http://svn.apache.org/viewvc/of

svn commit: r1700119 [5/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/mapping-FoldToASCII.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/mapping-FoldToASCII.txt?rev=1700119&view=auto == --- ofbiz/

svn commit: r1700119 [2/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/carrot2/kmeans-attributes.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/clustering/carrot2/kmeans-attributes.xml?rev=1700119&view=auto ==

svn commit: r1700119 [6/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/mapping-ISOLatin1Accent.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/mapping-ISOLatin1Accent.txt?rev=1700119&view=auto == -

svn commit: r1700119 [8/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/xslt/example_atom.xsl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/xslt/example_atom.xsl?rev=1700119&view=auto == --- ofbiz/trun

svn commit: r1700119 [23/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/dashboard.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/dashboard.js?rev=1700119&view=auto == --- ofbiz/trunk/spec

svn commit: r1700119 [9/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/src/org/ofbiz/solr/SolrUtil.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/src/org/ofbiz/solr/SolrUtil.java?rev=1700119&view=auto == --- ofbiz/trunk/specialpur

svn commit: r1700119 [10/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/META-INF/NOTICE.txt?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpo

svn commit: r1700119 [22/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/require.js -- svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/require.js

svn commit: r1700119 [15/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/d3.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/d3.js?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpose/solr/webapp

svn commit: r1700119 [24/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/logging.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/logging.js?rev=1700119&view=auto == --- ofbiz/trunk/specialp

svn commit: r1700119 [16/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/d3.js -- svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/d3.js --

svn commit: r1700119 [11/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/cloud.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/cloud.css?rev=1700119&view=auto == --- ofbiz/trunk/specialpur

svn commit: r1700119 [4/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_tr.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_tr.txt?rev=1700119&view=auto == --- ofbiz/trun

svn commit: r1700119 [26/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpose/solr/we

svn commit: r1700119 [7/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/solrconfig.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/solrconfig.xml?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpo

svn commit: r1700119 [3/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_fa.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/solrdefault/conf/lang/stopwords_fa.txt?rev=1700119&view=auto == --- ofbiz/trun

svn commit: r1700119 [21/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/require.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/require.js?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpose/solr/weba

svn commit: r1700119 [18/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/jquery.jstree.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/jquery.jstree.js?rev=1700119&view=auto == --- ofbiz/trunk/spec

svn commit: r1700119 [25/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/schema-browser.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/schema-browser.js?rev=1700119&view=auto == --- ofbiz/

svn commit: r1700119 [19/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/jquery.jstree.js -- svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/jquery.jstree.js

svn commit: r1700119 [20/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/order.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/order.js?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpose/solr/

svn commit: r1700119 [14/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/chosen.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/chosen.js?rev=1700119&view=auto == --- ofbiz/trunk/specialpurpose/sol

svn commit: r1700119 [12/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css?rev=1700119&view=auto == --- ofbiz/trun

svn commit: r1700119 [1/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpurp

2015-08-30 Thread shijh
Author: shijh Date: Sun Aug 30 13:27:07 2015 New Revision: 1700119 URL: http://svn.apache.org/r1700119 Log: OFBIZ-5042 Apache Solr Implementation. 1. Put the patch into trunk. 2. Added access control to solr /admin/ pages. 3. Upgraded solr to 4.9.0 to match Lucene version in trunk. 4. Removed

svn commit: r1700119 [17/26] - in /ofbiz/trunk: ./ runtime/indexes/ specialpurpose/ specialpurpose/solr/ specialpurpose/solr/conf/ specialpurpose/solr/config/ specialpurpose/solr/entitydef/ specialpur

2015-08-30 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/jquery.ajaxfileupload.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/lib/jquery.ajaxfileupload.js?rev=1700119&view=auto == ---

svn commit: r1700446 - /ofbiz/trunk/specialpurpose/solr/build.xml

2015-09-01 Thread shijh
Author: shijh Date: Tue Sep 1 09:34:22 2015 New Revision: 1700446 URL: http://svn.apache.org/r1700446 Log: OFBIZ-6591 ofbiz does not compile The reason behind is lack of jars in applications/content/build/lib and specialpurpose/lucene/lib. Modified: ofbiz/trunk/specialpurpose/solr

svn commit: r1700448 - /ofbiz/trunk/specialpurpose/solr/build.xml

2015-09-01 Thread shijh
Author: shijh Date: Tue Sep 1 09:38:15 2015 New Revision: 1700448 URL: http://svn.apache.org/r1700448 Log: OFBIZ-6591 ofbiz does not compile Replaces tabs with spaces. Modified: ofbiz/trunk/specialpurpose/solr/build.xml Modified: ofbiz/trunk/specialpurpose/solr/build.xml URL: http

svn commit: r1700460 - /ofbiz/trunk/LICENSE

2015-09-01 Thread shijh
Author: shijh Date: Tue Sep 1 09:51:18 2015 New Revision: 1700460 URL: http://svn.apache.org/r1700460 Log: Add framework/base/lib/zxing-core-3.2.0.jar into LICENSE. Modified: ofbiz/trunk/LICENSE Modified: ofbiz/trunk/LICENSE URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev

svn commit: r1700461 - /ofbiz/trunk/specialpurpose/LICENSE

2015-09-01 Thread shijh
Author: shijh Date: Tue Sep 1 09:52:30 2015 New Revision: 1700461 URL: http://svn.apache.org/r1700461 Log: OFBIZ-5042 Apache Solr Implementation. Add all the jars under specialpurpose/solr/ into LICENSE. Modified: ofbiz/trunk/specialpurpose/LICENSE Modified: ofbiz/trunk/specialpurpose

svn commit: r1700599 - in /ofbiz/trunk/specialpurpose/solr: ofbiz-component.xml webapp/solr/WEB-INF/controller.xml

2015-09-01 Thread shijh
Author: shijh Date: Tue Sep 1 15:37:20 2015 New Revision: 1700599 URL: http://svn.apache.org/r1700599 Log: OFBIZ-5042 Apache Solr Implementation. Add apache solr to secondary top menu and /solr/control/main request to accept the link from the menu. Modified: ofbiz/trunk/specialpurpose/solr

svn commit: r1700739 - in /ofbiz/trunk/specialpurpose/solr/src/org/ofbiz/solr: control/OFBizSolrLoginWorker.java webapp/OFBizSolrContextFilter.java webapp/OFBizSolrLoadAdminUiServlet.java webapp/OFBiz

2015-09-02 Thread shijh
Author: shijh Date: Wed Sep 2 09:09:45 2015 New Revision: 1700739 URL: http://svn.apache.org/r1700739 Log: OFBIZ-6596 The Solr redirection does not work in trunk demo. 1. Use response.sendRedirect to forward url to login page instead of the response.setHeader("location", url), this

svn commit: r1700960 - /ofbiz/trunk/specialpurpose/solr/src/org/ofbiz/solr/webapp/OFBizSolrRedirectServlet.java

2015-09-03 Thread shijh
Author: shijh Date: Thu Sep 3 09:07:24 2015 New Revision: 1700960 URL: http://svn.apache.org/r1700960 Log: OFBIZ-6596 The Solr redirection does not work in trunk demo. Commented out https scheme check. Let see whether it would work. Modified: ofbiz/trunk/specialpurpose/solr/src/org/ofbiz

svn commit: r1701379 - /ofbiz/trunk/specialpurpose/solr/src/org/ofbiz/solr/webapp/OFBizSolrRedirectServlet.java

2015-09-05 Thread shijh
Author: shijh Date: Sat Sep 5 12:29:04 2015 New Revision: 1701379 URL: http://svn.apache.org/r1701379 Log: OFBIZ-6596 The Solr redirection does not work in trunk demo. Removed https scheme check and demo-trunk-ofbiz.apache.org/solr/ can be displayed correctly now. Modified: ofbiz/trunk

svn commit: r1701441 - in /ofbiz/trunk/specialpurpose: example/widget/exampleext/ exampleext/webapp/exampleext/error/ exampleext/webapp/exampleext/error/error.jsp exampleext/widget/example/ExampleForm

2015-09-05 Thread shijh
Author: shijh Date: Sun Sep 6 04:34:16 2015 New Revision: 1701441 URL: http://svn.apache.org/r1701441 Log: OFBIZ-6601 example component causes exceptions 1. Add specialpurpose/webapp/exampleext/error/error.jsp to display error page. 2. Move specialpurpose/example/widget/exampleext to

svn commit: r1701495 - /ofbiz/trunk/specialpurpose/solr/src/org/ofbiz/solr/webapp/OFBizSolrContextFilter.java

2015-09-06 Thread shijh
Author: shijh Date: Sun Sep 6 15:46:45 2015 New Revision: 1701495 URL: http://svn.apache.org/r1701495 Log: OFBIZ-5042 Apache Solr Implementation. Add permission check on /update, /update/json, /update/csv and /update/extract requests. These requests are defined in an index's solrconfi

svn commit: r1702703 - /ofbiz/trunk/build.xml

2015-09-13 Thread shijh
Author: shijh Date: Sun Sep 13 08:20:23 2015 New Revision: 1702703 URL: http://svn.apache.org/r1702703 Log: OFBIZ-6610 Upgrade Solr and Lucene librairies to version 5 Add runtime/indexes/index.properties to exclude in clean-search-indexes target. Modified: ofbiz/trunk/build.xml Modified

svn commit: r1706654 [2/2] - in /ofbiz/branches/release12.04: ./ specialpurpose/ specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/ specialpurpose/ecommerce/widget/ specialpurpose/passport/ specialpur

2015-10-04 Thread shijh
Added: ofbiz/branches/release12.04/specialpurpose/passport/src/org/ofbiz/passport/user/GitHubAuthenticator.java URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/passport/src/org/ofbiz/passport/user/GitHubAuthenticator.java?rev=1706654&view=auto

svn commit: r1706654 [1/2] - in /ofbiz/branches/release12.04: ./ specialpurpose/ specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/ specialpurpose/ecommerce/widget/ specialpurpose/passport/ specialpur

2015-10-04 Thread shijh
Author: shijh Date: Sun Oct 4 08:40:40 2015 New Revision: 1706654 URL: http://svn.apache.org/viewvc?rev=1706654&view=rev Log: OFBIZ-6659 When i working with Login with Linkedin In of biz the it is not showing UI part 1. Added passport component to release-12.04 branch. 2. Fixed groovy and

svn commit: r1706668 - in /ofbiz/branches/release12.04: ./ specialpurpose/ specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/ specialpurpose/ecommerce/widget/ specialpurpose/passport/

2015-10-04 Thread shijh
Author: shijh Date: Sun Oct 4 10:05:59 2015 New Revision: 1706668 URL: http://svn.apache.org/viewvc?rev=1706668&view=rev Log: Remove passport component from release-12.04. Removed: ofbiz/branches/release12.04/specialpurpose/passport/ Modified: ofbiz/branches/release12.04/.class

svn commit: r1707042 [3/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Propchange: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/lang/stopwords_nl.txt -- svn:mime-type = text/plain Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/lang/stopwords_no.txt URL: http://sv

svn commit: r1707042 [4/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/mapping-FoldToASCII.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/mapping-FoldToASCII.txt?rev=1707042&view=auto ==

svn commit: r1707042 [5/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Propchange: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/mapping-FoldToASCII.txt -- svn:mime-type = text/plain Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/mapping-ISOLatin1Accent.txt URL: h

svn commit: r1707042 [6/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/solrconfig.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/solrconfig.xml?rev=1707042&view=auto == --- ofbiz/trunk/sp

svn commit: r1707042 [11/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/

2015-10-06 Thread shijh
Modified: ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/files.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/js/scripts/files.js?rev=1707042&r1=1707041&r2=1707042&view=diff == ---

svn commit: r1707042 [1/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Author: shijh Date: Tue Oct 6 12:48:53 2015 New Revision: 1707042 URL: http://svn.apache.org/viewvc?rev=1707042&view=rev Log: OFBIZ-6610 Upgrade Solr and Lucene librairies to version 5 1. Upgrade the solr/lucene component to the latest 5.3.1. 2. Angular related js and html files are remove

svn commit: r1707042 [8/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/xslt/example_atom.xsl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/xslt/example_atom.xsl?rev=1707042&view=auto == ---

svn commit: r1707042 [7/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/velocity/VM_global_library.vm URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/velocity/VM_global_library.vm?rev=1707042&view=auto ==

svn commit: r1707042 [10/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/angular/query.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/angular/query.css?rev=1707042&view=auto == --- ofbiz/trunk/specialp

svn commit: r1707042 [2/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/lang/stopwords_ar.txt URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/home/solrdefault/conf/lang/stopwords_ar.txt?rev=1707042&view=auto == ---

svn commit: r1707042 [9/11] - in /ofbiz/trunk: ./ framework/base/lib/ specialpurpose/lucene/lib/ specialpurpose/lucene/src/org/ofbiz/content/search/ specialpurpose/lucene/src/org/ofbiz/content/test/ s

2015-10-06 Thread shijh
Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/angular/chosen.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/angular/chosen.css?rev=1707042&view=auto == --- ofbiz/trunk/specia

svn commit: r1707045 - in /ofbiz/trunk/specialpurpose/solr/home/solrdefault/runtime: ./ indexes/ indexes/tlog/ indexes/tlog/tlog.0000000000000000000

2015-10-06 Thread shijh
Author: shijh Date: Tue Oct 6 12:56:40 2015 New Revision: 1707045 URL: http://svn.apache.org/viewvc?rev=1707045&view=rev Log: OFBIZ-6610 Upgrade Solr and Lucene librairies to version 5 Remove the specialpurpose/solr/home/solrdefault/runtime/indexes. Added: ofbiz/trunk/specialpurpose/

svn commit: r1707047 - in /ofbiz/trunk: .classpath specialpurpose/solr/home/solrdefault/runtime/

2015-10-06 Thread shijh
Author: shijh Date: Tue Oct 6 13:03:14 2015 New Revision: 1707047 URL: http://svn.apache.org/viewvc?rev=1707047&view=rev Log: OFBIZ-6610 Upgrade Solr and Lucene librairies to version 5 1. Remove the specialpurpose/solr/home/solrdefault/runtime. 2. Remove src attribute in solr jars in .class

svn commit: r1730320 - in /ofbiz/trunk/specialpurpose/solr: config/ home/solrdefault/conf/ lib/runtime/ servicedef/ src/org/ofbiz/solr/ webapp/solr/WEB-INF/lib/

2016-02-14 Thread shijh
Author: shijh Date: Sun Feb 14 11:59:59 2016 New Revision: 1730320 URL: http://svn.apache.org/viewvc?rev=1730320&view=rev Log: Refs OFBIZ-6715 Solr rebuild problem Added: ofbiz/trunk/specialpurpose/solr/lib/runtime/httpmime-4.4.1.jar (with props) Removed: ofbiz/trunk/specialpur

  1   2   >