bd814baf28
- Fixes data not being passed to API buildRequest method
2016-07-06 10:02:47 -04:00
2db681d908
- Adds and centralizes API data encoding/decoding method
2016-07-06 09:22:34 -04:00
cb2faec8b2
- Refactors API
...
- Updates existing classes to use the refactored API methods
2016-07-05 20:17:25 -04:00
0ac701eb20
Change line endings from DOS CRLF to Unix LF
2016-06-30 18:52:07 +03:00
55d48df8a4
Fix indentation issues
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
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
d414313749
- Fixes const definition for PHP 5.5
2016-06-22 13:35:48 -04:00
f32d6bb331
- Joins bulk and individual processing into one method
...
- Refactors code as per code review comments
2016-06-20 23:12:32 -04:00
c83ab0886f
- Rebases master
2016-06-19 22:10:18 -04:00
999a0b3ede
- Refactors sending queue worker by breaking it into smaller tasks
...
- Adds arrayUnique method to Helpers for multidimensional arrays
2016-06-17 14:52:56 -04:00
6daecd6466
- Fixes URL extraction (undefined index notice)
...
- Updates link replacement in text body
- Updates links saving logic
2016-06-17 14:52:33 -04:00
dd8c54aae3
removed useless newsletters/list.jsx
...
- removed constant from Scheduler since it's defined on the SendingQueue model
2016-06-16 20:08:42 +02:00
aa3a46b941
Status update of newsletters completed
...
- duplicate newsletter now includes options as well
- fixed NaN issue in statistics when newsletter is being sent
- use constant for scheduled (and put it as the sendingQueue Model level)
2016-06-16 20:01:53 +02:00
d6a68dd4d0
settings column done for welcome emails + WordPress capitalization fix
2016-06-15 16:33:48 +02:00
873c3d15a0
Fixed Setting::getValue issue where defaults were not returned for single keys
...
- updated static strings with constants
2016-06-15 16:26:42 +02:00
91bc0505ac
Welcome emails progress
2016-06-15 16:26:42 +02:00
f22cadd319
- Declares hash length as constant
...
- Introduces check for nonexistent values/updates loop condition
2016-06-14 09:02:08 -04:00
e69aa792c4
- Prevents URLs in link titles from being processed when tracking is enabled. Closes #519
2016-06-13 21:13:23 -04:00
bfdabe3554
Merge pull request #521 from mailpoet/copy_review
...
Copy review
2016-06-10 12:36:47 +03:00
33bdde1156
Merge pull request #516 from mailpoet/unit_tests
...
Adds unit test for open/unsubscribe statistics
2016-06-09 12:54:16 +03:00
ed707b1738
- Adds unit test for unsubscribe statistics
2016-06-08 21:25:40 -04:00
d590f5ea98
Merge pull request #512 from mailpoet/preview_link_refactoring
...
Extracts browser preview URl logic into a separate class
2016-06-08 17:12:10 +02:00
d6cbe5aac8
- Fixes incorrect shortcode name
...
- Updates unit test
2016-06-08 11:09:33 -04:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
713dda913e
- Fixes rendering issue where DOMDocument throws a notice on unescaped
...
html entity
2016-06-07 12:27:40 -04:00
d182638971
- Updates references to the new view in browser URL class
...
- Removes unnecessary rtrim condition in URL generation
2016-06-07 10:53:01 -04:00
a5c620acf3
- Updates the way the view in browser URL is constructed
2016-06-07 10:41:19 -04:00
c176ad1d16
- Updates based on code review comments
2016-06-07 10:14:37 -04:00
14c2b4d90f
- Changes location for the main view in browser class
...
- Updates code formattign for case statements
2016-06-07 09:28:29 -04:00
03eb4ad0fc
- Changes location for the view in browser URL class
2016-06-07 09:16:48 -04:00
ba9cd15651
- Extracts view in browser URl logic into a separate class
2016-06-07 09:08:01 -04:00
61987a204e
- Fixes custom field shortcode matching logic
2016-06-01 09:59:45 -04:00
16cb91990b
- Updates unit test
2016-05-31 20:08:45 -04:00
da7615ba4c
- Removes redundant shortcode description
...
- Implements shortcode processing for custom fields
2016-05-31 11:03:04 -04:00
3eb6a21980
- Centralizes a list of all shortcodes
...
- Returns all shortcodes with custom fields
2016-05-31 11:02:08 -04:00
c6b13c5175
Merge pull request #498 from mailpoet/rendering_fix
...
Fixes a couple of rendering issues
2016-05-25 14:23:15 +03:00
f754b1d1b2
- Applies text alignment to ALC block
...
- Prevents duplicate column content
2016-05-24 15:41:26 -04:00
9996f3ef41
Change Scheduler to use Newsletter object, not array
2016-05-24 17:57:34 +03:00
14098643ae
Fix scheduling immediate standard newsletters
2016-05-24 16:04:42 +03:00
2784bb7282
- Adds queue rescheduling for post notifications
2016-05-18 14:33:55 -04:00
0b3a388a78
- Remove space after if;
...
- Change Scheduler::standard function name to a more descriptive one
2016-05-18 18:38:58 +03:00
f322433875
Add standard newsletter scheduling backend
2016-05-18 18:14:53 +03:00
31e082eb2b
- Removes space between IF and statement
2016-05-18 10:00:38 -04:00
bf1ab3a593
- Removes space between (int) and variable
2016-05-18 10:00:38 -04:00
8540c51679
- Changes newsletter object to array in SendingQueue router
...
- Schedules post notification right after its creation
2016-05-18 10:00:09 -04:00
d2a6b6bd4e
- Updates based on code review comments
2016-05-18 10:00:09 -04:00
06417c1e88
- Fix ALC post amount handling of boundary values;
...
- Change magic number to named constant
2016-05-18 10:00:09 -04:00