Changeset 1756845
- Timestamp:
- 11/01/2017 05:05:39 PM (8 years ago)
- Location:
- omega-instant-search
- Files:
-
- 73 added
- 1 deleted
- 3 edited
- 51 copied
-
tags/1.6.8-beta (added)
-
tags/1.6.8-beta/LICENSE.txt (added)
-
tags/1.6.8-beta/omegacommerce-search-woo.php (added)
-
tags/1.6.8-beta/readme.txt (added)
-
tags/1.6.8-beta/shell (added)
-
tags/1.6.8-beta/shell/reindex1.php (added)
-
tags/1.6.8-beta/src (added)
-
tags/1.6.8-beta/src/Api (added)
-
tags/1.6.8-beta/src/Api/Auth.php (added)
-
tags/1.6.8-beta/src/Api/Batch.php (added)
-
tags/1.6.8-beta/src/Api/Client.php (added)
-
tags/1.6.8-beta/src/Api/Config.php (added)
-
tags/1.6.8-beta/src/Api/Entity (added)
-
tags/1.6.8-beta/src/Api/Entity/Table.php (added)
-
tags/1.6.8-beta/src/Api/Exception.php (added)
-
tags/1.6.8-beta/src/Api/Iframe.php (added)
-
tags/1.6.8-beta/src/Api/Indexer (added)
-
tags/1.6.8-beta/src/Api/Indexer.php (added)
-
tags/1.6.8-beta/src/Api/Indexer/Helper.php (added)
-
tags/1.6.8-beta/src/Api/Interfaces (added)
-
tags/1.6.8-beta/src/Api/Interfaces/ConfigInterface.php (added)
-
tags/1.6.8-beta/src/Api/Interfaces/EntityInterface.php (added)
-
tags/1.6.8-beta/src/Block (added)
-
tags/1.6.8-beta/src/Block/Autocomplete.php (added)
-
tags/1.6.8-beta/src/Block/SearchResultsPage.php (added)
-
tags/1.6.8-beta/src/Controller (added)
-
tags/1.6.8-beta/src/Controller/Admin (added)
-
tags/1.6.8-beta/src/Controller/Admin/ApplicationController.php (added)
-
tags/1.6.8-beta/src/Controller/Admin/DebugController.php (added)
-
tags/1.6.8-beta/src/Controller/Admin/SettingController.php (added)
-
tags/1.6.8-beta/src/Controller/Admin/SyncController.php (added)
-
tags/1.6.8-beta/src/Entity (added)
-
tags/1.6.8-beta/src/Entity/Attribute.php (added)
-
tags/1.6.8-beta/src/Entity/Blog.php (added)
-
tags/1.6.8-beta/src/Entity/BlogCategory.php (added)
-
tags/1.6.8-beta/src/Entity/Category.php (added)
-
tags/1.6.8-beta/src/Entity/Helper (added)
-
tags/1.6.8-beta/src/Entity/Helper/Blog.php (added)
-
tags/1.6.8-beta/src/Entity/Helper/BlogCategory.php (added)
-
tags/1.6.8-beta/src/Entity/Helper/Category.php (added)
-
tags/1.6.8-beta/src/Entity/Helper/Post.php (added)
-
tags/1.6.8-beta/src/Entity/Helper/Product.php (added)
-
tags/1.6.8-beta/src/Entity/Helper/Render.php (added)
-
tags/1.6.8-beta/src/Entity/Helper/Term.php (added)
-
tags/1.6.8-beta/src/Entity/Page.php (added)
-
tags/1.6.8-beta/src/Entity/Plugins (added)
-
tags/1.6.8-beta/src/Entity/Plugins/EnhancedTooltipglossary.php (added)
-
tags/1.6.8-beta/src/Entity/Post.php (added)
-
tags/1.6.8-beta/src/Entity/PostTag.php (added)
-
tags/1.6.8-beta/src/Entity/Product.php (added)
-
tags/1.6.8-beta/src/Entity/ProductTag.php (added)
-
tags/1.6.8-beta/src/Entity/TermAbstract.php (added)
-
tags/1.6.8-beta/src/Manager.php (added)
-
tags/1.6.8-beta/src/Model (added)
-
tags/1.6.8-beta/src/Model/Config.php (added)
-
tags/1.6.8-beta/src/Model/Cron.php (added)
-
tags/1.6.8-beta/src/Model/DatabaseMigration.php (added)
-
tags/1.6.8-beta/src/Model/Menu.php (added)
-
tags/1.6.8-beta/src/Model/Module.php (added)
-
tags/1.6.8-beta/src/Model/Observer.php (added)
-
tags/1.6.8-beta/src/view (added)
-
tags/1.6.8-beta/src/view/css (added)
-
tags/1.6.8-beta/src/view/css/sync.css (added)
-
tags/1.6.8-beta/src/view/images (added)
-
tags/1.6.8-beta/src/view/images/fam_bullet_success.gif (added)
-
tags/1.6.8-beta/src/view/images/logo.png (added)
-
tags/1.6.8-beta/src/view/js (added)
-
tags/1.6.8-beta/src/view/templates (added)
-
tags/1.6.8-beta/src/view/templates/searchForm.php (added)
-
tags/1.6.8-beta/src/view/templates/settings.php (added)
-
tags/1.6.8-beta/src/view/templates/syncButtonPage.php (added)
-
tags/1.6.8-beta/src/view/templates/syncPage.php (added)
-
tags/1.6.8-beta/src/view/templates/syncResult.php (added)
-
tags/1.6.9 (copied) (copied from omega-instant-search/trunk)
-
tags/1.6.9/omegacommerce-search-woo.php (copied) (copied from omega-instant-search/trunk/omegacommerce-search-woo.php) (2 diffs)
-
tags/1.6.9/readme.txt (copied) (copied from omega-instant-search/trunk/readme.txt) (1 diff)
-
tags/1.6.9/shell/reindex.php (copied) (copied from omega-instant-search/trunk/shell/reindex.php)
-
tags/1.6.9/shell/sync.php (deleted)
-
tags/1.6.9/src/Api/Auth.php (copied) (copied from omega-instant-search/trunk/src/Api/Auth.php) (3 diffs)
-
tags/1.6.9/src/Api/Batch.php (copied) (copied from omega-instant-search/trunk/src/Api/Batch.php)
-
tags/1.6.9/src/Api/Client.php (copied) (copied from omega-instant-search/trunk/src/Api/Client.php)
-
tags/1.6.9/src/Api/Config.php (copied) (copied from omega-instant-search/trunk/src/Api/Config.php)
-
tags/1.6.9/src/Api/Entity/Table.php (copied) (copied from omega-instant-search/trunk/src/Api/Entity/Table.php)
-
tags/1.6.9/src/Api/Exception.php (copied) (copied from omega-instant-search/trunk/src/Api/Exception.php)
-
tags/1.6.9/src/Api/Iframe.php (copied) (copied from omega-instant-search/trunk/src/Api/Iframe.php)
-
tags/1.6.9/src/Api/Indexer.php (copied) (copied from omega-instant-search/trunk/src/Api/Indexer.php)
-
tags/1.6.9/src/Api/Indexer/Helper.php (copied) (copied from omega-instant-search/trunk/src/Api/Indexer/Helper.php)
-
tags/1.6.9/src/Api/Interfaces/ConfigInterface.php (copied) (copied from omega-instant-search/trunk/src/Api/Interfaces/ConfigInterface.php)
-
tags/1.6.9/src/Api/Interfaces/EntityInterface.php (copied) (copied from omega-instant-search/trunk/src/Api/Interfaces/EntityInterface.php)
-
tags/1.6.9/src/Block/Autocomplete.php (copied) (copied from omega-instant-search/trunk/src/Block/Autocomplete.php)
-
tags/1.6.9/src/Block/SearchResultsPage.php (copied) (copied from omega-instant-search/trunk/src/Block/SearchResultsPage.php)
-
tags/1.6.9/src/Controller/Admin/ApplicationController.php (copied) (copied from omega-instant-search/trunk/src/Controller/Admin/ApplicationController.php)
-
tags/1.6.9/src/Controller/Admin/DebugController.php (copied) (copied from omega-instant-search/trunk/src/Controller/Admin/DebugController.php)
-
tags/1.6.9/src/Controller/Admin/SettingController.php (copied) (copied from omega-instant-search/trunk/src/Controller/Admin/SettingController.php)
-
tags/1.6.9/src/Controller/Admin/SyncController.php (copied) (copied from omega-instant-search/trunk/src/Controller/Admin/SyncController.php)
-
tags/1.6.9/src/Entity/Attribute.php (copied) (copied from omega-instant-search/trunk/src/Entity/Attribute.php)
-
tags/1.6.9/src/Entity/Blog.php (copied) (copied from omega-instant-search/trunk/src/Entity/Blog.php)
-
tags/1.6.9/src/Entity/BlogCategory.php (copied) (copied from omega-instant-search/trunk/src/Entity/BlogCategory.php)
-
tags/1.6.9/src/Entity/Category.php (copied) (copied from omega-instant-search/trunk/src/Entity/Category.php)
-
tags/1.6.9/src/Entity/Helper/Blog.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/Blog.php)
-
tags/1.6.9/src/Entity/Helper/BlogCategory.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/BlogCategory.php)
-
tags/1.6.9/src/Entity/Helper/Category.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/Category.php)
-
tags/1.6.9/src/Entity/Helper/Post.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/Post.php)
-
tags/1.6.9/src/Entity/Helper/Product.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/Product.php)
-
tags/1.6.9/src/Entity/Helper/Render.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/Render.php)
-
tags/1.6.9/src/Entity/Helper/Term.php (copied) (copied from omega-instant-search/trunk/src/Entity/Helper/Term.php)
-
tags/1.6.9/src/Entity/Page.php (copied) (copied from omega-instant-search/trunk/src/Entity/Page.php)
-
tags/1.6.9/src/Entity/Plugins/EnhancedTooltipglossary.php (copied) (copied from omega-instant-search/trunk/src/Entity/Plugins/EnhancedTooltipglossary.php)
-
tags/1.6.9/src/Entity/Post.php (copied) (copied from omega-instant-search/trunk/src/Entity/Post.php)
-
tags/1.6.9/src/Entity/PostTag.php (copied) (copied from omega-instant-search/trunk/src/Entity/PostTag.php)
-
tags/1.6.9/src/Entity/Product.php (copied) (copied from omega-instant-search/trunk/src/Entity/Product.php)
-
tags/1.6.9/src/Entity/ProductTag.php (copied) (copied from omega-instant-search/trunk/src/Entity/ProductTag.php)
-
tags/1.6.9/src/Entity/TermAbstract.php (copied) (copied from omega-instant-search/trunk/src/Entity/TermAbstract.php)
-
tags/1.6.9/src/Manager.php (copied) (copied from omega-instant-search/trunk/src/Manager.php)
-
tags/1.6.9/src/Model/Config.php (copied) (copied from omega-instant-search/trunk/src/Model/Config.php)
-
tags/1.6.9/src/Model/Cron.php (copied) (copied from omega-instant-search/trunk/src/Model/Cron.php)
-
tags/1.6.9/src/Model/DatabaseMigration.php (copied) (copied from omega-instant-search/trunk/src/Model/DatabaseMigration.php)
-
tags/1.6.9/src/Model/Menu.php (copied) (copied from omega-instant-search/trunk/src/Model/Menu.php)
-
tags/1.6.9/src/Model/Module.php (copied) (copied from omega-instant-search/trunk/src/Model/Module.php)
-
tags/1.6.9/src/Model/Observer.php (copied) (copied from omega-instant-search/trunk/src/Model/Observer.php)
-
tags/1.6.9/src/view/templates/searchForm.php (copied) (copied from omega-instant-search/trunk/src/view/templates/searchForm.php)
-
tags/1.6.9/src/view/templates/settings.php (copied) (copied from omega-instant-search/trunk/src/view/templates/settings.php)
-
tags/1.6.9/src/view/templates/syncButtonPage.php (copied) (copied from omega-instant-search/trunk/src/view/templates/syncButtonPage.php)
-
tags/1.6.9/src/view/templates/syncPage.php (copied) (copied from omega-instant-search/trunk/src/view/templates/syncPage.php)
-
tags/1.6.9/src/view/templates/syncResult.php (copied) (copied from omega-instant-search/trunk/src/view/templates/syncResult.php)
-
trunk/omegacommerce-search-woo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Api/Auth.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
omega-instant-search/tags/1.6.9/omegacommerce-search-woo.php
r1755079 r1756845 3 3 Plugin Name: Omega Instant Search For WooCommerce 4 4 Description: Omega Instant Search delivers the right search results for your customers, thus, driving more sales! 5 Version: 1.6. 85 Version: 1.6.9 6 6 Author: Omega Search 7 7 Author URI: https://omegacommerce.com … … 49 49 define('OMEGA_COMMERCE_SEARCH_FILE', __FILE__); 50 50 51 $omegaManager = new \OmegaCommerce\Manager("1.6. 8");51 $omegaManager = new \OmegaCommerce\Manager("1.6.9"); 52 52 -
omega-instant-search/tags/1.6.9/readme.txt
r1755079 r1756845 4 4 Requires at least: 4.1 5 5 Tested up to: 4.8 6 Stable tag: 1.6. 86 Stable tag: 1.6.9 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT -
omega-instant-search/tags/1.6.9/src/Api/Auth.php
r1755069 r1756845 26 26 27 27 /** 28 * @return string29 */30 public function getExtId()31 {32 if ($extId = $this->config->getExtID()) {33 return $extId;34 }35 36 $data = array();37 $data['platform'] = "woocommerce";38 $data['domain'] = $_SERVER['HTTP_HOST'];39 $extId = md5($data['domain'] . $data['platform'].time());40 $this->config->setExtID($extId);41 42 return $extId;43 }44 45 /**46 28 * @param string $siteURL 47 29 * @return array … … 55 37 } 56 38 $data = $this->getRegistrationData($siteURL, $secretKey); 39 57 40 $data = $this->client->request(Client::METHOD_POST, "/auth/register", array(), $data); 58 41 $this->config->setID($data["ID"]); … … 80 63 81 64 $data = array( 82 'extID' => $this->getExtId(),83 65 'secretKey' => $secretKey, 84 66 'product' => "search", -
omega-instant-search/trunk/omegacommerce-search-woo.php
r1755079 r1756845 3 3 Plugin Name: Omega Instant Search For WooCommerce 4 4 Description: Omega Instant Search delivers the right search results for your customers, thus, driving more sales! 5 Version: 1.6. 85 Version: 1.6.9 6 6 Author: Omega Search 7 7 Author URI: https://omegacommerce.com … … 49 49 define('OMEGA_COMMERCE_SEARCH_FILE', __FILE__); 50 50 51 $omegaManager = new \OmegaCommerce\Manager("1.6. 8");51 $omegaManager = new \OmegaCommerce\Manager("1.6.9"); 52 52 -
omega-instant-search/trunk/readme.txt
r1755079 r1756845 4 4 Requires at least: 4.1 5 5 Tested up to: 4.8 6 Stable tag: 1.6. 86 Stable tag: 1.6.9 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT -
omega-instant-search/trunk/src/Api/Auth.php
r1755069 r1756845 26 26 27 27 /** 28 * @return string29 */30 public function getExtId()31 {32 if ($extId = $this->config->getExtID()) {33 return $extId;34 }35 36 $data = array();37 $data['platform'] = "woocommerce";38 $data['domain'] = $_SERVER['HTTP_HOST'];39 $extId = md5($data['domain'] . $data['platform'].time());40 $this->config->setExtID($extId);41 42 return $extId;43 }44 45 /**46 28 * @param string $siteURL 47 29 * @return array … … 55 37 } 56 38 $data = $this->getRegistrationData($siteURL, $secretKey); 39 57 40 $data = $this->client->request(Client::METHOD_POST, "/auth/register", array(), $data); 58 41 $this->config->setID($data["ID"]); … … 80 63 81 64 $data = array( 82 'extID' => $this->getExtId(),83 65 'secretKey' => $secretKey, 84 66 'product' => "search",
Note: See TracChangeset
for help on using the changeset viewer.