richie 2.34.1.dev16__py2.py3-none-any.whl → 2.34.1.dev19__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of richie might be problematic. Click here for more details.

@@ -4,7 +4,7 @@
4
4
  {% with children_slug=child.get_menu_title|slugify menu_options=child.menu_extension %}
5
5
  <li class="topbar__item
6
6
  {% if menu_options.allow_submenu and child.children %}dropdown{% endif %}
7
- {% if menu_options.allow_submenu and menu_options.menu_color %} topbar__item--{{ menu_options.menu_color }}{% endif %}"
7
+ {% if menu_options.allow_submenu and menu_options.menu_color %} topbar__item--{{ menu_options.menu_color }}{% endif %}
8
8
  {% if child.selected or child.attr.redirect_url == current_page.get_absolute_url %} topbar__item--selected{% endif %}
9
9
  {% if child.ancestor %} topbar__item--ancestor{% endif %}
10
10
  {% if child.sibling %} topbar__item--sibling{% endif %}
@@ -301,7 +301,7 @@
301
301
  });
302
302
  }
303
303
 
304
- function _openDropdown($button) {
304
+ function _openDropdown($button, focus = false) {
305
305
  $button.setAttribute('aria-expanded', 'true');
306
306
  // Set up focus trap and event listeners when opening
307
307
  const $dropdown = document.getElementById($button.getAttribute('aria-controls'));
@@ -311,7 +311,7 @@
311
311
  item.addEventListener('keydown', _handleMenuItemKeydown);
312
312
  });
313
313
  // Focus first menu item
314
- if ($menuItems.length) $menuItems[0].focus();
314
+ if (focus && $menuItems.length) $menuItems[0].focus();
315
315
  }
316
316
 
