Jože Fortun
e6260dffc6
Fix compose tests
2023-10-31 14:06:32 +01:00
Mumbi Francis
e4269669d8
Add Corteza studio UI personalization feature
2023-10-31 15:52:39 +03:00
Jože Fortun
d10257cc36
Fix configured fields not respecting system fields
2023-10-31 13:42:44 +01:00
Kelani Tolulope
acd3ec95ec
Add configurable column fields on public page record list
2023-10-31 13:42:44 +01:00
Jože Fortun
3e99588aa3
Adjust mobile toolbar/resource header implementation
2023-10-31 13:36:46 +01:00
Jože Fortun
abbb5604a6
Add embeded url option for page layout record page action buttons
2023-10-31 13:36:46 +01:00
Emmy Leke
5f88e4cb88
Address Admin's UI responsiveness and refactor
2023-10-31 13:03:16 +01:00
Jože Fortun
dcc541d953
Adjust CInputSearch styles
2023-10-30 17:54:41 +01:00
Jože Fortun
7301b804db
Fix compose tests
2023-10-30 17:37:20 +01:00
Emmy Leke
5d2d30431f
Make the toolbar responsive on mobile screens
2023-10-30 16:05:54 +01:00
Jože Fortun
35d455f154
Adjust refresh on related records update when saving in modal
2023-10-30 11:18:13 +01:00
Kelani Tolulope
6284ac5af9
Fix record selector, metric, chart values not refreshed when inline and bulk edit changes are applied to related records
2023-10-30 11:18:13 +01:00
Kelani Tolulope
79791dc8d2
Add changes detection to record editing
2023-10-30 11:15:45 +01:00
Tomaž Jerman
59b381c9c1
Add missing translations for schema alterations
2023-10-30 10:23:49 +01:00
Tomaž Jerman
760760f7f6
Fix tests #2
2023-10-30 08:44:16 +01:00
Tomaž Jerman
5e3810302f
Fix tests
2023-10-27 16:33:47 +02:00
Jože Fortun
b7c2ea8f25
Fix page block copy/paste
2023-10-27 12:11:53 +02:00
Tomaž Jerman
f1d1fec960
Merge branch '2023.9.x-feature-dal-ddl' into 2023.9.x
2023-10-26 17:10:16 +02:00
Tomaž Jerman
be82687d96
Fix invalid SQL for pgsql column type change
2023-10-26 17:09:59 +02:00
Tomaž Jerman
e852e7bcf1
Allow dismissed filter parameter for dal schema alterations
2023-10-26 17:09:59 +02:00
Tomaž Jerman
6b7a6a5896
FE tweaks and fixes
2023-10-26 17:09:59 +02:00
Tomaž Jerman
1e10db1e95
Add tests & tweaks for RDBMS dialect column fit checks
2023-10-26 17:09:59 +02:00
Tomaž Jerman
caabf6647e
Cleanup svc functions, add actionlog & rbac
2023-10-26 17:09:59 +02:00
Tomaž Jerman
71d3cf6518
Add elevated permissions to svc activate step
2023-10-26 17:09:59 +02:00
Tomaž Jerman
c1241cf8a8
Add missing fields to dal schema alteration def. files
2023-10-26 17:09:59 +02:00
Tomaž Jerman
107128463a
Add missing column definition for enum type
2023-10-26 17:09:59 +02:00
Tomaž Jerman
7a85cf3e1a
Change alteration merge to remove all found duplicates
...
Before it terminated too quickly so it would incloude half of the
duplicates.
This would cause a problem if we added multiple bits with the same
ident (nested record values for example).
2023-10-26 17:09:59 +02:00
Tomaž Jerman
3eb709b90a
Post test tweaks and fixes
2023-10-26 17:09:59 +02:00
Tomaž Jerman
7c6fb592bc
Fix lapsus in module->model attribute type mapping
2023-10-26 17:09:59 +02:00
Jože Fortun
bf154e44c5
Hide alterations modal on load if no alterations exist
2023-10-26 17:09:59 +02:00
Jože Fortun
0d19f76f2d
Add alteration params translations
2023-10-26 17:09:59 +02:00
Tomaž Jerman
c99f68030d
Switch mysql information schema to column type
...
Column type provides more information about the storage, such as
intager signature and decimal precision.
2023-10-26 17:09:59 +02:00
Tomaž Jerman
41628f40c7
Add ColFits functions for other rdbms dialects
2023-10-26 17:09:59 +02:00
Jože Fortun
0f8308af89
Add schema alteration translations
2023-10-26 17:09:59 +02:00
Tomaž Jerman
f733788323
Tweak MySQL type fit check
...
Make the check respect signed & unsigned as well as decimal and
varchar sizes.
2023-10-26 17:09:59 +02:00
Tomaž Jerman
d6c669cec6
Generate API clients and fix misreferenced API client methods
2023-10-26 17:09:58 +02:00
Tomaž Jerman
6795e5e0f2
Post testing tweaks and fixes
2023-10-26 17:09:58 +02:00
Tomaž Jerman
7b5e8d1aa9
Fix lapsus in sys->pkg alt mapping for partial mapping
2023-10-26 17:09:58 +02:00
Tomaž Jerman
27cdf5d9f0
Fix lapsus for colum type alter SQL
2023-10-26 17:09:58 +02:00
Tomaž Jerman
ea1f6ca3cd
Fix lapsus on applying re-type alterations
2023-10-26 17:09:58 +02:00
Tomaž Jerman
a830cddabb
Remove old model versions from the dal registry
2023-10-26 17:09:58 +02:00
Tomaž Jerman
d2a901d424
Prevent schema alterations on the default schema
2023-10-26 17:09:58 +02:00
Tomaž Jerman
e0834bd634
Fix lapsus in checking for duplicate model
2023-10-26 17:09:58 +02:00
Tomaž Jerman
eb9a5ae1b4
Add json tags to dal/model structs
2023-10-26 17:09:58 +02:00
Tomaž Jerman
79b7676a9a
WIP Connect modal to API
2023-10-26 17:09:58 +02:00
Jože Fortun
bf32ffa490
Add Dal Alterations modal
2023-10-26 17:09:57 +02:00
Tomaž Jerman
f5c11dbe22
Properly cast temporal types so DB drivers can be more flexible
2023-10-26 17:09:57 +02:00
Tomaž Jerman
81a46b0546
Make record value setting more flexible with datetime fields
2023-10-26 17:09:57 +02:00
Tomaž Jerman
081058dd64
Remove lowercase modifiers from alteration index
2023-10-26 17:09:57 +02:00
Tomaž Jerman
0d2c3c4395
Re-evaluate model issues after applying alterations
2023-10-26 17:09:57 +02:00