Commit Graph

4386 Commits

Author SHA1 Message Date
Mike Jolley 95a86f15eb Some code standards work for #2767 2013-03-22 18:29:36 +00:00
Mike Jolley 194bcc13ba Readme update. 2013-03-22 18:09:09 +00:00
Mike Jolley c8cb35c544 Merge pull request #2767 from andreibarabas/master
Improved ShareYourCart compatibility with WooCommerce 2.x
2013-03-22 11:08:51 -07:00
Mike Jolley da15d78dc4 Merge pull request #2791 from maxrice/woocommerce-time-format
Add woocommerce_time_format() function
2013-03-22 11:07:38 -07:00
Mike Jolley ccfd4c2164 Merge pull request #2784 from leewillis77/issue_2783
Order bestselling products correctly, order term should be numerically s...
2013-03-22 11:06:54 -07:00
Mike Jolley 70552fdfad woocommerce_redirect_single_search_result #2775 2013-03-22 18:06:12 +00:00
Mike Jolley bc86f2a1f7 Merge pull request #2781 from daltonrooney/master
Product image gallery metabox should use thumbnail images
2013-03-22 11:02:08 -07:00
Mike Jolley 7480e1d02d Merge pull request #2778 from tomgreep/master
Some new Dutch translations
2013-03-22 11:01:42 -07:00
Mike Jolley 032ed32486 Merge pull request #2772 from frilyd/master
Updated Norwegian Nynorsk translation
2013-03-22 11:01:07 -07:00
Mike Jolley c227c97417 Merge pull request #2760 from Geczy/master
Tabindex -1 on anti-spam input field
2013-03-22 11:00:23 -07:00
Mike Jolley ca4e353c3f Merge pull request #2753 from bradyvercher/patch-1
Fix Mijireh checkout typo.
2013-03-22 10:59:52 -07:00
Mike Jolley 6443710db5 Fix title ordering 2013-03-22 17:06:49 +00:00
Max Rice 2b78261b92 Add woocommerce_time_format() function 2013-03-21 21:47:42 -04:00
James Koster 0e639c47fb Disabled keyboard shortcuts in prettyPhoto. Closes #2770
Not happy with this. The keyboard_shortcuts paramater doesn't seem to
work so had to disable in core which hits all instances of prettyPhoto.
Will revisit.
2013-03-22 00:24:00 +00:00
Lee Willis 4aa2c898e4 Order bestselling products correctly, order term should be numerically sorted, not alphabetically. Props mulinski 2013-03-21 19:56:21 +00:00
Dalton Rooney 00e54abdb2 Product gallery metabox should use thumbnails
Not full size images.
2013-03-21 13:04:15 -03:00
Tom 2e7a5da9d6 Some new Dutch translations 2013-03-20 22:39:14 +01:00
Eivind Ødegård 8a20cf2d41 Updated Norwegian Nynorsk translation 2013-03-20 14:22:01 +01:00
Mike Jolley 1853d639a8 Change filter name as its not neccessarily just for checkout. 2013-03-20 13:07:51 +00:00
Mike Jolley 3f7876063e Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_checkout_no_shipping_available_html 2013-03-20 13:04:06 +00:00
Andrei Barabas 09b9e555d6 added support for woocommerce 2.x 2013-03-20 13:23:35 +02:00
andreibarabas 5970224047 Merge pull request #3 from woothemes/master
update fork
2013-03-20 00:05:41 -07:00
Mike Jolley c3e98eac8e always serialize. 2013-03-19 21:33:12 +00:00
Mike Jolley dc989bb2e9 Portugal missing state setting 2013-03-19 21:33:01 +00:00
Matt d6f0b02313 Tabindex -1 on anti-spam input field 2013-03-19 15:14:09 -04:00
Brady Vercher 5ea4bd3ac4 Fix Mijireh checkout typo. 2013-03-18 11:09:08 -07:00
Mike Jolley 6e632c3348 Version bump 2013-03-18 15:26:51 +00:00
Mike Jolley 87fbb21ff2 Removed Sidebar Login Widget. Use http://wordpress.org/extend/plugins/sidebar-login/ instead. A potential security issue was found regarding logging of passwords (since GET was used instead of POST). Sidebar Login 2.5 resolves this and the widget has been removed from WC to prevent needing to maintain two (virtually identical) codebases. 2013-03-18 15:24:29 +00:00
Mike Jolley 161dca5b49 Unset post_parent Closes #2720. 2013-03-18 14:55:21 +00:00
Mike Jolley 463ddd251a Query string downloads. Closes #2677. 2013-03-18 14:41:44 +00:00
Mike Jolley 00a65b7cbd Don't use woocommerce_clean for urls. Closes #2687. 2013-03-18 14:13:50 +00:00
Mike Jolley 55b6a59e44 Check variation exists. Closes #2700. 2013-03-18 14:03:39 +00:00
Mike Jolley bd8a5dcff4 Include deprecated level terms for WP author panel. Closes #2709. 2013-03-18 13:58:02 +00:00
Mike Jolley 75a874ea7a Decode Closes #2728. 2013-03-18 13:37:07 +00:00
Mike Jolley d6ec17604f Product tabs when a product type doesn't exist yet. Closes 2750. 2013-03-18 13:10:27 +00:00
Mike Jolley 5698d831ea Fix quotes Closes #2707. 2013-03-18 13:04:50 +00:00
Mike Jolley bda5770c83 #2718. Missed colon! 2013-03-18 12:52:00 +00:00
Mike Jolley b20cf841b6 Move welcome string. Closes #2718. 2013-03-18 12:49:13 +00:00
Mike Jolley 46dc3466d1 Removed Base Page Title option - rename the page instead. Closes #2727 2013-03-18 12:43:38 +00:00
Mike Jolley 559ef34005 Tweaked default locale to include all fields so that checkout fields can fallback if specific properties are not set e.g. required. Closes #2681. 2013-03-18 12:02:36 +00:00
Mike Jolley a774d9c648 Move track pageview back to template_redirect to prevent headers_redirect, but give a later priority than canonical. Closes #2678. 2013-03-18 10:42:09 +00:00
Mike Jolley 3084b7db27 Readme for #2737. 2013-03-18 10:26:33 +00:00
Mike Jolley bb35c49c8f Merge pull request #2737 from Joris-van-der-Wel/issue2736
Fix for issue 2736.
2013-03-18 03:26:17 -07:00
Mike Jolley 6dadf2fba3 Priority 20 #2691 2013-03-18 10:25:12 +00:00
Mike Jolley 12bbf7b3e3 Readme 2013-03-18 10:24:20 +00:00
Mike Jolley dca38e9dc5 Merge pull request #2691 from dgwatkins/master
Increase priority so that registered taxonomies are available
2013-03-18 03:23:29 -07:00
Mike Jolley 0addd13625 Merge pull request #2719 from maxrice/payment-complete-changes
Add filter to control order stock reduction when payment is complete
2013-03-18 03:20:51 -07:00
Mike Jolley 41f44cac0c #2748 filters consistant with cart 2013-03-18 10:17:25 +00:00
Mike Jolley c4d2e17aac Readme 2013-03-18 09:58:44 +00:00
Mike Jolley 7770150866 Readme. 2013-03-18 09:58:43 +00:00