Commit Graph

14968 Commits

Author SHA1 Message Date
Claudio Sanches 23fca976b8 Merge pull request #10382 from shivapoudel/guidelines
Fix - Contributing guidelines broken links
2016-02-18 14:17:45 -02:00
Shiva Poudel 7ec7515d52 Fix - Contributing guidelines broken links 2016-02-18 21:24:50 +05:45
Mike Jolley 6790b94128 Merge remote-tracking branch 'origin/master' 2016-02-18 12:57:15 +00:00
Mike Jolley 5acb37560f Merge branch 'pr/10374' 2016-02-18 12:57:12 +00:00
Mike Jolley 47a0762a4a Remove old code 2016-02-18 12:57:03 +00:00
Mike Jolley e0b0b68866 Update ISSUE_TEMPLATE.md 2016-02-18 12:54:05 +00:00
Mike Jolley d0549a00eb Adding issue template @claudiosmweb 2016-02-18 12:52:50 +00:00
Mike Jolley ce777b81fd Remove empty notices 2016-02-18 11:04:12 +00:00
Mike Jolley e987a3830a Remove index drop for tax table 2016-02-18 10:52:54 +00:00
Jeff Stieler 067b406a5c Load Shipping settings sections using Shipping Methods’ IDs rather than their class name. 2016-02-17 18:07:14 -07:00
Jeff Stieler f1a2a5f974 Load Checkout settings sections using Payment Gateways’ IDs rather than their class name. 2016-02-17 18:06:48 -07:00
Shiva Poudel 19781fb91b Tweak strings for the media frame button 2016-02-18 02:22:36 +05:45
Claudio Sanches 013b861535 Merge pull request #10368 from justinshreve/variation-js-error-10367
[2.5] Correct the 'unavailable template' call for variations
2016-02-17 16:59:57 -02:00
Patrick Rauland dae216104e adding check for private WooCommerce pages 2016-02-17 10:06:28 -07:00
Justin Shreve 328ad226e8 [2.5] Correct the 'unavailable template' call for variations so the message is displayed correctly, fixing a JS error. 2016-02-17 07:50:38 -08:00
Job Thomas 6ee9079d17 Updated dummy data xml to include featured products
cc @jameskoster

When using the dummy data, the standard Storefront homepage didn’t
include category images and featured products. The first is not
possible with a simple xml export, but the later is now updated:

http://cld.wthms.co/15aMY/1iBovS2I
2016-02-17 13:54:47 +02:00
Job Thomas f0671d6b91 Merge remote-tracking branch 'woothemes/master' 2016-02-17 13:24:03 +02:00
Mike Jolley 42b9b55fb4 Merge branch 'pr/10363' 2016-02-17 11:21:52 +00:00
Mike Jolley c3282bfe42 Remove unused case 2016-02-17 11:21:44 +00:00
Claudio Sanches 1e5b024019 Merge pull request #10364 from justinshreve/account-function-filters
Give the downloads and payment methods tabs their own filters.
2016-02-16 18:05:57 -02:00
Justin Shreve b2b9d7e4da Give the downloads and payment methods pages their own filters. 2016-02-16 11:52:08 -08:00
Dan - Lucian Ștefancu 9176861959 Result count for languages with multiple plurals
There are languages with two or more plural forms.

For example in Romanian plural forms can be defined like this:
`Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);`

 `_n()` and `_nx()` can handle all those special cases for results count texts.

This fix will not add any extra strings in the i18n package, just allows for better translations.
2016-02-16 21:37:18 +02:00
Claudio Sanches 63919c0804 Merge branch 'master' of github.com:woothemes/woocommerce 2016-02-16 14:37:05 -02:00
Claudio Sanches 50d087b9ba Do not render payment methods yet, waiting for Payment Token API 2016-02-16 14:36:52 -02:00
Kevin Killingsworth 4cee6fbf5a Add cart ajax to 2.6.0 changelog
Added cart ajax feature to 2.6.0 Changelog in readme
2016-02-16 10:31:44 -06:00
Claudio Sanches 1c55923623 Welcome @justinshreve and @coderkevin 2016-02-16 14:28:19 -02:00
Claudio Sanches c60722f65c Updated header text of my account templates 2016-02-16 14:11:50 -02:00
Claudio Sanches 60e8432474 Merge pull request #10110 from woothemes/tabbed-my-account
Tabbed my account
2016-02-16 14:07:40 -02:00
Claudio Sanches f405b04ba7 Merge branch 'tabbed-my-account' of github.com:woothemes/woocommerce into tabbed-my-account 2016-02-16 14:07:04 -02:00
Claudio Sanches 3d41a7d544 New actions for account downloads template 2016-02-16 13:57:46 -02:00
Claudio Sanches 7acc0b0c94 Fix unit tests 2016-02-16 13:57:46 -02:00
Claudio Sanches bcc9dd4658 Introduces new actions for account orders 2016-02-16 13:57:46 -02:00
Claudio Sanches ad16a26af5 Deprecated my-downloads 2016-02-16 13:57:46 -02:00
Claudio Sanches 2de00c61ff Added account endpoint for customer payment methods 2016-02-16 13:57:46 -02:00
Claudio Sanches d34c580e1d Fixed order default qty 2016-02-16 13:50:06 -02:00
Claudio Sanches daf2f92a8c Added dashboard menu item and created function to get menu item classes 2016-02-16 13:50:06 -02:00
Claudio Sanches d193caa987 Better pagination for account > orders 2016-02-16 13:50:06 -02:00
Claudio Sanches 36c0b6047a Less "my" and more "ours" 2016-02-16 13:50:06 -02:00
Claudio Sanches 564f882fee Fixed typos 2016-02-16 13:50:06 -02:00
Claudio Sanches 6993e52ce5 Account functions tests 2016-02-16 13:50:06 -02:00
Claudio Sanches 3a3380e4ab Created account downloads endpoint 2016-02-16 13:50:06 -02:00
Claudio Sanches 08048b6d1c Added better links for orders pagination 2016-02-16 13:50:06 -02:00
Claudio Sanches 489000a3c2 Improved variables in myaccount/orders.php template 2016-02-16 13:50:06 -02:00
Claudio Sanches e9b5653f0b Created new filter for endpoint title and improved woocommerce_my_account_*_endpoint filter 2016-02-16 13:50:06 -02:00
Claudio Sanches 02e3c6362d Created my account > orders template 2016-02-16 13:50:06 -02:00
Claudio Sanches ad9374785f Fixed wc_get_account_menu_items() endpoints 2016-02-16 13:50:06 -02:00
Claudio Sanches a8c390dae1 Include orders and downloads endpoints 2016-02-16 13:50:06 -02:00
Claudio Sanches 00a0841708 New options for orders and downloads endpoints 2016-02-16 13:50:06 -02:00
Claudio Sanches 42454179b6 Deprecated my-account actions and added new dashboard action 2016-02-16 13:50:06 -02:00
Claudio Sanches 211c379af6 My account initial navigation 2016-02-16 13:50:06 -02:00