Mike Jolley
e2aaafa599
Set simplify user agent
2014-08-28 13:48:16 +02:00
claudiosmweb
8f19fa1855
fixed wc_get_customer_available_downloads() query, closes #6057
2014-08-28 13:48:15 +02:00
Mike Jolley
f84d90a1a0
Prevent related products shortcode creating errors
...
Closes #6114
2014-08-28 12:36:52 +01:00
Mike Jolley
7b73027417
Remove unused method
...
Closes #6097
2014-08-28 12:20:07 +01:00
Mike Jolley
01d184f1a7
Context for Georgia Closes #6105
2014-08-28 12:14:51 +01:00
Mike Jolley
3a6f0f3141
Merge pull request #6099 from benmatselby/qty-button-fix
...
Define a margin for the input.qty
2014-08-28 12:10:57 +01:00
Mike Jolley
4a73cb4e7e
Merge pull request #6112 from axisthemes/replacement
...
Replacement for core Tweaks and fixes
2014-08-28 12:07:05 +01:00
Mike Jolley
d526635609
Merge pull request #6096 from axistools/active-plugins
...
System Status report page
2014-08-28 11:44:49 +01:00
Mike Jolley
721933d3a1
Merge pull request #6055 from Ninos/template-breadcrumb
...
Template: breadcrumb - small fixes
2014-08-28 11:43:43 +01:00
Mike Jolley
2848ce2d50
Merge pull request #6106 from shivapoudel/patch-3
...
Ignorance for logs files excluded.
2014-08-28 10:08:42 +01:00
Mike Jolley
5d8d30bba3
Merge pull request #6108 from barrykooij/fix/6095
...
Only add the 'do_not_allow' if target user ($args[0]) is set.
2014-08-28 10:08:09 +01:00
Mike Jolley
83516086fb
Merge pull request #6111 from thenbrent/remove_not_remote
...
Fix "remote" typo - should be "remove" in WC 2.2
2014-08-28 10:07:11 +01:00
Mike Jolley
d7f40e1c42
Merge pull request #6113 from justinstern/master
...
Improve, fix, WC_Payment_Gateway::get_transaction_url()
2014-08-28 10:06:50 +01:00
shivapoudel
c37f7a16e8
use of is_rtl() which were missed
2014-08-28 14:40:36 +05:45
shivapoudel
71986a10d8
Better href method applied
2014-08-28 14:38:14 +05:45
shivapoudel
c90a421747
Updates with grunt dev for assets & POT; #6112
2014-08-28 11:35:28 +05:45
shivapoudel
fc665a61b9
Resize vertical for log-viewer
2014-08-28 11:27:23 +05:45
justinstern
8417209d6c
Improve, fix, WC_Payment_Gateway::get_transaction_url()
...
* Make the new get_transaction_url() method a bit more
flexible/convenient by passing in the full order object rather than
transaction_id
* Fix bug with core PayPal gateway get_transaction_url() override
2014-08-27 21:51:03 -04:00
shivapoudel
97ea988843
Remove unusual css stuff (i.e ;)
2014-08-28 06:40:32 +05:45
shivapoudel
d4081a37b8
Remove extra line
2014-08-28 06:39:32 +05:45
shivapoudel
36d99ff2b5
em value change for .woocommerce-actions
2014-08-28 05:07:10 +05:45
shivapoudel
768a4f89ed
Added '<hr />' before return-to-dashboard
2014-08-28 04:39:09 +05:45
shivapoudel
db872e9704
Updates with grunt dev for assets & POT; #6110
2014-08-28 02:50:06 +05:45
shivapoudel
30ca85619d
Better Tweet button alignment
2014-08-28 02:44:33 +05:45
shivapoudel
cf42423b80
better using printf()
2014-08-28 02:41:32 +05:45
shivapoudel
4a4673be97
Clean WooCommerce actions in Welcome Page
2014-08-28 02:34:52 +05:45
shivapoudel
716d3f1763
removed in Welcome page
2014-08-28 02:31:17 +05:45
shivapoudel
db852e0f10
Better Screen Help adaptation
2014-08-28 02:28:12 +05:45
shivapoudel
7180e50ece
Removed unused lines
2014-08-28 02:21:04 +05:45
shivapoudel
1e734b1ab7
better _doing_it_wrong()
2014-08-28 02:18:16 +05:45
shivapoudel
0224a3e4ec
Added the use of is_rtl()
2014-08-28 02:11:45 +05:45
shivapoudel
dad2796b02
Added the use of home_url()
2014-08-28 02:09:45 +05:45
thenbrent
30e95ab16e
Fix "remote" typo - should be "remove"
2014-08-27 13:05:35 -07:00
Barry Kooij
f77395c572
Only add the 'do_not_allow' if target user ($args[0]) is set.
...
Fixes #6095 .
2014-08-27 20:18:44 +02:00
Shiva Poudel
dfd7191b93
Ignorance fir logs files excluded.
...
WC_LOG_DIR is different from `/logs` and this directory is not created anymore in this root directory...better do remove logs from ignorance.
2014-08-27 19:46:25 +05:45
Shiva Poudel
34d1454439
Time constant in theme set_transient too...
2014-08-27 19:22:03 +05:45
Ninos Ego
e9c36acdd3
Fixed: merge conflict
2014-08-27 01:43:38 +02:00
Ninos Ego
fbaa044f37
Fixed: merge conflict
2014-08-27 01:42:20 +02:00
Ninos Ego
4c28b920b6
Merge: master
2014-08-27 01:35:44 +02:00
Ben Selby
c7727d1f3f
Define a margin for the input.qty
...
* This is needed, as it seems on at least Safari/Chrome it would push the -
button down outside of the text field
* Tested on OS X Mavericks
2014-08-26 21:00:22 +01:00
Shiva Poudel
18012b70c0
Using Time Constants to set transient
...
Rather that '60*60*12` we can use `DAY_IN_SECONDS` which is equivalent of `60*60*24`. Let's use one day rather than (1/2)day as it seems better.
2014-08-26 23:47:41 +05:45
Shiva Poudel
0e313e7b58
Fix for Unnecessary spaces used
2014-08-26 23:13:05 +05:45
Shiva Poudel
c961659eca
Fix some duplicates entry.
2014-08-26 23:07:35 +05:45
Shiva Poudel
e73721c58e
Semantic script adapted
...
@mikejolly I have used id `#status` instead of class `wc_status_table`. Look this `jQuery( '#status thead, #status tbody' )....` and `<table class="wc_status_table widefat" cellspacing="0" id="status">`. Thus will not harm anything. Additionally, I have adapted the sementatic jQuery script here.
2014-08-26 22:58:39 +05:45
Shiva Poudel
b201e8d046
Better Text-Domain maintained...
2014-08-26 22:46:31 +05:45
Shiva Poudel
0f113a5750
Added WP Active Plugins In System Status
...
Although there is list of plugins which were installed but will be informative if number of plugins is displayed before getting list. This will count and display the number of plugin installed and used in the environment section.
2014-08-26 22:39:25 +05:45
Mike Jolley
602254851a
Reset fees before calculating/adding them again
...
Fixes #6090
@claudiosmweb Do you see any issues with this?
2014-08-26 15:39:19 +01:00
Mike Jolley
f33d4200d6
Merge pull request #6084 from krautnerds/rest-api-fix
...
WC 2.2 Extend REST API to access also hidden order item meta
2014-08-26 12:23:26 +01:00
Mike Jolley
be90d3e210
Merge pull request #6085 from krautnerds/jquery-fix
...
Rewrote old JS to jQuery and allow usage of multiple widgets
2014-08-26 12:23:00 +01:00
Mike Jolley
7180ff985c
Merge pull request #6086 from axistools/Grunt
...
For deployment process exclude *.md files
2014-08-26 12:22:24 +01:00