Shaun Walker
1291eb5b7c
Merge pull request #1861 from sbwalker/dev
...
added support for url mapping and viitors
2021-12-09 08:40:15 -05:00
Shaun Walker
9c32937c83
added support for url mapping and viitors
2021-12-09 08:48:56 -05:00
Shaun Walker
1ec28e9825
Merge pull request #1855 from svendu/fix_postgres_installation
...
Make IsPublic of type bool to make PostgreSQL happy
2021-12-08 12:54:30 -05:00
Shaun Walker
86fce898e5
Merge pull request #1853 from leigh-pointer/PagerBoth
...
Update the ToolBar position on the Pager Component
2021-12-08 12:54:10 -05:00
Sven Dummis
bbee87f7df
Make IsPublic of type bool
2021-12-07 12:07:26 +01:00
Leigh
811ddb9b44
Update the ToolBar position on the Pager Component
...
Add the option "Both" to display the toolbar at the top and bottom of the pager. Nice if the Pager is displaying large sets of data.
2021-12-06 19:18:07 +01:00
Shaun Walker
de798da074
Merge pull request #1848 from leigh-pointer/RichTextContentRefresh
...
Fix #1837 RichTextEditor Content not re-Rendering
2021-12-03 09:45:59 -05:00
Leigh
65d468be33
Fix #1837 RichTextEditor Content not re-Rendering
...
Change to the OnAfterRenderAsync method and changed OnInitialized to OnParametersSet
2021-12-03 06:31:45 +01:00
Shaun Walker
9664ff67f3
Merge pull request #1842 from leigh-pointer/QuillEditor1.3.7-SecurityUpdate
...
Quill Security related bug fixes.
2021-12-02 16:24:49 -05:00
Shaun Walker
99f73cf31e
Merge pull request #1846 from sbwalker/dev
...
Additional properties added to Route model to improve abstraction, modified Site Settings to support settings moved to the server.
2021-12-02 16:24:39 -05:00
Shaun Walker
a216e2b92e
Additional properties added to Route model to improve abstraction, modified Site Settings to support settings moved to the server.
2021-12-02 16:33:16 -05:00
Leigh
9dfd9ad519
Quill Security related bug fixes.
...
Upgraded Quill references to 1.3.7
Tabnabbing vulnerability in snow theme #2438
https://github.com/quilljs/quill/issues/2438
https://github.com/quilljs/quill/releases/tag/v1.3.7
2021-12-02 09:56:55 +01:00
Shaun Walker
97133510a7
Update README.md
2021-12-01 09:11:21 -05:00
Shaun Walker
43d166fb7d
Route parsing abstraction and optimization, site router performance improvements, migrate site-based concepts (favicon, PWA support) to server for performance and prerendering benefits, move ThemeBuilder interop logic to OnAfterRenderAsync, upgrade SqlClient to release version, update installer to Bootstrap 5.1.3
2021-12-01 08:22:59 -05:00
Shaun Walker
2f8a580854
Merge pull request #1840 from sbwalker/dev
...
Route parsing abstraction and optimization, site router performance improvements, migrate site-based concepts (favicon, PWA support) to server for performance and prerendering benefits, move ThemeBuilder interop logic to OnAfterRenderAsync, upgrade SqlClient to release version, update installer to Bootstrap 5.1.3
2021-12-01 08:14:46 -05:00
Leigh
a21a2ab3bb
Settings for ModuleDefinitions #1829
...
Add Update settings for the ModuleDefinition
2021-11-24 16:06:52 +01:00
Shaun Walker
03106526e9
Enhance the default site template with a Develop page that makes the Module Creator more discoverable for new users
2021-11-24 09:07:43 -05:00
Shaun Walker
a9ac3917b3
Merge pull request #1831 from sbwalker/dev
...
Enhance the default site template with a Develop page that makes the Module Creator more discoverable for new users
2021-11-24 08:59:54 -05:00
Shaun Walker
53ff491efd
Assorted enhancements
2021-11-24 08:08:39 -05:00
Shaun Walker
1feb6ec452
Merge pull request #1830 from sbwalker/dev
...
Assorted enhancements
2021-11-24 08:00:49 -05:00
Shaun Walker
df00f53e54
Merge pull request #1823 from hishamco/tab-panel-localizer
...
Fix heading localization in TabPanel
2021-11-22 16:03:50 -05:00
Shaun Walker
be32af7588
Merge pull request #1827 from sbwalker/dev
...
refactored ErrorBoundary implementation to support logging
2021-11-22 16:03:17 -05:00
Shaun Walker
19be77ed49
refactored ErrorBoundary implementation to support logging
2021-11-22 16:11:44 -05:00
Hisham Bin Ateya
1c43c095bc
Fix heading localization in TabPanel
2021-11-20 09:47:49 +03:00
Shaun Walker
59850f4869
Merge pull request #1815 from chlupac/ErrorBoundary
...
Implementing ErrorBoundary in ModuleInstance component
2021-11-18 16:14:35 -05:00
Shaun Walker
804b61ff95
Merge pull request #1820 from hishamco/swagger
...
Handle SchemaId in Swagger
2021-11-18 08:54:57 -05:00
Hisham Bin Ateya
d431c607ba
Handle SchemaId in Swagger
2021-11-18 14:50:17 +03:00
Shaun Walker
b87b0489e9
Merge pull request #1812 from leigh-pointer/PageModules
...
Modification to Page Management component
2021-11-17 08:52:31 -05:00
Shaun Walker
2e593d44ee
Merge pull request #1813 from leigh-pointer/ModuleDefinitionsInUse
...
Modification to Module Management
2021-11-17 08:49:00 -05:00
Shaun Walker
71354464e3
Merge pull request #1810 from leigh-pointer/ControlPanel
...
Page management buttons resizing
2021-11-17 08:44:39 -05:00
Shaun Walker
c48b4788c6
Merge pull request #1805 from chlupac/AliasFix
...
Fix - site with default alias (*) edit fail
2021-11-17 08:44:05 -05:00
Shaun Walker
fe9a7333ed
Merge pull request #1798 from leigh-pointer/BreadCrumbs
...
Fix for #1797 Breadcrumbs render clickable
2021-11-17 08:43:55 -05:00
Shaun Walker
16d9e06db2
Merge pull request #1793 from 2sic-forks/dev
...
Add many PrivateApi attributes to hide unimportant stuff in docs
2021-11-17 08:43:35 -05:00
Pavel Vesely
b40ee19735
ErrorBoundary
2021-11-17 11:22:24 +01:00
Leigh
d5b0356625
Modification to Module Management
...
The component now reports back if the module is in use. This will assist in housekeeping and removal of unused modules.
2021-11-16 00:37:57 +01:00
Leigh
5ca77c3f64
Modification to Page Management component
...
Add a new tabpane that lists all the module on that page. From here you are able to modify the module settings and or delete the module from a page. Delete will send the module to the recycle bin.
2021-11-15 23:26:20 +01:00
Leigh
54e9307795
Page management buttons resizing
...
When the language is changed, in this instance Dutch the buttons are not resized to fit the caption. This small fix rectifies this.
2021-11-15 21:14:40 +01:00
Pavel Vesely
60d7e45048
Fix - site with default alias (*) edit fail
2021-11-14 10:22:01 +01:00
Shaun Walker
931559cca8
Update README.md
2021-11-12 09:42:34 -05:00
Leigh
2567c2937d
Fix for #1797 Breadcrumbs render clickable
...
This fixes the issue when the page property IsClickable is set to false the breadcrum for the page is not clickable.
2021-11-12 07:07:15 +01:00
ijungleboy
5b8e6d4df6
Add many PrivateApi attributes to hide unimportant stuff in docs
2021-11-11 20:01:55 +01:00
Shaun Walker
087c053bd5
Merge pull request #1791 from oqtane/master
...
Merge pull request #1790 from oqtane/dev
2021-11-11 10:13:49 -05:00
Shaun Walker
7e699136d7
Merge pull request #1790 from oqtane/dev
...
version 3.0.0 release
2021-11-11 10:13:00 -05:00
Shaun Walker
b7bbfe2a46
Merge pull request #1789 from sbwalker/dev
...
updated database provider references
2021-11-11 09:12:49 -05:00
Shaun Walker
69783b0709
updated database provider references
2021-11-11 09:21:01 -05:00
Shaun Walker
614041d55e
update Blazor theme with bootstrap bundle js
2021-11-11 07:50:24 -05:00
Shaun Walker
856f61c2ee
Merge pull request #1787 from sbwalker/dev
...
update Blazor theme with bootstrap bundle js
2021-11-11 07:42:10 -05:00
Shaun Walker
b0b196a522
Merge pull request #1786 from leigh-pointer/ActionMenu
...
Fix for Action Menus not displaying. #1785
2021-11-11 07:38:25 -05:00
Leigh
62f04d239f
Fix for Action Menus not displaying. #1785
...
Dropdowns are built on a third party library, Popper, which provides dynamic positioning and viewport detection. / bootstrap.bundle.js which contains Popper. Popper isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.
updated the Bootstrap to reference the ../5.1.3/js/bootstrap.bundle.min.js
2021-11-11 10:27:09 +01:00
Shaun Walker
4210d10fca
Merge pull request #1782 from leigh-pointer/Bootstrap
...
Upgrade to 5.1.3 Bootstrap and Bootswatch Cyborg
2021-11-10 17:25:27 -05:00