|
0d4d0c7052
|
Render input padding
[MAILPOET-2809]
|
2020-04-29 14:31:24 +02:00 |
|
|
2317412f88
|
Render form alignment
[MAILPOET-2809]
|
2020-04-29 14:31:24 +02:00 |
|
|
72a0afa75b
|
Refactor block renderers to use wrapper renderer
[MAILPOET-2746]
|
2020-03-21 09:40:46 +01:00 |
|
|
d9d1f05119
|
Change form input wrappers to form p to div
[MAILPOET-2609]
|
2020-03-06 14:15:14 +01:00 |
|
|
691a8a45f3
|
Render font size
[MAILPOET-2600]
|
2020-03-02 20:52:38 +00:00 |
|
|
b39dac75d6
|
Autofix number of newlines between methods
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
866167b597
|
Rename Base to BlockRendererHelper
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
f959be13dd
|
Add typehints to form block renderers
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
c6ca749cdc
|
Refactor form blocks to use composition instead of inheritance
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
7d596e3407
|
Extract unrelated date conversion functionality from date block
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
6827eb93e6
|
Add block renderers to DI container
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
b77447103c
|
Fix today preselect in date field
[MAILPOET-2652]
|
2020-01-27 10:34:15 +00:00 |
|
|
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 |
|
|
0e964de6d4
|
Move nesbot/carbon to vendor-prefixed
[MAILPOET-2560]
|
2019-12-15 21:55:48 +00:00 |
|
|
1b5b9d89ff
|
Autofix namespace declaration spacing
[MAILPOET-2409]
|
2019-10-01 14:29:30 +01: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 |
|
|
2fd244528d
|
Move assorted tests from integration to unit [MAILPOET-2009]
|
2019-05-03 08:41:05 -04:00 |
|
|
0a436087e1
|
Replace all WP function calls
|
2019-03-07 08:30:14 -05:00 |
|
|
3ee58aea10
|
Add space between if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
a935b091d3
|
Add space between elseif/else if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
9e9561e576
|
Add space between catch and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
a8972ca281
|
Add space between switch 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 |
|
|
fba2914392
|
Add space between for and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
f044db5745
|
Update form css
[MAILPOET-593]
|
2017-08-01 11:28:53 +02:00 |
|
|
2b7a5452b8
|
Fix non-text form fields not being sent to server [MAILPOET-909]
|
2017-05-11 18:12:57 +03:00 |
|
|
4402f826c3
|
fixed issue with namespace AND fixed issue #649
|
2016-10-06 12:54:04 +02:00 |
|
|
b9745b555a
|
make sure ABSPATH is defined before using it - fixes issue #648
|
2016-10-06 12:52:53 +02: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 |
|
|
213bca8050
|
fixed rendering of date block + fixed validation for dates
|
2016-08-16 14:41:53 +02:00 |
|
|
c5a02c6136
|
- Allows setting empty value for date custom fields
|
2016-08-14 13:00:28 -04:00 |
|
|
81c277ca93
|
- Update import to autodetect dates (UI) and convert them to datetime
format (backend)
- Fixes unit test
- Fixes code formatting in Date class
|
2016-08-12 00:29:57 -04:00 |
|
|
f8fea75130
|
- Updates date conversion method
- Uses Moment to parse dates in UI
- Updates Custom Field model to utilize date conversion method
- Adds unit test
|
2016-08-11 21:11:57 -04:00 |
|
|
b07c4d0e6e
|
- Adds date validation based on date format
|
2016-08-08 18:23:11 -04:00 |
|
|
fe154d9251
|
fixed code sniffer reported errors
|
2016-07-01 14:17:39 +02:00 |
|
|
7f265675b0
|
changed the way custom field date type is handled (react + form + db)
|
2016-07-01 14:14:18 +02:00 |
|
|
046127eeba
|
fixed react forms (new bug discovered on new forms with default values not saved)
|
2016-05-19 14:30:33 +02:00 |
|
|
4b528549f5
|
edit subscription form + save
|
2016-03-03 15:57:42 +01:00 |
|
|
cfdb886e88
|
Date widget
- fixed date widget
- fixed default styles for radio inputs in form rendering
|
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 |
|