Commit Graph

5358 Commits

Author SHA1 Message Date
Kiefer Covia
77dd71935a Update - June 10 2016 2016-06-10 11:13:40 +02:00
Jonathan Labreuille
4b418f041b Merge pull request #518 from mailpoet/alc_posts_ui
ALC & Posts widgets UI fixes
2016-06-09 16:19:57 +02:00
Tautvidas Sipavičius
c8a0e006a0 Fix Select2 placeholder in Posts settings 2016-06-09 15:42:01 +03:00
Tautvidas Sipavičius
359119d896 Disable dragging with right click, fixes #517 2016-06-09 13:34:26 +03:00
Tautvidas Sipavičius
1a3c767601 - Fix double HR tag issue on ALC/Posts block settings;
- Change "Drop content here" message to a custom one for Posts/ALC blocks
2016-06-09 13:34:26 +03:00
Tautvidas Sipavičius
6a97e82d42 Fix select2 placeholder text not appearing for Posts widget 2016-06-09 13:34:26 +03:00
Tautvidas Sipavičius
3edfd32879 - Add highlighting of blocks that are being edited;
- Refactor block settings views;
- Change Posts widget to display 8 posts in settings;
- Move ALC/Posts category selector label to Select2 placeholder.
2016-06-09 13:34:26 +03:00
Tautvidas Sipavičius
33bdde1156 Merge pull request #516 from mailpoet/unit_tests
Adds unit test for open/unsubscribe statistics
2016-06-09 12:54:16 +03:00
Vlad
710cab64c3 - Fixes error due to: "the blacklist functionality has been removed from
PHPUnit 5, please remove blacklist section from configuration"
2016-06-08 21:26:23 -04:00
Vlad
ed707b1738 - Adds unit test for unsubscribe statistics 2016-06-08 21:25:40 -04:00
Vlad
398903e8b8 - Adds unit test for open statistics 2016-06-08 12:38:52 -04:00
Jonathan Labreuille
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
Vlad
d6cbe5aac8 - Fixes incorrect shortcode name
- Updates unit test
2016-06-08 11:09:33 -04:00
Kiefer Covia
08e6430c7d June 8 2016 Copy review 2016-06-08 17:02:50 +02:00
Jonathan Labreuille
945fe66bbb Merge pull request #514 from mailpoet/model_cleanup
Removes unused method from the base model
2016-06-08 15:13:51 +02:00
Tautvidas Sipavičius
8e3eb2b795 Merge pull request #515 from mailpoet/unit_tests
Adds unit test for click statistics
2016-06-08 16:02:42 +03:00
Tautvidas Sipavičius
52fbc0ee8a Merge pull request #513 from mailpoet/renderer_fix
Rendering fix
2016-06-08 12:56:22 +03:00
Kiefer Covia
a355228b93 Test Commit
This is an initial test commit for the copy review.
2016-06-08 11:31:04 +02:00
Vlad
2cb0b3b071 - Adds unit test for click statistics 2016-06-07 21:57:04 -04:00
Vlad
bc1fb235d3 - Removes unused method from the base model. Closes #511 2016-06-07 18:47:00 -04:00
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