Commit Graph

55 Commits

Author SHA1 Message Date
Unknown 4d76d4d389 myaccount/form-reset-password.php
- Add names to nonces in template files
- Add autocomplete attributes to reset password form
- Use nbsp to separate * denoting required fields

Reference:
9d10d107e20e20b20719236bfbfd123f15667a3d
cef2b1ee131c3edbf4f22c8da6a5206ec39dcf87
80dc183880ba0ee3c95c85d8a91630e4f8fe1bc3
2018-06-05 20:28:18 -06:00
Unknown 05ab7ca736 myaccount/form-lost-password.php
- Add names to nonces in template files
- Add autocomplete attributes to lost password form

Reference:
9d10d107e20e20b20719236bfbfd123f15667a3d
cc742b908a643b794711b92802deaa7b3df41c42
2018-06-05 20:26:18 -06:00
Unknown 465511c27c myaccount/form-login.php
- Grammar fix to login button
- add autocomplete attributes to account and register forms
- Revert "add autocomplete attributes to account and register forms"
- accout login autocomplete - commit with correct user account
- Add classes to register form
- Use nbsp to separate * denoting required fields.

Reference:
cc6149d08a015d71b0719ee9e9cf5edd61b5963c
555d680f6e45ae70dab2ccbdfb01205af8c84bd4
6a29551979d474203a5ee9176f23811743caff76
5a19f00c5a3532843b6bbca2142d378d317d27b8
7897c7b6926d1b7cbaa1ffc8d3b68f3c0be743e1
80dc183880ba0ee3c95c85d8a91630e4f8fe1bc3
2018-06-05 20:24:16 -06:00
Unknown 18e352dc07 myaccount/form-edit-address.php
- Add names to nonces in template files

Reference:
9d10d107e20e20b20719236bfbfd123f15667a3d
2018-06-05 20:18:51 -06:00
Unknown c1ed7effe9 myaccount/form-edit-account.php
- Add names to nonces in template files.
- Add autocomplete attributes to account edit form
- account edit form disble autocomplete for password fields
- Use nbsp to separate * denoting required fields

Reference:
9d10d107e20e20b20719236bfbfd123f15667a3d
4283804f38057468b89506ffd00ee3ff74104e45
8d3c76d980db2962b86070120a354d17bc780c18
80dc183880ba0ee3c95c85d8a91630e4f8fe1bc3
2018-06-05 20:17:57 -06:00
Holger Könemann 1c46992923 Fixing text domain - changed from woo commerce to understrap 2018-04-11 11:55:35 +02:00
Unknown 306c647e0b Change register button to Bootstrap classes
This button had Woo classes, which I have now changed to Bootstrap;

*Understrap edit
2018-03-23 12:33:30 -06:00
Unknown c015927740 Fixing versions
Fix versions which had been changed;
Current with Woo 3.3.4 release templates;
Fixes header formatting to be identical with Woo source files;
2018-03-23 12:30:05 -06:00
Unknown b3e835b002 Add more esc_html
Add esc_html;
Add @codingStandardsIgnoreLine;

Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown 2b178a5d67 my-orders add new Woo function
Replaces code with "wc_get_account_orders_actions" function;
Formatting;

Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown bd3928f396 my-account change strintf to printf
Add translators comment

Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown ff5dbf64e2 my-orders add esc_html
Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown 3484c13ea0 my-account replace template usage of dates
Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown abf4d75e8e Add comma
Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown 5e74771858 my-address fix conditional statement
Improves formatting for "if" statement;

Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown 80624cf4ff my-address change to new function
Replaces code with new Woo function "wc_get_account_formatted_address";
2018-03-22 16:01:06 -06:00
Unknown 6d5ae3976e my-address conditional statement fix
Formatting for "if" statement;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 14676bb3f3 More Formatting
Make formatting identical with Woo files, for easier syncing later;
More capitalization fixes on text, making identical to Woo files;
2018-03-22 16:01:05 -06:00
Unknown 1eed4183b2 Add @codingStandardsIgnoreLine
Adds "@codingStandardsIgnoreLine" when nothing else has been changed in line;

