lino 25.8.2__py3-none-any.whl → 25.9.0__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.
- lino/__init__.py +1 -1
- lino/api/dd.py +0 -1
- lino/config/unused/403.html +1 -1
- lino/config/unused/404.html +1 -1
- lino/config/unused/500.html +1 -1
- lino/core/__init__.py +0 -1
- lino/core/actions.py +2 -2
- lino/core/actors.py +10 -2
- lino/core/elems.py +1 -1
- lino/core/fields.py +4 -1
- lino/core/kernel.py +5 -1
- lino/core/model.py +2 -11
- lino/core/renderer.py +2 -2
- lino/core/requests.py +12 -12
- lino/core/site.py +5 -82
- lino/core/store.py +3 -1
- lino/core/urls.py +1 -1
- lino/core/user_types.py +1 -10
- lino/help_texts.py +6 -6
- lino/management/commands/initdb.py +0 -3
- lino/modlib/__init__.py +0 -1
- lino/modlib/bootstrap5/README.txt +2 -0
- lino/modlib/bootstrap5/__init__.py +69 -0
- lino/modlib/{bootstrap3/config/bootstrap3 → bootstrap5/config/bootstrap5}/base.html +9 -4
- lino/modlib/{bootstrap3/config/bootstrap3 → bootstrap5/config/bootstrap5}/detail.html +1 -1
- lino/modlib/{bootstrap3/config/bootstrap3 → bootstrap5/config/bootstrap5}/index.html +1 -1
- lino/modlib/{bootstrap3/config/bootstrap3 → bootstrap5/config/bootstrap5}/table.html +1 -1
- lino/modlib/bootstrap5/models.py +30 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.css +4085 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.css +4084 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.css +597 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.css +594 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.css +5406 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.css +5397 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.css +12043 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.css +12016 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.min.css +6 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.min.css.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.js +6315 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.js.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.min.js +7 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.min.js.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.js +4450 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.js.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.min.js +7 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.min.js.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.js +4497 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.js.map +1 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.min.js +7 -0
- lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.min.js.map +1 -0
- lino/modlib/{bootstrap3 → bootstrap5}/views.py +12 -117
- lino/modlib/checkdata/choicelists.py +1 -1
- lino/modlib/comments/fixtures/demo2.py +1 -0
- lino/modlib/comments/mixins.py +1 -8
- lino/modlib/comments/models.py +2 -0
- lino/modlib/comments/ui.py +7 -7
- lino/modlib/extjs/__init__.py +2 -4
- lino/modlib/extjs/config/extjs/index.html +1 -1
- lino/modlib/extjs/ext_renderer.py +1 -7
- lino/modlib/extjs/views.py +2 -0
- lino/modlib/help/models.py +1 -12
- lino/modlib/jinja/renderer.py +1 -1
- lino/modlib/linod/mixins.py +3 -2
- lino/modlib/memo/__init__.py +11 -11
- lino/modlib/memo/mixins.py +38 -21
- lino/modlib/memo/models.py +10 -7
- lino/modlib/memo/parser.py +3 -1
- lino/modlib/notify/models.py +6 -9
- lino/modlib/odata/views.py +7 -7
- lino/modlib/publisher/__init__.py +15 -3
- lino/modlib/publisher/choicelists.py +8 -94
- lino/modlib/publisher/config/publisher/page.pub.html +82 -19
- lino/modlib/publisher/fixtures/std.py +14 -1
- lino/modlib/publisher/fixtures/synodalworld.py +3 -1
- lino/modlib/publisher/mixins.py +59 -77
- lino/modlib/publisher/models.py +109 -204
- lino/modlib/publisher/renderer.py +31 -11
- lino/modlib/publisher/ui.py +46 -98
- lino/modlib/publisher/views.py +61 -11
- lino/modlib/system/models.py +3 -2
- lino/modlib/uploads/__init__.py +1 -0
- lino/modlib/uploads/mixins.py +2 -2
- lino/modlib/uploads/models.py +55 -21
- lino/modlib/uploads/ui.py +1 -0
- lino/modlib/uploads/utils.py +2 -2
- lino/modlib/users/__init__.py +2 -3
- lino/modlib/users/actions.py +12 -17
- lino/modlib/users/fixtures/abc.py +20 -0
- lino/modlib/users/mixins.py +6 -6
- lino/modlib/users/models.py +37 -36
- lino/modlib/weasyprint/__init__.py +25 -14
- lino/modlib/weasyprint/choicelists.py +6 -0
- lino/modlib/weasyprint/config/weasyprint/base.weasy.html +43 -27
- lino/utils/diag.py +5 -3
- lino/utils/html.py +103 -0
- lino/utils/mldbc/mixins.py +2 -2
- lino/utils/soup.py +16 -8
- {lino-25.8.2.dist-info → lino-25.9.0.dist-info}/METADATA +1 -1
- {lino-25.8.2.dist-info → lino-25.9.0.dist-info}/RECORD +135 -95
- lino/modlib/bootstrap3/README.txt +0 -2
- lino/modlib/bootstrap3/__init__.py +0 -73
- lino/modlib/bootstrap3/models.py +0 -30
- lino/modlib/bootstrap3/static/bootstrap-3.3.4/css/bootstrap.css +0 -6584
- lino/modlib/bootstrap3/static/bootstrap-3.3.4/css/bootstrap.css.map +0 -1
- lino/modlib/bootstrap3/static/bootstrap-3.3.4/css/bootstrap.min.css +0 -5
- lino/modlib/bootstrap3/static/bootstrap-3.3.4/js/bootstrap.js +0 -2317
- lino/modlib/bootstrap3/static/bootstrap-3.3.4/js/bootstrap.min.js +0 -7
- /lino/modlib/{bootstrap3 → bootstrap5}/renderer.py +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/css/bootstrap-theme.css +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/css/bootstrap-theme.css.map +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/css/bootstrap-theme.min.css +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/fonts/glyphicons-halflings-regular.eot +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/fonts/glyphicons-halflings-regular.svg +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/fonts/glyphicons-halflings-regular.ttf +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/fonts/glyphicons-halflings-regular.woff +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/fonts/glyphicons-halflings-regular.woff2 +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/js/bootstrap_lino.js +0 -0
- /lino/modlib/{bootstrap3/static/bootstrap-3.3.4 → bootstrap5/static/bootstrap-5.3.7}/js/npm.js +0 -0
- {lino-25.8.2.dist-info → lino-25.9.0.dist-info}/WHEEL +0 -0
- {lino-25.8.2.dist-info → lino-25.9.0.dist-info}/licenses/AUTHORS.rst +0 -0
- {lino-25.8.2.dist-info → lino-25.9.0.dist-info}/licenses/COPYING +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
lino/.cvsignore,sha256=1vrrWoP-WD8hPfCszHHIiJEi8KUMRCt5WvoKB9TSB1k,28
|
2
2
|
lino/SciTEDirectory.properties,sha256=rCYi_e-6h8Yx5DwXhAa6MBPlVINcl6Vv9BQDYZV2_go,28
|
3
|
-
lino/__init__.py,sha256=
|
3
|
+
lino/__init__.py,sha256=AIIJLk9A3WosFlS5M_KqCbqJWr0VDUZc7M3Cta_Lzsw,6176
|
4
4
|
lino/ad.py,sha256=AQ-vJ4scac1mx3xegXezxnxyOQpV-a0q3VFMJSDbj2s,142
|
5
5
|
lino/apps.py,sha256=ECq-dPARDkuhngwNrcipse3b4Irj70HxJs44uWEZFc4,27
|
6
6
|
lino/hello.py,sha256=7-PJg7PnEiznyETqGjOwXcKh8rda0qLetpbS2gvRYy0,532
|
7
|
-
lino/help_texts.py,sha256=
|
7
|
+
lino/help_texts.py,sha256=XF94iW0-_v6GO9DfAV7FQHFpTKGIApAgrHWV06O2T4w,92529
|
8
8
|
lino/api/__init__.py,sha256=WmzHU-rHdZ68se_nI0SmepQTGE8-cd9tPpovHRH9aag,512
|
9
9
|
lino/api/ad.py,sha256=F6SrcKPRRalHKOZ7QLwsRWGq9hhykQIeo0b85cEk9NQ,314
|
10
|
-
lino/api/dd.py,sha256=
|
10
|
+
lino/api/dd.py,sha256=AX9X1bjffDb64h9vTs3Iq6h6nVBWnzYEGejEbpFhOuU,7452
|
11
11
|
lino/api/doctest.py,sha256=XPcuBVeBQyjsR789G9nIhgGzXKSNAq0MJIstPlhuQdU,26119
|
12
12
|
lino/api/rt.py,sha256=OCYWhrWnMcL988MdvBLBEP8qKQJEGXQhVoam_X0sotU,1376
|
13
13
|
lino/api/selenium.py,sha256=bOu8UaNz3Q7lGVvxjmvrtYtSWn1xfI1f5MN5sVcdYr8,9383
|
@@ -24,12 +24,12 @@ lino/config/about/app.tmpl,sha256=PUwtl89137aO5CEU3mCXXinn_qk0DSEh6BGgeWUYaRk,29
|
|
24
24
|
lino/config/about/index.tmpl,sha256=LZoKgv3D0xG9bTwdW1GhElapImFnMGOA1QvyaNgzbWg,832
|
25
25
|
lino/config/about/model.tmpl,sha256=u2PAcdIgqBxGLiul8CzgniuzIBmHSpWCVRrYY7VJDZ0,684
|
26
26
|
lino/config/plugins/eid_jslib.js,sha256=PsJdUICoGK2nR9EbRg-7drI1AoasLWT_d3RInUWHlvE,2272
|
27
|
-
lino/config/unused/403.html,sha256=
|
28
|
-
lino/config/unused/404.html,sha256=
|
29
|
-
lino/config/unused/500.html,sha256=
|
30
|
-
lino/core/__init__.py,sha256=
|
31
|
-
lino/core/actions.py,sha256=
|
32
|
-
lino/core/actors.py,sha256=
|
27
|
+
lino/config/unused/403.html,sha256=uJquW5WUYng6eOSn6CVEU4xyQ1OCAqqWEJxIuvvpTCk,232
|
28
|
+
lino/config/unused/404.html,sha256=EQznANLHgrCx85KRSkBFfJbA7xMJ8aOLnNzf4yzvFG4,220
|
29
|
+
lino/config/unused/500.html,sha256=AsV_SGD3TKG-z1nfB1ue3tiebktdcDEKvDz0WyFLOjo,544
|
30
|
+
lino/core/__init__.py,sha256=8YPTCkAYrICXo910zauojxczyMJbRw0Qbuq3ydEqaK8,711
|
31
|
+
lino/core/actions.py,sha256=YS7qFqfauxKYjCO5exs9tvWiRN8EU75xRzGrRfCzdV4,32659
|
32
|
+
lino/core/actors.py,sha256=gP4JeIxxNbgESCN9Ccspe6KRpI1M3lipsfi5mLWr7Gw,72864
|
33
33
|
lino/core/atomizer.py,sha256=yK_l9-g8RZIjy2_iBB_efpyO1CrvegCBbjobD5mTTVc,13476
|
34
34
|
lino/core/boundaction.py,sha256=06NNPjCesEr-R1YQKkiuy8JKzDrMJJ948x9jczOkZqY,7850
|
35
35
|
lino/core/callbacks.py,sha256=45lg153pzY7w94XLvh7QqHH7qOH5yTxLyRH7Vn_l1Ec,7549
|
@@ -41,30 +41,30 @@ lino/core/dbtables.py,sha256=b3D7gNaLpNvRgiFmOcfIwnW14Z4eCT0nWaPE8OjziOU,29258
|
|
41
41
|
lino/core/dbutils.py,sha256=_QHcWd-ajLUwt5G8uOp8d47lZQKD3VseHnqKJke18rA,263
|
42
42
|
lino/core/ddh.py,sha256=dYScxWKTOCDEgow7wJNJe812ESasmmITPK2ovraBQno,3172
|
43
43
|
lino/core/diff.py,sha256=XQ-oQQDS_v3kXd4eRP9Hwr5UCgp-TPZIPVav9ZblUno,5882
|
44
|
-
lino/core/elems.py,sha256=
|
44
|
+
lino/core/elems.py,sha256=Fctud5uqGBpQWEi0shYzEAbFuHQJZo1hlMqWWkmMWX0,110618
|
45
45
|
lino/core/exceptions.py,sha256=QDxDo5cllSyXQ8VWet9hGXzNadxCOmwMVrFXc6V-vpE,665
|
46
|
-
lino/core/fields.py,sha256=
|
46
|
+
lino/core/fields.py,sha256=zYnUZ0Im3x5gMZj1ATRy3MxZajtPKw4aXCG_OVu5zIE,54822
|
47
47
|
lino/core/frames.py,sha256=ISxgq9zyZfqW3tDZMWdKi9Ij455lT_81qBH0xex0bfE,1161
|
48
48
|
lino/core/gfks.py,sha256=6VXn2FSIXOrwVq0stfbPevT37EWg1tg4Fn-HMNVnbmk,1970
|
49
49
|
lino/core/help.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
50
50
|
lino/core/inject.py,sha256=Qd_PGEn0yMXNYVPI0wCv1vvo2CNdlPkyoBmKZELOtGM,13422
|
51
|
-
lino/core/kernel.py,sha256=
|
51
|
+
lino/core/kernel.py,sha256=70ZzQTYXwOVj3JT7DBc2tKI6242gkqvLSTnnJQzs81c,48689
|
52
52
|
lino/core/keyboard.py,sha256=W3jA6qtB5HMppoNnd_6PgIM7ZlyHilJEhBvdeZTY7Xk,1283
|
53
53
|
lino/core/layouts.py,sha256=CWhKgCEBnjn39RMFRYUklPEvvCnZrDXhtigZpGuiR8o,28176
|
54
54
|
lino/core/menus.py,sha256=oZN93iwQU4vfUCuxQzaVz2xcccN5AG6NG2wGruL74sU,10713
|
55
55
|
lino/core/merge.py,sha256=sKtTeZtHdoDKerdHj4NXuXXNzpKDsfdPaiq-CY0NqQc,9094
|
56
|
-
lino/core/model.py,sha256=
|
56
|
+
lino/core/model.py,sha256=aSkZHNQog736tk82GZAfhNpUJ43OHvlVnXqGZ_yaosk,37025
|
57
57
|
lino/core/permissions.py,sha256=sNReMhnjIpOZcJ79Z4k-Emp55evblExJZwH-PM-efcA,7579
|
58
58
|
lino/core/plugin.py,sha256=ZuA2d1oa3Mqx_jyPIwIV68cyzawLw_grthliIo83nuM,6835
|
59
|
-
lino/core/renderer.py,sha256=
|
60
|
-
lino/core/requests.py,sha256=
|
59
|
+
lino/core/renderer.py,sha256=kohgaJK7UXKDDGSXhUPOCbPawEOA4qBBHiFRYopVzyI,48244
|
60
|
+
lino/core/requests.py,sha256=DMur_lJFWbitIkoW4YEvIJ4g467fQx4yiBhPGhjYJ78,96330
|
61
61
|
lino/core/roles.py,sha256=PXwk436xUupxdbJcygRSYFu7ixfKjAJPQRUQ8sy0lB0,4425
|
62
62
|
lino/core/signals.py,sha256=ORY2s3Krlh9n24XyHetfwbeUhCqzib6YSqWeFTTY7ps,979
|
63
|
-
lino/core/site.py,sha256=
|
64
|
-
lino/core/store.py,sha256=
|
63
|
+
lino/core/site.py,sha256=SbFCfKfxrnE42sKfr5UWf9I_0ZL28FlMIH_Dj49qtm8,80243
|
64
|
+
lino/core/store.py,sha256=CBo4upytdZUlhMtOg1r7viVMXYPUAJb9-S-nTumnMB0,46207
|
65
65
|
lino/core/tables.py,sha256=sjmVu3A8gnamxwy16n76UJy2BXgiqeNeCEbI4oGd93Q,25431
|
66
|
-
lino/core/urls.py,sha256=
|
67
|
-
lino/core/user_types.py,sha256=
|
66
|
+
lino/core/urls.py,sha256=PUsrsP4FCEZNVR3YWX8cx9w97wHt0WWiUjS9RwRdp0A,2698
|
67
|
+
lino/core/user_types.py,sha256=fGX69MmHlRWeESUv_hpTFrXOpC8JwInny0V31eb5eho,677
|
68
68
|
lino/core/userprefs.py,sha256=cmufIS9xJErKDrw05uoWtQTUR6WRWIGkU1KdAqzNr5M,2850
|
69
69
|
lino/core/utils.py,sha256=DD3v75WK3sCmAaRQH3WTX3phbEsunPvepA0O5g1PBaw,40495
|
70
70
|
lino/core/views.py,sha256=qLjEN6GSXScbmAnKN7yDHySmsjL0h4sMKRIQCpOEdPU,7026
|
@@ -103,7 +103,7 @@ lino/management/commands/demotest.py,sha256=NCUr3ttqU0oorOIc3Z6R_cNNgw5_OzHDbQf0
|
|
103
103
|
lino/management/commands/diag.py,sha256=vt-NlZUx5gf7T4EpbM-gle3tAwMuwfPQY8lUgxjFaUw,478
|
104
104
|
lino/management/commands/dump2py.py,sha256=V2weGrZnb2JzqNuJrmLWnkeVJFVHRbA-6f7b4f7cPBk,19895
|
105
105
|
lino/management/commands/dump_settings.py,sha256=tGOR4h_ueVe2DOk84ILFvzvndt0doshvaxRkybB-rnY,2009
|
106
|
-
lino/management/commands/initdb.py,sha256=
|
106
|
+
lino/management/commands/initdb.py,sha256=TyEZOrIa_9QExJFUJAcJKJE0Y_7gHoIxsCFFOQDgQN8,11275
|
107
107
|
lino/management/commands/install.py,sha256=k7lCJznVLS6swR4ayKNulj5TPpJ3qf99Fha87TZAaUk,1889
|
108
108
|
lino/management/commands/makemigdump.py,sha256=TvNnFFjD6XRMFLbX8IEMSNDKTMPLTBCi8i5SRNcpYD8,1279
|
109
109
|
lino/management/commands/makescreenshots.py,sha256=fJF7ATZz7_s1IWkkYMEHVTLB5r5C1ny-kJp253BeoKM,8667
|
@@ -127,7 +127,7 @@ lino/mixins/printable.py,sha256=4U8M1lrTjUeuaPwrcWoanCBo53iAxiNpSTsVctI-gI0,199
|
|
127
127
|
lino/mixins/ref.py,sha256=qV8CprGCvwzzWTl6LQc9I1RwD8pziD0F7Ykoaznm8wM,5550
|
128
128
|
lino/mixins/registrable.py,sha256=DYiwiIoYMO488ZGX7C5PRbKz9HBpzk1rG6q9-_WvymQ,7208
|
129
129
|
lino/mixins/sequenced.py,sha256=3DvjBEHLHacbBBq6iiVGftcvOPhBVpA9FN_tvNc6Bpo,16567
|
130
|
-
lino/modlib/__init__.py,sha256=
|
130
|
+
lino/modlib/__init__.py,sha256=VRXk_5GORDtVH10uMiOzbxAyagDpfxeXNP8HfvA6Tnk,925
|
131
131
|
lino/modlib/about/__init__.py,sha256=jhqGQIXU1o7KkmmQjfwPKJc3buibB09Fy55carAmi7U,342
|
132
132
|
lino/modlib/about/choicelists.py,sha256=2bxDb2u7cFacBOgLoEWrMmzQ4BJ3x1pmhdgqxzUp-Rw,1424
|
133
133
|
lino/modlib/about/models.py,sha256=MpTncIngidWA7cJ4s_Pzrca0qNhKXhrieuu3Nl7hnVU,5193
|
@@ -136,35 +136,74 @@ lino/modlib/awesomeuploader/models.py,sha256=LaK6IzLoCX4qMkVhsgdPfgawyFPe5rcHUgB
|
|
136
136
|
lino/modlib/awesomeuploader/config/awesomeuploader/snippet.js,sha256=cZCGi0e9lDW96vCg3KVJ5DUtg2KHLNdnPo5KPRrQxv8,1792
|
137
137
|
lino/modlib/blacklist/__init__.py,sha256=7IZihcqNCDymcWHfkAOZrueg2cbWiXRiXSZB-84RWLk,775
|
138
138
|
lino/modlib/blacklist/models.py,sha256=YKoxf_9OBWzr2MWimZcWVgi-OGV4RUXI_UkUeqfNACo,1781
|
139
|
-
lino/modlib/
|
140
|
-
lino/modlib/
|
141
|
-
lino/modlib/
|
142
|
-
lino/modlib/
|
143
|
-
lino/modlib/
|
144
|
-
lino/modlib/
|
145
|
-
lino/modlib/
|
146
|
-
lino/modlib/
|
147
|
-
lino/modlib/
|
148
|
-
lino/modlib/
|
149
|
-
lino/modlib/
|
150
|
-
lino/modlib/
|
151
|
-
lino/modlib/
|
152
|
-
lino/modlib/
|
153
|
-
lino/modlib/
|
154
|
-
lino/modlib/
|
155
|
-
lino/modlib/
|
156
|
-
lino/modlib/
|
157
|
-
lino/modlib/
|
158
|
-
lino/modlib/
|
159
|
-
lino/modlib/
|
160
|
-
lino/modlib/
|
161
|
-
lino/modlib/
|
162
|
-
lino/modlib/
|
139
|
+
lino/modlib/bootstrap5/README.txt,sha256=YurmrZkxtvH7Ng8A3HrLL4gawEgc3ov6434k9HoIsVA,86
|
140
|
+
lino/modlib/bootstrap5/__init__.py,sha256=RRr8nPLoTg3Z7b8Cfi6br-0G4nEhCIYFeqtkIOtE_CA,2128
|
141
|
+
lino/modlib/bootstrap5/models.py,sha256=hqgi517NVjsjMUuIuy_ggf2ZxeHJOoVk02GuyPNri5c,944
|
142
|
+
lino/modlib/bootstrap5/renderer.py,sha256=KfU2K0TyFMg3IKm5F-wUu315P2U4O6DCC5QVdsDyb2s,3018
|
143
|
+
lino/modlib/bootstrap5/views.py,sha256=XyETWo4bhKnqv9ECh0GQUpbCIzuT2zds0pr3_afgpDU,8406
|
144
|
+
lino/modlib/bootstrap5/config/bootstrap5/base.html,sha256=ypYYAMSa79llaQJ2xgx66RA66er1CX-rTeeur2BWa_8,4378
|
145
|
+
lino/modlib/bootstrap5/config/bootstrap5/detail.html,sha256=gFfBZpEgxHm8d1EeAorh8dHnByVoD6KCQClDk-EVtAc,523
|
146
|
+
lino/modlib/bootstrap5/config/bootstrap5/index.html,sha256=cyJzgSzeRuKobXuuqofELa27gOlT_5KwhaOnWTI3nhQ,113
|
147
|
+
lino/modlib/bootstrap5/config/bootstrap5/table.html,sha256=jrDaL7DBlOOW7sgZZbi9Wmq4omMJaEVFnhL_F7psyT8,249
|
148
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.css,sha256=6aHQppfEko_srtbO3ubCBn9bCz25XtsZoZB8XwnYz34,70323
|
149
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.css.map,sha256=HA9YLrNkqlffVSkFCLsPOLpzvER9oRo1Zkrvt9F9q98,203340
|
150
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.min.css,sha256=og1MNJxsupki6LpVXZo-rC95f4QLF16m1YUpHn8vtyM,51789
|
151
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.min.css.map,sha256=I0izs3TQUfbPyb_bNRPJ7iVJ0ULOZFtG_nyETTAU_Yc,115912
|
152
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.css,sha256=F6wTAruMGkJF9VRzPNq55rxR7N4yhnUKcQhxjmrsGRg,70397
|
153
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.css.map,sha256=joHEUNOjjpxtq_QNYHOT4JpnFo4439IskmY-bjcTihk,203344
|
154
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.min.css,sha256=02smAS4nas_okRY9J2IiVqi15Zdws9MuuybRJtf_xQo,51864
|
155
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-grid.rtl.min.css.map,sha256=8UZkqzSRw4UnhM40O7g3c1TI83av6RGCum1bdZ9q7l8,115989
|
156
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.css,sha256=Kg4miiK9t9v3vyB_LZUmz9a92vBlZxc1rZZfKyDO0wQ,12065
|
157
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.css.map,sha256=vQnPy_uX1PUe524N9eLyJT6Z--kPr1FwjMLB9qcThYQ,129565
|
158
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.min.css,sha256=LR3cTZvDtka-FVVZFNhKksjFFc9s5eeQJtL7d-kM8Cg,10126
|
159
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.min.css.map,sha256=G5m7S_1IY191YwC-jWUJ5M9qJy-K9_aeBvkL7BZfHEw,51368
|
160
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.css,sha256=6VG3XVVVKowjrEBJbrhT393Yicq2mWYUQnROOXzjOJc,12058
|
161
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.css.map,sha256=2G_FEq_GAS_FZZWBIoL6LXPKps6BtxGXCsTUVrxhozs,129580
|
162
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.min.css,sha256=S2SiHKfwy3m9UatggjsRctCHEnrAMyi5TJfIz4rOtM4,10198
|
163
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-reboot.rtl.min.css.map,sha256=5FsqQmq4FvVRt_DD5i2bg95Y78Bvw57H1qvmo6RwOYw,63942
|
164
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-theme.css,sha256=CK7elGQGwEHAuMXG4xblln88_Ysk81eSm13UMY2ZQJI,22608
|
165
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-theme.css.map,sha256=YPcKjA6xAcNEFIbIKfnF_p_PPj797EQ3HMVhIAl0hXY,43339
|
166
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-theme.min.css,sha256=JFPjH5xeDb7lKNEfl6he34l-2TQGlUzo5HXwJEq_JJo,19963
|
167
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.css,sha256=J8DRiUSeWCoJ5KZv3oLznNnguNXxlT91gRfqx4OhLVM,107938
|
168
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.css.map,sha256=SMU2lB3w0v-EjU5hfM1Hzq4IexxecRDfxm7d-1FMy60,267983
|
169
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.min.css,sha256=zGK05vwcKWLkLZy_2uHeZiDb8n4lNbBhnxIBWgCGlho,85457
|
170
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.min.css.map,sha256=vLNGubJ0CJn-dNm5szlXMnn_fvNPyVO6okJ6po7bypU,180636
|
171
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.css,sha256=PaOXwBVjo0LFfThqwemMb2vZPdpJyTJr2wUpY2rlPgA,107806
|
172
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.css.map,sha256=R5iWDcOIUk3NTNBsL3kFRpmjmwI420-ragzY3hjSxLw,267924
|
173
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.min.css,sha256=uDMgsoOuJTmS-BX8zHV6BRYFknx6qQ0Iwalq0l_Wnwc,85386
|
174
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap-utilities.rtl.min.css.map,sha256=vTp-wSodqx0KTTRGFPS-5vJ4BeD15YsTyg2jOMvRV8Y,180472
|
175
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.css,sha256=0-OrIbuBPR3HGBpows26fnWeZDEmkNIQOA3m-LUDsuc,280202
|
176
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.css.map,sha256=KfxofL5yt27NqqYinBxvVVVHMUXkaIwbbjHfRKrtgw8,680591
|
177
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.min.css,sha256=zRgmWB5PK4CvTx4FiXsxbHaYRBBjz_rvu97sOC7kzXI,232018
|
178
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.min.css.map,sha256=6a7kXCMLkOvwgsPvI9SphA3lCCVYilUHoqABNauxLDQ,589698
|
179
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.css,sha256=Gk1oGfOLBLvjrSivQbGbLbVFDYLqIBwry7-HKKrwq08,279417
|
180
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.css.map,sha256=g1c2E_WGT3eJdfDltNW-2b3JVAyG74bcngJUPz4D068,680451
|
181
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.min.css,sha256=gP5J22JsVu-X8rzMEh1Kx-lD89HF3DW4YUWPiU9udUc,232126
|
182
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/css/bootstrap.rtl.min.css.map,sha256=MQL775aSq9kNSZA9h1GfrfILFLudaUgLi1xZ87cRkNY,588895
|
183
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/fonts/glyphicons-halflings-regular.eot,sha256=E2NNqH2eI_jD7ZEIzhck0YOjmtBy5z4bPYy_ZG0tBAc,20127
|
184
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/fonts/glyphicons-halflings-regular.svg,sha256=QvYGWdJlwaPDD5-kKry7Vr1KU69Ng9MW1t16NpA8Q-U,108738
|
185
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/fonts/glyphicons-halflings-regular.ttf,sha256=45UEQJN1fYKvyxOJV9BqHqk2G9zwtELQahioBRr1dFY,45404
|
186
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/fonts/glyphicons-halflings-regular.woff,sha256=omOU9-3hAMoRjv8u2ghZYnWpg5uVnCJuFUOVV6WoB0I,23424
|
187
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/fonts/glyphicons-halflings-regular.woff2,sha256=_hhdEaSWdokNR7t4MxKgzaWkTEA5IUCU55V7TAQO8Rw,18028
|
188
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.js,sha256=tQ9c3dc1t0j9EV2Itwqx1ZK0qjrLayj0-l_lSEgU5ZM,207922
|
189
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.js.map,sha256=RtS-xc_GamZ1j5irErX3kgDrY2wyvUcCisNyIffxHl8,427772
|
190
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.min.js,sha256=NfRUfZNkERrKSFA0c1a8VmCplPDYtpTYj5lQmKe1R_o,80821
|
191
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.bundle.min.js.map,sha256=KMPy0mgJ1P9QNFXDksX2HvkX3SIeO_iM2dOASfZr3oU,332190
|
192
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.js,sha256=K8fPuP_Isv-p0f05Jbutp7bUudxGtciVRgDRN4aMa4c,135984
|
193
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.js.map,sha256=-nx5p5T-n0g8L_OnO6CG2QIgyGtDPtxKfbBhcNN_yF0,293657
|
194
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.min.js,sha256=_-2UOLrBkJMGzFHiKQxcgGnK1mIA94yryJf56OFeNbk,74055
|
195
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.esm.min.js.map,sha256=O9RzA_mzSQDqsLlfgT3EimsUNdYvrynK-iB19rGyO38,222398
|
196
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.js,sha256=4iVQR37Qe2Tuh7cjJQdKCANjnoR6UO6_cIu9hmy7hZA,145560
|
197
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.js.map,sha256=AKF2JhIGWaZl3cn18u8a6-ILdrSdz8IM2CXSCZouDbw,294819
|
198
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.min.js,sha256=lel57Jim1_CW4I1iEkaHexK_J9h_ZRneeORKiQuNOIg,60775
|
199
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap.min.js.map,sha256=SzzRmuPLldNWnyFXAZP64VpT-clUa5bND5fQscONDu8,220691
|
200
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/bootstrap_lino.js,sha256=PxA9wsbAmzTJYPw7fMMg9Sh3CsS-bquziVKe1kjUYY8,114
|
201
|
+
lino/modlib/bootstrap5/static/bootstrap-5.3.7/js/npm.js,sha256=x6qCoap9RSJKONkm0q2v9_5K71vNr6Kke9rAV_RCLC0,484
|
163
202
|
lino/modlib/changes/__init__.py,sha256=3-CO7xI-U-rKDu_-WJg7N4FaIgqmFcj81uzyQlNYrFE,1414
|
164
203
|
lino/modlib/changes/models.py,sha256=wflXkqKSC-0ZynPGEd6PR4agP6zMuYO6v6v2NcRJgoo,9537
|
165
204
|
lino/modlib/changes/utils.py,sha256=MrMV_vUid7F8jA4U5zujia74URDK07x5lj8Bjay4o2E,2591
|
166
205
|
lino/modlib/checkdata/__init__.py,sha256=gwDAWmOrU74gYccOU46GpL_p4lhUh72e1amO_4w554U,3162
|
167
|
-
lino/modlib/checkdata/choicelists.py,sha256
|
206
|
+
lino/modlib/checkdata/choicelists.py,sha256=8F2BneFaATRpNHddvyv1aecg5lhtuNauIRcAmtOAs70,5459
|
168
207
|
lino/modlib/checkdata/models.py,sha256=HcAtS8fISEPvTYAkpWI-Hifgk57HyF9a42_jYXPUdtI,14026
|
169
208
|
lino/modlib/checkdata/roles.py,sha256=xjQ882-BxYUoHbv2pzebs7MWl6snA2fKivFDTRzW7sQ,295
|
170
209
|
lino/modlib/checkdata/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -174,13 +213,13 @@ lino/modlib/checkdata/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-
|
|
174
213
|
lino/modlib/checkdata/management/commands/checkdata.py,sha256=z-mvg8R0G7-BiWcyeyeMUoaLEhi9n58lockOtPdmhCg,1962
|
175
214
|
lino/modlib/comments/__init__.py,sha256=8BitdJVlryi39ihTYY5gbm4k8DlmFongvKKbceozUkU,1506
|
176
215
|
lino/modlib/comments/choicelists.py,sha256=SIA7P_KwtaayqOJxCkwyZouK0Z23-2v4ZFV9a0Zexnk,3314
|
177
|
-
lino/modlib/comments/mixins.py,sha256=
|
178
|
-
lino/modlib/comments/models.py,sha256=
|
216
|
+
lino/modlib/comments/mixins.py,sha256=zj_agGOiE4PG_Wg6ysxro37pq2H6dB-D9suQN1K_di4,4274
|
217
|
+
lino/modlib/comments/models.py,sha256=xW1MJQUbWA-AJ_YFM9gDbm_5jYEiI3kIm6HVbYl-lWU,15569
|
179
218
|
lino/modlib/comments/roles.py,sha256=z3gctvlTa_5PAs-D4pounyzNyuEc31jTFq9g33r6Z1w,751
|
180
|
-
lino/modlib/comments/ui.py,sha256=
|
219
|
+
lino/modlib/comments/ui.py,sha256=5_7TywuZdv3_HZNzPAGPp1EpWIwkot5CWZ6zM2Yv6f0,9893
|
181
220
|
lino/modlib/comments/config/comments/comments.js,sha256=7oAnNyx_MKM1iWPu-QSp6iKfnOVdgq7EciQPpxTvYU8,242
|
182
221
|
lino/modlib/comments/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
183
|
-
lino/modlib/comments/fixtures/demo2.py,sha256=
|
222
|
+
lino/modlib/comments/fixtures/demo2.py,sha256=Uw8GqsPN2YvqWzgYw0XNTp39PDU8y4tivfr4pNTfB9c,25472
|
184
223
|
lino/modlib/dashboard/__init__.py,sha256=_PFbmakUn8DShXyJY3EfAcuZtX5ofWnS-8dk7s1CrLw,1420
|
185
224
|
lino/modlib/dashboard/models.py,sha256=EgRNg88dmz-OlIdi1SyEuerWMsRqKIfqE2MgKL7kApw,3510
|
186
225
|
lino/modlib/dupable/__init__.py,sha256=fIQ8wj-T8ZbkjwQgW_-ankJsHLjPMepOTo32mJXNCvI,532
|
@@ -188,10 +227,10 @@ lino/modlib/dupable/mixins.py,sha256=SZ2Exe5q3ANYsP7gnEXQuQczwCDKdRfFvOavreu4mYI
|
|
188
227
|
lino/modlib/dupable/models.py,sha256=fcPbWRLwAVOQ4y_E3kaeHUanxmZTS69dlg9TLNCeyZs,4575
|
189
228
|
lino/modlib/export_excel/__init__.py,sha256=HrsrhXjIMvMHRGu8whH3A_WijZWrH35p2cQsFXK60DY,356
|
190
229
|
lino/modlib/export_excel/models.py,sha256=u9COKVdVsPwGk5WjgVarjLSkxmS-KOdohXfH4CruF_c,5353
|
191
|
-
lino/modlib/extjs/__init__.py,sha256=
|
192
|
-
lino/modlib/extjs/ext_renderer.py,sha256=
|
193
|
-
lino/modlib/extjs/views.py,sha256=
|
194
|
-
lino/modlib/extjs/config/extjs/index.html,sha256=
|
230
|
+
lino/modlib/extjs/__init__.py,sha256=SKbgoH4BjhDt5YrN8UpoDtAjaE4P9or1NmNBpDiuEyo,10123
|
231
|
+
lino/modlib/extjs/ext_renderer.py,sha256=eOTISVqvH_prjK3XMKSHpIDyp-Gnow4WlIxKeSZXki4,60407
|
232
|
+
lino/modlib/extjs/views.py,sha256=jcUufgTauBGd85Z6Duaw5U7aTabvDEWTG-MkMKtR_-c,27079
|
233
|
+
lino/modlib/extjs/config/extjs/index.html,sha256=Y_1V8Nzwr-1_fIqoAv-qg5NabzAX_o9MROogOG71Ihg,8598
|
195
234
|
lino/modlib/extjs/config/extjs/linoweb.js,sha256=I4VYGmkK4htqZvHM9g-6psJF3pp7SvgHEI0I02Sxpvo,175127
|
196
235
|
lino/modlib/extjs/config/extjs/service-worker.js,sha256=KEKWeehTlfBHk3r8NbsP9C5av_DukHORybxFOwbjYaQ,1767
|
197
236
|
lino/modlib/extjs/static/ext-3.3.1/INCLUDE_ORDER.txt,sha256=rTFv3rfTG7ImAYYEBuhcaITJISCmF_JavgD5oWjLIzM,860
|
@@ -3492,7 +3531,7 @@ lino/modlib/gfks/fields.py,sha256=qVQhkSlj1pxhFEOw5QjEHty9dAtSmXakNU98vztREj8,32
|
|
3492
3531
|
lino/modlib/gfks/mixins.py,sha256=BcITVETBR7zVj684diZGCii3rzm7lgrgzr2euy-D-iw,2626
|
3493
3532
|
lino/modlib/gfks/models.py,sha256=bDbuvtpSW-wxNWLC3pKWsDQPyN4g6MFMTS-66aQ2DX8,6723
|
3494
3533
|
lino/modlib/help/__init__.py,sha256=sPe4flqqGEtxefsUaPdzAti7qkmLuPD9mhKc8CA2uWs,4413
|
3495
|
-
lino/modlib/help/models.py,sha256
|
3534
|
+
lino/modlib/help/models.py,sha256=-td5587yPqopRxmrsoelLyQjUZIbeV7zIk_JKDAeCnY,3094
|
3496
3535
|
lino/modlib/help/utils.py,sha256=IRGHjvPZVtw16SMehxenN8cJGT8gROcYv53UFC01oZQ,4263
|
3497
3536
|
lino/modlib/help/config/makehelp/actor.tpl.rst,sha256=Yl-ZAWvI93cVFLd7GG-qpn_vkGFvKe3iR0eWBJpHgMc,346
|
3498
3537
|
lino/modlib/help/config/makehelp/actors.tpl.rst,sha256=wXMKYQnlhLi432QggVgRUWGuHRDiSX9NyXSdnSar7Io,249
|
@@ -3517,7 +3556,7 @@ lino/modlib/jinja/choicelists.py,sha256=QHjWQWLnJCKSGnLIKeGqnCw41JYvcbTkCeXjBpWh
|
|
3517
3556
|
lino/modlib/jinja/loader.py,sha256=MX027X_UuQPqq0wOUr06QnOkdTzGpksNv0Om1CGp61I,1765
|
3518
3557
|
lino/modlib/jinja/mixins.py,sha256=YqvNt1JB7as6IohBoyP8DqHldxmg9yOfrN27V5cn7Ho,2913
|
3519
3558
|
lino/modlib/jinja/models.py,sha256=vXNFS78qP-qIzeSmnXJNOpvW_IfH1h6hhPgYjfkvvD0,207
|
3520
|
-
lino/modlib/jinja/renderer.py,sha256=
|
3559
|
+
lino/modlib/jinja/renderer.py,sha256=E860Xoq_QAtroT7ce6aerFDLB2ey57we1Gd1QWiGVco,6198
|
3521
3560
|
lino/modlib/jinja/config/jinja/status.jinja.rst,sha256=XEsfXd82B0fLsBfds5-pXdeDWVr4ccTv7WyGa9ayigk,312
|
3522
3561
|
lino/modlib/jinja/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3523
3562
|
lino/modlib/jinja/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -3532,7 +3571,7 @@ lino/modlib/languages/fixtures/iso-639-3_20100707.tab,sha256=u8PwI2s8shy0_Val5-s
|
|
3532
3571
|
lino/modlib/linod/__init__.py,sha256=zn0MW5jo1QSUoZYDxqqyAY4Ra5fMRW9NWAzdXtTyWXg,2663
|
3533
3572
|
lino/modlib/linod/choicelists.py,sha256=UqRCmjcWkj5iYj6wudEV9Be5_cpy833TC6euo8tMNfY,4826
|
3534
3573
|
lino/modlib/linod/consumers.py,sha256=XBjA1fflJ-e9yWRMKXyQAhrOklYzs5JRhEeGMOKWFqM,6730
|
3535
|
-
lino/modlib/linod/mixins.py,sha256
|
3574
|
+
lino/modlib/linod/mixins.py,sha256=-RODGUA3fEK9pZWiz_DNMPZKejXrgEH5o0Z2q9UNrZY,12054
|
3536
3575
|
lino/modlib/linod/models.py,sha256=orSZkg6BTq5b7jXBq0XNGMEI6gTogOFVYys6j-YLefk,2384
|
3537
3576
|
lino/modlib/linod/routing.py,sha256=3pYJT6FbaVMj6rKkDVv3E5VTFFc9nglIDeo6dgAKu8Q,2399
|
3538
3577
|
lino/modlib/linod/utils.py,sha256=dE973Xib6Be1DvNsZ0M5wzY_jpkk35R21WKs-jQPorM,339
|
@@ -3541,10 +3580,10 @@ lino/modlib/linod/fixtures/checkdata.py,sha256=JBh_r-OCd0VXSgyxegBq8fmf5T2CyeKjX
|
|
3541
3580
|
lino/modlib/linod/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3542
3581
|
lino/modlib/linod/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3543
3582
|
lino/modlib/linod/management/commands/linod.py,sha256=SzJ6-yRpI1QFrXqiS8AO7_c2NmkMdV4JpFhfyGzs5eI,2587
|
3544
|
-
lino/modlib/memo/__init__.py,sha256=
|
3545
|
-
lino/modlib/memo/mixins.py,sha256=
|
3546
|
-
lino/modlib/memo/models.py,sha256=
|
3547
|
-
lino/modlib/memo/parser.py,sha256=
|
3583
|
+
lino/modlib/memo/__init__.py,sha256=CvxvRdTEdYsov3GVjmfo_6aKG9K2JeUcrp666Bm6DxY,5374
|
3584
|
+
lino/modlib/memo/mixins.py,sha256=f-sjtmxIwFVU3vlwWFLeHI8fVuOUbp0CtBfJepDTZIQ,11743
|
3585
|
+
lino/modlib/memo/models.py,sha256=ddZNktLEUiMoD5OfyuAxlBA5N-8kjNE0LAkzUCStpVE,4387
|
3586
|
+
lino/modlib/memo/parser.py,sha256=0UV92AylncC5Ogxn0fzOWqK0jlQl9x4afgm24nmpCsc,13089
|
3548
3587
|
lino/modlib/memo/views.py,sha256=H3g_nuiMzguptXLSWaWLJClU7BefXPFn9Rh8UIVVBeg,555
|
3549
3588
|
"lino/modlib/memo/management/__init__,py",sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3550
3589
|
lino/modlib/memo/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -3555,7 +3594,7 @@ lino/modlib/notify/api.py,sha256=oZemK9G8Ie6O8iEMDl5mv7BbpCpbfBHbk0xI9125RBY,436
|
|
3555
3594
|
lino/modlib/notify/choicelists.py,sha256=7ZkYNMOXNDfyTvdx8Sn-Gsma9f31o-6G1CtivXmQDmA,1324
|
3556
3595
|
lino/modlib/notify/consumers.py,sha256=YaEAhAi_Oq5ovakuP5DI21YIAMvRqQcf4K8MBilcN2w,1529
|
3557
3596
|
lino/modlib/notify/mixins.py,sha256=rwsTgqpzvyiekOqHpxQRTPPdOhv2ZIPrW03YSATfdeE,3903
|
3558
|
-
lino/modlib/notify/models.py,sha256
|
3597
|
+
lino/modlib/notify/models.py,sha256=tQWODf7lrPXNQMlrcnq7nmVfyQn7RQfuYZnBLWbu-I0,18603
|
3559
3598
|
lino/modlib/notify/utils.py,sha256=e4TAJr8mgicwEjgyuP-bOiw1VGNA6tVo_hab1q-oSNc,328
|
3560
3599
|
lino/modlib/notify/views.py,sha256=Ar2L_Tv1qqU5giHu2b0h_AKc3utvgfZwda4qncqoBsk,957
|
3561
3600
|
lino/modlib/notify/config/notify/individual.eml,sha256=Ct8fLx7dz_adE_ua8S87dYFSNESCHRbRGx9Ven1MlLI,307
|
@@ -3571,7 +3610,7 @@ lino/modlib/notify/static/js/push.js/push.min.js,sha256=4DApieALVblKkYJ4endqXGui
|
|
3571
3610
|
lino/modlib/notify/static/js/push.js/push_tests.js,sha256=YHS6BGdg0tflNuzJgLn5jTgfw3oqqrl6n8ASTQWAIR4,7928
|
3572
3611
|
lino/modlib/notify/static/js/push.js/sw.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3573
3612
|
lino/modlib/odata/__init__.py,sha256=k26EMnYYOaS4FoIlsOqlbhRZvBPuTjYyGPyTRfP9YaY,1015
|
3574
|
-
lino/modlib/odata/views.py,sha256=
|
3613
|
+
lino/modlib/odata/views.py,sha256=JMWTVDiS-0q9XKTDoAZ3ZO5U7GOYV028LV_Mrrxj0Gc,7205
|
3575
3614
|
lino/modlib/odata/config/odata/csdl.xml,sha256=KFDImzUA4YI6PL-i5AHnm22eBMLTw-K2iljslDJFQH8,296
|
3576
3615
|
lino/modlib/office/__init__.py,sha256=rOKD9zKt-VBvFFqoHBioNp299Igb1Sk2n466iCt6ASQ,287
|
3577
3616
|
lino/modlib/office/roles.py,sha256=ZDerYusqGLP_YPFJAGNjEIHjNIvAFZ_2zfLaCuHg_7o,319
|
@@ -3588,22 +3627,22 @@ lino/modlib/printing/models.py,sha256=fd-BEKSLpgxPnkh9U7fg2tjNy39exBi3xJC9VzJuXd
|
|
3588
3627
|
lino/modlib/printing/utils.py,sha256=LUO9769wJvHCPZIqeVQ9XAS6UKJ6BfJbiwO8Dt1kHc4,737
|
3589
3628
|
lino/modlib/printing/config/report/Default.odt,sha256=4X8UD9H_5Th2CELP0C6DTe4g0ZNUPXAg1C00xP3Qluc,10930
|
3590
3629
|
lino/modlib/printing/config/report/Default.wk.html,sha256=4Ssx2LWm1gVpXf0Q4XoSY15WkhqRvx51Upab-IS1nm0,96
|
3591
|
-
lino/modlib/publisher/__init__.py,sha256=
|
3592
|
-
lino/modlib/publisher/choicelists.py,sha256=
|
3593
|
-
lino/modlib/publisher/mixins.py,sha256=
|
3594
|
-
lino/modlib/publisher/models.py,sha256=
|
3595
|
-
lino/modlib/publisher/renderer.py,sha256=
|
3596
|
-
lino/modlib/publisher/ui.py,sha256
|
3597
|
-
lino/modlib/publisher/views.py,sha256=
|
3630
|
+
lino/modlib/publisher/__init__.py,sha256=SeTsaspupzSuimoo38SJL-YhYL0v-ATC35lTnhlZ76Q,2925
|
3631
|
+
lino/modlib/publisher/choicelists.py,sha256=vjh_U0t4eh3V-rpgmawlqxGQPATqxg7VS1PiAkpbTdM,5914
|
3632
|
+
lino/modlib/publisher/mixins.py,sha256=YUYDHzWF6Yk1jb3rFyJm2ZFTcibrWJsAwVR49treRTw,5678
|
3633
|
+
lino/modlib/publisher/models.py,sha256=Q-rQQxrVn3FcPyoUHJART_FLBqzzlI-cxcdtx_7fQqM,14353
|
3634
|
+
lino/modlib/publisher/renderer.py,sha256=TVWEbg2n1n6WMI_Z3jWCEVYjrEalOQU7InGOI30t5c0,2735
|
3635
|
+
lino/modlib/publisher/ui.py,sha256=-SosWmlRSjFzx1wlSsnqhJeYj1W60pR01lL18Dh_5yg,3088
|
3636
|
+
lino/modlib/publisher/views.py,sha256=isCANaTwHCMImDAz2sdFXkdMoWbJcy0AsBo5d93uQjY,3879
|
3598
3637
|
lino/modlib/publisher/config/publisher/base.html,sha256=nrWuN4lhP1O4ORdYTaY3fS2pc90yfUnfDYfm2Jtr7hQ,198
|
3599
3638
|
lino/modlib/publisher/config/publisher/default_list.pub.html,sha256=3ePc4U3xZxE-pqtzlnB9CRQWu8OQrtfXKEjyuc8BBUQ,578
|
3600
3639
|
lino/modlib/publisher/config/publisher/item.pub.html,sha256=973RYgCAYG1SYIB4bwfVZFVTUo0WD2I98PsoPgjQ8XA,154
|
3601
3640
|
lino/modlib/publisher/config/publisher/login.html,sha256=_j_MmwVv_UohMnEDADo99XQmUqGvOWTlCDPW1oaSWpo,495
|
3602
|
-
lino/modlib/publisher/config/publisher/page.pub.html,sha256=
|
3641
|
+
lino/modlib/publisher/config/publisher/page.pub.html,sha256=pzDVyP--ILjz9h2P5OoVlRDo_jbC127X9BeSlLt9gI4,5351
|
3603
3642
|
lino/modlib/publisher/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3604
3643
|
lino/modlib/publisher/fixtures/demo2.py,sha256=KrF672tNLlhMX6EkxKDfcvvE9pGH4k9NgF7Rk5DkiLg,366
|
3605
|
-
lino/modlib/publisher/fixtures/std.py,sha256=
|
3606
|
-
lino/modlib/publisher/fixtures/synodalworld.py,sha256=
|
3644
|
+
lino/modlib/publisher/fixtures/std.py,sha256=0xeSyoxoJm5NqlPH1VNsMlqzMeo3osJFEhuJYCZbACY,1465
|
3645
|
+
lino/modlib/publisher/fixtures/synodalworld.py,sha256=aQxVAmyxVcRHjMZsfbgtsYYho2JVCL98G8iopzCuFl0,819
|
3607
3646
|
lino/modlib/restful/__init__.py,sha256=9CqWTQkJ2KpLW5MI1bKqKZU_7nXxodxl7HSgc8Agwmw,1506
|
3608
3647
|
lino/modlib/restful/fields.py,sha256=8dik0q2LaCtJhQX1lu-fe-y_38xdhAWy1ZX3EKmJWfs,567
|
3609
3648
|
lino/modlib/restful/serializers.py,sha256=AVyA19UkRUJ9AjlUN0fJyrj1LgfOyp-a2ANcVkecWtA,1143
|
@@ -3641,7 +3680,7 @@ lino/modlib/system/__init__.py,sha256=cXb8cPBr3t18mXtiY_ScqscdUgd6MvSrsHebfqY-SH
|
|
3641
3680
|
lino/modlib/system/actions.py,sha256=jmSYPQDvIQxDth8MaJ9GpkmSCufLGWjmAjKdHAIWE48,1126
|
3642
3681
|
lino/modlib/system/choicelists.py,sha256=hClsYGgEDAuEYztCiivJlgReBdpDs8z3T_HRcS83ZFg,9578
|
3643
3682
|
lino/modlib/system/mixins.py,sha256=fpj0O1218KgwGhRr8IHYRBXsNt5uXN87qVrx7dxvjys,19031
|
3644
|
-
lino/modlib/system/models.py,sha256=
|
3683
|
+
lino/modlib/system/models.py,sha256=qF9kvI2IRoNDeEZoUFw1MPdRP9v_YHYvlbkHLDVK3Ow,10974
|
3645
3684
|
lino/modlib/system/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3646
3685
|
lino/modlib/system/fixtures/std.py,sha256=ko6TxoQ6hQvUJT6BYOFBB8-F_kxu8VlRhlEcUg248Uc,102
|
3647
3686
|
lino/modlib/tinymce/__init__.py,sha256=do3zN5Mo2ftsegHTV_KUVaHl44RJ8WHBSS4Jb7BExHs,4879
|
@@ -4393,25 +4432,25 @@ lino/modlib/tinymce/static/tinymce-4.1.10/skins/lightgray/img/loader.gif,sha256=
|
|
4393
4432
|
lino/modlib/tinymce/static/tinymce-4.1.10/skins/lightgray/img/object.gif,sha256=5qFeUrxKF7CFBzuo3r1HCOrWrj1MvrOIDGXLevxIl3c,152
|
4394
4433
|
lino/modlib/tinymce/static/tinymce-4.1.10/skins/lightgray/img/trans.gif,sha256=nPAg18O7p_WrEM2lSqvvk0-QbU-aOs-Z6efcbJhXljU,43
|
4395
4434
|
lino/modlib/tinymce/static/tinymce-4.1.10/themes/modern/theme.min.js,sha256=w41NrMzqdGEDk6OhjeuElBHlIr5Ntt_QpdoxNRFXa3Q,6431
|
4396
|
-
lino/modlib/uploads/__init__.py,sha256=
|
4435
|
+
lino/modlib/uploads/__init__.py,sha256=nkco3y6OGeeONMWCBXaVvH6fwoW5LklNn-guAINMcqQ,2869
|
4397
4436
|
lino/modlib/uploads/actions.py,sha256=6Bi5hDUdR3cOA4ROARqPzRwQKtUcHoSl3QM44iWVrtE,1176
|
4398
4437
|
lino/modlib/uploads/choicelists.py,sha256=-7SODzA_0afrBgPh7-j8kpz0VdzDXy2U7dLhhwE2kG8,1327
|
4399
4438
|
lino/modlib/uploads/dummy_upload.odt,sha256=VHG2YkykCg8VqoXx8Hm37QYunvdbmg_jCyygiZseKF8,10447
|
4400
4439
|
lino/modlib/uploads/dummy_upload.pdf,sha256=hdAx7s3V10lqVekSGugzkn_Hqxx3V4OkCNVNQI2OsFY,18730
|
4401
|
-
lino/modlib/uploads/mixins.py,sha256=
|
4402
|
-
lino/modlib/uploads/models.py,sha256=
|
4440
|
+
lino/modlib/uploads/mixins.py,sha256=bMvwB2bD9IK58mkVgEN6R1vaHyP5Sffw_HMU7Mn7CK0,8432
|
4441
|
+
lino/modlib/uploads/models.py,sha256=mvDwM7XlXRsOVH6gZNKP74qaaORywVcNhLfByXnUe-8,19130
|
4403
4442
|
lino/modlib/uploads/roles.py,sha256=ae0wf_vC4O6MffDx8abpjW1M2oWOp5VzOvt_ckk72Cc,191
|
4404
|
-
lino/modlib/uploads/ui.py,sha256=
|
4405
|
-
lino/modlib/uploads/utils.py,sha256=
|
4443
|
+
lino/modlib/uploads/ui.py,sha256=zysYLSxSKLoCrTgOJp9Bws23dTnwDhnDnXb30H5JMqA,8583
|
4444
|
+
lino/modlib/uploads/utils.py,sha256=7LBQ8lYu7b39UH_wzLmzEyHpphXA5JCJlHCm_K9fI6M,3488
|
4406
4445
|
lino/modlib/uploads/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4407
4446
|
lino/modlib/uploads/fixtures/demo.py,sha256=rhidbKN4vOyzqnRLMXu3gkx4zAtxGj3FoSz0qaJlRMA,1913
|
4408
4447
|
lino/modlib/uploads/fixtures/demo3.py,sha256=q0bwZrx5XtRsRlFpsa33fL0sCl7IdCYaP9E1rhCnJt4,547
|
4409
4448
|
lino/modlib/uploads/fixtures/std.py,sha256=nb5oRcX_WrkTLaGoch6PT7GA0FPKmqbN-BdlPq-hHSc,516
|
4410
|
-
lino/modlib/users/__init__.py,sha256=
|
4411
|
-
lino/modlib/users/actions.py,sha256=
|
4449
|
+
lino/modlib/users/__init__.py,sha256=jZTrRapBqfqyKxgTguovP8SVwyNJCjpluesc1jlH5eI,4759
|
4450
|
+
lino/modlib/users/actions.py,sha256=oVipctpPAnAw0_9g9PGBiG6j_kgAEvj7Yw6yg8Ezuso,18360
|
4412
4451
|
lino/modlib/users/choicelists.py,sha256=-X76C1NxIs5e7rFHp5Z0kjJkA1NlOP2vdLKGkI2wZRU,3876
|
4413
|
-
lino/modlib/users/mixins.py,sha256=
|
4414
|
-
lino/modlib/users/models.py,sha256=
|
4452
|
+
lino/modlib/users/mixins.py,sha256=nmWpNx1aBSPfDSnKLGtNcgUGcWkjIjLIyfK1V86a6-4,16114
|
4453
|
+
lino/modlib/users/models.py,sha256=8q9Y9axqF-m532GQ815PJTg5UvA7oVqvX9fMzmP_qNY,18035
|
4415
4454
|
lino/modlib/users/roles.py,sha256=yi29ELbWU1VtteGARaxetxmsCkZQHA2oJiD0dXujMiE,320
|
4416
4455
|
lino/modlib/users/ui.py,sha256=GkaOHY3yFAErZydyO-noseXWXF1H7xfGVAjlT2NSwlE,13844
|
4417
4456
|
lino/modlib/users/utils.py,sha256=4B4BdgB66C_EUfFv-DZuLrwZpLwNHf0K2WWUgzSBz7I,1993
|
@@ -4419,14 +4458,15 @@ lino/modlib/users/config/users/verification_response.html,sha256=8X1sEn53ploQgB6
|
|
4419
4458
|
lino/modlib/users/config/users/welcome_email.eml,sha256=bPSPbJKIPFRVWPDCuhNquQYwQtXzYGZgs7wICoiutS8,1078
|
4420
4459
|
lino/modlib/users/config/users/User/welcome.body.html,sha256=5k1cVYdYUd0vDLUzyRBtGy52A027wpRiGYLbdgaOKs0,141
|
4421
4460
|
lino/modlib/users/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4461
|
+
lino/modlib/users/fixtures/abc.py,sha256=YhJPXIPCkLc_pmE90bp6CGhpozVHiOrNuZRP6bj9ITs,797
|
4422
4462
|
lino/modlib/users/fixtures/demo.py,sha256=YHPhvjqAh-V9WHgFct2GQlQATZmS-W3Nry-X6mI05z8,199
|
4423
4463
|
lino/modlib/users/fixtures/demo2.py,sha256=j2ke91wvpHs3kHpeztzV3nOG4rJvavkHv2YJo0dISdI,495
|
4424
4464
|
lino/modlib/users/fixtures/demo_users.py,sha256=zTkqxi6hUBL55B9FGpilrhT0aiBXN9uEhxzu0onCF5g,744
|
4425
4465
|
lino/modlib/users/fixtures/std.py,sha256=Eo_TdqFC7NPryLeGRfp-nbOXw3hDqxTUpddFTxUuZ74,712
|
4426
|
-
lino/modlib/weasyprint/__init__.py,sha256=
|
4427
|
-
lino/modlib/weasyprint/choicelists.py,sha256=
|
4466
|
+
lino/modlib/weasyprint/__init__.py,sha256=_7di_eU09D3lwypV6IgOq_uZ_iiS3r9Emd1H1lhsWvc,3086
|
4467
|
+
lino/modlib/weasyprint/choicelists.py,sha256=DdyeWQq1HTNzBotrXXU0AWpPs_oJh9viTg227yL6DnY,1593
|
4428
4468
|
lino/modlib/weasyprint/models.py,sha256=op6CRRBC8NatqGgGdQHU4zcVG4fu4mRS9Mz8STG3B3g,168
|
4429
|
-
lino/modlib/weasyprint/config/weasyprint/base.weasy.html,sha256=
|
4469
|
+
lino/modlib/weasyprint/config/weasyprint/base.weasy.html,sha256=lz_-RTUIzxmq2r_zEltzkuyILSxdFE8EkI5M_-42v_w,4806
|
4430
4470
|
lino/modlib/wkhtmltopdf/__init__.py,sha256=1nqwVpOQH4YMhegnzrcfvXW_Xy9CIdHBHzrNvDGyVxg,773
|
4431
4471
|
lino/modlib/wkhtmltopdf/choicelists.py,sha256=Mq7LySs-HJIXnyUHN5PR55nQyg2cgPjEQuN9JUhBmUY,1818
|
4432
4472
|
lino/modlib/wkhtmltopdf/models.py,sha256=T7lHSSQKNcUWceNnNzq_bKEguXQ1THK5qyCDgeV6xfM,294
|
@@ -4593,12 +4633,12 @@ lino/utils/dates.py,sha256=eWF5WxA5uJf51Y9PKvDVBWD8yIf6yBF6oO6TeU3ujzw,1030
|
|
4593
4633
|
lino/utils/dbfreader.py,sha256=KrGsBAFV2tF9pAd9jsmBAFpZ-yw-CRymZHEn_q9IL90,13784
|
4594
4634
|
lino/utils/dbhash.py,sha256=tG1IHe6Bz9MaagTI-131gpcLcNw3g642QVvv7GsJH2g,3303
|
4595
4635
|
lino/utils/dblogger.py,sha256=kr0YxQY6veymvNg5A4tsvkqW8haRWdwqL0C-_9_QTg0,721
|
4596
|
-
lino/utils/diag.py,sha256=
|
4636
|
+
lino/utils/diag.py,sha256=dwRtR7Ek9GERg8OYBGf5DdqMdElJg-JTtQxI84coH3Q,18799
|
4597
4637
|
lino/utils/djangotest.py,sha256=Phz1qNp0wDonZRja5dxbCk0Xl3a73gZNiKK8v9tAgZg,8334
|
4598
4638
|
lino/utils/dpy.py,sha256=pHeOmAQLqn4DLunipn5FwooTttRroqdewgUTUt_Dq5s,21220
|
4599
4639
|
lino/utils/fieldutils.py,sha256=6GwPOfL-Jv-uh5-tZrTqC1hJccqHhdLbVSy4CAeegDA,2957
|
4600
4640
|
lino/utils/format_date.py,sha256=zJu8PO45hGsk6Znq8_93D3vUz9HcY7CjHduAFxoU0v8,3123
|
4601
|
-
lino/utils/html.py,sha256=
|
4641
|
+
lino/utils/html.py,sha256=my3zA3No8L6ueXrxEpPY_BW4r3SqM5dlQP2iUvo3suI,6545
|
4602
4642
|
lino/utils/html2odf.py,sha256=Hxw4HiIHY1ZCjb4_JLykVHbr6yAMhhHrnrCnLNDYKAs,4826
|
4603
4643
|
lino/utils/html2xhtml.py,sha256=fvrIoLBFpiXtYO3UYaIgAIDjf6ATvrxolQX4etxS57Y,2119
|
4604
4644
|
lino/utils/instantiator.py,sha256=w_yt1ETFa4DruvF3clTUr1xQ-bVCRN4m5oi2zKljj5w,7553
|
@@ -4622,7 +4662,7 @@ lino/utils/restify.py,sha256=AbVCBjM9V9rYuFweV1gVo9ObO8lblJbA-mKjaPsebRE,14068
|
|
4622
4662
|
lino/utils/screenshots.py,sha256=T-szKC3EJfo4JcLio8Jj0xqaoSuJcZG6Jf9EF_B8WDQ,2040
|
4623
4663
|
lino/utils/sendchanges.py,sha256=fcSqRyI3l8sEf9_LSqIyWGML6CORoYkjcFp2bs-YNlY,7097
|
4624
4664
|
lino/utils/socks.py,sha256=0d67FDbrJ7PXl4AYzNNZgwCzV-fzIAAtWGxMEB7dw78,538
|
4625
|
-
lino/utils/soup.py,sha256=
|
4665
|
+
lino/utils/soup.py,sha256=xozIa1QtxF8VJbjBQ-yYcL6NZ0rOXCMQpBuZSpF2wWM,10181
|
4626
4666
|
lino/utils/sql.py,sha256=kwCgv5E3n7uLjpXOEiaF2W2p8LeGXcP39xgtnqvzTP8,6795
|
4627
4667
|
lino/utils/sqllog.py,sha256=kUCnBfFjExhItJ1w76WT9VWPaWWq8NQM-kSIMIIZnRU,3282
|
4628
4668
|
lino/utils/ssin.py,sha256=Wo-9M0pG0uEYEGvmz8N--iRIqJe3ETtgLOXoung7qlE,4232
|
@@ -4635,9 +4675,9 @@ lino/utils/weekly.py,sha256=t4WZAmAy0Z-siaMEaYgVQh1VDNKXtEa-wgLDXd52BtU,1577
|
|
4635
4675
|
lino/utils/xml.py,sha256=EGDnO1UaREst9fS7KTESdbHnrrVCwKbRQdvut6B6GmQ,1612
|
4636
4676
|
lino/utils/mldbc/__init__.py,sha256=QqWRlzeXaOmFfbCk-vTY3SZMn1-FCf67XnpZdd_Nim0,1134
|
4637
4677
|
lino/utils/mldbc/fields.py,sha256=tAX8G5UKigr9c6g0F3ARIjZZtg406mdaZ--PWSbiH9E,2873
|
4638
|
-
lino/utils/mldbc/mixins.py,sha256=
|
4639
|
-
lino-25.
|
4640
|
-
lino-25.
|
4641
|
-
lino-25.
|
4642
|
-
lino-25.
|
4643
|
-
lino-25.
|
4678
|
+
lino/utils/mldbc/mixins.py,sha256=nu1C-Sytp7c10AJzdvG8WSAAVX2b8GGCcVfQ-9nbYm0,1929
|
4679
|
+
lino-25.9.0.dist-info/METADATA,sha256=Clvhz8uBnzvkW3kV5ImNAGuX0qyQzHfMMBQX2m-uqr8,42534
|
4680
|
+
lino-25.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4681
|
+
lino-25.9.0.dist-info/licenses/AUTHORS.rst,sha256=8VEm_G4HOmYEa4oi1nVoKKsdo4JanekEJCefWd2E8vk,981
|
4682
|
+
lino-25.9.0.dist-info/licenses/COPYING,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
4683
|
+
lino-25.9.0.dist-info/RECORD,,
|
@@ -1,73 +0,0 @@
|
|
1
|
-
# -*- coding: UTF-8 -*-
|
2
|
-
# Copyright 2009-2018 Rumma & Ko Ltd
|
3
|
-
# License: GNU Affero General Public License v3 (see file COPYING for details)
|
4
|
-
"""
|
5
|
-
This started as a copy of :mod:`lino.modlib.plain` and moved to the
|
6
|
-
version 3 of `Bootstrap <https://getbootstrap.com/>`_ CSS toolkit.
|
7
|
-
|
8
|
-
.. autosummary::
|
9
|
-
:toctree:
|
10
|
-
|
11
|
-
views
|
12
|
-
renderer
|
13
|
-
models
|
14
|
-
"""
|
15
|
-
|
16
|
-
from lino.api.ad import Plugin
|
17
|
-
|
18
|
-
|
19
|
-
class Plugin(Plugin):
|
20
|
-
# ui_label = _("Bootstrap")
|
21
|
-
ui_handle_attr_name = "bootstrap3_handle"
|
22
|
-
|
23
|
-
# site_js_snippets = ['snippets/plain.js']
|
24
|
-
|
25
|
-
needs_plugins = ["lino.modlib.jinja"]
|
26
|
-
|
27
|
-
url_prefix = "bs3"
|
28
|
-
|
29
|
-
media_name = "bootstrap-3.3.4"
|
30
|
-
|
31
|
-
# media_base_url = "http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/"
|
32
|
-
|
33
|
-
def on_ui_init(self, kernel):
|
34
|
-
from .renderer import Renderer
|
35
|
-
|
36
|
-
self.renderer = Renderer(self)
|
37
|
-
# ui.bs3_renderer = self.renderer
|
38
|
-
|
39
|
-
def get_patterns(self):
|
40
|
-
# from django.conf.urls import url
|
41
|
-
from django.urls import re_path as url
|
42
|
-
from . import views
|
43
|
-
|
44
|
-
rx = "^"
|
45
|
-
|
46
|
-
urls = [
|
47
|
-
# url(rx + r'/?$', views.Index.as_view()),
|
48
|
-
url(rx + r"$", views.Index.as_view()),
|
49
|
-
url(rx + r"auth", views.Authenticate.as_view()),
|
50
|
-
# NB app_label must be at least 3 chars long to avoid clash with
|
51
|
-
# publisher patterns
|
52
|
-
url(rx + r"(?P<app_label>\w\w\w+)/(?P<actor>\w+)$", views.List.as_view()),
|
53
|
-
url(
|
54
|
-
rx + r"(?P<app_label>\w\w\w+)/(?P<actor>\w+)/(?P<pk>.+)$",
|
55
|
-
views.Element.as_view(),
|
56
|
-
),
|
57
|
-
]
|
58
|
-
return urls
|
59
|
-
|
60
|
-
def get_detail_url(self, ar, actor, pk, *args, **kw):
|
61
|
-
return self.build_plain_url(
|
62
|
-
actor.app_label, actor.__name__, str(pk), *args, **kw
|
63
|
-
)
|
64
|
-
|
65
|
-
def get_used_libs(self, html=False):
|
66
|
-
if html is not None:
|
67
|
-
yield ("Bootstrap", "3.3.4", "http://getbootstrap.com")
|
68
|
-
# yield ("jQuery", '?', "http://...")
|
69
|
-
|
70
|
-
def get_index_view(self):
|
71
|
-
from . import views
|
72
|
-
|
73
|
-
return views.Index.as_view()
|
lino/modlib/bootstrap3/models.py
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
# -*- coding: UTF-8 -*-
|
2
|
-
# Copyright 2014-2023 Rumma & Ko Ltd
|
3
|
-
# License: GNU Affero General Public License v3 (see file COPYING for details)
|
4
|
-
|
5
|
-
from django.conf import settings
|
6
|
-
from lino.core.tables import AbstractTable
|
7
|
-
from lino.core.roles import Expert
|
8
|
-
|
9
|
-
from lino.api import dd, _
|
10
|
-
|
11
|
-
|
12
|
-
class ShowAsHtml(dd.Action):
|
13
|
-
label = _("HTML")
|
14
|
-
help_text = _("Show this table in Bootstrap3 interface")
|
15
|
-
icon_name = "html"
|
16
|
-
ui5_icon_name = "sap-icon://attachment-html"
|
17
|
-
sort_index = -15
|
18
|
-
select_rows = False
|
19
|
-
default_format = "ajax"
|
20
|
-
preprocessor = "Lino.get_current_grid_config"
|
21
|
-
callable_from = "t"
|
22
|
-
required_roles = dd.login_required(Expert)
|
23
|
-
|
24
|
-
def run_from_ui(self, ar, **kw):
|
25
|
-
url = dd.plugins.bootstrap3.renderer.get_request_url(ar)
|
26
|
-
ar.success(open_url=url)
|
27
|
-
|
28
|
-
|
29
|
-
if settings.SITE.default_ui != "lino.modlib.bootstrap3":
|
30
|
-
AbstractTable.show_as_html = ShowAsHtml()
|