Commit Graph

1545 Commits

Author SHA1 Message Date
Jonathan Labreuille
82a736ffbb Cron update + removing console.log
- use Setting::getValue for getDaemon method
- added "updated_at" property within cron_daemon value (instead of using the setting's column)
- converted line endings to Unix in notice.js and removed console.log
2016-01-08 12:02:11 +01:00
Vlad
87052986e8 - Rebases master
- Updates template
2016-01-07 23:53:15 -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
Vlad
d1df94c759 - Addresses issues identified during code review 2016-01-07 17:24:46 -05:00
Vlad
53cc39c6f5 - Removes spacer from social icon elements 2016-01-07 17:24:45 -05:00
Vlad
4955c72ee1 - Removes transparent background from divider element 2016-01-07 17:24:44 -05:00
Vlad
16661af8c3 - Updates text alignemnt for buttons 2016-01-07 17:24:44 -05:00
Vlad
bc80f69e41 - Updates the template 2016-01-07 17:24:43 -05:00
Vlad
0192934e65 - Removes debug leftovers 2016-01-07 17:24:42 -05:00
Vlad
2793e74858 - Rewrites the rendering engine
- Updates tests
Closes #280
2016-01-07 17:24:32 -05:00
Jonathan Labreuille
5996696cc9 Merge pull request #284 from mailpoet/animations
Animations
2016-01-07 17:31:17 +01:00
Tautvidas Sipavičius
7f6cf5bbf3 Remove obsolete clear divs 2016-01-07 18:28:37 +02:00
Jonathan Labreuille
c0ef2254cd Merge pull request #283 from mailpoet/queue_refactor
Queue refactoring
2016-01-07 13:11:47 +01:00
Vlad
0dbe04c3f8 - Addresses issues identified during code review 2016-01-06 19:19:06 -05:00
Tautvidas Sipavičius
ef1805d9b5 Change obsolete "Arial Black" fonts to "Arial", add Velocity to tests 2016-01-06 16:43:39 +02:00
Tautvidas Sipavičius
514f539e83 Remove obsolete Velocity dependence due to it being injected elsewhere 2016-01-06 15:58:14 +02:00
Tautvidas Sipavičius
50f072705e Fix double animations when ALC block changes, remove console.log lines 2016-01-06 12:48:45 +02:00
Tautvidas Sipavičius
f8f7bc3d3d Handle sidebar animations with Velocity, fix delete button transitions 2016-01-06 12:29:32 +02:00
Vlad
f1bf2bb097 - Refactors Mailer class
- Refactors SendingQueue worker class
- Adds Maier router with a send() method + ability to specify sending method
- Updates tests
- Introduces 'stopping' and 'starting' cron states
- Improves cron control mechanism
Closes #276
2016-01-05 10:34:57 -05:00
Tautvidas Sipavičius
bbe2f69a7f Clean up unused and speed up animations, fix sidebar transitions 2016-01-05 17:32:59 +02:00
Tautvidas Sipavičius
c844488b0b Switch to VelocityJS for view transitions, slow down some transitions 2016-01-05 15:01:30 +02:00
Jonathan Labreuille
112fe0cd6e Merge pull request #282 from mailpoet/sticky_kit
Fix sticky-kit dependency usage
2016-01-04 16:25:59 +01:00
Tautvidas Sipavičius
c9e6dce785 Rename vendor_static/ to vendor/ 2016-01-04 17:02:46 +02:00
Tautvidas Sipavičius
d1c09c015a Remove remote sticky-kit dep, use static local patched package instead 2016-01-04 13:19:40 +02:00
Marco
8d61866b77 Merge pull request #278 from mailpoet/drag_and_drop
Editor: Drag&Drop
0.0.9
2015-12-18 14:54:30 +01:00
Marco
0831c748b1 Merge pull request #275 from mailpoet/newsletter_template
Newsletter template preview
2015-12-18 14:54:21 +01:00
Marco
b2a0bc3860 Merge pull request #273 from mailpoet/review
Global Code Review.
2015-12-18 14:44:53 +01:00
Tautvidas Sipavičius
1f99345e7b Remove obsolete code 2015-12-17 18:03:16 +02:00
Tautvidas Sipavičius
89782bc94b Refactor editor JS, change blocks to extend base methods 2015-12-17 16:58:02 +02:00
Tautvidas Sipavičius
155ff09280 Fix incorrect insertion order for containers 2015-12-17 15:21:56 +02:00
Tautvidas Sipavičius
132e6d3342 Rename Wordpress component to Communication component, fix preview JS
syntax
2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
f02699158f Apply newsletter background color to template preview images 2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
be3462925d Change server returned newsletter body to be a json object, not a string 2015-12-17 12:40:26 +02:00
Marco
3d82230d10 Merge pull request #274 from mailpoet/acceptance_tests_update
Acceptance test related fixes
2015-12-15 13:21:34 +01:00
Jonathan Labreuille
c20c46fd86 Removed useless 'use' in Router/Setup 2015-12-15 13:11:07 +01:00
Jonathan Labreuille
6e63c72aa5 Reinstall feature
- implemented reinstall in Settings > Advanced
- shorten placeholder for Form name input
2015-12-15 13:07:43 +01:00
marco
e059eec5ea Acceptance tests have been removed from the PHP project. 2015-12-14 16:09:20 +01:00
Marco
a2d38c9076 Merge pull request #270 from mailpoet/unit_tests_fix
Unit tests + Welcome page
2015-12-14 15:48:52 +01:00
Marco
8d507b2ee0 Merge pull request #271 from mailpoet/history_fix
Fix react-router dependency issue
2015-12-14 15:31:02 +01:00
Tautvidas Sipavičius
5e2979c283 Changes history version to 1.13.1 2015-12-14 14:29:51 +02:00
Jonathan Labreuille
84ec0de3cd Unit tests + Welcome page
- fixed unit tests
- commented out failing tests that require changes in the code
- added new welcome page
2015-12-11 17:17:59 +01:00
marco
ee07780833 Version bump: 0.0.8. 0.0.8 2015-12-11 14:42:59 +01:00
marco
ed104156a9 New build script as new plugin, independent from wysija-newsletters. 2015-12-11 14:42:15 +01:00
marco
90f2e9ff9d Merge branch 'fix_history' 2015-12-11 14:13:15 +01:00
marco
98fb7aa65e Fix react history pushState error. 2015-12-11 14:12:35 +01:00
Marco
a51eb59cf8 Merge pull request #266 from mailpoet/newsletter_template
Editor: Template related fixes
2015-12-11 13:09:54 +01:00
Tautvidas Sipavičius
270023b89c Display error and success messages for template saving and export 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
7d77e075e9 Make long template name and description fit in the box 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
9bbe36b3cb Set subject of new newsletters to "Draft newsletter" 2015-12-10 17:13:23 +02:00