Commit graph

471 commits

Author SHA1 Message Date
Griatch
f66db3344d Update djangodoc references also in READMEs, as per #3126 2023-03-04 20:10:12 +01:00
InspectorCaracal
07af134027 update setting name, tests 2023-01-06 11:37:24 -07:00
InspectorCaracal
0b12e2827f update test 2023-01-02 21:42:03 -07:00
InspectorCaracal
edc212f1ff add registration setting to context 2023-01-02 20:48:33 -07:00
InspectorCaracal
04e036978c registration setting 2023-01-02 20:48:33 -07:00
Griatch
eafe390db4 Use isort, run format on code 2022-11-18 12:02:46 +01:00
Griatch
a461a97576 Format code imports 2022-11-10 22:21:12 +01:00
selberhad
b7dfef47ba feat: consolidate input tab close buttons 2022-10-06 20:53:37 -04:00
selberhad
2e9bc79cb9 remove lodash dependency and add once helper 2022-10-06 20:47:51 -04:00
selberhad
4e58b70a06 Merge branch 'develop' of https://github.com/evennia/evennia into fix_multi_input_focus 2022-10-06 20:45:33 -04:00
selberhad
17791e71b7 fix: multiple inputs now retain focus correctly 2022-10-05 22:23:07 -04:00
selberhad
0cb6c92e9d fix: use more widely supported unicode characters in webclient 2022-10-05 12:35:17 -04:00
Griatch
2855a08eba Merge pull request #2887 from VexiaOnline/webclient-copy-fix
Webclient copy fix
2022-10-03 19:23:19 +02:00
InspectorCaracal
55c80ce30e fix querysets 2022-09-27 11:30:01 -06:00
Vexia
7a34be7657 Fix for Evennia issue #2611 2022-09-24 18:45:43 -05:00
Griatch
43378b4c41 Ran black on sources 2022-09-18 23:58:32 +02:00
Griatch
a0a0a248a0 Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
Brenden Tuck
922e75ebb0 Add a simple raw HTML message renderer 2022-08-13 22:26:17 -04:00
InspectorCaracal
232d80041a check if cmdid has callback 2022-06-01 12:48:18 -06:00
InspectorCaracal
4224feb25d preserve output whitespace 2022-04-03 16:18:09 -06:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
f7c01c2ee4 Clean up admin frontpage 2022-02-05 01:13:41 +01:00
Griatch
b76c5d2bab Up min versions to py3.9, Django 4 2022-02-04 23:24:48 +01:00
Griatch
5859de7054 Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
541e5a116a Fix all unit tests for contribs 2021-12-19 20:39:46 +01:00
Griatch
a0c70ce465 Add webclient browser name identifier. Resolve #1650 2021-11-03 20:09:47 +01:00
Griatch
3474ffa008 Include error messages in form. Resolve #2368 2021-11-02 21:21:31 +01:00
Griatch
36e985557f Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454. 2021-10-31 22:18:58 +01:00
Griatch
063c44f38d Add SERVER_HOSTNAME setting. Update website index to show telnet connect info 2021-10-31 10:38:38 +01:00
Griatch
8e382d9383 Resolve merge conflicts 2021-10-02 19:20:58 +02:00
Griatch
d6ddbd5704 Lower maxnum of channel lines for web display 2021-10-02 19:16:47 +02:00
Griatch
5795ba1e91 Merge branch 'master' into develop 2021-08-13 15:24:13 +02:00
luciensadi
819097fdde Update evennia.js
Fix for misplaced parens-- previous code checked 'is the output of `typeof(listener === 'function')` truthy', which is equivalent of `typeof(boolean)` which is always true.
2021-08-09 10:13:59 -07:00
Griatch
a504c1a143 Fix wrong form type in Script admin. Resolve #2463. 2021-08-03 22:05:31 +02:00
Griatch
6e94d16ac2 Merge branch 'issue-2461' of https://github.com/GulliblePsychologist/evennia into GulliblePsychologist-issue-2461 2021-07-26 22:12:14 +02:00
Griatch
52704d7c93 Make web help topics lowercase for proper sorting 2021-07-26 22:05:26 +02:00
GulliblePsychologist
ed7bccf4b3 Fixes #2461 2021-06-28 12:01:53 +01:00
GulliblePsychologist
fce3023bae Fixes #2461 2021-06-28 11:55:07 +01:00
davewiththenicehat
9b793fc845 edit link goes to admin url for entry
edit link goes to admin url for entry
2021-06-19 19:31:04 -04:00
davewiththenicehat
c5043c3a22 edit link
Provided an edit link if the help entry can be edited on the website and the user is staff.
2021-06-19 18:13:13 -04:00
davewiththenicehat
8eb7ffa70b sethelp db help entry creation fix, @laxy_property removed
evennia.web.website.tests all pass
evennia.commands.default.tests.TestHelp all pass (sethelp command test is in that unit test)
2021-06-16 08:59:44 -04:00
davewiththenicehat
a661e4801b text update
All evennia.web.website.tests pass.
2021-06-15 17:11:51 -04:00
davewiththenicehat
787ef8c068 text cleanup
All evennia.web.website.tests pass.
2021-06-15 16:54:41 -04:00
davewiththenicehat
7336957e9d HelpDetailView object cache
Created a cache for the object (target of the help request) in a HelpDetailView.
This reduces the call of DetailView.get_object by three or four times. Which also reduces the number of DetailView.get_queryset calls by the same amount.
Unit test created. To verify requesting a new object does not return the result from a previous request.
2021-06-11 09:27:37 -04:00
davewiththenicehat
b42456c83c HelpMixin, model attr no longer required 2021-06-08 08:45:06 -04:00
davewiththenicehat
b92ebcafe1 HelpDetailView unit test 2021-06-08 08:40:31 -04:00
davewiththenicehat
3bcdff2c34 get_help_category bugfix 2021-06-05 21:10:39 -04:00
davewiththenicehat
4d9308b1d0 cleanup
A lot of misc cleanup.
Docstring updates.
Removed code that is not required.
2021-06-05 21:00:19 -04:00
davewiththenicehat
5caaf149f4 account plus all puppets commands help entries 2021-06-05 19:24:27 -04:00