Lawrence Elitzer
98a7a744fc
Add client side HTML5 validation of required fields
2020-08-31 09:16:06 -05:00
Lawrence Elitzer
1914591f46
Add required checkbox to custom fields
2020-08-31 07:58:45 -05:00
Tomas Bures
5a42756b12
Merge pull request #929 from Britaliope/fix-enum-fields
...
(v2) fix: "Enum" fields (drowdown and radio) does not render correctly
2020-08-28 08:22:32 +02:00
joker-x
62f6ef4559
Use the new module and uninstall shortid
2020-08-25 23:03:35 +02:00
Bruno MATEU
8622208d44
fix enum fields not rendering correctly
2020-08-03 12:01:55 +02:00
Tomas Bures
ae5faadffa
Fix for #665 and additional fix for #663 .
...
If your segemnts are broken or Mailtrain complains about missing 20190726150000_shorten_field_column_names.js, run the following in `server/setup/knex/fixes`:
```NODE_ENV=production node fix-20190726150000_shorten_field_column_names.js```
2019-08-12 09:26:49 +02:00
Tomas Bures
8cd01fe99e
Fix for #639
2019-07-26 18:32:14 +05:30
Tomas Bures
4e4b77ca84
Fixes.
...
Added support for help text in custom fields.
Reimplemented the mechanism how campaign_messages are created.
2019-07-22 23:54:24 +05:30
Tomas Bures
e0bee9ed42
Some preparations for activity log.
...
Fixed issue #524
Table now displays horizontal scrollbar when the viewport is too narrow (typically on mobile)
2019-02-07 14:38:32 +00:00
Tomas Bures
e786964411
Some fixes in RSS feed processing.
...
It is now possible to have hierarchical merge tags (separated by "."). The merge tags are now case sensitive.
Mailtrain allows passing element "mt:entries-json" in the RSS item feed. If this is detected, it parses the json structure and makes it available through RSS_ENTRY_CUSTOM_TAGS. Then it can be used as [RSS_ENTRY_CUSTOM_TAGS.field_quote_text.rendered]
2018-12-29 11:21:25 +01:00
Tomas Bures
b26f5008da
Field setup wizard for new list - addresses 1st line of #510
...
Bugfixes to address #511
2018-12-31 09:45:59 +00:00
Tomas Bures
2e847460f4
Added the possibility to use "option" field type outside a group. This is convenient to create just a single checkbox.
2018-12-28 20:54:00 +01:00
Tomas Bures
64af46b685
UI migrated to Bootstrap 4, FontAwesome 5 and CoreUI theme.
2018-12-28 10:57:00 +01:00
Tomas Bures
fa451fc8da
Some more fixes in sources for fields
2018-11-24 06:58:14 +01:00
Tomas Bures
106acd0656
Added sample apache conf.
...
Fixed fields (source column was not created/deleted when a new column was added/removed)
2018-11-24 06:47:16 +01:00
Tomas Bures
2edbd67205
New project structure
...
Beta of extract.js for extracting english locale
2018-11-18 15:38:52 +01:00