Commit Graph

1365 Commits

Author SHA1 Message Date
Mike Jolley f711d50b91 Prevent conflict with joins Closes #3437, and hide order notes from comments section entirely. 2013-07-22 18:33:35 +01:00
Mike Jolley 5a3b5bf5ea Added update notification class Closes #3161. 2013-07-22 17:40:42 +01:00
James Koster 7c48626d4d expand/contract icons. external icon. gallery icons. #3294 2013-07-22 11:23:57 +01:00
James Koster dbaff0df6d product icons (external to do) 2013-07-19 17:13:25 +01:00
Mike Jolley 859558fd3b isset for vars which are not always present. Closes #3494 2013-07-19 15:02:36 +01:00
James Koster 5e91fbbf23 shipping method status icons closes #3340 2013-07-19 12:56:01 +01:00
James Koster bebee7a266 payment gateway status icons #3294 2013-07-19 12:52:03 +01:00
Mike Jolley 2afc555461 Merge conflict 2013-07-18 15:25:17 +01:00
Mike Jolley 5502fbaa8d Class based status page.
Also removes space indents. Closes #3481
2013-07-18 15:22:05 +01:00
Mike Jolley fbd6326f14 Merge pull request #3483 from BFTrick/add-multisite-system-status
Moving Multisite to it's Own Line in the System Status
2013-07-18 06:15:41 -07:00
Mike Jolley 8f273e8240 Merge pull request #3490 from emzo/patch-1
Show limited formatting buttons on short description field editor
2013-07-18 06:11:28 -07:00
Mike Jolley f295a5d568 Merge branch 'Charts/Reports' Closes #3281 2013-07-18 14:08:27 +01:00
Mike Jolley 1003121870 Filter by variation on product report #3281 2013-07-18 14:04:18 +01:00
Mike Jolley 8104048ddc Export reports to CSVs #3281 2013-07-18 12:56:12 +01:00
Mike Jolley 0a8be76453 killed code relating to dashboard sales 2013-07-18 09:23:21 +01:00
Mike Jolley 924b02b0e5 Chart hovers 2013-07-18 09:20:49 +01:00
Emyr Thomas 6f2571daa5 Show limited formatting buttons on short description field editor
I assume the original intent was to display a limited number of formatting buttons on the product short description field. However, since `quicktags` is specified twice in the `$settings` array, we get the WordPress default set of buttons. This commit fixes that problem and also reduces the number of formatting buttons in the TinyMCE editor to match.
2013-07-17 13:55:58 +01:00
James Koster d96579ed89 order actions #3294 2013-07-17 12:48:48 +01:00
James Koster 445dc2cfe4 order heading icons #3294 2013-07-17 12:08:26 +01:00
Mike Jolley d0761e726e Add primary key for download permissions + upgrade script. Makes working with individual rows easier. #2765 2013-07-16 14:40:07 +01:00
James Koster 2295eb651f Reports 2013-07-16 12:42:46 +01:00
Patrick Rauland 6c885ef4f9 moving multisite enabled to its own line 2013-07-15 23:48:54 -05:00
Mike Jolley 27ec43a561 Merge pull request #3319 from toddlahman/master
Fix for issue #3318
2013-07-15 09:18:10 -07:00
Mike Jolley 836ab72955 tab name 2013-07-10 12:06:29 +01:00
Mike Jolley b5c779aef8 Tax reports 2013-07-10 12:05:45 +01:00
Mike Jolley b085df3302 customer list moved to reports 2013-07-09 15:45:42 +01:00
Mike Jolley 1c1d60b375 Customer reports 2013-07-09 15:31:22 +01:00
Mike Jolley aa41255596 Stock reports 2013-07-09 11:48:56 +01:00
Mike Jolley 225f770cab made a start on stock 2013-07-08 17:01:26 +01:00
Mike Jolley 074402e682 Coupon report 2013-07-08 16:36:09 +01:00
Mike Jolley b10cbcd350 Fixed backwards compat 2013-07-08 12:57:56 +01:00
Andrew Benbow db43a303fc Update woocommerce-admin-status.php
Added theme info to System Status
2013-07-02 15:41:37 +01:00
Coen Jacobs f7601f9b0a Add filter around admin access check. Closes #3401 2013-07-01 10:27:54 +02:00
Mike Jolley 0afc0c02ff Reports 2013-06-28 17:33:37 +01:00
Mike Jolley 9523333026 Hide report for now. 2013-06-28 13:23:46 +01:00
Mike Jolley b7d562f27a Flush after add/edit Closes #3387 2013-06-28 11:28:05 +01:00
Mike Jolley d0b6483037 Dump coupon helper and add new functions. Closes #3353. 2013-06-28 10:23:20 +01:00
Mike Jolley 7b38ad6d77 Merge pull request #3372 from helgatheviking/feature/variable-pricing-meta-tr-class
add a class to the variable pricing table row
2013-06-27 16:42:38 -07:00
Mike Jolley 03ee1c29e5 Merge pull request #3385 from helgatheviking/feature/variable-bulk-edit-js
use switch case for variation bulk edit. add action hook for new cases (for #3383)
2013-06-27 16:41:28 -07:00
Mike Jolley 72bb335662 by category 2013-06-27 21:34:18 +01:00
Mike Jolley 6f5200de1b By cat 2013-06-27 18:39:55 +01:00
Mike Jolley b9837c2ecd Sales by product 2013-06-27 16:12:17 +01:00
Gerhard 1df330a3e2 Change changelog URL for extension version info to new cloudfront url 2013-06-27 11:33:08 +02:00
Mike Jolley dcee729de4 class based reports - top sellers and earners, added cache based on query hash 2013-06-26 15:11:33 +01:00
Mike Jolley 16db627a7e Better averages, and fixed stats for the day 2013-06-25 15:46:41 +01:00
Mike Jolley d30f6b55f2 Reports + sparklines 2013-06-25 14:59:20 +01:00
Mike Jolley d7cfe05daf More charts work 2013-06-24 17:47:28 +01:00
Mike Jolley 26a7e09478 Correct sanitization of option fields.
@coenjacobs if we do do another maintainence release, this one would be
beneficial
2013-06-22 12:06:02 +01:00
Mike Jolley 0e29b31fcb Work on charts/reports 2013-06-22 11:37:59 +01:00
Kathy Darling 04c071f855 use switch case for variation bulk edit. add action hook for new cases 2013-06-21 12:52:37 -05:00