Commit graph

15 commits

Author SHA1 Message Date
James Koster
5ad5c684d7 typo/coding standards. closes #324 2016-03-15 13:23:59 +00:00
James Koster
9617f499e0 Merge pull request #345 from BurlesonBrad/patch-3
753-781 added Best Selling Products w/ identical format as other sections
2016-03-15 13:18:59 +00:00
James Koster
d9e5011155 correct sanitisation 2016-03-15 13:18:22 +00:00
Brad Griffin
319951070e Update storefront-template-functions.php
why does this 'fork' / 'pull' / 'propose file change' look different than the other two that I did? 
....or am I about to click something different and not realize it? 

Again, we're just Add Best Selling Products to 753-781 for 2.0
2016-03-13 15:47:15 -05:00
James Koster
85ca5afd37 updates the checkbox sanitization function and the post meta markup 2016-03-01 20:32:55 +00:00
James Koster
a3ec0358fa ensure php adheres to coding standards according to PHP CodeSniffer / wpcs. closes #326 2016-02-25 14:46:06 +00:00
Farook Ibrahim
e99531ec1e Refs: #329 2016-02-23 16:21:49 +05:30
James Koster
e6f4679187 validation in storefront_posted_on(). 2016-02-22 15:22:16 +00:00
James Koster
1409ee5c66 lots of coding standards tweaks. #326 2016-02-19 16:57:56 +00:00
James Koster
880a933745 use more engaging titles for homepage product sections 2016-02-09 17:26:28 +00:00
James Koster
fd4c2b4972 adds a menu bar on handheld devices. #315 2016-02-08 17:13:41 +00:00
James Koster
08f5089c90 redesigned the post meta section 2016-02-05 09:55:25 +00:00
James Koster
97eebe0924 A large code cleanup and sets $storefront_version as a global var
* Strip spaces
* more efficient syntax
* Coding standards compliance
2016-02-04 13:16:31 +00:00
James Koster
03b74ffffd template file tidy up
Also removes and deprecates `storefront_categorized_blog()`
2016-01-21 10:50:49 +00:00
James Koster
5dd0d0d5b5 Refactor step 1!
Replaces the old convoluted / confusing file structure with a neater
class based system. It should now be easier to understand the purpose
of each file.

Performance should see a small bump and it will be easier to extend
core features like the Customizer integration.

File names are more akin to WooCommerce core which improves consistency
/ recognisability.

Assets are all arranged into a single dir rather than being spread out
all over the place.

Deprecated `storefront_sanitize_hex_color()`.

Updated Gruntfile.js to reflect new structure.
2016-01-20 16:02:53 +00:00