54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
b0ef65a1eb
Allow saving forms without name
...
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
934119f5dd
Fix form messages translation
2019-05-21 09:03:25 -04:00
5d64ec168d
Add rule for concatenation operator spacing
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
6a55f2f663
Fix typo
2019-05-07 11:23:55 -04:00
8da9a5f887
Improve migration and tests
2019-05-07 11:23:55 -04:00
db17281705
Update forms messages on settings save [MAILPOET-1636]
2019-05-07 11:23:55 -04:00
64e1a1e16c
Create new forms with the right message [MAILPOET-1636]
2019-05-07 11:23:55 -04:00
ab097d356a
Fix PHPStan errors
2019-03-07 08:30:14 -05:00
0a436087e1
Replace all WP function calls
2019-03-07 08:30:14 -05:00
bed80e67f1
Use phpstan level 2
...
[MAILPOET-1822]
2019-02-21 13:49:52 -05:00
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
1af4666744
Declare missing properties and methods for PHPStan
2019-01-23 21:30:24 +02:00
436406f800
Refactor simple array usages in models
...
[MAILPOET-1495]
2018-10-12 11:26:33 +02:00
b076e03a75
using static
instead of self
...
renaming `internalCreateOrUpdate` to `_createOrUpdate`
renaming `$conditions` to `$keys`
adding block comment for `_createOrUpdate` method.
2018-02-12 11:15:46 +00:00
91622f8cd9
refactoring createOrUpdate method of models
2018-02-07 18:10:49 +00:00
9f7ae122e3
Add missing periods to translation strings
2017-01-30 21:33:59 +02:00
168263f0ea
Fix code style [MAILPOET-777]
2017-01-25 16:29:23 +03:00
c2546e8aed
Filter lists that can be subscribed to using any particular form [MAILPOET-777]
2017-01-25 16:15:42 +03:00
bfdc13a8d1
Fix fubscription form failing when some fields are absent or don't exist [MAILPOET-764]
2017-01-24 21:12:56 +03:00
7fbf84db1f
converted text domain to string instead of constant
2016-09-30 09:58:26 +02:00
42202f676a
updated Env::plugin_name to constant for text domain
2016-09-27 14:54:23 +02:00
ba6198f956
added textdomain to __() calls
2016-09-27 14:53:44 +02:00
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
9979261cb6
fixed a few more warnings
2016-06-30 15:42:58 +02:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
409697ee64
Sending queue router update
...
- cleaned up useless code
- bugfixes
- improved code coverage
2016-02-11 11:30:01 -05:00
893231e8e5
List selection fix
2015-11-09 14:19:59 +01:00
b20d92c9b1
fixed unit tests and added form model unit test
2015-11-06 18:43:56 +01:00
5473f94e24
List selection & subscribe
...
- fixed list selection widget (form editor & rendered form)
- ajax subscription works (minus sending the confirmation email)
- bug fixes / polishing / refactoring / cleanup
2015-11-06 16:09:09 +01:00
a31dce6226
fixed list selection widget + started form submission
2015-11-06 16:09:09 +01:00
c2e7513381
Form editor
...
- new form with default data
- load/save in form editor
- widgets -> settings form
- widgets -> shortcode for subscribers count
- widgets -> form rendering
- added useful filters to Subscribers (for status related search)
- refactor & cleanup
2015-11-06 16:09:09 +01:00
541696863e
Form editor
...
- new/edit in forms listing goes to editor
- fixed editor dependencies (via Webpack)
- updated forms table schema
- saving/loading a form works
2015-11-06 16:09:09 +01:00
e24f8c9653
forms listing complete
2015-11-06 16:08:16 +01:00
103da61d45
basic listing files
2015-10-28 13:19:48 +01:00