smark-1

Results 9 issues of smark-1

### Is your proposal related to a problem? I would like to be able to disable private pages or limit the types of private pages for specific page models. I...

type:Enhancement

docs for the PageViewRestriction model have added restriction_type option

I moved all the templates to a subdirectory in the templates folder called passkeys. This is standard in most Django apps and Django docs recommends this so that it minimizes...

This adds documentation about getting URLs for some of the most common admin views #11963. Snippets pages and Images are all documented slightly differently. I am not sure which is...

Documentation

Allow page to change private options per model. Fixes #11862 but it does not add a method to override more dynamically since the name of this property will likely change.  ...

status:Needs Tests
status:Needs Docs

Running make test file=wagtail.tests.test_page_privacy.py raises error System check identified 3 issues (0 silenced). E ====================================================================== ERROR: py (unittest.loader._FailedTest) ---------------------------------------------------------------------- AttributeError: module 'wagtail.tests.test_page_privacy' has no attribute 'py' ---------------------------------------------------------------------- Ran 1 test...

Add get_field, get_fields, and some other attributes to increase compatibility with django models

### Issue Summary filtering a snippet by date shows the date field missing margins on one side. ![image](https://github.com/user-attachments/assets/89338c52-3e20-4b98-9ac0-2bc9c0008d2e) ### Steps to Reproduce I am using the model BreadPage from the...

type:Bug
good first issue
component:Universal listings

fixes #3708 Usage The default option can be different based on the user or request if desired. ```python class newPage(Page): ... def get_default_privacy_setting(self,request): # privacy setting options ['public',"logged_in", "shared_password", "user_groups"]...

status:Needs Review
component:Page
component:Privacy