Griatch
|
8ba38c799a
|
Split out Django-queries into separate tutorial page
|
2020-07-08 20:29:55 +02:00 |
|
Griatch
|
d6738075ad
|
Made a lot of progress on the search tutorial
|
2020-07-08 00:14:37 +02:00 |
|
Griatch
|
c9e4f1aaa6
|
Add new src: link alias
|
2020-07-07 00:18:47 +02:00 |
|
Griatch
|
2706b497bb
|
Fixed api: reference shortcut
|
2020-07-06 20:48:21 +02:00 |
|
Griatch
|
b96b43aa0b
|
Finished typeclass docs
|
2020-07-06 00:05:15 +02:00 |
|
Griatch
|
bd65641755
|
Merge branch 'master' of github.com:evennia/evennia
|
2020-07-04 00:12:56 +02:00 |
|
Griatch
|
e335bbe9d1
|
Extension to typeclass fix, to allow non-typeclass mixins
|
2020-07-04 00:12:12 +02:00 |
|
Griatch
|
216485cb26
|
Further updates
|
2020-07-03 22:32:50 +02:00 |
|
Griatch
|
87aa80d868
|
Continued with adding commands
|
2020-07-03 01:00:13 +02:00 |
|
Griatch
|
dcc675fb4d
|
Further work on the python tut
|
2020-07-01 23:54:26 +02:00 |
|
Griatch
|
a2ce4900ba
|
Make tutorial parts into separate subfolders for now
|
2020-07-01 21:28:04 +02:00 |
|
Griatch
|
6e615e32c6
|
Add tutorial-mirror object
|
2020-07-01 21:13:14 +02:00 |
|
Tymoteusz Paul
|
fa6745a1fe
|
Correcting curly brackets colors
|
2020-06-30 23:07:37 +01:00 |
|
Griatch
|
7f8e31e6f9
|
Merge pull request #2153 from bonnedav/patch-1
Make CmdOpen grant control to creator
|
2020-06-30 10:12:56 +02:00 |
|
bonnedav
|
01084ce370
|
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
|
a3edbca209
|
Make sure to strip key/value of whitespace in lockfunc kwargs. Resolves #2150
|
2020-06-28 17:09:41 +02:00 |
|
Griatch
|
a1014089d3
|
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
|
0f0ddcd6be
|
Pass category from objtag lockfunc. Resolve #2149
|
2020-06-28 11:22:07 +02:00 |
|
Griatch
|
67cc36e86e
|
Update list_to_string to handle generators. Resolve #2120
|
2020-06-28 11:09:59 +02:00 |
|
Griatch
|
143137cc3e
|
Homogenize email-validation into one utility. Resolve #2143
|
2020-06-27 13:12:41 +02:00 |
|
Griatch
|
072d480439
|
Fix cmdset merge with systemcmd. Resolves #2146
|
2020-06-27 12:56:58 +02:00 |
|
Griatch
|
d5a59cb618
|
Remove procpool references from batchprocessor. Resolves #2145.
|
2020-06-26 21:27:44 +02:00 |
|
Griatch
|
1e692d1bf5
|
Fix for typeclass app_label, and admin fix. Resolves #2112.
|
2020-06-26 21:17:07 +02:00 |
|
Griatch
|
2e4f7e5744
|
Fix setting app_label correctly for typeclass
|
2020-06-26 20:00:44 +02:00 |
|
Griatch
|
61cc1c5aa9
|
Allow guests for multisession_mode>1. Resolves #2098. Fix unit tests
|
2020-06-26 16:34:35 +02:00 |
|
Griatch
|
f7c1a73a20
|
Make sure to convert text output to text. Resolves #2102.
|
2020-06-26 14:02:13 +02:00 |
|
Griatch
|
9c0083d272
|
Add maintenace task to portal, dropping db connection to resolve mysql timeouts. Resolves #2101.
|
2020-06-26 12:32:15 +02:00 |
|
Griatch
|
9de21ca51b
|
Remove confusing contents-cache error. Resolves #1169
|
2020-06-26 11:37:34 +02:00 |
|
Griatch
|
a5ba498a53
|
More updates to the starting tutorial
|
2020-06-25 14:15:31 +02:00 |
|
Griatch
|
81dbae306f
|
Keep working on starting-tutorial
|
2020-06-21 23:03:32 +02:00 |
|
Griatch
|
6a2dff7d31
|
Fix pages
|
2020-06-21 00:02:14 +02:00 |
|
Griatch
|
52c3e07ad9
|
Add more tutorial steps
|
2020-06-20 19:37:09 +02:00 |
|
Griatch
|
1618a2d69a
|
Restructure starting tut
|
2020-06-20 12:16:42 +02:00 |
|
Griatch
|
07a56d6bb8
|
Tweak tutorial-start name
|
2020-06-19 23:43:52 +02:00 |
|
Griatch
|
30745e8396
|
Add Component overview
|
2020-06-19 23:18:28 +02:00 |
|
Griatch
|
ad0704f967
|
Start refactor howtos
|
2020-06-19 22:24:33 +02:00 |
|
Griatch
|
7c7c4a2ba3
|
Start to add howto structure
|
2020-06-19 21:13:51 +02:00 |
|
Griatch
|
3f50096577
|
Add structure to Setup/ docs
|
2020-06-19 20:55:26 +02:00 |
|
Griatch
|
21e509a062
|
Correct quick-build listing
|
2020-06-19 18:53:36 +02:00 |
|
Griatch
|
0e26cfd758
|
Add setup-overview
|
2020-06-19 18:47:28 +02:00 |
|
Griatch
|
4767fea797
|
Further tweaking
|
2020-06-19 18:11:20 +02:00 |
|
Griatch
|
bba1155681
|
Remove italics in api doc
|
2020-06-19 16:52:31 +02:00 |
|
Griatch
|
d22745ce0a
|
Fix API frontpage again
|
2020-06-19 16:44:45 +02:00 |
|
Griatch
|
a6e1dac5cb
|
Relinked with correct relative links
|
2020-06-19 15:56:02 +02:00 |
|
Griatch
|
766d587869
|
Move starting tutorial to different name, add relative auto-relinking
|
2020-06-19 15:51:28 +02:00 |
|
Griatch
|
0b0905d541
|
Add links in index
|
2020-06-19 15:44:51 +02:00 |
|
Griatch
|
4b37e61d83
|
Fix bug when running strip-ansi in non-api mode
|
2020-06-19 12:03:14 +02:00 |
|
Griatch
|
b5f102746c
|
Repoint api-doc root
|
2020-06-19 00:09:34 +02:00 |
|
Griatch
|
1bf6b1672d
|
Customize API look, up sphinx version
|
2020-06-18 23:30:11 +02:00 |
|
Griatch
|
c9e9ce2f54
|
Make auto-relinker's error message clearer
|
2020-06-18 01:13:42 +02:00 |
|