1
0
Fork 0
mirror of synced 2024-07-06 06:50:49 +12:00
Commit graph

720 commits

Author SHA1 Message Date
Michael Shanks f771db5915 bugfix: records&indexs badly named in UI
(due to previous collectionName change)
2020-04-02 06:55:11 +01:00
Michael Shanks 5209c6443c datatable: terminology updated: index > view 2020-04-02 06:30:20 +01:00
Michael Shanks ecc649180f better naming of default child view 2020-04-02 06:29:31 +01:00
Michael Shanks 84d145026b bugfix: database upgrade broken when field added 2020-04-02 06:21:52 +01:00
Martin McKeaveney 609875ac3e
Merge pull request #187 from shogunpurple/choose-first-db
choose first db if none selected
2020-04-01 10:25:29 +01:00
Martin McKeaveney 7cdae881dc choose first db if none selected 2020-04-01 10:17:03 +01:00
Martin McKeaveney 86b5a475d6
Merge pull request #186 from shogunpurple/delete-databases
Delete databases
2020-04-01 06:09:20 +01:00
Martin McKeaveney 77f707949c change icon 2020-03-31 18:11:12 +01:00
Martin McKeaveney fccd90d64d tidy up 2020-03-31 17:58:47 +01:00
Martin McKeaveney c0bd5f2fbb ability to delete databases 2020-03-31 17:53:34 +01:00
Michael Shanks 0648ec7dff v0.0.29 2020-03-31 16:33:40 +01:00
Michael Shanks 85dfaee3a0 temporary bugfix, links on homepage broken for 4001 2020-03-31 16:33:23 +01:00
Michael Shanks 80fec01c8f v0.0.28 2020-03-31 14:44:04 +01:00
Conor_Mack 493d01508e
Merge pull request #184 from Conor-Mack/bugfix/md-reference-bb-apis
removing debuggers
2020-03-31 10:28:58 +01:00
Conor_Mack bc7fc1b824 removing debuggers 2020-03-31 10:27:29 +01:00
Conor_Mack 888ecc4a7f
Merge pull request #183 from Conor-Mack/bugfix/md-reference-bb-apis
Bugfix: datepicker needed to pass _bb down to the textfield
2020-03-31 10:24:34 +01:00
Conor_Mack 3087e4a162 Merge branch 'master' of https://github.com/Budibase/budibase into bugfix/md-reference-bb-apis 2020-03-31 10:23:07 +01:00
Conor_Mack 336925ea56 Bugfix: datepicker needed to pass _bb down to the textfiel 2020-03-31 10:22:23 +01:00
Martin McKeaveney f0aefb2bfc
Merge pull request #182 from shogunpurple/error-notifications
error recovery notification banner
2020-03-30 22:54:34 +01:00
Martin McKeaveney 6e9ae788b5 remove import 2020-03-30 21:21:18 +01:00
Martin McKeaveney 52cd19a046 error recovery notification banner 2020-03-30 21:14:41 +01:00
Joe ff0fe2cba5
Merge pull request #176 from shogunpurple/ui-updates
improved backend drilldown paths
2020-03-30 13:41:48 +01:00
Conor_Mack 2e6593599f
Merge pull request #175 from Conor-Mack/bugfix/md-reference-bb-apis
MD Components to Reference Budibase API's
2020-03-30 13:12:22 +01:00
Conor_Mack c09544923d Tidyup 2020-03-30 13:09:36 +01:00
Martin McKeaveney 77ccccb8c8 improved backend drilldown paths 2020-03-30 11:57:22 +01:00
Conor_Mack 545ebd0cf2 Merge 2020-03-30 11:30:35 +01:00
Conor_Mack d157165e34 Updating material components to reference bb apis properly 2020-03-30 11:20:55 +01:00
Michael Shanks 6b355551d0 bugfix - weird field table layout bug when > 4 fields
...hence remove unecessary ActionsHeader
2020-03-29 07:43:14 +01:00
Michael Shanks 9c3ba00ea1 bugfix: ModelView field "Values" not always defined 2020-03-29 07:29:25 +01:00
Michael Shanks 90b3ca54e0 bugfix: datetime fields usable 2020-03-29 07:28:44 +01:00
Michael Shanks dfe797015b Merge branch 'new-backend' 2020-03-28 06:43:02 +00:00
Michael Shanks fbfca2370b bugfix: better logging on create user error 2020-03-28 06:40:01 +00:00
Michael Shanks 946c79df53 bugfix: clearing sessions on backend update 2020-03-28 06:39:22 +00:00
Martin McKeaveney 35a2dc2fdc
Merge pull request #168 from Budibase/new-backend
New backend
2020-03-27 16:59:07 +00:00
Martin McKeaveney ec0d8bd142 formatting 2020-03-27 16:58:32 +00:00
Martin McKeaveney 545694d3a8 merge conflicts 2020-03-27 16:58:01 +00:00
Michael Shanks 275e17a90d rebuild page code when templated component added 2020-03-27 15:28:33 +00:00
Michael Shanks b5473f29c6 upgrading accesslevels 2020-03-27 15:14:50 +00:00
Martin McKeaveney 00eb3ce13a write access levels 2020-03-27 14:49:51 +00:00
Martin McKeaveney 220f128d84 Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-27 12:39:13 +00:00
Martin McKeaveney e1d1be1e1a showing correct front end elements for selected database 2020-03-27 12:38:27 +00:00
Michael Shanks 51caa55f4b create/edit record - supports field types 2020-03-27 11:28:30 +00:00
Martin McKeaveney 5c7e603a5e rename record 2020-03-27 10:32:37 +00:00
Martin McKeaveney ee4972a030 tidy up 2020-03-26 21:22:32 +00:00
Martin McKeaveney d48c311564 drilldown complete, deleting model fields 2020-03-26 17:39:42 +00:00
Michael Shanks 721569c2d4 bugfix: child key not constructed correctly 2020-03-26 14:52:44 +00:00
Conor_Mack 9cfbb34ba2
Merge pull request #170 from Conor-Mack/tidyup/components-json
Tidyup and components json update
2020-03-26 14:49:10 +00:00
Conor_Mack d2b0e79a73 Tidyup and components json update 2020-03-26 14:47:49 +00:00
Michael Shanks 8e322e314b bugfix: upgradeData - not upgrading child records 2020-03-26 14:32:09 +00:00
Michael Shanks 3f1fcfa50c bugfix: child views not loading 2020-03-26 14:31:56 +00:00