Changeset 1608841
- Timestamp:
- 03/06/2017 04:20:55 PM (9 years ago)
- Location:
- pw-bulk-edit/trunk
- Files:
-
- 7 edited
-
assets/css/style.css (modified) (1 diff)
-
includes/save-products.php (modified) (1 diff)
-
includes/sql-builder.php (modified) (1 diff)
-
pw-bulk-edit.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
ui/activation.php (modified) (1 diff)
-
ui/filters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pw-bulk-edit/trunk/assets/css/style.css
r1606233 r1608841 173 173 } 174 174 175 .pwbe-filter-add, .pwbe-filter-remove { 176 font-size: 1.5em; 177 vertical-align: middle; 178 display: inline-block; 179 } 180 181 .pwbe-row-template { 182 display: none; 183 margin-left: 0px; 184 } 185 186 .pwbe-row-template-group, .pwbe-filter-value-template, .pwbe-filter-value2-template, .pwbe-filter-attributes-template, .pwbe-filter-categories-template, .pwbe-filter-tags-template { 187 display: none; 188 } 189 190 .pwbe-filter-remove { 191 display: none; 192 } 193 194 .pwbe-filter-add-group { 175 .pwbe-filter-criteria { 195 176 font-size: 0.8em; 196 177 vertical-align: middle; 197 178 text-decoration: none; 179 margin-right: 20px; 180 } 181 182 .pwbe-filter-icon { 183 font-size: 1.5em; 184 display: inline-block; 185 } 186 187 .pwbe-row-template { 188 display: none; 189 margin-left: 0px; 190 } 191 192 .pwbe-row-template-group, .pwbe-filter-value-template, .pwbe-filter-value2-template, .pwbe-filter-attributes-template, .pwbe-filter-categories-template, .pwbe-filter-tags-template { 193 display: none; 194 } 195 196 .pwbe-filter-remove { 197 display: none; 198 198 } 199 199 -
pw-bulk-edit/trunk/includes/save-products.php
r1605968 r1608841 35 35 36 36 // Reset the time limit for each product to give time to process everything. 37 set_time_limit( 60 );37 @set_time_limit( 0 ); 38 38 39 39 $table = $this->get_table_name( $columns, $product['field'] ); -
pw-bulk-edit/trunk/includes/sql-builder.php
r1605968 r1608841 74 74 $common_where = apply_filters( 'pwbe_common_where', $common_where ); 75 75 76 // Set the time limit to a high value (3 hours = 10,800 seconds). 77 set_time_limit( 10800 ); 76 @set_time_limit( 0 ); 78 77 79 78 $wpdb->query("SET SQL_BIG_SELECTS=1"); -
pw-bulk-edit/trunk/pw-bulk-edit.php
r1606233 r1608841 4 4 Plugin URI: http://www.pimwick.com/pw-bulk-edit/ 5 5 Description: PW WooCommerce Bulk Edit is a powerful way to update your WooCommerce product catalog. Finally, no more tedious clicking through countless pages making the same change to all products! 6 Version: 1.3 16 Version: 1.32 7 7 Author: Pimwick, LLC 8 8 Author URI: http://www.pimwick.com/pw-bulk-edit/ -
pw-bulk-edit/trunk/readme.txt
r1606233 r1608841 6 6 PHP Version: 5.6 7 7 Tested up to: 4.7 8 Stable tag: 1.3 18 Stable tag: 1.32 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 47 47 > * Edit Attributes 48 48 > * Edit Tags 49 > * Edit Weight, Length, Width, and Height 49 50 > * Edit the Shipping Class 50 51 > * Show/hide columns … … 90 91 == Changelog == 91 92 93 = 1.32 = 94 * Made the add/remove filter UI more intuitive. 95 92 96 = 1.31 = 93 97 * Fixed issue with batch saving, improved error reporting. … … 181 185 182 186 == Upgrade Notice == 187 188 = 1.32 = 189 * Made the add/remove filter UI more intuitive. 183 190 184 191 = 1.31 = -
pw-bulk-edit/trunk/ui/activation.php
r1605968 r1608841 13 13 <li>Edit Attributes</li> 14 14 <li>Edit Tags</li> 15 <li>Edit Weight, Length, Width, and Height</li> 15 16 <li>Edit the Shipping Class</li> 16 17 <li>Show/hide columns</li> -
pw-bulk-edit/trunk/ui/filters.php
r1605968 r1608841 48 48 49 49 <span class="pwbe-pull-right"> 50 <span class="pwbe-filter-link pwbe-filter- remove" title="Remove"><i class="fa fa-minus-square-o"></i></span>51 <span class="pwbe-filter-link pwbe-filter- add" title="Add Criteria"><i class="fa fa-plus-square-o"></i></span>50 <span class="pwbe-filter-link pwbe-filter-icon pwbe-filter-remove" title="Remove"><i class="fa fa-minus-square-o"></i></span> 51 <span class="pwbe-filter-link pwbe-filter-icon pwbe-filter-add" title="Add a filter"><i class="fa fa-plus-square-o"></i></span> 52 52 </span> 53 53 54 54 <br /> 55 <span class="pwbe-filter-link pwbe-filter-add-group" title="Add Grouping"><i class="fa fa-plus-square-o"></i> Add Group</span> 55 <span class="pwbe-filter-link pwbe-filter-criteria pwbe-filter-add" title="Add a filter"><i class="fa fa-plus-square-o"></i> Add a filter</span> 56 <span class="pwbe-filter-link pwbe-filter-criteria pwbe-filter-add-group" title="Add a group of filters"><i class="fa fa-plus-square-o"></i> Add a Group of Filters</span> 57 <span class="pwbe-filter-link pwbe-filter-criteria pwbe-filter-remove" title="Remove"><i class="fa fa-minus-square-o"></i> Remove</span> 56 58 <hr class="pwbe-filter-container-break"/> 57 59 </div> … … 80 82 81 83 <span class="pwbe-pull-right"> 82 <span class="pwbe-filter-link pwbe-filter- remove" title="Remove"><i class="fa fa-minus-square-o"></i></span>83 <span class="pwbe-filter-link pwbe-filter- add" title="Add Criteria"><i class="fa fa-plus-square-o"></i></span>84 <span class="pwbe-filter-link pwbe-filter-icon pwbe-filter-remove" title="Remove"><i class="fa fa-minus-square-o"></i></span> 85 <span class="pwbe-filter-link pwbe-filter-icon pwbe-filter-add" title="Add a filter"><i class="fa fa-plus-square-o"></i></span> 84 86 </span> 85 87 86 88 <br /> 87 <span class="pwbe-filter-link pwbe-filter-add-group" title="Add Grouping"><i class="fa fa-plus-square-o"></i> Add Group</span> 89 <span class="pwbe-filter-link pwbe-filter-criteria pwbe-filter-add" title="Add a filter"><i class="fa fa-plus-square-o"></i> Add a filter</span> 90 <span class="pwbe-filter-link pwbe-filter-criteria pwbe-filter-add-group" title="Add a group of filters"><i class="fa fa-plus-square-o"></i> Add a Group of Filters</span> 91 <span class="pwbe-filter-link pwbe-filter-criteria pwbe-filter-remove" title="Remove"><i class="fa fa-minus-square-o"></i> Remove</span> 88 92 <hr class="pwbe-filter-container-break"/> 89 93 </div>
Note: See TracChangeset
for help on using the changeset viewer.