174d6fe646
Add log level settings
...
[MAILPOET-570]
2018-08-30 09:33:55 +02:00
b6a367f770
Use ui to update settings
2018-08-07 10:21:35 +02:00
a8052c118a
fixing minor issues and adding unit test
2018-01-15 10:46:07 +00:00
5e5caab4da
show error if recaptcha enabled but a key is empty
2018-01-15 10:46:06 +00:00
0e487d2c54
added re-captcha settings to UI
2018-01-15 10:46:05 +00:00
92dbf966a1
Add a UI hint for managing capabilities using the Members plugin [MAILPOET-1123]
2017-10-02 10:33:20 +01:00
1ba2492929
Combines Twig's "replaceLink" and Util/Helper's "replaceLinkTags"
...
methods into one
2017-07-07 11:02:20 -04:00
82226f2c36
Updates existing code that replaces links with the new "replaceLink"
...
filter
2017-07-03 09:35:01 +01:00
812c6634ba
Mixpanel analytics [MAILPOET-686] ( #940 )
...
* Send analytics data to mixpanel
[MAILPOET-686]
2017-06-20 12:20:50 +03:00
0360f16dc8
Merge pull request #865 from mailpoet/api_versioning
...
Adds versioning to our public API [MAILPOET-881]
2017-04-25 12:07:17 +03:00
6a65ff5e5d
Removes default version
...
Updates all AJAX requests to include api version
Requires namespaces to have version
Clean up code
2017-04-19 23:34:40 -04:00
efd15d5d18
Add a link to the bounce article in advanced settings [MAILPOET-868]
2017-04-19 10:34:30 +03:00
8eb04534bc
Fixed translations based on feedback from translators on Transifex
2017-02-20 14:58:53 +02:00
9f7ae122e3
Add missing periods to translation strings
2017-01-30 21:33:59 +02:00
217894745d
- Updates text strings
...
- Closes #655
2016-10-25 10:21:23 -04:00
bfffdd7274
- Updates links to KB articles
...
- Closes #571
2016-09-10 21:12:43 -04:00
0e10f6c820
- Fixes merge conflict
2016-08-05 13:03:31 -04:00
63bd093f35
- Renames TaskScheduler to CronTrigger and updates relevant code
...
- Standardizes setting value const naming convention
2016-08-05 13:03:31 -04:00
5ed0a5819c
- Updates settings to use task scheduler method names from the newly
...
introduced config class
2016-08-05 13:03:31 -04:00
28c39d301c
Added default error response in case no errors were specified
...
- converted Setup endpoint
- unit tests for Setup endpoint
2016-08-03 12:41:21 +02:00
9410d4f10a
Reorganized new API + added legacy API support + new API
...
- Updated Settings Router to new standards
- Updated settings.html to reflect API change with better error handling
- Updated Settings API unit tests
2016-08-01 17:00:32 +02:00
c05a20cff9
Update 28 July 2016
2016-07-29 13:29:05 +03:00
2714c7fa9a
Merge pull request #563 from mailpoet/copy-edit
...
Copy edit - July 15 2016
2016-07-15 15:31:50 +03:00
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
88113cf22e
- Modifes task scheduler setting to include method type
2016-07-14 09:44:16 -04:00
05848ce7aa
- Adds task scheduler option to settings
...
- Closes #553
2016-07-13 19:49:18 -04:00
5fc863bd82
Settings page update (issue #434 )
2016-07-06 14:10:46 +02:00
76649f9590
removed debug mode and roles and permissions from advanced tab
2016-07-06 13:56:11 +02:00
12330d6d34
Copy edits 6/15/2016
2016-06-17 15:09:25 +03:00
84294b7ee6
- Adds subsription tracking option to Settings->Advanced
...
- Updates sending queue worker to not replace links if tracking is
disabled
Closes #417
2016-04-14 19:37:27 -04:00
97f0e512af
populate from/reply_to for signup confirmation
...
- added loading screen to reinstall process
2016-03-24 14:22:37 +01:00
f082c065d1
Confirmation email + Subscription pages
...
- form as an iframe: increased marginY
- fixed issue with page titles (old themes using wp_title hook)
- redirect on reinstall instead of showing a message (to avoid being able to re-save old settings)
2016-03-24 14:22:37 +01:00
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
6e63c72aa5
Reinstall feature
...
- implemented reinstall in Settings > Advanced
- shorten placeholder for Form name input
2015-12-15 13:07:43 +01: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
c8c3f09fb2
Refactoring Menu 1st step: Permissions
...
- added config permissions to setup our capabilities
- added debug mode for Twig so that we can use "dump()" when WP_DEBUG is on
2015-10-14 16:58:50 +02:00
39354d131d
Settings tabs + lotta fixes
...
- tab menu handled by Backbone Router
- fixed minor styling issues
- fixed html structure of listings & forms titles so that notices are positioned correctly
2015-10-13 11:53:20 +02:00
9fd13767f0
Basics, Signup, Advanced tabs
2015-10-12 16:39:36 +02:00
4f30756995
replaced React by Twig + JS
2015-10-12 13:47:53 +02:00