woocommerce/includes/admin
Mike Jolley 527311d553 Validate file types when saving products. Closes #13
Handles 3 possible types of file;
  1. Relative path on server
  2. Absolute URL
  3. Shortcodes

URLs without extensions are not validated.
2015-06-01 13:37:39 +01:00
..
importers Fixed the true-null-false case 2015-02-18 15:34:03 -02:00
meta-boxes Validate file types when saving products. Closes #13 2015-06-01 13:37:39 +01:00
reports Merge branch 'improve-refund-reporting' Closes #8028 2015-05-28 14:41:20 +01:00
settings [2.3] Avoid initialising classes when saving 2015-05-29 17:38:25 +01:00
views wrong nonce verification 2015-06-01 13:33:51 +01:00
class-wc-admin-addons.php Changed all requests with wp_remote_* to wp_safe_remote_* 2015-06-01 13:28:55 +01:00
class-wc-admin-api-keys-table-list.php Improved the API Keys table list, added actions and fixed the links 2015-05-18 15:33:36 -03:00
class-wc-admin-api-keys.php Updated the auth endpoint to works with the new woocommerce_api_keys database 2015-05-18 16:46:52 -03:00
class-wc-admin-assets.php Updated blockUI Version 2015-05-25 17:03:41 +05:45
class-wc-admin-attributes.php Use prepare for updating attributes 2015-06-01 13:29:02 +01:00
class-wc-admin-dashboard.php Explicitly cast as integer the rating comment meta. 2015-06-01 13:27:16 +01:00
class-wc-admin-duplicate-product.php Escape properly the metadata to be copied. 2015-06-01 12:58:56 +01:00
class-wc-admin-help.php Code Standards: Finish up admin includes 2014-11-30 01:52:32 -05:00
class-wc-admin-importers.php Make 'public', and rewrite, optional for attributes 2014-12-22 14:16:15 +00:00
class-wc-admin-menus.php Improved admin bar visit store link #8196 2015-05-27 11:55:32 -03:00
class-wc-admin-meta-boxes.php Validate file types when saving products. Closes #13 2015-06-01 13:37:39 +01:00
class-wc-admin-notices.php wrong nonce verification 2015-06-01 13:33:51 +01:00
class-wc-admin-permalink-settings.php Escape properly echoed values 2015-06-01 12:59:03 +01:00
class-wc-admin-post-types.php Use htmlspecialchars to ensure characters get encoded for select2 2015-06-01 13:37:26 +01:00
class-wc-admin-profile.php Removed user api keys options 2015-05-15 18:04:58 -03:00
class-wc-admin-reports.php Code Standards: Finish up admin includes 2014-11-30 01:52:32 -05:00
class-wc-admin-settings.php Merged #8021 2015-05-18 16:53:04 -03:00
class-wc-admin-status.php [2.3] Tweak transient clear SQL 2015-06-01 11:38:43 +01:00
class-wc-admin-taxonomies.php [2.3] Fixed product category media upload modal and some coding standards, closes #8227 2015-05-26 10:24:49 -03:00
class-wc-admin-webhooks-table-list.php Improved webhooks nonces and actions 2015-05-18 16:01:51 -03:00
class-wc-admin-webhooks.php Improved webhooks nonces and actions 2015-05-18 16:01:51 -03:00
class-wc-admin-welcome.php Changed all requests with wp_remote_* to wp_safe_remote_* 2015-06-01 13:28:55 +01:00
class-wc-admin.php Typos conditonal_includes -> conditional_includes 2015-05-22 16:01:55 +02:00
wc-admin-functions.php [2.3] Fix - get_total_discount() function with certain tax setups. 2015-03-16 12:17:09 +00:00
wc-meta-box-functions.php Fix - name definition for woocommerce_wp_select 2015-03-17 23:40:07 +05:45