Jonathan Labreuille
f5552847a3
Added parent_id to Newsletters table
...
- added NOTIFICATION_HISTORY Newsletter's type
- implement basic UI for notification_history
- TODO: implement passing extra parameters in order to handle the :id part
2016-07-18 16:01:47 +02:00
Jonathan Labreuille
101ef0cff4
Fixed stats for welcome emails
...
- re-added ORM logging in order to debug queries
- fixed subscription confirmation / unsubscribe due to API refactor
2016-07-18 16:01:47 +02:00
Vlad
9e70ba5e6e
- Reverts back the duplicate method
...
- Updates post notification creation method with logic to duplicate the
original newsletter
2016-07-15 13:07:00 -04:00
Vlad
8f1a7ed3de
- Sets notification history status to "sent" upon completion
...
- Implements #548
2016-07-15 13:06:40 -04:00
Vlad
6aa976ba1f
- Creates a new notification history when processing the queue
2016-07-15 13:06:40 -04:00
Vlad
db85604f18
- Removes scheduling of post notification during newsletter activation stage
2016-07-15 13:06:40 -04:00
Vlad
7605fc71ac
- Adds a method to create a notification history newsletter
2016-07-15 13:00:47 -04:00
Vlad
2c98270084
- Adds new column to the newsletter table
...
- Adds new newsletter notification history type
2016-07-15 13:00:47 -04:00
Tautvidas Sipavičius
a5300624c2
- Bump up release version to 0.0.36;
...
- Fix translation strings in unit tests
0.0.36
2016-07-15 15:59:40 +03:00
Tautvidas Sipavičius
2714c7fa9a
Merge pull request #563 from mailpoet/copy-edit
...
Copy edit - July 15 2016
2016-07-15 15:31:50 +03:00
Kiefer Conrad
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
Tautvidas Sipavičius
e053b62a70
Merge pull request #558 from mailpoet/task_scheduler_option
...
Adds task scheduler option to settings
2016-07-14 16:47:15 +03:00
Vlad
88113cf22e
- Modifes task scheduler setting to include method type
2016-07-14 09:44:16 -04:00
Tautvidas Sipavičius
5bf352e9fc
Merge pull request #559 from mailpoet/ajax_update
...
Removes object keys with null values when doing an ajax request
2016-07-14 13:44:43 +03:00
Vlad
5a7d5ac3f0
- Removes object keys with null values when doing an ajax request
2016-07-13 21:06:13 -04:00
Vlad
05848ce7aa
- Adds task scheduler option to settings
...
- Closes #553
2016-07-13 19:49:18 -04:00
Jonathan Labreuille
b58d996ac7
Merge pull request #551 from mailpoet/newsletter_archive
...
Newsletter archive: link to browser version
2016-07-12 17:19:27 +02:00
Jonathan Labreuille
16fa4491a5
Merge pull request #550 from mailpoet/empty_newsletter
...
Fix notices and warnings in newsletter preview when there's no template
2016-07-12 17:05:09 +02:00
Tautvidas Sipavičius
456deede14
Change newsletter archive to link to "View in brower" newsletter
...
versions
2016-07-12 17:55:36 +03:00
Tautvidas Sipavičius
4ef50ca551
Fix notices and warnings in newsletter preview when there's no template
2016-07-12 17:11:13 +03:00
Jonathan Labreuille
5ff7d98b00
Merge pull request #547 from mailpoet/post_notification_fix
...
Fixes post notifications not being sent
2016-07-12 11:15:37 +02:00
Kiefer Conrad
3018dff1ff
Edit July 12 2016
2016-07-12 11:07:36 +02:00
Vlad
9386fe8328
- Fixes post notifications not being sent
2016-07-11 18:56:01 -04:00
Tautvidas Sipavičius
e4213437e9
Bump up release version to 0.0.35
0.0.35
2016-07-08 14:57:30 +03:00
Tautvidas Sipavičius
386bdceed3
Merge pull request #543 from mailpoet/api_refactor
...
API refactor
2016-07-08 13:55:01 +03:00
Tautvidas Sipavičius
87eda71931
Merge pull request #544 from mailpoet/issue_434
...
Settings Page
2016-07-08 13:28:06 +03:00
Vlad
cef9f1dcf8
- Updates constant names
2016-07-07 14:32:05 -04:00
Vlad
c78b2088eb
- Updates the check for invalid API endpoint
2016-07-07 14:20:27 -04:00
Vlad
150364de3a
- Fixes API endpoint naming convention
...
- Generates/saves cron daemon token as soon as its executed
2016-07-07 14:00:07 -04:00
Vlad
1cd9f3eb67
- Removes counter from cron daemon
...
- Invokes token regeneration/comparion at a later stage
2016-07-07 10:24:24 -04:00
Vlad
89253125af
- Fixes a typo
2016-07-07 10:00:12 -04:00
Jonathan Labreuille
e7ee356f90
cleanup permissions related classes
2016-07-07 15:49:03 +02:00
Jonathan Labreuille
a88017400b
Remove email validation as it was not working properly
...
- using the MailPoet sending method forces signup confirmation
- save settings when activating a sending method (works when pressing enter in an input when setting up method)
2016-07-07 15:36:59 +02:00
Vlad
f557881462
- Updates code based on review comments
2016-07-07 09:01:59 -04:00
Vlad
8dba4727c4
- Updates open/click link generation logic to utilize API's buildRequest
...
method
2016-07-06 22:57:39 -04:00
Vlad
8ec094089f
- Removes TODO notice
2016-07-06 20:18:02 -04:00
Vlad
3c353e715b
- Fixes view in browser API URL
2016-07-06 19:56:26 -04:00
Vlad
ab33a9c352
- Updates cron API URL
...
- Removes cron daemon counter
- Generates/saves cron daemon token as soon as its executed
2016-07-06 19:48:16 -04:00
Jonathan Labreuille
406b509ac4
Remove saving of roles & permissions when saving settings
...
- make sure we try to activate the sending method instead of saving settings when pressing enter in an input
- added Default sender row with global from/reply_to
- hide notification emails setting
- removed notification from/reply to email (for the time being, we will reintroduce it if need be later on)
2016-07-06 17:29:24 +02:00
Vlad
bd814baf28
- Fixes data not being passed to API buildRequest method
2016-07-06 10:02:47 -04:00
Vlad
2db681d908
- Adds and centralizes API data encoding/decoding method
2016-07-06 09:22:34 -04:00
Jonathan Labreuille
37e3af584e
added parsley validation on settings form - need to fix permissions
2016-07-06 14:12:30 +02:00
Jonathan Labreuille
5fc863bd82
Settings page update (issue #434 )
2016-07-06 14:10:46 +02:00
Jonathan Labreuille
76649f9590
removed debug mode and roles and permissions from advanced tab
2016-07-06 13:56:11 +02:00
Vlad
cb2faec8b2
- Refactors API
...
- Updates existing classes to use the refactored API methods
2016-07-05 20:17:25 -04:00
Tautvidas Sipavičius
e8604284fe
Merge pull request #540 from mailpoet/issue_431
...
Bulk actions messages + remaining UI items from issue 431
2016-07-05 17:59:15 +03:00
Jonathan Labreuille
d2ccdef6c7
better alternative to remove duplicate MailPoet submenu
2016-07-05 16:55:03 +02:00
Vlad
38199dc96f
- Adds validation for API data
2016-07-05 10:20:30 -04:00
mrcasual
630b219e96
Merge pull request #539 from mailpoet/twig_caching
...
Fix Twig cache regeneration
2016-07-05 09:57:02 -04:00
Jonathan Labreuille
64155bc121
Merge pull request #541 from mailpoet/populator_settings
...
Do not reset plugin settings on plugin reactivation
2016-07-05 14:42:28 +02:00