sbrickey

Results 11 issues of sbrickey

using the SampleSite as an example, the Readings column should not be indexed.

When the validation's error message is null, exceptions are thrown during instantiation of RuleViolation, since validation.ErrorMessage is used as the formatter of String.Format. ref: http://forum.kooboo.com/yaf_postsm14126_Unable-to-view-Admin-Content-Search-Indexed-Data.aspx#post14126 When adding validators to the...

In some pages, I reuse the same query on several views, all of which are added to the same page... this can lead to slow load times, and other DRY...

having recently dug into much of the internals of DataRuleBase and DataRuleExecutor... I realize that many of the home-made queries that are being written are unable to leverage most of...

I have a TextContent which contains multiple "category" fields (1:N data relation, with the related data providing hierarchical nesting). I have had to rebuild much of the logic that the...

I would like to define MVC helpers and functions that I can use throughout my views, without needing to build and deploy an assembly/module. Granted, they are currently working around...

I would like to be able to use FrontUrl().PageUrl(...) for my site's default page. Currently, PageURL only works when the page is valid, or when a path is mapped to...

Connected authentication providers can be assigned default membership group(s)... I would like to do the same with users that are local to the membership provider (not connected).

some of my content folders have several category relation folders and/or embedded folders. to simplify the content management, I would like to be able to control the sort order of...

analogous to Reading field in the Article content type in the Sample Site template, I am considering some content types which will be frequently updated... for these frequent updates, I...