richie 2.33.1.dev6__py2.py3-none-any.whl → 2.33.1.dev7__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.
- frontend/scss/components/_header.scss +7 -1
- richie/apps/core/templates/menu/header_menu.html +15 -11
- richie/apps/core/templates/richie/base.html +1 -1
- richie/apps/courses/admin.py +16 -0
- richie/apps/courses/cms_menus.py +79 -0
- richie/apps/courses/cms_toolbars.py +51 -1
- richie/apps/courses/defaults.py +12 -0
- richie/apps/courses/factories.py +23 -0
- richie/apps/courses/migrations/0035_add_menuentry.py +74 -0
- richie/apps/courses/models/__init__.py +1 -0
- richie/apps/courses/models/menuentry.py +51 -0
- richie/apps/courses/settings/__init__.py +11 -0
- richie/static/richie/css/main.css +1 -1
- {richie-2.33.1.dev6.dist-info → richie-2.33.1.dev7.dist-info}/METADATA +1 -1
- {richie-2.33.1.dev6.dist-info → richie-2.33.1.dev7.dist-info}/RECORD +19 -16
- {richie-2.33.1.dev6.dist-info → richie-2.33.1.dev7.dist-info}/LICENSE +0 -0
- {richie-2.33.1.dev6.dist-info → richie-2.33.1.dev7.dist-info}/WHEEL +0 -0
- {richie-2.33.1.dev6.dist-info → richie-2.33.1.dev7.dist-info}/top_level.txt +0 -0
- {richie-2.33.1.dev6.dist-info → richie-2.33.1.dev7.dist-info}/zip-safe +0 -0
|
@@ -748,7 +748,7 @@ frontend/scss/colors/_theme.scss,sha256=3JF6rIz9qiX30-6UCk3qGIYtH_8l7l8t4dl3jLdZ
|
|
|
748
748
|
frontend/scss/components/_content.scss,sha256=D1yQJrGPB0L-tcnwNrJRAtoOo0aTHn0Hl1sN5lHr3io,1804
|
|
749
749
|
frontend/scss/components/_error.scss,sha256=7QQc0HH_XhSSR76LMT18kr93qfZtVbjLG5Q049gDdtI,426
|
|
750
750
|
frontend/scss/components/_footer.scss,sha256=qGdMwp_PAenHUzQajlrp5_gHW9ZdGrfOqQFVqxPnJek,6345
|
|
751
|
-
frontend/scss/components/_header.scss,sha256=
|
|
751
|
+
frontend/scss/components/_header.scss,sha256=U6Wt69wp1H_ctIsy30nUz5KlZ2smF7DNxS-KOQHNPp8,8663
|
|
752
752
|
frontend/scss/components/_index.scss,sha256=nSJvV5yxRrfwISdBQfPbivi2SDRJgQY0xNkypdz9GL4,5321
|
|
753
753
|
frontend/scss/components/_styleguide.scss,sha256=7iurpV3qOqmUm6dL74_AIhLRxM_3SyFo_HdcwwhYSvU,4965
|
|
754
754
|
frontend/scss/components/_subheader.scss,sha256=tJC55akYAZlx6Jf3__XhBmTEy7scyJ-XzdAad-vOZSI,7923
|
|
@@ -892,10 +892,10 @@ richie/apps/core/templates/djangocms_video/default/video_player.html,sha256=6sLP
|
|
|
892
892
|
richie/apps/core/templates/djangocms_video/full-width/video_player.html,sha256=X6SPaxKGHKwVDoP6H9AGS9Sl-NmKIjKhUUYP7THU9n0,123
|
|
893
893
|
richie/apps/core/templates/menu/breadcrumb_item.html,sha256=dRSuDI12o85cPsSseuzgUbkEIvxG9nz14jelFIODvtw,285
|
|
894
894
|
richie/apps/core/templates/menu/breadcrumbs.html,sha256=tvKDobvDogY-B5SPsF0pgEVNa2D6lVOAIf5rKUbkXvM,300
|
|
895
|
-
richie/apps/core/templates/menu/header_menu.html,sha256=
|
|
895
|
+
richie/apps/core/templates/menu/header_menu.html,sha256=5N46ICS_MDHkBnPdTTIeT_xZe7yQdKfn1Y2JF1BHd0E,1184
|
|
896
896
|
richie/apps/core/templates/menu/language_menu.html,sha256=x1hGxia3pv4l7YKa8ziJW34gjV8C4MgJ2aeTMLIO1fg,803
|
|
897
897
|
richie/apps/core/templates/menu/menu.html,sha256=hXRtIwCZHGuUmNKAX79oj8AfNznIKw0yXXzu3Ezp_iA,864
|
|
898
|
-
richie/apps/core/templates/richie/base.html,sha256=
|
|
898
|
+
richie/apps/core/templates/richie/base.html,sha256=llcrtivIJV552elLRKgelJFMfgCK0leejI7fraOeaDI,13868
|
|
899
899
|
richie/apps/core/templates/richie/child_pages_list.html,sha256=4WTj4c-YB-rXQc-74KxCVeQ0Bd19sreMarYBVfdnsLo,644
|
|
900
900
|
richie/apps/core/templates/richie/dashboard.html,sha256=WvQW_whgP8eyP5THhZz9r8MzjxzrA5dO6sMHq5dGQX0,564
|
|
901
901
|
richie/apps/core/templates/richie/error.html,sha256=c6ZBE3fqGoTn-HFk-AAoz7-RGgf7NwCG0CHko1kJsaY,448
|
|
@@ -931,14 +931,15 @@ richie/apps/core/tests/utils.py,sha256=6ighGtbWrTJDoxdRroW0-FI_tWvfJI6KDbeNUGn2A
|
|
|
931
931
|
richie/apps/core/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
932
932
|
richie/apps/core/views/error.py,sha256=4jzdLTUkPgMmZp3fDluUzpPE3PmftjZQpKwWwYAdugs,1762
|
|
933
933
|
richie/apps/courses/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
934
|
-
richie/apps/courses/admin.py,sha256=
|
|
934
|
+
richie/apps/courses/admin.py,sha256=KlskeywDqtf33g-YWeiw-PN2hE7VAjhkgI1QJH9HfIo,12366
|
|
935
935
|
richie/apps/courses/api.py,sha256=-U3PF6DpYAKuhLLOeovu2zorJusgFglOG3hyMZqM6Mc,10304
|
|
936
|
+
richie/apps/courses/cms_menus.py,sha256=MRga65UCMxJbOBIacBjqyXj63W7KczmrpOyMLNykQqc,2855
|
|
936
937
|
richie/apps/courses/cms_plugins.py,sha256=PrnP-HFNk960MI7bMKlp6pOajGsiTMbwUR_r0pD_M3o,7310
|
|
937
|
-
richie/apps/courses/cms_toolbars.py,sha256=
|
|
938
|
+
richie/apps/courses/cms_toolbars.py,sha256=F-a-zTwgSZrt5i8OSfAZQ3o4qEff5WrjsH2w9dVeHD8,6490
|
|
938
939
|
richie/apps/courses/cms_wizards.py,sha256=PTkTFxkdvsIh2y1qhKNpW47-e0f0ulMbM5CWeujKQaM,18458
|
|
939
|
-
richie/apps/courses/defaults.py,sha256=
|
|
940
|
+
richie/apps/courses/defaults.py,sha256=1bye7rSGSp89ZUTW6FHUT02GE_-i-lJXfXV6EbY3Oxo,13033
|
|
940
941
|
richie/apps/courses/exceptions.py,sha256=XD2qNYjVYyeHRqYz5wNuDXKpCW6tHsQCsXRKL2b9ClY,192
|
|
941
|
-
richie/apps/courses/factories.py,sha256
|
|
942
|
+
richie/apps/courses/factories.py,sha256=rneK9W9K-CCSK1Y3lId3c54phzGMuzraB0rC5wW6rws,32068
|
|
942
943
|
richie/apps/courses/fields.py,sha256=km1AvdTC_nUTAJh6XdPtyvTeIozJ3R63Q8m0CSAezZI,1535
|
|
943
944
|
richie/apps/courses/forms.py,sha256=77H5EsOldl2__aC8CMWc6Hp5ycSBDr84rbccerKKw1o,3458
|
|
944
945
|
richie/apps/courses/helpers.py,sha256=DVUl9zD9EwEFaa-gfhjSEHWq6qy02DtSJI5jfBt3p_Q,3240
|
|
@@ -989,16 +990,18 @@ richie/apps/courses/migrations/0031_auto_20210811_1234.py,sha256=EVzQhKeraRBPnlU
|
|
|
989
990
|
richie/apps/courses/migrations/0032_auto_20211004_1733.py,sha256=eZb-K2A0PHo1VjfUjZnUF9NAq8VTN5hqmOvCWBbN100,544
|
|
990
991
|
richie/apps/courses/migrations/0033_auto_20211207_2251.py,sha256=Vp4dl4ikGNCpD8iB9ywqX7WZZb2iOmpGHGlmFKcsWcE,1102
|
|
991
992
|
richie/apps/courses/migrations/0034_auto_20230817_1736.py,sha256=JIvQyV8bBjocbYRg_0E2pjqqYtWg7uN8wHgOV8fp1yY,2243
|
|
993
|
+
richie/apps/courses/migrations/0035_add_menuentry.py,sha256=aLIIB3k0Qffh4ISMPH_IUYqqIipJhdZRvIMJk8PZM_g,2466
|
|
992
994
|
richie/apps/courses/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
993
|
-
richie/apps/courses/models/__init__.py,sha256=
|
|
995
|
+
richie/apps/courses/models/__init__.py,sha256=TKx_JE0qeWMcDmHjk_NfDb_8CKIxXPgxMHzD7k6IMeA,323
|
|
994
996
|
richie/apps/courses/models/blog.py,sha256=q7AHQDYWB2uHeoGJ1nePKjZoPWeLg2bPSrmhudAupcc,3450
|
|
995
997
|
richie/apps/courses/models/category.py,sha256=M24o2trqM1ikDiD11igu2n2cdKzARsP6MsOXr2Z3jQQ,7305
|
|
996
998
|
richie/apps/courses/models/course.py,sha256=zKB7SutnSCyKQyGNUuGW8CnhConmo4zHBQgdaI7tGzs,43552
|
|
999
|
+
richie/apps/courses/models/menuentry.py,sha256=Id3JQFgrW3EHOv-mT3p1Vh43L4gbXYXTGMKEUd5PTSk,1393
|
|
997
1000
|
richie/apps/courses/models/organization.py,sha256=EToxJop9DRxx_grXw8OruSxq_hNOVeJPmt2wbRwZvJs,8664
|
|
998
1001
|
richie/apps/courses/models/person.py,sha256=_tQ3tMCwetvWwu4vwOOUOjQ_kED0FC27pP4ziU16lE4,2945
|
|
999
1002
|
richie/apps/courses/models/program.py,sha256=6A6hCuRmKPNbvc4Qo_MieOyg-YQsazYjcc7dPg1FDt8,1531
|
|
1000
1003
|
richie/apps/courses/models/role.py,sha256=BWUhE-nE22nqaN0tdiFdutkyjcE4MEz5Es6fXOzo-9c,3585
|
|
1001
|
-
richie/apps/courses/settings/__init__.py,sha256=
|
|
1004
|
+
richie/apps/courses/settings/__init__.py,sha256=_YZrIvSPh3CaG_Mr7o9ONuTwjUrWMc1yUHhkwzeRN7c,21465
|
|
1002
1005
|
richie/apps/courses/settings/mixins.py,sha256=tVkingrXH9Wykz6ybSCoT4AzXZV_ott6zv77wHjkpvc,526
|
|
1003
1006
|
richie/apps/courses/static/richie/images/catalog_visibility/course_only.svg,sha256=jjE_I3eSKv8EL9SW6z9_qG2oqkfJeymCWYaxixziADo,2155
|
|
1004
1007
|
richie/apps/courses/static/richie/images/catalog_visibility/hidden.svg,sha256=fg093e8TAZNZ4hY7hEbJZyBxuFL5_8Y7CYCURm52eRs,1873
|
|
@@ -1270,7 +1273,7 @@ richie/plugins/slider/templates/richie/slider/slider.html,sha256=SHEeuN_sCAa0Ud9
|
|
|
1270
1273
|
richie/static/richie/README.md,sha256=fE-DujbS7ECgN3IyfPzQowJDFbEhQk2KcgVfBxV-4O0,696
|
|
1271
1274
|
richie/static/richie/css/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1272
1275
|
richie/static/richie/css/ckeditor.css,sha256=gqVTlhIX-L2zotWZUoUZp2PVeQU793nay_LSjYzKKsE,284
|
|
1273
|
-
richie/static/richie/css/main.css,sha256=
|
|
1276
|
+
richie/static/richie/css/main.css,sha256=dkBcTyp9erzFI8w9zzJE_cpuD_R331JbYrzzh_K74zM,964916
|
|
1274
1277
|
richie/static/richie/js/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1275
1278
|
richie/static/richie/js/build/10072.605ccc7e7760e52cda6c.index.js,sha256=cBoFTJwSg8j0iRhRpN1e_Ryfyn3bvAA0QrcqHX8Tqis,135
|
|
1276
1279
|
richie/static/richie/js/build/10146.605ccc7e7760e52cda6c.index.js,sha256=8wZSqUMI8Lc2AaXcZaIOi6rx5NMjPgYtZ1H5XyhcNn4,4166
|
|
@@ -2457,9 +2460,9 @@ richie/static/richie/js/build/9986.605ccc7e7760e52cda6c.index.js,sha256=YZTuD2Zq
|
|
|
2457
2460
|
richie/static/richie/js/build/99895.605ccc7e7760e52cda6c.index.js,sha256=JdD_MmbLzEZ4puVHuUwUcjhf6_K5L60XSZDzcyqzMas,2570
|
|
2458
2461
|
richie/static/richie/js/build/99953.605ccc7e7760e52cda6c.index.js,sha256=OWoLPJnHrmvF3HBQPgXooAGo5E0yJpJ7QTFHFghJpI8,135
|
|
2459
2462
|
richie/static/richie/js/build/index.js,sha256=aGlM5xcWzxDy8bKe_MfkMmvRK_JxVVJ6z42CC7mb2QA,1372991
|
|
2460
|
-
richie-2.33.1.
|
|
2461
|
-
richie-2.33.1.
|
|
2462
|
-
richie-2.33.1.
|
|
2463
|
-
richie-2.33.1.
|
|
2464
|
-
richie-2.33.1.
|
|
2465
|
-
richie-2.33.1.
|
|
2463
|
+
richie-2.33.1.dev7.dist-info/LICENSE,sha256=5LKjFIE1kpKzBfR2iwq_RGHhHM5XawdlfZrcHTsCLpA,1079
|
|
2464
|
+
richie-2.33.1.dev7.dist-info/METADATA,sha256=8ATAyyIMqqVfumeP0Q-Hr6Ttr5s4Knce2lkAHpSqPRA,6883
|
|
2465
|
+
richie-2.33.1.dev7.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
|
2466
|
+
richie-2.33.1.dev7.dist-info/top_level.txt,sha256=WJvFAAHtUQ5T5MOuG6jRynDJG9kVfl4jtuf1qxIXND8,16
|
|
2467
|
+
richie-2.33.1.dev7.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
2468
|
+
richie-2.33.1.dev7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|