rijkvanzanten
8aedc29aa1
v9.0.0-rc.44
2021-02-26 17:32:48 -05:00
rijkvanzanten
827e332cec
Fix cards allowing sorting on m2a
...
Fixes #4316
2021-02-26 17:26:03 -05:00
Dominic Marcelino
fe0d81c86a
Feature/markdown shortcuts ( #4314 )
...
* add shortcuts to markdown editor
* Update Tooltips
* remove comment
* Use meta in shortcut translation
* Correct spacing in heading dropdown
* Scope shortcuts to current interface instance
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-26 16:18:37 -05:00
rijkvanzanten
d8432df75f
Only show loader if there's no preview yet
2021-02-26 16:04:20 -05:00
Jian Liao
d1a6a61a16
Fix issue 4280 by initializing sortField when create new item ( #4294 )
...
* add more ignore pattern for git
* revert the change for api/.gitignore
* fix #4288 initialize sortField when create new item
* init the maxSort counter as -1
* use more reliable way to check if sortField exists or not
* reverted unexpected file changes
* Use local previewValues for start sort index
Co-authored-by: Jian Liao <jianliao@adobe.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-26 16:04:04 -05:00
Rijk van Zanten
2b53532bd7
New Crowdin updates ( #4305 )
...
* New translations en-US.yaml (Dutch)
* Update source file en-US.yaml
2021-02-26 15:25:17 -05:00
rijkvanzanten
3a7fd847e4
Filter out revisions without related activity record
...
Fixes #4160
2021-02-26 14:44:18 -05:00
Rijk van Zanten
db30acbb8a
Move sortField to relationship setup ( #4304 )
...
* Add migration
* Add sort field to relation types
* Remove sortfield options in favor of relationship
* Add sort field configuration to relational setup
* Save m2a sortfield on the correct row
* Add default sort field to system data
2021-02-25 19:13:36 -05:00
YannickMol
9e1b185c13
Show dialog text in tox in dark mode ( #4302 )
...
Fix #4289
2021-02-25 17:13:32 -05:00
MiniDigger | Martin
01ecf994d4
wysiwyg: set the default link protocol to https ( #4291 )
...
See https://www.tiny.cloud/docs/plugins/opensource/link/#link_default_protocol
when you don't enter a protocol, and tinyemc thinks you entered an external link, it will prompt you to add https
2021-02-25 11:59:49 -05:00
Nitwel
b69fcec3a4
Add download buttons to files interface ( #4287 )
...
* add download button to files interface
* Update app/src/interfaces/files/files.vue
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-02-25 10:01:32 -05:00
Nitwel
496768af2f
hide overflow and location when on mobile ( #4286 )
2021-02-25 09:59:24 -05:00
Nitwel
0db81f13ff
fix new collection fields position ( #4285 )
2021-02-25 09:58:10 -05:00
Nitwel
4ab1d76b2f
change order of toggle icons ( #4284 )
2021-02-25 09:55:06 -05:00
rijkvanzanten
64b012bccc
Revert "Link devDependencies"
...
This reverts commit 63ec4b8e60 .
2021-02-24 19:03:26 -05:00
rijkvanzanten
340b240f0f
Fix responsiveness of radio-buttons / checkboxes
...
Fixes #4275
2021-02-24 19:02:45 -05:00
rijkvanzanten
63ec4b8e60
Link devDependencies
2021-02-24 18:27:01 -05:00
Nitwel
c2e7c85bbd
Update documentation of app ( #4222 )
...
* move component docs to documentation
* update app docs tables for components
* update docs
* Add components to docs sidebar
* fix generated tables
* fix tables
* rename transitions
* update tables
* update nested components
* update tables
* update tables
* update tables
* update v-table table
* add basic documentation to each component
* remove all stories of storybook
* add missing documentation
* undate tables
* update tables
* update docs sidebar
* update app docs
* remove unused references
* add general readme
* update docs
* make reference titiles smaller
* add reference tag
* improve docs
* update order of tabs in sidebar
* remove all readmes and stories from interfaces/displays
* Cleanup menu
* Remove storybook
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-24 17:48:19 -05:00
rijkvanzanten
5b12e1c85c
Show errors on 2fa disable
...
Fixes #4156
2021-02-24 16:18:39 -05:00
rijkvanzanten
ce9a6c8cf6
Fix update permission check
2021-02-24 13:28:16 -05:00
Rijk van Zanten
60e62b08b5
New Crowdin updates ( #4253 )
...
* Update source file en-US.yaml
* New translations en-US.yaml (Bulgarian)
* Update source file en-US.yaml
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Russian)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Dutch)
2021-02-24 11:09:55 -05:00
Nitwel
e130e80f50
fix related-values display not working on translations ( #4268 )
2021-02-24 10:04:11 -05:00
Nitwel
b143e1ca80
fix card layout not working ( #4267 )
2021-02-24 09:46:14 -05:00
YannickMol
01e1a8c958
Make headline visible if title is short ( #4107 )
...
* Make headline visible if title is short
Fixes #4101
* Revert "Make headline visible if title is short"
This reverts commit eb5ef8212d .
* Add min-width to title-container
Not the most beautiful solution, but it works for most cases.
* Revert "Add min-width to title-container"
This reverts commit 6d0afb7e43 .
* Move title-outer inside title-container
2021-02-23 17:43:59 -05:00
rijkvanzanten
42ab1cce49
v9.0.0-rc.43
2021-02-23 17:18:22 -05:00
rijkvanzanten
3d33b9db55
Allow and ignore null schema in field update
...
Fixes #4254
2021-02-23 17:06:35 -05:00
Jian Liao
545b6a03f6
Fix Issue 4188 ( #4200 )
...
* add more ignore pattern for git
* fix #4188 by applying a special flag for unsaved item and build a predictable sort
* revert the change for api/.gitignore
* Rely on editsAtStart in value check instead of unsaved flag
Co-authored-by: Jian Liao <jianliao@adobe.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-23 15:18:23 -05:00
Rijk van Zanten
b2c85bad6a
New Crowdin updates ( #4239 )
...
* Update source file en-US.yaml
* New translations en-US.yaml (French)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Hungarian)
* New translations en-US.yaml (Hungarian)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Hungarian)
2021-02-23 14:46:17 -05:00
rijkvanzanten
474d68499b
Fix wrong type in corresponding m2m field
...
Fixes #4243
2021-02-23 14:45:54 -05:00
rijkvanzanten
fab082b63f
Fix revisions drawer detail when number of revisions > 100
...
Fixes #4187
2021-02-23 14:38:38 -05:00
rijkvanzanten
689ccffa2d
Add roles to recommended app default permissions
...
Fixes #4212
2021-02-23 12:02:00 -05:00
rijkvanzanten
f0ed48d344
Use db-safe for repeater field option
...
Closes #3391
2021-02-22 20:11:43 -05:00
rijkvanzanten
301d5a3337
Add "show hidden collections" context menu
...
Closes #3310
2021-02-22 19:49:53 -05:00
rijkvanzanten
0b20922c27
Use v-if instead of v-show to render nested list items
...
Fixes #3417
2021-02-22 19:24:28 -05:00
rijkvanzanten
036c9810f9
Don't show unchanged data in diff
...
Fixes #2914
2021-02-22 19:09:23 -05:00
rijkvanzanten
6fe03dd183
Only expose version in dev mode
2021-02-22 18:21:25 -05:00
Rijk van Zanten
4869b79eaf
New translations en-US.yaml (French) ( #4225 )
2021-02-22 18:13:12 -05:00
Nitwel
ef33d2edfe
Add search field in settings > presets ( #4176 )
...
* add search field in settings > presets
* move search field to the sidebar
2021-02-22 12:43:31 -05:00
Rijk van Zanten
e8d5ded6ee
New Crowdin updates ( #4186 )
...
* New translations en-US.yaml (French)
* New translations en-US.yaml (Bulgarian)
* Update source file en-US.yaml
* Update source file en-US.yaml
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Czech)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Turkish)
2021-02-22 12:42:05 -05:00
YannickMol
cf261f4eb2
Show related values for M2A ( #4196 )
2021-02-22 11:24:05 -05:00
Nitwel
78bd05bff4
Fix advanced filtering on relational fields ( #4217 )
...
* fix advanced filtering on relational fields
* Fix relational lookup for o2m fields
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-02-22 10:42:45 -05:00
YannickMol
c66fec0c6d
Show dropdown groupable ( #4202 )
...
Fixes #4193
2021-02-22 10:27:50 -05:00
Nitwel
3cedef6d13
allow setting primary key in o2m ( #4218 )
2021-02-22 10:07:51 -05:00
rijkvanzanten
055ebcb69b
v9.0.0-rc.42
2021-02-19 17:22:06 -05:00
YannickMol
c69aaa471d
Clarify filtered results ( #4162 )
...
* Clarify filtered results
Fixes #3769
* Update cards.vue
* Change to 1 (filtered) item
2021-02-19 17:07:41 -05:00
Nitwel
0896526be6
fix input padding ( #4185 )
2021-02-19 17:04:04 -05:00
Nitwel
79eff4d5b2
Add notification when new field will be generated ( #4148 )
...
* add notification when new field will be generated
* add detailed info on which data will be generated
* update style of notification
* update paddings
2021-02-19 15:07:04 -05:00
Rijk van Zanten
b407b14d66
New Crowdin updates ( #4164 )
...
* New translations en-US.yaml (French)
* New translations en-US.yaml (French)
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Bulgarian)
2021-02-19 14:54:47 -05:00
Nitwel
2ee639964c
Show prompt when having unsaved changes ( #4174 )
...
* show prompt when having unsaved changes
* alert also for users and files
2021-02-19 14:51:53 -05:00
Nitwel
de528f261d
fix-z-height on wysiwyg in drawer ( #4177 )
2021-02-19 11:06:52 -05:00