Mike Jolley
b2b64b9d06
Let hooks know if email is plain text
2013-08-07 10:19:46 +01:00
ninnypants
bae61b8e1a
Fix result count display when posts_per_page is set to -1
...
When your posts_per_page is set to -1 the display is output as `Showing 1–-1 of 15 results` when displaying all items when it would be better to show `Showing all 15 results`
2013-08-06 16:06:18 -06:00
Marko Heijnen
390b3bc577
Move return class after class definition. Fixes PHP 5.5 fatal errors.
2013-08-06 19:04:10 +02:00
Mike Jolley
d77bac9330
Removed hooks and functions from admin.
2013-08-06 16:56:15 +01:00
Mike Jolley
62261daa86
Remove old extension prompt
2013-08-06 14:04:40 +01:00
Mike Jolley
4b223f6260
Min
2013-08-06 14:04:40 +01:00
Mike Jolley
fa7c1d9a6a
Addons page Closes #3331
2013-08-06 14:04:40 +01:00
Coen Jacobs
54fceb7d99
Use version_compare to check for required jQuery. Closes #3567
2013-08-06 13:27:36 +02:00
Mike Jolley
dc0cd1fafe
Rupee Closes #3529
2013-08-06 11:54:45 +01:00
Mike Jolley
5d497fdcc3
Merge pull request #3576 from rnt/master
...
Fixing warnings with 'strict standarts' and file permission
2013-08-06 03:49:19 -07:00
Mike Jolley
be202c3ced
Merge pull request #3591 from Gator92/tax_rate_foreign_key
...
Adds an index to the foreign key in table woocommerce_tax_rate_locations
2013-08-06 03:47:38 -07:00
Mike Jolley
99f0e3ffd7
Merge pull request #3592 from LeGaS/master
...
Coupon slidedown animation clipping effect, fixes #3590
2013-08-06 03:47:01 -07:00
Mike Jolley
f09fafe738
Meta box refactor
...
Closes #3458 .
2013-08-06 11:41:20 +01:00
Legradi Szabolcs
94f8baee1a
Coupon slidedown animation clipping effect, fixes #3590
2013-08-06 10:36:28 +02:00
Schuyler Langdon
b4c2149428
Adds an index to the foreign key in table woocommerce_tax_rate_locations
2013-08-06 00:18:41 -04:00
Mike Jolley
110d8c3026
BACS, Cheque, COD Closes #3172
...
Rather than merging them (they are all different) I've refactered code
and added multiple accounts in BACS which has had multiple requests.
2013-08-05 16:34:54 +01:00
Mike Jolley
7ad7f31e3b
Remove last pipe
2013-08-05 16:34:54 +01:00
Mike Jolley
9383deb9b2
is_woocommerce should be true for all product taxonomies
2013-08-05 16:34:54 +01:00
James Koster
719acf5104
review gravatar size filterable & added alt text
2013-08-05 13:54:27 +01:00
Mike Jolley
12a7f7d305
CNY
2013-08-05 12:27:30 +01:00
Mike Jolley
7c7e0ec9f4
Strict warnings
...
@coenjacobs for .14 I think
2013-08-05 12:27:30 +01:00
James Koster
cd4212cb52
user, phone & order status icons
2013-08-05 11:47:06 +01:00
Renato Covarrubias
a63a77e414
Fix warning if is null
2013-08-03 23:59:26 -04:00
Renato Covarrubias
58cc0a84d7
Merge branch 'master' of https://github.com/rnt/woocommerce
2013-08-03 23:38:19 -04:00
Mike Jolley
03af136986
Separate ship to options from sell to. Closes #3215 .
2013-08-02 16:54:28 +01:00
Mike Jolley
4456b7ccf1
Syntax error in shop order class
2013-08-02 12:56:49 +01:00
Mike Jolley
7dee74ba9e
Show settings only when needed #3165
2013-08-02 12:27:31 +01:00
Mike Jolley
54fa720768
Filter styles and add cleaner backwards compat. Closes #3165
2013-08-02 12:06:32 +01:00
Mike Jolley
8cf74a5250
Add separate instruction fields for BACS and CHEQUE (like COD) Closes #3291 .
2013-08-02 11:40:40 +01:00
Mike Jolley
223f862750
Tweak email inclusion
2013-08-02 11:18:05 +01:00
Mike Jolley
d0fd42ab1a
US Spelling of fulfil Closes #3570 .
2013-08-02 11:18:05 +01:00
Mike Jolley
e9a168c2ee
Merge pull request #3564 from ragulka/stock-action-hooks
...
Add stock set, increase and reduce action hooks
2013-08-02 03:11:05 -07:00
Mike Jolley
daae3e6f97
Merge pull request #3566 from LeGaS/master
...
Enable states for Hungary
2013-08-02 03:09:30 -07:00
Mike Jolley
a5760fc19b
Merge pull request #3569 from thenbrent/non_static_variable_product_sync
...
Backward compatible variable_product_sync()
2013-08-02 03:09:04 -07:00
thenbrent
3ce6f3012d
Set default $product_id on variable_product_sync()
2013-08-01 17:54:24 -07:00
thenbrent
825587da6a
Backward compatible variable_product_sync()
...
Adds new static sync() method to WC_Product_Variable and restores
variable_product_sync() to its former, non-static glory. Also makes
the $product_id param optional on variable_product_sync() to avoid
breaking backward compatibility.
2013-08-01 17:35:54 -07:00
Legradi Szabolcs
89a3732a03
Fix state label for Hungary
2013-08-01 16:58:48 +02:00
Legradi Szabolcs
0b92287bd4
Enable states in Hungary
...
The states file for Hungary is in the project for some time now, this
commit enables the use of it.
2013-08-01 16:43:00 +02:00
Illimar Tambek
27ed699ea7
Prefix stock hooks with product_
2013-08-01 15:09:15 +03:00
Illimar Tambek
40ee077624
Add woocommerce_set_stock, woocommerce_increase_stock and woocommerce_reduce_stock action hooks
2013-08-01 15:06:26 +03:00
Mike Jolley
d302251d3f
Merge pull request #3561 from alexandreleroux/master
...
French translation updated
2013-07-31 11:18:15 -07:00
Mike Jolley
23cad7cec2
First day of month report fixes.
2013-07-31 17:47:38 +01:00
Alexandre Leroux
565928ee8b
French translation updated
...
Numerous updated strings. Mostly minor modifications and typos.
2013-07-31 12:34:02 -04:00
Mike Jolley
b6e7b4a706
Merge pull request #3559 from stuk88/master
...
Hebrew translation
2013-07-31 07:13:36 -07:00
Mike Jolley
981575491d
Review order columns Closes #2798 .
2013-07-31 15:12:53 +01:00
stas
f41fc1c767
Hebrew translation
2013-07-31 12:01:18 +03:00
Mike Jolley
9f1c14c682
Tidied comment styling and only show stars if set Closes #2906 .
2013-07-31 09:44:28 +01:00
Mike Jolley
e18507f8ea
Merge pull request #3558 from BFTrick/fix-css-whitespace
...
Replacing Spaces with Tabs in Style Sheets
2013-07-31 00:42:44 -07:00
Mike Jolley
e170c12607
Merge pull request #3557 from BFTrick/update-system-status-1
...
Linking Plugin Name to the Plugin Url in the System Status
2013-07-31 00:42:03 -07:00
Mike Jolley
f6567d4aac
Merge pull request #3554 from BFTrick/fix-norwegian-language-file
...
Fixing Norwegian Language File Typo
2013-07-31 00:41:08 -07:00