317
317
  /**
@@ -369,7 +369,7 @@
369
369
  $button.addEventListener('keydown', (event) => {
370
370
  if (event.key === 'ArrowDown' || event.key === 'Enter' || event.key === ' ') {
371
371
  event.preventDefault();
372
- _openDropdown($button);
372
+ _openDropdown($button, true);
373
373
  }
374
374
  });
375
375
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: richie
3
- Version: 2.34.1.dev16
3
+ Version: 2.34.1.dev19
4
4
  Summary: A CMS to build learning portals for open education
5
5
  Author-email: "Open FUN (France Université Numérique)" <fun.dev@fun-mooc.fr>
6
6
  License: MIT License
@@ -72,28 +72,28 @@ Provides-Extra: dev
72
72
  Requires-Dist: bandit==1.8.3; extra == "dev"
73
73
  Requires-Dist: black==25.1.0; extra == "dev"
74
74
  Requires-Dist: pyRdfa3==3.6.4; extra == "dev"
75
- Requires-Dist: cssselect==1.2.0; extra == "dev"
75
+ Requires-Dist: cssselect==1.3.0; extra == "dev"
76
76
  Requires-Dist: factory-boy==3.3.3; extra == "dev"
77
77
  Requires-Dist: flake8==7.1.2; extra == "dev"
78
78
  Requires-Dist: flake8-pyproject==1.2.3; extra == "dev"
79
79
  Requires-Dist: htmlmin==0.1.12; extra == "dev"
80
80
  Requires-Dist: ipdb==0.13.13; extra == "dev"
81
- Requires-Dist: ipython==8.32.0; extra == "dev"
82
- Requires-Dist: isort==6.0.0; extra == "dev"
81
+ Requires-Dist: ipython==9.0.2; extra == "dev"
82
+ Requires-Dist: isort==6.0.1; extra == "dev"
83
83
  Requires-Dist: lxml==5.3.1; extra == "dev"
84
84
  Requires-Dist: msgpack==1.1.0; extra == "dev"
85
85
  Requires-Dist: mysqlclient==2.2.7; extra == "dev"
86
- Requires-Dist: pylint==3.3.4; extra == "dev"
86
+ Requires-Dist: pylint==3.3.5; extra == "dev"
87
87
  Requires-Dist: pylint-django==2.6.1; extra == "dev"
88
- Requires-Dist: pytest==8.3.4; extra == "dev"
88
+ Requires-Dist: pytest==8.3.5; extra == "dev"
89
89
  Requires-Dist: pytest-cov==6.0.0; extra == "dev"
90
90
  Requires-Dist: pytest-django==4.10.0; extra == "dev"
91
91
  Requires-Dist: responses==0.25.6; extra == "dev"
92
92
  Provides-Extra: ci
93
93
  Requires-Dist: twine==6.1.0; extra == "ci"
94
94
  Provides-Extra: sandbox
95
- Requires-Dist: boto3==1.28.9; extra == "sandbox"
96
- Requires-Dist: django-storages==1.13.2; extra == "sandbox"
95
+ Requires-Dist: boto3<1.36; extra == "sandbox"
96
+ Requires-Dist: django-storages==1.14.5; extra == "sandbox"
97
97
  Requires-Dist: django-configurations==2.5.1; extra == "sandbox"
98
98
  Requires-Dist: dockerflow==2024.4.2; extra == "sandbox"
99
99
  Requires-Dist: factory-boy==3.3.3; extra == "sandbox"
@@ -894,10 +894,10 @@ richie/apps/core/templates/djangocms_video/default/video_player.html,sha256=6sLP
894
894
  richie/apps/core/templates/djangocms_video/full-width/video_player.html,sha256=X6SPaxKGHKwVDoP6H9AGS9Sl-NmKIjKhUUYP7THU9n0,123
895
895
  richie/apps/core/templates/menu/breadcrumb_item.html,sha256=dRSuDI12o85cPsSseuzgUbkEIvxG9nz14jelFIODvtw,285
896
896
  richie/apps/core/templates/menu/breadcrumbs.html,sha256=tvKDobvDogY-B5SPsF0pgEVNa2D6lVOAIf5rKUbkXvM,300
897
- richie/apps/core/templates/menu/header_menu.html,sha256=fIp8GkE0LXVlaRtcockUT193AyGszrSVKRQqgZiqegk,2172
897
+ richie/apps/core/templates/menu/header_menu.html,sha256=Wlev0hpQD-ByYqGjK0tzqb7EwECwzHe8-NwLFJctXF0,2171
898
898
  richie/apps/core/templates/menu/language_menu.html,sha256=x1hGxia3pv4l7YKa8ziJW34gjV8C4MgJ2aeTMLIO1fg,803
899
899
  richie/apps/core/templates/menu/menu.html,sha256=hXRtIwCZHGuUmNKAX79oj8AfNznIKw0yXXzu3Ezp_iA,864
900
- richie/apps/core/templates/richie/base.html,sha256=bn6jomU0xfezFK88kEKiIjFKC_w8pMshPwiXt0UOMEw,21217
900
+ richie/apps/core/templates/richie/base.html,sha256=oboUl8ifCYCSwmGU6fZvnMQNExjAs03ogiMaR_VO9d0,21247
901
901
  richie/apps/core/templates/richie/child_pages_list.html,sha256=4WTj4c-YB-rXQc-74KxCVeQ0Bd19sreMarYBVfdnsLo,644
902
902
  richie/apps/core/templates/richie/dashboard.html,sha256=WvQW_whgP8eyP5THhZz9r8MzjxzrA5dO6sMHq5dGQX0,564
903
903
  richie/apps/core/templates/richie/error.html,sha256=c6ZBE3fqGoTn-HFk-AAoz7-RGgf7NwCG0CHko1kJsaY,448
@@ -2473,9 +2473,9 @@ richie/static/richie/js/build/9986.9cb35fb755efcd2adba9.index.js,sha256=YZTuD2Zq
2473
2473
  richie/static/richie/js/build/99895.9cb35fb755efcd2adba9.index.js,sha256=OX_DrLUZhTNZ0zPnSHWTGOt3fZl98yf9_EpJr5Pz01c,2570
2474
2474
  richie/static/richie/js/build/99953.9cb35fb755efcd2adba9.index.js,sha256=OWoLPJnHrmvF3HBQPgXooAGo5E0yJpJ7QTFHFghJpI8,135
2475
2475
  richie/static/richie/js/build/index.js,sha256=0qwXRllVlKe_pknzhsak6GOo62LsIZuSw8NaNHkNGGY,1331833
2476
- richie-2.34.1.dev16.dist-info/LICENSE,sha256=5LKjFIE1kpKzBfR2iwq_RGHhHM5XawdlfZrcHTsCLpA,1079
2477
- richie-2.34.1.dev16.dist-info/METADATA,sha256=DOWrBra4HoSAAYaSwmcU-Osh7eCyT4wfF-YYg3WNcew,6991
2478
- richie-2.34.1.dev16.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
2479
- richie-2.34.1.dev16.dist-info/top_level.txt,sha256=WJvFAAHtUQ5T5MOuG6jRynDJG9kVfl4jtuf1qxIXND8,16
2480
- richie-2.34.1.dev16.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2481
- richie-2.34.1.dev16.dist-info/RECORD,,
2476
+ richie-2.34.1.dev19.dist-info/LICENSE,sha256=5LKjFIE1kpKzBfR2iwq_RGHhHM5XawdlfZrcHTsCLpA,1079
2477
+ richie-2.34.1.dev19.dist-info/METADATA,sha256=ua633kMWPNkFHNloQaGCaSQ2-f-7g5ekoYKSbnEfj-s,6987
2478
+ richie-2.34.1.dev19.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
2479
+ richie-2.34.1.dev19.dist-info/top_level.txt,sha256=WJvFAAHtUQ5T5MOuG6jRynDJG9kVfl4jtuf1qxIXND8,16
2480
+ richie-2.34.1.dev19.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2481
+ richie-2.34.1.dev19.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any