Mike Jolley
|
3749a10a4a
|
empty $theme_file
|
2015-07-15 16:16:10 +01:00 |
Shiva Poudel
|
cebaf41d34
|
Tweak - Template check docs btn as primary
|
2015-07-15 04:48:46 +05:45 |
Shiva Poudel
|
3fb422a7c2
|
Fix - Nonce check when hide admin notices
|
2015-07-15 04:40:47 +05:45 |
Shiva Poudel
|
5f30308512
|
No longer use of frontend colors notice
|
2015-07-15 04:39:28 +05:45 |
Shiva Poudel
|
6c936a162d
|
Tweak coding standard for update notice script
|
2015-07-15 04:38:32 +05:45 |
Nicola Mustone
|
35d8572e0b
|
new outdated templates tutorial link
|
2015-07-13 09:36:36 +02:00 |
Mike Jolley
|
e908055f31
|
Only check changelog for woothemes plugin URI plugins
Closes #8520
|
2015-07-06 16:02:34 +01:00 |
Mike Jolley
|
792536bd8e
|
Prevent white space in report
Closes #8499
|
2015-07-06 10:18:23 +01:00 |
Mike Jolley
|
18c6a940f1
|
Merge branch 'onboarding'
Conflicts:
assets/css/admin.css
assets/css/select2.css
assets/css/woocommerce-layout.css
assets/css/woocommerce.css
assets/js/admin/order-backbone-modal.min.js
includes/admin/class-wc-admin-help.php
includes/admin/class-wc-admin.php
includes/admin/views/html-admin-page-status-report.php
includes/admin/views/html-notice-install.php
includes/admin/views/html-notice-template-check.php
includes/admin/views/html-notice-theme-support.php
includes/admin/views/html-notice-tracking.php
includes/class-wc-install.php
includes/class-wc-language-pack-upgrader.php
includes/shipping/international-delivery/class-wc-shipping-international
-delivery.php
|
2015-07-04 23:11:12 +01:00 |
Remi Corson
|
32a22b3337
|
replaced esc_attr by sanitize_html_class
|
2015-06-15 09:30:09 +02:00 |
Remi Corson
|
61d7b156f4
|
added esc_attr
|
2015-06-12 21:59:51 +02:00 |
Remi Corson
|
40a56e2f9e
|
Add debug tools classes
|
2015-06-12 15:07:01 +02:00 |
Shiva Poudel
|
292ca3a764
|
Tweak docs button for small screen device
|
2015-06-11 18:52:41 +05:45 |
Claudio Sanches
|
51c8bbf87c
|
wrong nonce verification
|
2015-06-01 13:33:51 +01:00 |
Claudio Sanches
|
9eb3b6ddf9
|
Changed all requests with wp_remote_* to wp_safe_remote_*
|
2015-06-01 13:28:55 +01:00 |
Claudio Sanches
|
48094b9bf2
|
Added nonces and check capability when hide admin notices
|
2015-06-01 13:19:26 +01:00 |
Claudio Sanches
|
676e09fdd3
|
Added new woocommerce_api_keys table in wpmu exclude and in status report
|
2015-05-27 16:46:43 -03:00 |
Claudio Sanches
|
5c2b14d89f
|
Standardise case of some strings closes #8125
|
2015-05-27 12:53:04 -03:00 |
Andrew Benbow
|
79d4d921fd
|
Update html-admin-page-status-report.php
|
2015-05-23 07:22:12 +01:00 |
Andrew Benbow
|
54437afc5c
|
Update html-admin-page-status-report.php
|
2015-05-22 19:33:59 +01:00 |
Mike Jolley
|
fd772e41fa
|
Show non existing tables in system status report #8147
|
2015-05-15 15:19:39 +01:00 |
James Koster
|
0aef556a5c
|
storefront prompt on add ons screen
|
2015-05-13 14:50:40 +01:00 |
Mike Jolley
|
5a92126a39
|
Remove all sslverify false
Closes #8058 cc @claudiosmweb @roykho @barrykooij
|
2015-05-05 13:39:34 +01:00 |
Mike Jolley
|
8b5c8182f4
|
Tweak template notice
|
2015-04-29 13:04:40 +01:00 |
Mike Jolley
|
4f162d0326
|
Remove server locale from report
|
2015-04-29 12:16:54 +01:00 |
Mike Jolley
|
13f6f09e9e
|
Notice string tweaks
|
2015-04-29 11:55:32 +01:00 |
Mike Jolley
|
4b92f642b3
|
Trigger wizard on install
|
2015-04-29 10:47:57 +01:00 |
Claudio Sanches
|
4441436618
|
[2.3] Fixed system report in WordPress 2.4 with emojis
@mikejolley
|
2015-04-27 18:12:46 -03:00 |
Claudio Sanches
|
e1f7f5bb01
|
Improved the system status to have a section only for API
|
2015-04-27 17:00:55 -03:00 |
Mike Jolley
|
1e06f82f59
|
Merge pull request #7948 from dangh/master
Cannot remove shipping class at quick edit
|
2015-04-14 12:02:17 +01:00 |
Claudio Sanches
|
1dadbb2842
|
Fixed coding standards for #7879
|
2015-04-13 12:37:22 -03:00 |
DangH
|
3c9bc90bcc
|
Cannot remove shipping class at quick edit
|
2015-04-13 18:01:37 +07:00 |
Mike Jolley
|
a6692c4722
|
Clarify delete message
Closes #7917
|
2015-04-09 12:05:07 +01:00 |
Mike Jolley
|
c8c276d058
|
Show .org plugin version
Closes #7866 Fixes #7863
|
2015-04-09 11:26:56 +01:00 |
Danny van Kooten
|
88f2e690bb
|
Changing all inefficient selectors of $('body') to $(document.body), which is about 80% faster (and even more on mobile, see https://jsperf.com/jquery-body-vs-document-body-selector/2 ).
|
2015-04-03 14:21:47 +02:00 |
Mike Jolley
|
36a916ff2f
|
Merge pull request #7772 from SiR-DanieL/patch-7
Added REST API version in system status
|
2015-03-30 10:34:27 +01:00 |
Nicola Mustone
|
dc841aba66
|
added REST API version in system status
|
2015-03-19 17:11:06 +01:00 |
shivapoudel
|
9cc91c36c6
|
Capitalize first character of some notice buttons
|
2015-03-19 02:24:30 +05:45 |
shivapoudel
|
9952d7faf2
|
Apply 'Hide This Notice' for skip buttons if message is suitable xD
|
2015-03-14 05:41:55 +05:45 |
shivapoudel
|
79caf69ed7
|
Tweaks admin notices view pages
|
2015-03-14 05:33:15 +05:45 |
Mike Jolley
|
e2f214b868
|
Remove space
|
2015-03-13 10:44:10 +00:00 |
Barry Kooij
|
9c430f5a6a
|
Warn users about unmaintained PHP version on status page.
|
2015-03-09 13:18:54 +01:00 |
shivapoudel
|
3b0bd8bdc6
|
Visit Plugin homepage in new tab
|
2015-03-07 09:14:49 +05:45 |
shivapoudel
|
58b6b54e77
|
Fix the large gap in System Status -> Server Environment after [?]
|
2015-03-07 09:03:14 +05:45 |
shivapoudel
|
a56b93a143
|
Tweaks for System Status
|
2015-03-07 09:01:08 +05:45 |
Tamara Zuk
|
5d4a57d8e2
|
System Status: Use is_wp_error() instead of is_object()
thanks @claudiosmweb!
|
2015-03-03 02:07:39 -05:00 |
Tamara Zuk
|
3525b0f193
|
Append status codes to wp_remote_post and wp_remote_get notes
|
2015-02-26 02:05:01 -05:00 |
Tamara Zuk
|
8e4259b915
|
System Status: Fix fatal error when `$response` is not an object
|
2015-02-26 01:50:42 -05:00 |
roykho
|
c9a84030bb
|
add hook to system status report so 3rd party items can display debug info there
|
2015-02-23 07:07:14 -08:00 |
Mike Jolley
|
d1c19d5782
|
Check for GZIP support
|
2015-02-17 16:19:33 +00:00 |