b8c6d54f48
Fix "Closing brace must be on a line by itself" code sniffer errors
2016-06-30 18:50:48 +03:00
67661e3aad
Remove useless constructors
2016-06-30 18:50:48 +03:00
c03facdc45
Add space after comma in function call parameters
2016-06-30 18:49:50 +03:00
9ddc1ef555
Remove statements that cannot be executed
2016-06-30 18:49:50 +03:00
9cfc2fd940
Remove an unnecessary return statement
2016-06-30 18:49:50 +03:00
24e108bce7
Remove spaces after type casts
2016-06-30 18:49:50 +03:00
48f0c03425
Fix spacing between control structure and opening parenthesis
2016-06-30 18:46:33 +03:00
0bfbe6dc79
Change TRUE, FALSE, NULL capitalization to lowercase
2016-06-30 18:46:33 +03:00
ad0a9838bc
Disable line width limits
2016-06-30 18:46:33 +03:00
81ec293e54
Remove rule that prevents statements with only comments in body
2016-06-30 18:46:32 +03:00
b8b3d76a1d
Remove PHPMD and PHPCPD tools we don't use
2016-06-30 18:46:32 +03:00
805e641d40
Add PHP lint and PHP code sniffer
2016-06-30 18:46:32 +03:00
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
46dda84012
- Moves queue subscriber handling logic to the queu model
2016-06-30 10:23:06 -04:00
9979261cb6
fixed a few more warnings
2016-06-30 15:42:58 +02:00
e8887e2aa5
Add PHP CodeSniffer option to reduce severity, fixed syntax error
2016-06-30 15:24:50 +03:00
4a91fae984
Fix class and method names to use camel case
2016-06-30 15:13:48 +03:00
0fe975f614
- Declares array
2016-06-30 07:52:16 -04:00
c7fd7b8a32
Change line endings from DOS CRLF to Unix LF
2016-06-30 14:39:28 +03:00
b7e3c3ae81
Fix spacing around commas
2016-06-30 14:03:07 +03:00
b2c3206185
- Fixes error that resulted in additional newsletter to be sent
2016-06-30 06:42:56 -04:00
b7d8d482fe
Fix indentation issues
2016-06-30 13:29:23 +03:00
8a9d14319b
Fix empty catch statement error
2016-06-30 12:40:22 +03:00
c396254e64
Remove commented out code, raise code similarity trigger treshold
2016-06-29 21:19:24 +03:00
e4dbeca664
Fix "Closing brace must be on a line by itself" code sniffer errors
2016-06-29 20:48:14 +03:00
168540d6d2
Remove useless constructors
2016-06-29 20:42:03 +03:00
c62cd6c023
Add space after comma in function call parameters
2016-06-29 19:26:07 +03:00
033e0581f1
Remove statements that cannot be executed
2016-06-29 19:20:50 +03:00
9f978d3362
Remove an unnecessary return statement
2016-06-29 19:09:07 +03:00
841340a42d
Remove spaces after type casts
2016-06-29 19:04:23 +03:00
9595e9629f
Fix spacing between control structure and opening parenthesis
2016-06-29 18:54:01 +03:00
56ba543f8d
Change TRUE, FALSE, NULL capitalization to lowercase
2016-06-29 18:38:38 +03:00
1cead6c6cd
Disable line width limits
2016-06-29 17:57:38 +03:00
f5f7ce4c42
Remove rule that prevents statements with only comments in body
2016-06-29 17:15:00 +03:00
b13075b8f2
Remove PHPMD and PHPCPD tools we don't use
2016-06-29 16:49:22 +03:00
c4db9e3227
Add PHP lint and PHP code sniffer
2016-06-29 16:19:50 +03:00
f47bfb5439
Merge pull request #532 from mailpoet/newsletter_creation
...
Newsletter creation: Step 1 and 3 changes
2016-06-28 15:25:14 +02:00
cc4639cb23
Set default values when immediately sending scheduled newsletter
2016-06-28 15:57:02 +03:00
69094f57fd
Fix typos
2016-06-28 15:01:31 +03:00
ffe7b80888
Simplify variable declarations
2016-06-28 14:12:09 +03:00
fc846b808e
Remove obsolete debugging statement
2016-06-28 14:12:09 +03:00
1cbf6b67b2
Remove console.log statements
2016-06-28 14:12:09 +03:00
286c02bdd9
Fix standard newsletter scheduling to always include scheduleAt
2016-06-28 14:12:08 +03:00
5f1d76225b
- Add sorting of segment names in Welcome newsletter segment selector;
...
- Add an option to FormFieldSelect to allow sorting options;
- Change "Send" button label for scheduled newsletters;
- Disable "Send" button for sending/already sent newsletters.
2016-06-28 14:12:08 +03:00
c05ea1b968
Change "Go back to editor" to save form fields first
2016-06-28 14:12:08 +03:00
2d45ab2e88
Add WP user segment selection to Notification and Standard newsletters
2016-06-28 14:12:08 +03:00
ca9b1e25a7
Change notification newsletter time to be displayed in WP format
2016-06-28 14:12:08 +03:00
2927875e16
Regenerate thumbnails of default newsletter templates
2016-06-28 14:12:07 +03:00
486a97fa30
Vertically center template thumbs and don't enforce min-height for them
2016-06-28 14:12:07 +03:00
c22d434dff
Merge pull request #531 from mailpoet/unit_test_catchup
...
Unit test update
2016-06-28 12:22:50 +03:00