Commit Graph

5358 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
7fb45a15ee Fix code style errors 2016-07-05 15:28:38 +03:00
Tautvidas Sipavičius
ed5294477f Fix Populator to not overwrite existing settings 2016-07-05 15:23:11 +03:00
Jonathan Labreuille
d152b073a6 fixed onSuccess on bulk actions and locale formatted numbers in success messages 2016-07-05 13:58:12 +02:00
Jonathan Labreuille
f8efb3934b remove 'MailPoet' submenu and make newsletters the default page 2016-07-05 13:16:14 +02:00
Jonathan Labreuille
5a21d3fdc8 added missing 'row-title' class on listings 2016-07-05 11:44:49 +02:00
Jonathan Labreuille
710ede15ce sending method daily emails frequency in locale 2016-07-05 10:49:12 +02:00
Tautvidas Sipavičius
150286ab6b Enable regenerating templates that have changed 2016-07-04 18:05:50 +03:00
Tautvidas Sipavičius
9e758e8a33 Bump up release version to 0.0.34 0.0.34 2016-07-01 16:57:48 +03:00
Tautvidas Sipavičius
059165e5d2 Merge pull request #536 from mailpoet/manage_subscriptions
Manage subscriptions
2016-07-01 16:17:50 +03:00
Jonathan Labreuille
fe154d9251 fixed code sniffer reported errors 2016-07-01 14:17:39 +02:00
Jonathan Labreuille
a8ffbc2d0e handle empty/unchecked/checked checkboxes properly in both react and forms 2016-07-01 14:14:18 +02:00
Jonathan Labreuille
9de3a245b0 fixed both radio & checkbox fields so that it selects the proper value 2016-07-01 14:14:18 +02:00
Jonathan Labreuille
5eef709af5 Uniform date display format for Manage Subscriptions & Subscriber new/edit
- use isWPUser instead of wp_user !== null
2016-07-01 14:14:18 +02:00
Jonathan Labreuille
7b0c130d0a updated unit test for custom fields of date type 2016-07-01 14:14:18 +02:00
Jonathan Labreuille
7f265675b0 changed the way custom field date type is handled (react + form + db) 2016-07-01 14:14:18 +02:00
Jonathan Labreuille
ba15db9829 fixed value loading for textarea 2016-07-01 14:14:18 +02:00
Jonathan Labreuille
d15473a8e4 disabled first/last name inputs for WP User on manage subscription page 2016-07-01 14:14:18 +02:00
Jonathan Labreuille
d9f93dc6e7 Merge pull request #537 from mailpoet/qa
QA Tools and improvements
2016-06-30 18:17:05 +02:00
Tautvidas Sipavičius
634c5b699d Remove leftover merge conflict, fix empty ALC block message #505 2016-06-30 19:12:26 +03:00
Tautvidas Sipavičius
23e8ce38dd Merge remote-tracking branch 'origin/qa' into qa
Conflicts:
	lib/Config/Initializer.php
	lib/Cron/Workers/SendingQueue/SendingQueue.php
	lib/Models/SendingQueue.php
	lib/Router/Router.php
2016-06-30 19:01:44 +03:00
Tautvidas Sipavičius
c62ae2ce80 Add PHP CodeSniffer option to reduce severity, fixed syntax error 2016-06-30 18:52:07 +03:00
Tautvidas Sipavičius
d0813bb4e2 Fix class and method names to use camel case 2016-06-30 18:52:07 +03:00
Tautvidas Sipavičius
0ac701eb20 Change line endings from DOS CRLF to Unix LF 2016-06-30 18:52:07 +03:00
Tautvidas Sipavičius
607395be6f Fix spacing around commas 2016-06-30 18:52:07 +03:00
Tautvidas Sipavičius
55d48df8a4 Fix indentation issues 2016-06-30 18:50:48 +03:00
Tautvidas Sipavičius
e0282ae45b Fix empty catch statement error 2016-06-30 18:50:48 +03:00
Tautvidas Sipavičius
235fdea00f Remove commented out code, raise code similarity trigger treshold 2016-06-30 18:50:48 +03:00
Tautvidas Sipavičius
b8c6d54f48 Fix "Closing brace must be on a line by itself" code sniffer errors 2016-06-30 18:50:48 +03:00
Tautvidas Sipavičius
67661e3aad Remove useless constructors 2016-06-30 18:50:48 +03:00
Tautvidas Sipavičius
c03facdc45 Add space after comma in function call parameters 2016-06-30 18:49:50 +03:00
Tautvidas Sipavičius
9ddc1ef555 Remove statements that cannot be executed 2016-06-30 18:49:50 +03:00
Tautvidas Sipavičius
9cfc2fd940 Remove an unnecessary return statement 2016-06-30 18:49:50 +03:00
Tautvidas Sipavičius
24e108bce7 Remove spaces after type casts 2016-06-30 18:49:50 +03:00
Tautvidas Sipavičius
48f0c03425 Fix spacing between control structure and opening parenthesis 2016-06-30 18:46:33 +03:00
Tautvidas Sipavičius
0bfbe6dc79 Change TRUE, FALSE, NULL capitalization to lowercase 2016-06-30 18:46:33 +03:00
Tautvidas Sipavičius
ad0a9838bc Disable line width limits 2016-06-30 18:46:33 +03:00
Tautvidas Sipavičius
81ec293e54 Remove rule that prevents statements with only comments in body 2016-06-30 18:46:32 +03:00
Tautvidas Sipavičius
b8b3d76a1d Remove PHPMD and PHPCPD tools we don't use 2016-06-30 18:46:32 +03:00
Tautvidas Sipavičius
805e641d40 Add PHP lint and PHP code sniffer 2016-06-30 18:46:32 +03:00
Jonathan Labreuille
18326f9df1 Merge pull request #535 from mailpoet/sending_queue_refactor
Fixes error that resulted in additional newsletter to be sent
2016-06-30 16:39:45 +02:00
Vlad
46dda84012 - Moves queue subscriber handling logic to the queu model 2016-06-30 10:23:06 -04:00
Jonathan Labreuille
9979261cb6 fixed a few more warnings 2016-06-30 15:42:58 +02:00
Tautvidas Sipavičius
e8887e2aa5 Add PHP CodeSniffer option to reduce severity, fixed syntax error 2016-06-30 15:24:50 +03:00
Tautvidas Sipavičius
4a91fae984 Fix class and method names to use camel case 2016-06-30 15:13:48 +03:00
Vlad
0fe975f614 - Declares array 2016-06-30 07:52:16 -04:00
Tautvidas Sipavičius
c7fd7b8a32 Change line endings from DOS CRLF to Unix LF 2016-06-30 14:39:28 +03:00
Tautvidas Sipavičius
b7e3c3ae81 Fix spacing around commas 2016-06-30 14:03:07 +03:00
Vlad
b2c3206185 - Fixes error that resulted in additional newsletter to be sent 2016-06-30 06:42:56 -04:00
Tautvidas Sipavičius
b7d8d482fe Fix indentation issues 2016-06-30 13:29:23 +03:00
Tautvidas Sipavičius
8a9d14319b Fix empty catch statement error 2016-06-30 12:40:22 +03:00