Vlad
713dda913e
- Fixes rendering issue where DOMDocument throws a notice on unescaped
...
html entity
2016-06-07 12:27:40 -04:00
Vlad
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
Vlad
a5c620acf3
- Updates the way the view in browser URL is constructed
2016-06-07 10:41:19 -04:00
Vlad
c176ad1d16
- Updates based on code review comments
2016-06-07 10:14:37 -04:00
Vlad
14c2b4d90f
- Changes location for the main view in browser class
...
- Updates code formattign for case statements
2016-06-07 09:28:29 -04:00
Vlad
03eb4ad0fc
- Changes location for the view in browser URL class
2016-06-07 09:16:48 -04:00
Vlad
ba9cd15651
- Extracts view in browser URl logic into a separate class
2016-06-07 09:08:01 -04:00
Tautvidas Sipavičius
329ec63dfd
Bump up release version to 0.0.31
0.0.31
2016-06-03 18:29:40 +03:00
Tautvidas Sipavičius
4925c7868e
Merge pull request #510 from mailpoet/twig_deprecation
...
Twig deprecation notice (latest version)
2016-06-03 18:10:53 +03:00
Jonathan Labreuille
13d28d0aa7
implemented interface in our Twig extension to comply with latest Twig standards
2016-06-03 15:07:30 +02:00
Tautvidas Sipavičius
c7d3c79fe3
Merge pull request #509 from mailpoet/unit_tests
...
- Increases Mailer unit test coverage to 100%
2016-06-02 19:38:43 +03:00
Vlad
1e9da724ea
- Updates exception test logic
2016-06-02 12:33:58 -04:00
Vlad
645d4e15ab
- Updates unit test
2016-06-02 11:03:16 -04:00
Vlad
cad5b242b2
- Increases Mailer unit test coverage to 100%
2016-06-02 10:11:36 -04:00
Tautvidas Sipavičius
99a81042c1
Merge pull request #507 from mailpoet/custom_shortcodes
...
Implements shortcodes for custom fields
2016-06-01 17:09:38 +03:00
Vlad
61987a204e
- Fixes custom field shortcode matching logic
2016-06-01 09:59:45 -04:00
Vlad
a208104fc8
- Fixes naming convention
2016-06-01 09:40:59 -04:00
Jonathan Labreuille
00ccc8adf4
Merge pull request #506 from mailpoet/alc_update
...
Multiple ALC block support for newsletter editor
2016-06-01 15:15:26 +02:00
Tautvidas Sipavičius
df0ed9ce53
Rename mailpoet_custom_fields symlink to mailpoet_shortcodes
2016-06-01 16:00:05 +03:00
Vlad
26d9b915a2
- Adds unit test for shortcodes helper class
2016-05-31 21:30:38 -04:00
Vlad
16cb91990b
- Updates unit test
2016-05-31 20:08:45 -04:00
Vlad
9642d3e672
- Renames all references of "custom fields" to "shortcodes"
2016-05-31 11:25:16 -04:00
Vlad
aed60e6905
- Updates menu/editor view to work with the refactored shortcodes logic
2016-05-31 11:04:10 -04:00
Vlad
da7615ba4c
- Removes redundant shortcode description
...
- Implements shortcode processing for custom fields
2016-05-31 11:03:04 -04:00
Vlad
3eb6a21980
- Centralizes a list of all shortcodes
...
- Returns all shortcodes with custom fields
2016-05-31 11:02:08 -04:00
Tautvidas Sipavičius
b4e371302c
Fix PHP coding style based on feedback
2016-05-31 17:50:38 +03:00
Tautvidas Sipavičius
e6724b1d4a
Change unsubscribe verifier to check for "Unsubscribe" shortcode
...
presence
2016-05-31 16:29:10 +03:00
Tautvidas Sipavičius
2b6e87c3a7
Force TinyMCE to use absolute URLs
2016-05-31 16:12:33 +03:00
Tautvidas Sipavičius
b01ee80ec2
Update Backbone, Marionette, Backbone Radio, TinyMCE dependency versions
2016-05-31 15:14:36 +03:00
Tautvidas Sipavičius
5d48ecac80
Add a method to bulk update ALC blocks in newsletter editor
2016-05-31 13:53:45 +03:00
Tautvidas Sipavičius
ebdb826011
Bump up release version to 0.0.30
0.0.30
2016-05-27 18:31:35 +03:00
Tautvidas Sipavičius
9dc725e34d
Merge pull request #488 from mailpoet/wp_users
...
Wp users
2016-05-27 18:26:45 +03:00
Jonathan Labreuille
f47c331a5b
updated db schema and fixed unit test missing Segment cleanup after
2016-05-27 15:38:24 +02:00
Jonathan Labreuille
b45c70f32b
removed status from subscribeManyToSegments() query
2016-05-27 14:18:02 +02:00
Jonathan Labreuille
cf33d6f066
removed extra spaces
2016-05-27 14:15:46 +02:00
Jonathan Labreuille
8292e9a744
Revert batch processing on bulk actions - too buggy
...
- minor fixes and cleanup
2016-05-27 14:15:46 +02:00
Jonathan Labreuille
3c46a5b434
Optimized Bulk actions
...
- Updated SQL schema for every created_at column so that it has a default value
- Updated unit tests based on recent changes (new methods in SubscriberSegment model)
- Added check for HelpScout initialization code so that it doesn't throw errors
2016-05-27 14:15:46 +02:00
Jonathan Labreuille
4a4c4e093a
Added unit tests for the WP segment
...
- moved WP segment creation to the Segment model
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
4fa8a650b8
Added unit tests for SubscriberSegment / Subscriber models
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
da755b7902
Renamed method names for better clarity + refactoring
...
- renamed getWPUsers() to getWPSegment()
- renamed SubscriberSegment methods
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
ceebb18bdf
minor spacing fix
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
d10a29598d
prevent deletion of WP Users segment in Segments listing
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
8c56c8da5e
Fixed bulk actions (return false if no items were selected)
...
- added missing check for WPUsers segment in case it does not exist
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
c4ddb38d18
Prevent WP users from being trashed/deleted
...
- return actual rowCount of affected rows for bulk actions (based on PDO last statement)
- prevent removal of WP Users segment relationship with subscribers.
2016-05-27 14:14:35 +02:00
Jonathan Labreuille
15a21e5745
fix segments loaded on subscribers page + removed counts for bulk actions' segments
2016-05-27 14:14:35 +02:00
Tautvidas Sipavičius
7df1a856ea
Merge pull request #501 from mailpoet/import_fix
...
Import fix
2016-05-27 14:19:32 +03:00
Vlad
69381205a2
- Updates unit test
2016-05-27 07:16:11 -04: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