This is a Woo change, adding to better sync files with standard Woo templates.
2018-03-22 16:01:05 -06:00
Unknown 6be1654da7 Add esc_html
Reflecting changes made by Woo;
May also add "@codingStandardsIgnoreLine" when on the same line;
2018-03-22 16:01:05 -06:00
Unknown 7ea4ba781d Add form-control to inputs
Add "form-control" class to missed inputs;
May add "@codingStandarsIgnoreLine" where it has been added to Woo templates on same line;
myaccount/form-login.php Line 45 changes an esc_attr, this is to reflect update from Woo files;
2018-03-22 16:01:05 -06:00
Unknown 824b1e8dcc Update classes
Fix class names to reflect Woo changes;

These are identical to new Woo files, meaning the class names have changed or been fixed. Change was double checked with old to new Woo templates.
2018-03-22 16:01:05 -06:00
Unknown 76e8875ef4 Formatting and remove capitalization
Making identical to Woo files;
Add spaces;
Formatting;
Add period to exit text;
loop/orderby.php removes exit text, this is identical to Woo files and we should keep it unless they change. This will make it easier to compare templates;
2018-03-22 16:01:05 -06:00
Unknown 7963db2c8f Change input to button
Also adds @codingStandardsIgnoreLine when on the same line (this is an addition by Woo);
2018-03-22 16:01:05 -06:00
Unknown 43e14cf989 Change _e to esc_html_e
Change to esc_html_e where changed on Woo files;
Change capitalization to be identical with Woo;
May contain other small changes when on same line as main change;
Formatting;
global/form-login.php Line 51 adds class;
2018-03-22 16:01:05 -06:00
Unknown f3b09b7955 Header fixes
Formatting;
Removing outdated Understrap comments;
Making identical to Woo;
2018-03-22 16:01:05 -06:00
Unknown 3fb28d3f64 Change version of templates to correct version
Set templates to most updated version from Woo, the version they are based on;
Adjust formatting to be identical to Woo;

Not all versions are 3.3.0, we should reflect the WooCommerce templates so that we know which version they are based on. There are instances  where seemingly older versions are the most current.
2018-03-22 16:00:16 -06:00
Holger Könemann a0c6bc127e WooCommerce update to 3.3.2 2018-03-20 18:51:20 +01:00
Holger Könemann 7b1f482f87 Updating WooCommerce compatibility 2018-02-14 08:53:36 +01:00
koenemann ba5a30e657 Changing woo commerce text domain 2017-11-28 09:04:07 +01:00
Jason King 9cc649c282 Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:06:11 +10:30
Jason King 3479a9a8c6 Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:05:43 +10:30
Jason King 64a81a46fb Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:05:15 +10:30
koenemann cb9b3f110e Channing texte-main to "woocommerce" for WooCommerce templates
No need for extra translations
2017-07-20 13:28:12 +02:00
Jason King d67f5406ce Woocommerce 3.0.9 template update. 2017-06-27 15:02:35 +09:30
Holger Könemann 0d3ae1e7de correcting woo commerce customer login markup 2017-04-29 11:05:15 +02:00
koenemann 60ed4079fd Replacing woocommerce text domain with understrap 2017-04-21 14:33:06 +02:00
koenemann fee0e2d5ba rename file to correct my-address.php 2017-04-21 13:44:04 +02:00
koenemann ce2a16c08d Fixing col-1 problem on my account WooCommerce page 2017-04-21 13:42:31 +02:00
Jason King 4413a34eb7 Woocommerce 3.0.0 Support 2017-04-14 20:27:05 +09:30
Jason King 7dbc8f092e Woocommerce 3.0.0 Support 2017-04-14 20:26:42 +09:30
Jason King fea32772f0 Woocommerce 3.0.0 Support 2017-04-14 20:26:18 +09:30
Jason King 8b31b6f7fb Woocommerce 3.0.0 Support 2017-04-14 20:25:49 +09:30
Jason King 129a5c2488 Woocommerce 3.0.0 Support 2017-04-14 20:21:19 +09:30
koenemann 6693edc720 fixing problems if both forms (login and register) are present 2017-03-21 14:35:21 +01:00
Holger Könemann 20f32ca241 keeping custom woo commerce overwrites 2017-02-11 10:44:17 +01:00
Holger Könemann 80ff0f07fd revert custom woo commerce integration to default integration 2017-02-11 10:39:09 +01:00
koenemann f54acbfd96 Replacing "woo commerce" namespace with "understrap" 2016-11-24 12:01:38 +01:00
Stef Kariotidis 04f8a49195 table hover and striped 2016-11-19 13:13:31 +02:00
Stef Kariotidis 75db3953ab bootstrap styles in auth management 2016-11-19 01:25:47 +02:00