From 0b21e97b4484ef02aa5edcfb39e54254a79eb9e9 Mon Sep 17 00:00:00 2001
From: cupcake
Date: Thu, 23 Jan 2025 02:17:25 +0200
Subject: [PATCH] [fix] XML declarations in HTML module descriptions
Deprecation Warning
---
auth_user_case_insensitive/README.rst | 32 ++++++++++---------
auth_user_case_insensitive/pyproject.toml | 3 ++
.../readme/CONTRIBUTORS.md | 4 +++
.../readme/CONTRIBUTORS.rst | 4 ---
.../{DESCRIPTION.rst => DESCRIPTION.md} | 4 +--
.../readme/{INSTALL.rst => INSTALL.md} | 6 ++--
auth_user_case_insensitive/readme/USAGE.md | 1 +
auth_user_case_insensitive/readme/USAGE.rst | 3 --
.../static/description/index.html | 28 +++++++++-------
9 files changed, 47 insertions(+), 38 deletions(-)
create mode 100644 auth_user_case_insensitive/pyproject.toml
create mode 100644 auth_user_case_insensitive/readme/CONTRIBUTORS.md
delete mode 100644 auth_user_case_insensitive/readme/CONTRIBUTORS.rst
rename auth_user_case_insensitive/readme/{DESCRIPTION.rst => DESCRIPTION.md} (71%)
rename auth_user_case_insensitive/readme/{INSTALL.rst => INSTALL.md} (77%)
create mode 100644 auth_user_case_insensitive/readme/USAGE.md
delete mode 100644 auth_user_case_insensitive/readme/USAGE.rst
diff --git a/auth_user_case_insensitive/README.rst b/auth_user_case_insensitive/README.rst
index 0b5ee47967..c0a5b62a27 100644
--- a/auth_user_case_insensitive/README.rst
+++ b/auth_user_case_insensitive/README.rst
@@ -29,8 +29,8 @@ Case Insensitive Logins
|badge1| |badge2| |badge3| |badge4| |badge5|
This module makes user logins case insensitive. It also overwrites the
-search method to allow these case insensitive logins to work on a database
-that previously had case sensitive logins.
+search method to allow these case insensitive logins to work on a
+database that previously had case sensitive logins.
**Table of contents**
@@ -40,15 +40,18 @@ that previously had case sensitive logins.
Installation
============
-Install this module as you would any other. No further configuration is required.
+Install this module as you would any other. No further configuration is
+required.
-Note that upon installation the existing logins will all be converted to lowercase.
+Note that upon installation the existing logins will all be converted to
+lowercase.
Usage
=====
-.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
- :alt: Steps to test the module
+|Steps to test the module|
+
+.. |Steps to test the module| image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:target: https://runbot.odoo-community.org/runbot/167/11.0
Bug Tracker
@@ -57,7 +60,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -65,21 +68,20 @@ Credits
=======
Authors
-~~~~~~~
+-------
* LasLabs
Contributors
-~~~~~~~~~~~~
+------------
-* Dave Lasley
-* Ted Salmon
-* Mayank Gosai
-* Chandresh Thakkar
-* Mohammed El-khamisi
+- Dave Lasley
+- Ted Salmon
+- Mayank Gosai
+- Chandresh Thakkar
Maintainers
-~~~~~~~~~~~
+-----------
This module is maintained by the OCA.
diff --git a/auth_user_case_insensitive/pyproject.toml b/auth_user_case_insensitive/pyproject.toml
new file mode 100644
index 0000000000..4231d0cccb
--- /dev/null
+++ b/auth_user_case_insensitive/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["whool"]
+build-backend = "whool.buildapi"
diff --git a/auth_user_case_insensitive/readme/CONTRIBUTORS.md b/auth_user_case_insensitive/readme/CONTRIBUTORS.md
new file mode 100644
index 0000000000..85ab6d3848
--- /dev/null
+++ b/auth_user_case_insensitive/readme/CONTRIBUTORS.md
@@ -0,0 +1,4 @@
+- Dave Lasley \
+- Ted Salmon \
+- Mayank Gosai \
+- Chandresh Thakkar \
diff --git a/auth_user_case_insensitive/readme/CONTRIBUTORS.rst b/auth_user_case_insensitive/readme/CONTRIBUTORS.rst
deleted file mode 100644
index 7b563facde..0000000000
--- a/auth_user_case_insensitive/readme/CONTRIBUTORS.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-* Dave Lasley
-* Ted Salmon
-* Mayank Gosai
-* Chandresh Thakkar
diff --git a/auth_user_case_insensitive/readme/DESCRIPTION.rst b/auth_user_case_insensitive/readme/DESCRIPTION.md
similarity index 71%
rename from auth_user_case_insensitive/readme/DESCRIPTION.rst
rename to auth_user_case_insensitive/readme/DESCRIPTION.md
index d91984716b..5ead8d567c 100644
--- a/auth_user_case_insensitive/readme/DESCRIPTION.rst
+++ b/auth_user_case_insensitive/readme/DESCRIPTION.md
@@ -1,3 +1,3 @@
This module makes user logins case insensitive. It also overwrites the
-search method to allow these case insensitive logins to work on a database
-that previously had case sensitive logins.
+search method to allow these case insensitive logins to work on a
+database that previously had case sensitive logins.
diff --git a/auth_user_case_insensitive/readme/INSTALL.rst b/auth_user_case_insensitive/readme/INSTALL.md
similarity index 77%
rename from auth_user_case_insensitive/readme/INSTALL.rst
rename to auth_user_case_insensitive/readme/INSTALL.md
index 16f1d1cdd8..f81f487eac 100644
--- a/auth_user_case_insensitive/readme/INSTALL.rst
+++ b/auth_user_case_insensitive/readme/INSTALL.md
@@ -1,3 +1,5 @@
-Install this module as you would any other. No further configuration is required.
+Install this module as you would any other. No further configuration is
+required.
-Note that upon installation the existing logins will all be converted to lowercase.
+Note that upon installation the existing logins will all be converted to
+lowercase.
diff --git a/auth_user_case_insensitive/readme/USAGE.md b/auth_user_case_insensitive/readme/USAGE.md
new file mode 100644
index 0000000000..d13d3f3efb
--- /dev/null
+++ b/auth_user_case_insensitive/readme/USAGE.md
@@ -0,0 +1 @@
+[](https://runbot.odoo-community.org/runbot/167/11.0)
diff --git a/auth_user_case_insensitive/readme/USAGE.rst b/auth_user_case_insensitive/readme/USAGE.rst
deleted file mode 100644
index cbf2a7fcbe..0000000000
--- a/auth_user_case_insensitive/readme/USAGE.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
- :alt: Steps to test the module
- :target: https://runbot.odoo-community.org/runbot/167/11.0
diff --git a/auth_user_case_insensitive/static/description/index.html b/auth_user_case_insensitive/static/description/index.html
index 5453dcb546..526610b41b 100644
--- a/auth_user_case_insensitive/static/description/index.html
+++ b/auth_user_case_insensitive/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -369,10 +369,10 @@ Case Insensitive Logins
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:218a9d428632a009fcafb6d6b00dbfe78cbb0f5db17c3565e650713bfbf4dfe4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module makes user logins case insensitive. It also overwrites the
-search method to allow these case insensitive logins to work on a database
-that previously had case sensitive logins.
+search method to allow these case insensitive logins to work on a
+database that previously had case sensitive logins.
Table of contents
@@ -389,19 +389,21 @@ Case Insensitive Logins
-
Install this module as you would any other. No further configuration is required.
-
Note that upon installation the existing logins will all be converted to lowercase.
+
Install this module as you would any other. No further configuration is
+required.
+
Note that upon installation the existing logins will all be converted to
+lowercase.
-

+

Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+
feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -424,7 +426,9 @@
This module is maintained by the OCA.
-

+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.