Commit Graph

6027 Commits

Author SHA1 Message Date
Scott Basgaard c712e1414a Update tools wp_nonce_url() to correct page. 2013-11-11 13:20:03 -05:00
jpBenfica 707a6fea1a Update woocommerce-pt_PT.po 2013-11-11 15:51:57 +00:00
Mike Jolley 7179417d0f Better locale report #3862 2013-11-11 15:41:32 +00:00
Mike Jolley 70e2a05bd6 wpautop when displaying values #3926 2013-11-11 13:50:36 +00:00
Mike Jolley 5f62c532c3 Clean up formatting in admin - use autop #3926 2013-11-11 13:50:36 +00:00
Mike Jolley a60505ca26 Merge pull request #4081 from claudiosmweb/fix_4072
Rating custom field for Reviews/Comments
2013-11-11 04:33:50 -08:00
Mike Jolley 93f65c566b Merge pull request #4085 from nsitbon/master
Minor fixes on French translation
2013-11-11 04:30:31 -08:00
Max Rice 00c65b9cc3 Add site timezone to API index 2013-11-10 19:30:59 -05:00
Max Rice a13a95e452 Update API resource classes
Change method naming to snake_case and implement initial
`current_user_can()` permission checks
2013-11-10 19:29:36 -05:00
Max Rice 9c7791e3d8 urldecode parameters before passing to resource methods 2013-11-10 18:29:37 -05:00
Max Rice 1f5db98046 Add date created filtering to /customers endpoint 2013-11-10 18:28:58 -05:00
Max Rice a909140cb1 Fix typo 2013-11-10 14:01:12 -05:00
Nicolas Sitbon 562ef9493c Minor fixes on French translation 2013-11-10 09:33:44 +01:00
Max Rice 23e6b22cfd Rename API base resource class 2013-11-09 16:20:23 -05:00
claudiosmweb e04dadd8d9 added rating meta box for comments, fix #4072 2013-11-08 17:19:42 -02:00
Mike Jolley 9a82aecaad Min 2013-11-08 17:03:59 +00:00
Mike Jolley 442f3b54cf Use textarea for meta #3926 2013-11-08 17:03:46 +00:00
Mike Jolley ac6bb25a22 Merge pull request #4053 from helgatheviking/feature/variation-bulk-edit-trigger
Add a custom trigger handler based on the value of select#field_to_edit
2013-11-08 08:08:12 -08:00
Mike Jolley a8d8cd971a Fixed notice when adding variation 2013-11-08 16:05:17 +00:00
Mike Jolley 97bdb1555f Sync only when needed 2013-11-08 16:02:03 +00:00
Mike Jolley 47fc9b2922 Merge pull request #4068 from BFTrick/sanitzie-admin-order-meta
Removing Extra Slashes When Order Meta is Saved in Admin
2013-11-08 07:58:25 -08:00
Mike Jolley 78832e7e79 woocommerce_is_filtered filter Closes #4078 2013-11-08 15:56:38 +00:00
Mike Jolley 98d247eb76 Rather than storing prices themselves, store the ID's of variations during price sync - output prices using variation tax class Closes #4032 2013-11-08 15:53:57 +00:00
James Koster e13d29648c dashboard colors #4042 2013-11-08 14:05:52 +00:00
Mike Jolley 59ca87be5d Merge pull request #4079 from BFTrick/update-local-pickup-description
Make the Local Pickup Tooltip More Descriptive
2013-11-08 05:12:44 -08:00
Patrick Rauland cc79155f0d making the local pickup tooltip more descriptive 2013-11-08 07:10:43 -06:00
James Koster 85ccbea9ca text indent on icon replacement mixin 2013-11-08 13:03:09 +00:00
James Koster 44215c88cc menu icons... #4042 2013-11-08 12:29:59 +00:00
James Koster 3101de6989 menu icons #4042 2013-11-08 12:22:35 +00:00
James Koster 4ef71b1762 colors #4042 2013-11-08 12:00:40 +00:00
James Koster 097c3266d4 sys status #4042 2013-11-08 11:50:45 +00:00
James Koster 1603902051 reports #4042 2013-11-08 11:46:44 +00:00
James Koster 324d3932f1 product data handle #4042 2013-11-08 11:38:45 +00:00
James Koster cb24997c11 sort / add account. #4042 2013-11-08 11:33:22 +00:00
James Koster 77b35c4be8 add ons layout. closes #4044 2013-11-08 11:04:55 +00:00
Mike Jolley ff0fae0c1f action, not filter 2013-11-07 09:53:28 +00:00
thenbrent e6b83b32ce Set correct version on notices.php template 2013-11-06 10:26:58 -08:00
Patrick Rauland 3ba5aa3369 removing extra slashes when order meta is saved in admin 2013-11-06 10:30:36 -06:00
James Koster 2ce069ea2e payment heading 2013-11-06 13:56:59 +00:00
Mike Jolley 95b91dad5e Merge pull request #4060 from AndriyGusak/master
Ukrainian language
2013-11-06 01:52:37 -08:00
Max Rice 6c3eb169db Define and use WC_API::VERSION constant for endpoint versioning 2013-11-06 01:56:38 -05:00
Max Rice 0a6b268024 Update core WC_API class to use new WC_API_Server class 2013-11-06 01:56:11 -05:00
Max Rice c3fa52b0b5 Update API classes to use new WC_API_Server class 2013-11-06 01:54:19 -05:00
Max Rice ed6de29bfc Add new WC_API_Server class
Based on WP_JSON_Server, this class add response handling based on
endpoint suffixes (.json or .xml) or the ACCEPT header. It also removes
some unneeded functionality and renames filters so as to not conflict
with users who may have WP-API installed already. Finally, instead of
no authentication required by default, authentication is always
required unless specifically disabled via filters.
2013-11-06 01:53:07 -05:00
Max Rice 8637da63c0 Add REST API XML request/response handler stub 2013-11-06 01:49:51 -05:00
Max Rice 165d0e65ea Add REST API JSON request/response handler 2013-11-06 01:49:37 -05:00
Max Rice 58c57eb6f1 Add REST API request/response interface 2013-11-06 01:49:08 -05:00
Max Rice 1625930482 Remove WP-API library 2013-11-06 01:24:06 -05:00
Max Rice 30300bb2a0 Add get_woocommerce_api_url() method 2013-11-06 01:23:19 -05:00
Brent Shepherd 3e08e29f9e Use new notice API for "Add a Pay Method" notice
Part of #3396
2013-11-05 16:17:51 -08:00