Commit graph

8626 commits

Author SHA1 Message Date
Travis Briggs
77cdb3081d Make the docs site basically responsive, by using flexbox instead of floats for the sidebar and allowing it to take up 100% width when the screen width is less than 480px 2022-10-03 18:05:01 -07:00
henddher
8b590a5cf6 Use override_settings to patch settings.GLOBAL_SCRIPTS. 2022-10-03 19:53:43 -05:00
Travis Briggs
b4065bb9c9 Fix phantom search bar on normal doc pages in mobile view 2022-10-03 17:00:15 -07:00
Vexia
53486ad207 Update objects.py 2022-10-03 15:17:34 -05:00
Griatch
5d740ea98f Merge branch 'master' into develop 2022-10-03 20:46:11 +02:00
Griatch
696f904d63 Update docs 2022-10-03 19:42:51 +02:00
Griatch
441c1ffe4c Merge pull request #2896 from selberhad/tutorial_broken_links
docs: fix broken links in Tutorial
2022-10-03 19:39:38 +02:00
Griatch
f856de79f6 Merge pull request #2892 from VexiaOnline/VexiaOnline-crafting-readme-typofix
Update README.md
2022-10-03 19:37:37 +02:00
Griatch
b7d96fa0b2 Merge pull request #2891 from Henddher/issue_2703
fix: Add NonExistentRecipe for gracefully craft an unknown recipe.
2022-10-03 19:35:43 +02:00
Griatch
6c9303f8d9 Merge pull request #2889 from marado/develop
docs: fix markdown syntax for table
2022-10-03 19:33:49 +02:00
Griatch
2855a08eba Merge pull request #2887 from VexiaOnline/webclient-copy-fix
Webclient copy fix
2022-10-03 19:23:19 +02:00
selberhad
0dedd00c41 docs: fix broken links in Tutorial 2022-10-03 12:17:40 -04:00
Travis Briggs
3ac254134f Documentation fix for mobile/small screens 2022-10-02 20:15:37 -07:00
Vexia
0e5218189e Update README.md 2022-10-02 21:05:00 -05:00
henddher
e1a85e6f7a Add NonExistentRecipe for gracefully allow crafting of an unknown recipe. 2022-10-02 20:00:24 -05:00
Marcos Marado
99d9879dfe docs: fix markdown syntax for table
Fixing the table in markdown on Prototypes.md, enabling sphynx to
correctly turn it into an HTML table.

Closes: #2880
2022-10-02 23:00:42 +01:00
henddher
d2cb75b058 Addition of unit-tests for GlobalScriptContainer. 2022-10-02 15:41:20 -05:00
Griatch
91e201d8af Update doc on i18n 2022-10-02 22:03:07 +02:00
Griatch
0b9e8e1785 Complile new portugese translation 2022-10-02 22:01:44 +02:00
Griatch
ff4c3b4c05 Merge pull request #2886 from marado/develop
Portuguese translations updated
2022-10-02 22:00:54 +02:00
Marcos Marado
1a7ffe46f9 Portuguese translations updated
Ref.: #2884
2022-10-02 18:59:31 +01:00
henddher
6f4b832263 Revert back to log_trace. 2022-10-02 11:28:52 -05:00
Griatch
e2efe42893 Update i18n strings 2022-10-02 11:39:27 +02:00
Griatch
8ab07faf3e Update i18n mo files 2022-10-02 11:27:11 +02:00
Griatch
0e0a904b12 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-10-02 11:20:03 +02:00
Griatch
c6d9273798 Update docs on i18n. Add new contrib 2022-10-02 11:19:11 +02:00
Griatch
8f5b8b49b4 Merge pull request #2879 from marado/develop
docs: added CSRF_TRUSTED_ORIGINS to the example
2022-10-02 10:35:40 +02:00
Griatch
d3c29a44c8 Merge pull request #2873 from InspectorCaracal/api-endpoint-patch
Fix for REST API endpoints
2022-10-02 10:33:34 +02:00
Griatch
93324f75d6 Cleanup chargen contrib to style 2022-10-02 10:30:21 +02:00
Griatch
79336a4041 Merge branch 'chargen-contrib' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-chargen-contrib 2022-10-02 10:19:31 +02:00
henddher
d129c16c1b Remove force failure 2022-10-01 20:47:51 -05:00
henddher
796f3910c6 Skip global scripts that cannot be 'imported' successfully, and log_err about it. 2022-10-01 20:46:15 -05:00
henddher
c06be8df48 Force failure. 2022-10-01 17:34:41 -05:00
Marcos Marado
2ddd077bd5 docs: added CSRF_TRUSTED_ORIGINS to the example
On the Online Setup documentation there is a settings file sample, but
it does not include the CSRF_TRUSTED_ORIGINS, which is needed and
should be documented.

Closes: #2767
2022-10-01 15:04:34 +01:00
InspectorCaracal
fb7f11917b fix stray quotes
thanks sk33t3rson for the catch
2022-09-28 14:02:12 -06:00
InspectorCaracal
472d36cce1 update for new settings 2022-09-28 12:25:03 -06:00
InspectorCaracal
0d6faacde6 Create Extending-the-REST-API.md 2022-09-27 18:35:22 -06:00
InspectorCaracal
55c80ce30e fix querysets 2022-09-27 11:30:01 -06:00
InspectorCaracal
f0ddea0ba9 move list_node mention to docstring 2022-09-26 16:41:30 -06:00
InspectorCaracal
aa3ab74b00 forgot to put in the path 2022-09-26 12:42:36 -06:00
InspectorCaracal
0d50f9bcf8 cleanup and revisions 2022-09-26 12:34:42 -06:00
Vexia
7a34be7657 Fix for Evennia issue #2611 2022-09-24 18:45:43 -05:00
Griatch
8486905a66 Handle channel.msg tuple-form outputfuncs. Resolve #2699. 2022-09-25 01:01:44 +02:00
Griatch
4f8753b683 Make sure to save in atomic transaction. Resovle #2657. 2022-09-25 00:36:37 +02:00
Griatch
b4042641b1 Fix bug in EvTable for alternating row lengths. Resolve #2653 2022-09-24 22:57:54 +02:00
Griatch
79d16b9ead Resolve merge conflicts 2022-09-24 18:33:32 +02:00
Griatch
404ff695cf Merge pull request #2870 from aMiss-aWry/contrib
Corrected the link to the example wiki
2022-09-24 18:27:43 +02:00
Travis Briggs
59bde7c966 Fix Windows specific bugs 2022-09-24 18:21:53 +02:00
Griatch
5daaeadd4d Merge pull request #2869 from audiodude/fix-windows-path
Fix Windows specific bugs
2022-09-24 18:20:54 +02:00
Griatch
9f470c5994 Merge pull request #2868 from audiodude/dockerfile
Add chown to Dockerfile
2022-09-24 18:18:50 +02:00