Tautvidas Sipavičius
18398a3bfb
Finish changing segments to lists and columns to fields
2016-07-29 13:30:17 +03:00
Tautvidas Sipavičius
88d9315f8b
Finish converting Segment to List in language strings
2016-07-29 13:30:17 +03:00
Tautvidas Sipavičius
8bc95db0c9
Change items to item(s), fix Twig syntax errors
2016-07-29 13:29:05 +03:00
Kiefer Conrad
c05a20cff9
Update 28 July 2016
2016-07-29 13:29:05 +03:00
Kiefer Conrad
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +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
Kiefer Covia
fb79d189d7
Edits June 17 2016
2016-06-17 15:09:25 +03:00
Vlad
9e0d8056b3
- Changes success/error notices font size to 13px in import and export
2016-05-27 07:16:11 -04:00
Vlad
4b85c57436
- Updates Export notification class
...
- Updates Export "back to subscribers" button language
2016-05-27 07:16:11 -04:00
Vlad
377498be1d
- Removes validation of MailChimp API key
...
- Refactors import class
- Creates new method in Newsletter model to select welcome notifications
for specific segments
- Updates Step 2 (error) and Step 3 (success) notices
- Gives MenuBootstrap class a comprehensible name
2016-05-27 07:16:11 -04:00
Vlad
8b9d76db8a
- Displays notice on step 3 of import when subscribers are added to a
...
segment with welcome notification enabled
2016-05-27 07:16:11 -04:00
Vlad
603b6749de
- Styles the import results notice to look like WP's "update"
2016-05-27 07:14:34 -04:00
Vlad
22918ecfd1
- Updates the wording of the "back to list" button
2016-05-27 07:14:34 -04:00
Vlad
70ded73b51
- Updates the look of the MailChimp API key "verify" button
2016-05-27 07:14:34 -04:00
Vlad
da147047ec
- Updates import email regex to use standard HTML5 regex
...
- Improves email detection/filtering logic
2016-05-27 07:14:34 -04:00
Jonathan Labreuille
046127eeba
fixed react forms (new bug discovered on new forms with default values not saved)
2016-05-19 14:30:33 +02:00
Tautvidas Sipavičius
c8748e5e6e
Merge pull request #475 from mailpoet/uniform_listings
...
bulk actions / pagination and customizable limit per page for all
2016-05-16 13:37:14 +03:00
Jonathan Labreuille
6e45a8e788
all listings have bulk actions / pagination and customizable limit per page
2016-05-13 16:53:48 +02:00
Vlad
77fe385645
- Disables input fields if subscriber is a WP user. #421 (5)
...
- Removes 'unconfirmed' status if subscriber is a WP user. #421 (9)
- Displays notice if subscriber is a WP user. #421 (6)
2016-05-12 19:38:34 -04:00
Vlad
40ea5a0b84
- Improves menu expansion code
...
::
2016-05-12 09:59:05 -04:00
Vlad
af95380a62
- Expands MailPoet admin menu for sub-subpages. #431
2016-05-12 09:10:35 -04:00
Vlad
bc92d9a61e
- Updates all datetime references to use WordPress format
...
- Removes depreciated datetime conversion method from Helpers
- Fixes translation & error display issue in import
Closes #432
2016-05-11 10:56:34 -04:00
Vlad
8a4dec08e1
- Converts page title headings to H1
...
- Adds "back to list" to subpages
2016-05-10 10:13:57 -04:00
Tautvidas Sipavičius
a82d9a63d4
Add missing unsubscribedOn translation on subscribers form
2016-03-24 14:09:35 +02:00
Tautvidas Sipavičius
53eb9cd2ae
Translate JS code in listings and forms
2016-03-23 18:59:01 +02:00
Tautvidas Sipavičius
7f6eed6d66
Translate cron, forms, newsletters, segments and subscribers
2016-03-23 14:52:06 +02:00
Tautvidas Sipavičius
ccab8b4cf3
Add MailPoet.I18n for basic translation handling, removed MailPoetI18n
2016-03-23 14:52:06 +02:00
Vlad
74254d7e2a
- Updates import to santize user input
2016-03-15 13:06:21 -04:00
Jonathan Labreuille
f56bee76f2
MailPoet.Date to handle localized dates and times
2016-02-29 13:34:17 +01:00
Vlad
7f291d80b9
- Updates UI based on @rafaehlers review comments
...
- Closes #323
2016-02-24 21:54:33 -05:00
Tautvidas Sipavičius
a883e1176c
Merge pull request #359 from mailpoet/import_batch_processing
...
Import update
2016-02-23 13:04:48 +02:00
Jonathan Labreuille
07d533a810
Manage subscriptions
...
- make use of the SubscriberSegment::status column to keep track of unsubscriptions
- unsubscribed segments now appear grayed out in the Subscribers listing
- added unsubscribed_at after segment names when editing a subscriber
- added date() method for Twig (uses WP's date format / date_offset)
- fixed typo in Form iframe export
- fixed unit test for Newsletters
- updated selection component (JSX) to allow more customization
2016-02-22 11:35:34 +01:00
Vlad
499936e3ab
- Removes file size limit in import
...
- Implements chunked import processing
- Updates tests/migrator/Subscriber model
2016-02-20 18:55:34 -05:00
Jonathan Labreuille
03c782d4ab
Fixed issue #305
...
- added validation on add/edit Custom Field for multiple values (select/radio)
- disabled Remove link when only one value remains
- Added confirmation message on Reinstall
- Added missing period in Import
2016-02-18 13:14:57 +01:00
Jonathan Labreuille
eb6bba5961
Merge pull request #351 from mailpoet/import_language_update
...
Updates error messages displayed during import
2016-02-18 09:55:59 +01:00
Jonathan Labreuille
8139a7dd0a
Subscribers page review
...
- added screen option to set number of items per page
- improved bulk actions in order to handle large sets
2016-02-15 15:40:21 +01:00
Vlad
854736fac7
- Updates error messages
2016-02-12 14:12:14 -05:00
Jonathan Labreuille
7a04eeb650
Listing: Empty trash button
2016-02-06 15:15:07 +01:00
Tautvidas Sipavičius
da483fb88f
Merge pull request #296 from mailpoet/form_custom_fields
...
Form custom fields
2016-01-22 14:56:16 +02:00
Vlad
72c9d301b7
- Fixes issue with file extension warning
...
- Removes duplicate notices
- Updates Twig's localize function to escape double quotes
2016-01-21 12:08:51 -05:00
Jonathan Labreuille
ad925de801
Custom fields (in Form & Edit subscriber)
2016-01-21 17:27:34 +01:00
Vlad
1da28b7299
- Enforces CSV file extension during import file selection
...
- Updates "no records found" error message
2016-01-20 15:45:56 -05:00
Vlad
0c73c0fadc
- Resolves issues identified by @rafaehlers during testing
2016-01-07 22:47:59 -05:00
Vlad
5c7e11076d
- WIP on updating import
2016-01-07 18:11:59 -05:00
MrCasual
7d95b38dc4
- Renames/refactors Import and Export classes/views/JS
...
- Updates Import and Export to ignore trashed subscribers
- Updates tests
Closes #245
2015-11-26 20:48:19 -05:00