Commit graph

6554 commits

Author SHA1 Message Date
Griatch
28bff4ddde Resolve merge conflicts 2020-07-15 23:18:38 +02:00
Griatch
101152abde Have EvTable width correctly handle asian alphabets 2020-07-15 23:16:57 +02:00
Griatch
a0dd7e0da4 Update changelog with missing line 2020-07-15 19:51:32 +02:00
Griatch
94cf728081 Merge changes from master 2020-07-15 18:07:45 +02:00
Griatch
7798c892cd Remove leftover layout file 2020-07-15 18:03:13 +02:00
Griatch
b9553b94fc Use latest sphinx-multiversion 2020-07-13 22:29:56 +02:00
Griatch
5177efe129 Fixes to auto-link remapper 2020-07-12 22:13:47 +02:00
Griatch
a0ce1ea821 Add autodoc files 2020-07-12 20:07:24 +02:00
Griatch
463752e066 Updated API autodoc index. 2020-07-12 20:04:12 +02:00
Griatch
c52f505d00 Copy doc tools from develop 2020-07-12 20:03:09 +02:00
Griatch
7eab265994 Rename Contrib to Contribs in docs 2020-07-12 17:36:01 +02:00
Griatch
b5b265ec3b Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Griatch
9d8e8d7693 Start to clean up docs 2020-07-11 00:52:34 +02:00
Griatch
76761825d0 Fixed all errors in doc building 2020-07-11 00:27:10 +02:00
Griatch
9fbfc8f8d0 Almost completed refactoring of source docstrings for new doc system 2020-07-10 22:47:37 +02:00
Griatch
2208a3030c Remove tests from api doc 2020-07-10 20:04:43 +02:00
Griatch
b1cae35e34 Modify package template 2020-07-10 17:58:07 +02:00
Griatch
7fed14d233 Rename docstring Kwargs to Keyword Args 2020-07-10 15:57:57 +02:00
Griatch
29fc31bb01 Post-process docstring output 2020-07-10 14:14:34 +02:00
Griatch
09c602dd69 Fix all failing links and warnings 2020-07-09 00:06:50 +02:00
Griatch
22743055fe Adding missing component pages 2020-07-08 23:18:14 +02:00
Griatch
7f79c61bb9 Start to fix references 2020-07-08 22:45:01 +02:00
Griatch
ef1531c405 Remapping urls 2020-07-08 21:55:19 +02:00
Griatch
3b87cffed6 Fixes to urls 2020-07-08 21:51:14 +02:00
Griatch
21cb3f69c8 Split out Django-queries into separate tutorial page 2020-07-08 20:29:55 +02:00
Griatch
c54625b305 Made a lot of progress on the search tutorial 2020-07-08 00:14:37 +02:00
Griatch
3f1a3612e4 Add new src: link alias 2020-07-07 00:18:47 +02:00
Griatch
d5f66df2b3 Fixed api: reference shortcut 2020-07-06 20:48:21 +02:00
Griatch
a8f56f4370 Finished typeclass docs 2020-07-06 00:05:15 +02:00
Griatch
ca97c9bda0 Merge branch 'master' of github.com:evennia/evennia 2020-07-04 00:12:56 +02:00
Griatch
ad59dde130 Extension to typeclass fix, to allow non-typeclass mixins 2020-07-04 00:12:12 +02:00
Griatch
a515ececff Further updates 2020-07-03 22:32:50 +02:00
Griatch
830f793aa4 Continued with adding commands 2020-07-03 01:00:13 +02:00
Griatch
131a9f89aa Further work on the python tut 2020-07-01 23:54:26 +02:00
Griatch
221caf5187 Make tutorial parts into separate subfolders for now 2020-07-01 21:28:04 +02:00
Griatch
12602dc09f Add tutorial-mirror object 2020-07-01 21:13:14 +02:00
Griatch
0e203446a6 Merge pull request #2153 from bonnedav/patch-1
Make CmdOpen grant control to creator
2020-06-30 10:12:56 +02:00
bonnedav
ba7a6bc6f4 Make CmdOpen grant control to creator
Fixes #2152
Not tested but based on existing code in CmdCreate so I imagine it will work.
2020-06-29 21:59:18 -06:00
Griatch
fff80c4752 Make sure to strip key/value of whitespace in lockfunc kwargs. Resolves #2150 2020-06-28 17:09:41 +02:00
Griatch
0c53f1bcc3 Fix return type for all situations of get_all_scripts manager method, as inspired by #2117 2020-06-28 11:37:17 +02:00
Griatch
a84843d314 Pass category from objtag lockfunc. Resolve #2149 2020-06-28 11:22:07 +02:00
Griatch
a848960819 Update list_to_string to handle generators. Resolve #2120 2020-06-28 11:09:59 +02:00
Griatch
c8b056d06d Homogenize email-validation into one utility. Resolve #2143 2020-06-27 13:12:41 +02:00
Griatch
8f85bc1873 Fix cmdset merge with systemcmd. Resolves #2146 2020-06-27 12:56:58 +02:00
Griatch
efc9b87099 Remove procpool references from batchprocessor. Resolves #2145. 2020-06-26 21:27:44 +02:00
Griatch
5e6c52e2e6 Fix for typeclass app_label, and admin fix. Resolves #2112. 2020-06-26 21:17:07 +02:00
Griatch
e8b99175ad Fix setting app_label correctly for typeclass 2020-06-26 20:00:44 +02:00
Griatch
a721760da6 Allow guests for multisession_mode>1. Resolves #2098. Fix unit tests 2020-06-26 16:34:35 +02:00
Griatch
9d7461e21e Make sure to convert text output to text. Resolves #2102. 2020-06-26 14:02:13 +02:00
Griatch
1e40d8fbc0 Add maintenace task to portal, dropping db connection to resolve mysql timeouts. Resolves #2101. 2020-06-26 12:32:15 +02:00