bf1ab3a593
- Removes space between (int) and variable
2016-05-18 10:00:38 -04:00
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
42d586610e
form subscription only using Router now
2016-04-20 16:59:18 +02:00
2cbd2d54f3
Subscription pages
2016-04-15 11:56:33 -04:00
ecf83ca419
- Disables color compression when tidying CSS
2016-04-07 19:39:09 -04:00
4a96e483a6
edit profile rendering (missing segments list) + fallback for Url::redirectBack()
2016-03-04 11:20:17 +01:00
4b528549f5
edit subscription form + save
2016-03-03 15:57:42 +01:00
2aee853406
- Fixes remaining exception namescape issues
2016-02-13 21:39:55 -05:00
0d894a6fef
- Fixes namespace issue when catching exceptions
2016-02-12 11:20:43 -05:00
bc25fa61b4
- Updates render method
...
- Removes unused/commented out code
2016-01-08 10:38:46 -05:00
2793e74858
- Rewrites the rendering engine
...
- Updates tests
Closes #280
2016-01-07 17:24:32 -05:00
8c847825fa
- Implements starting/stopping/pausing daemon
2015-11-30 13:01:07 -05:00
68f747211a
- Adds a helper method to convert cameCase to under_score
...
- Removes unused method from Queue daemon
2015-11-27 07:35:15 -05:00
3124d6a61b
- Fixes issue with ucwords() function on older PHP versions
...
- Updates Supervisor/Daemon to strip port from site_url() when it's
running on localhost inside a virtual machine :)
2015-11-27 07:35:13 -05:00
fa96c4697d
- Adds Queue router
...
- Updates logic for Queue and Supervisor
- #227
2015-11-27 07:35:12 -05:00
6a3166c311
- Implements export
...
Closes #210
2015-11-13 12:25:33 -05:00
33ea16eb0f
- Cleans up import
...
- Adds tests for modified models
- Adds tests for import BootStrapMenu and MailChimp classes
2015-11-08 15:57:43 -05:00
3f168d052f
- Finishes import migration
...
- Updates models
- Improves Notice.js
2015-11-07 11:40:42 -05:00
ad0adb48e1
- Updates Migrator with new column for Segments
...
- Updates Segmnets tests
- Updates MailPoet's Notice.js with additional options
- Updates Import's router, WP menu bootstrap logic, client- and
server-side logic
2015-11-07 11:24:02 -05:00
abb2389378
- Enables MailChimp key verification (import step 1)
2015-11-07 11:15:04 -05:00
20a6e6d6de
- Adds import's step 1 method selection logic
2015-11-07 11:09:13 -05:00
6ca536e9ca
use of Crypt\RSA library in order to generate dkim keys
2015-10-27 16:41:28 +01:00
f59670005e
unit tests and cleanup
2015-10-15 18:21:42 +02:00
34c237ce8e
Load/Save settings
...
- renamed all settings with dot syntax
- refactored Menu->settings()
- changed schema of settings table to allow longer setting name and value
- added getAll() static method on Setting Model to fetch all settings (with proper unserialize of value)
2015-10-15 14:22:27 +02:00
6a4d0b06af
send with tab + dkim + hosts
2015-10-14 14:38:37 +02:00
239e2583d2
refactored bulk actions & implemented bulk trash for all listings
2015-09-18 17:39:25 +02:00
79f1896cf3
Listing & form
...
- improved Listing in order to make it more DRY
- form builder with all field types
- added support for data array in ValidModel->set()
- updated models to comply with Listing & Form methods
2015-09-16 12:12:14 +02:00
1ff7e3f4be
Form Subscription
...
- improved MailPoet ajax to fix token issue
- added js validation and ajax submit in public.js
- add util security to generate tokens
- updated router to use new util security
- added jquery-validation module
- update public config in webpack config
- added error messages in form
2015-08-20 21:02:04 +02:00
ce730d7c3b
Settings router.
...
Here's a simple settings router. the createOrUpdate method lives
in the model, and by default all models will return true on save
or false if save went wrong.
2015-08-19 23:55:30 +02:00
2856a08cdc
- Made changes as per Marco's comments in #54
...
- Implemented database cleanup for tests. Closes #56
2015-08-12 15:36:56 +00:00
26384d16b8
Fixes #49
2015-08-10 18:37:41 -04:00