aff33c6a5d
Merge pull request #2000 from oqtane/dev
...
3.0.3 release
2022-02-15 14:31:21 -05:00
a84b497fae
Merge pull request #1999 from artmedia/patch-1
...
typo correction for closing tag
v3.0.3
2022-02-15 09:37:39 -05:00
c33d1bcd3c
typo correction for closing label
...
typo correction for closing label
2022-02-15 10:19:58 +01:00
4071e14a7e
Update README.md
2022-02-14 16:25:58 -05:00
b5b3f190b7
Merge pull request #1998 from leigh-pointer/ModuleCount
...
null reference exception still occurring
2022-02-14 13:07:29 -05:00
d43a3e132c
null reference exception still occurring
...
added a '?' operator after the m.ModuleDefinition
2022-02-14 19:06:00 +01:00
a90c21f80a
Merge pull request #1997 from sbwalker/dev
...
prepare for 3.0.3 release
2022-02-11 16:49:21 -05:00
2b768165e5
prepare for 3.0.3 release
2022-02-11 16:59:48 -05:00
e8425ba03a
improve performance by reducing database calls in initial client request scenarios
2022-02-11 15:42:34 -05:00
b0a6f402e9
Merge pull request #1996 from sbwalker/dev
...
improve performance by reducing database calls in initial client request scenarios
2022-02-11 15:32:16 -05:00
02e86a940b
Merge pull request #1973 from 2sic-forks/refs
...
fix #1972 Missing Preprocessor Directives during Runtime Compile
2022-02-10 07:56:52 -05:00
79d03eb43e
Merge pull request #1988 from 2sic-forks/content
...
fix #1987 Nuspec to include 'content'
2022-02-10 07:56:08 -05:00
b564955f85
Merge pull request #1994 from sbwalker/dev
...
fixed #1989 - installation on SQLite failing due to DropColumn, fixed #1986 - IClientStartup not getting called for External Modules, added ability to correlate new visitors by IP address
2022-02-10 07:55:51 -05:00
5aed64f614
fixed #1989 - installation on SQLite failing due to DropColumn, fixed #1986 - IClientStartup not getting called for External Modules, added ability to correlate new visitors by IP address
2022-02-10 08:05:55 -05:00
a823a4d9b7
remove precompile symbol OQTANE3_0_OR_GREATER as it have the same effect as simple OQTANE
2022-02-08 20:15:50 +01:00
4eed2193f4
Merge branch 'oqtane:dev' into refs
2022-02-08 19:55:34 +01:00
48e7a41af6
fix #1987 Nuspec to include 'content'
2022-02-08 19:38:31 +01:00
bba5caecf7
Merge branch 'oqtane:dev' into content
2022-02-08 19:34:15 +01:00
ede6a45f15
more RichTextEditor refactoring
2022-02-08 07:42:47 -05:00
9c65d23229
Merge pull request #1992 from sbwalker/dev
...
more RichTextEditor refactoring
2022-02-08 07:32:21 -05:00
5dedfe9295
fix oqtane#1987 Nuspec to include 'content' ('contentFiles')
2022-02-07 14:09:14 +01:00
95d8c368c8
Meta tags should not be HTML encoded
2022-02-06 18:54:09 -05:00
49fbfb8bbc
Merge pull request #1985 from sbwalker/dev
...
Meta tags should not be HTML encoded
2022-02-06 18:43:52 -05:00
aa3d2a5289
Merge pull request #1969 from 2sic-forks/dev
...
fix #1272 - add support for refs folder in package installation
2022-02-06 12:11:29 -05:00
48ae6df4b7
Merge pull request #1984 from sbwalker/dev
...
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
2022-02-06 12:09:40 -05:00
c635351a12
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
2022-02-06 12:19:42 -05:00
d9ff77fd9a
fix #1972 Missing Preprocessor Directives during Runtime Compile
2022-01-31 18:27:56 +01:00
e1a7954307
fix #1272 - add support for refs folder in package installation
2022-01-29 06:45:51 +01:00
efe6421133
Merge pull request #1957 from Rodien/dev
...
Added web.Release.config to include remove WebDAV during the publish stage of a release
2022-01-28 13:00:56 -05:00
79b62f4407
Merge pull request #1968 from sbwalker/dev
...
improved UX in Event Log by preserving criteria when viewing Details, added RowClass and ColumnClass parameters to Pager component, added initial-scale=1.0 to viewport specification in _host, added default visitor tracking filter, fixed "The given key 'level' was not present in the dictionary" issue in Visitor Management - Details by ensuring data was fully loaded
2022-01-27 18:02:20 -05:00
9d17804ac7
improved UX in Event Log by preserving criteria when viewing Details, added RowClass and ColumnClass parameters to Pager component, added initial-scale=1.0 to viewport specification in _host, added default visitor tracking filter, fixed "The given key 'level' was not present in the dictionary" issue in Visitor Management - Details by ensuring data was fully loaded
2022-01-27 18:12:04 -05:00
5986355504
Merge pull request #1965 from leigh-pointer/ModuleCount#1963
...
Fix for Version 3 module definitions error #1963
2022-01-25 13:38:58 -05:00
192e6fde92
Fix for Version 3 module definitions error #1963
...
The code was assuming that the ModuleDefinitionId exists in the PageState.Modules collection. Instead of using .Count() code now uses .FirstOrDefault() != null
2022-01-25 06:23:07 +01:00
ad090e62cc
enhance Pager to support pure responsive Grid format (Columns = 0)
2022-01-23 10:40:41 -05:00
5c072fea62
Merge pull request #1960 from sbwalker/dev
...
enhance Pager to support pure responsive Grid format (Columns = 0)
2022-01-23 10:30:54 -05:00
fd01a40810
Merge pull request #1958 from leigh-pointer/AddUserId
...
Add the Username to the User And Roles display.
2022-01-22 19:25:20 -05:00
7b9a83a273
Merge pull request #1959 from sbwalker/dev
...
added router support for url fragments, added language attribute to HTML document tag to improve validation, fixed Theme Settings so they can only be invoked via the Control Panel, added support for webp image files
2022-01-22 19:24:51 -05:00
f964e0e502
added router support for url fragments, added language attribute to HTML document tag to improve validation, fixed Theme Settings so they can only be invoked via the Control Panel, added support for webp image files
2022-01-22 19:34:30 -05:00
22acb7c74b
Comments cleanup
...
Code cleanup. I removed the unnecessary comments.
This code will remove WebDAV during the publish stage of a release.
2022-01-21 11:58:24 +01:00
6a99e81e75
Add the Username to the display.
...
When looking through Users and Roles it would seem ideal to also show the username.
2022-01-21 09:36:32 +01:00
93b6de1caf
Added web.Release.config to include remove WebDAV during the publish stage of a release
2022-01-21 02:32:48 +01:00
1fbab5db2b
Merge pull request #1954 from sbwalker/dev
...
enhance Pager component with OnPageChanged event and implement in Visitor Management, allow PermissionGrid component to support Host role, fix unhandled exception in RichTextEditor component related to rerendering, make Quill resource declarations forward compatible, update Blazor theme to Boostrap 5.1.3, add missing RemoteIPAddress parameter in _Host app component, include logic to enable bypass of non-default alias redirection
2022-01-19 17:40:01 -05:00
950e852dee
Merge branch 'dev' of https://github.com/sbwalker/oqtane.framework into dev
2022-01-19 17:47:39 -05:00
826898e3fe
enhance Pager component with OnPageChanged event and implement in Visitor Management, allow PermissionGrid component to support Host role, fix unhandled exception in RichTextEditor component related to rerendering, make Quill resource declarations forward compatible, update Blazor theme to Boostrap 5.1.3, add missing RemoteIPAddress parameter in _Host app component, include logic to enable bypass of non-default alias redirection
2022-01-19 17:47:27 -05:00
1268149d83
Merge pull request #1944 from oqtane/master
...
Merge pull request #1943 from oqtane/dev
2022-01-16 11:06:34 -05:00
908299970f
Merge pull request #1943 from oqtane/dev
...
3.0.2 release
2022-01-16 11:05:56 -05:00
861dde8627
Update README.md
v3.0.2
2022-01-15 12:59:50 -05:00
cc9802a0d8
use PageState.Uri rather than creating a new Uri object
2022-01-15 12:58:47 -05:00
69d1f3aa53
Merge pull request #1940 from sbwalker/dev
...
use PageState.Uri rather than creating a new Uri object
2022-01-15 12:49:00 -05:00
ea4587d842
Update README.md
2022-01-15 12:38:23 -05:00