Changeset 3330229
- Timestamp:
- 07/18/2025 01:11:28 PM (9 months ago)
- Location:
- box-tracker-portal
- Files:
-
- 4 edited
- 16 copied
-
tags/1.1.9 (copied) (copied from box-tracker-portal/trunk)
-
tags/1.1.9/box-tracker-portal.php (copied) (copied from box-tracker-portal/trunk/box-tracker-portal.php) (1 diff)
-
tags/1.1.9/images/Google_logo.png (copied) (copied from box-tracker-portal/trunk/images/Google_logo.png)
-
tags/1.1.9/includes/ajax/ccard-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/ccard-page.php)
-
tags/1.1.9/includes/ajax/jobsite-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/jobsite-page.php)
-
tags/1.1.9/includes/ajax/payment-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/payment-page.php)
-
tags/1.1.9/includes/ajax/profile-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/profile-page.php)
-
tags/1.1.9/includes/ajax/reports-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/reports-page.php)
-
tags/1.1.9/includes/ajax/transactions-page.php (modified) (1 diff)
-
tags/1.1.9/includes/ajax/workorder-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/workorder-page.php)
-
tags/1.1.9/includes/base/activate.php (copied) (copied from box-tracker-portal/trunk/includes/base/activate.php)
-
tags/1.1.9/includes/base/ajax-utility.php (copied) (copied from box-tracker-portal/trunk/includes/base/ajax-utility.php)
-
tags/1.1.9/includes/base/enqueue.php (copied) (copied from box-tracker-portal/trunk/includes/base/enqueue.php)
-
tags/1.1.9/includes/base/server-calls.php (copied) (copied from box-tracker-portal/trunk/includes/base/server-calls.php)
-
tags/1.1.9/javascript/address-validation-script.js (copied) (copied from box-tracker-portal/trunk/javascript/address-validation-script.js)
-
tags/1.1.9/javascript/dynamic-templates/add-edit-jobsite-page.js (copied) (copied from box-tracker-portal/trunk/javascript/dynamic-templates/add-edit-jobsite-page.js)
-
tags/1.1.9/readme.txt (copied) (copied from box-tracker-portal/trunk/readme.txt) (1 diff)
-
trunk/box-tracker-portal.php (modified) (1 diff)
-
trunk/includes/ajax/transactions-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box-tracker-portal/tags/1.1.9/box-tracker-portal.php
r3329855 r3330229 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions. Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering. For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com 10 Version: 1.1. 810 Version: 1.1.9 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker-portal/tags/1.1.9/includes/ajax/transactions-page.php
r2895212 r3330229 30 30 $b0xTPortal_username = sanitize_text_field($_SESSION['b0xTPortal_session']['username']); 31 31 $b0xTPortal_session_key_customer = sanitize_text_field($_SESSION['b0xTPortal_session']['session_key']); 32 $b0xTPortal_search_field = sanitize_text_field($_POST["b0xTPortal_search"]); 32 $b0xTPortal_search_field = ""; 33 34 if(isset($_POST["b0xTPortal_search"])) { 35 $b0xTPortal_search_field = sanitize_text_field($_POST["b0xTPortal_search"]); 36 } 33 37 34 38 if($b0xTPortal_username == "" || $b0xTPortal_session_key_customer == "") { -
box-tracker-portal/tags/1.1.9/readme.txt
r3329855 r3330229 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
box-tracker-portal/trunk/box-tracker-portal.php
r3329855 r3330229 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions. Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering. For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com 10 Version: 1.1. 810 Version: 1.1.9 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker-portal/trunk/includes/ajax/transactions-page.php
r2895212 r3330229 30 30 $b0xTPortal_username = sanitize_text_field($_SESSION['b0xTPortal_session']['username']); 31 31 $b0xTPortal_session_key_customer = sanitize_text_field($_SESSION['b0xTPortal_session']['session_key']); 32 $b0xTPortal_search_field = sanitize_text_field($_POST["b0xTPortal_search"]); 32 $b0xTPortal_search_field = ""; 33 34 if(isset($_POST["b0xTPortal_search"])) { 35 $b0xTPortal_search_field = sanitize_text_field($_POST["b0xTPortal_search"]); 36 } 33 37 34 38 if($b0xTPortal_username == "" || $b0xTPortal_session_key_customer == "") { -
box-tracker-portal/trunk/readme.txt
r3329855 r3330229 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.