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
trhr
f088207091
fixing fstring
2020-04-16 06:14:03 -05:00
trhr
518c21e661
fixing fstring
2020-04-16 05:57:51 -05:00
trhr
0f8c0ad9bf
fixing fstring
2020-04-16 05:53:51 -05:00
trhr
e3426d2124
i18n
2020-04-15 21:59:09 -05:00
trhr
a4a6df4219
i18n
2020-04-15 21:58:28 -05:00
trhr
95fe5c060f
i18n
2020-04-15 21:21:16 -05:00
Griatch
56ff8faacb
Test with travis fix
2020-04-12 18:18:41 +02:00
Griatch
8d3253b966
Merge pull request #2086 from trhr/typos
...
Typo
2020-04-09 08:38:28 +02:00
trhr
fefe56741e
Typo
2020-04-06 01:18:38 -05:00
Griatch
c5ff2de0bd
Fix account.msg, which didn't properly handle tuple input
2020-03-04 22:28:43 +01:00
trhr
090157979b
django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are deprecated in favor of the functions that they’re aliases for: django.utils.translation.gettext(), gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy().
2020-02-09 20:14:47 -06:00
Griatch
bfe533441e
Make options accept default kwarg, add new raise_exception. Fix datetime validatorfunc accoring to spec. Resolves #1967 .
2020-01-20 23:20:05 +01:00
Griatch
69d85bd184
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
2020-01-11 15:49:12 +01:00
Peter Finlayson
85141fabcd
add account create / login throttle parameters to the settings files
...
(cherry picked from commit e70330d81b2c24dddc004ee65e66f4942cb3350b)
2020-01-06 16:07:49 +02:00
Griatch
4ea6209123
Ran black on branc
2019-12-16 20:31:42 +01:00
Johnny
8785523c72
Adds try/catch block to allow method to fail open and log error.
2019-12-04 20:00:31 +00:00
Johnny
e38f3ff56d
Fixes ValueError where characters list is presumed to be iterable.
2019-12-04 19:50:05 +00:00
Tehom
19d9811de2
Add index to typeclass path. Closes #1975
2019-10-25 08:39:03 -04:00
Griatch
c2c7fa311a
Format code with black. Add makefile to run fmt/tests
2019-09-28 18:18:11 +02:00
Greg Taylor
5e1a672fc2
Remove builtins imports
...
This module is not intended to be used directly in most cases, per:
https://docs.python.org/3/library/builtins.html
None of our usages warrant the explicit import. We also avoid some
confusion as folks dig to see what we are doing to require
importing builtins directly.
2019-09-15 20:29:59 -07:00
Greg Taylor
bd33886cc0
Remove uses of the 'future' py2->3 module
...
This is no longer needed, now that we are Py3.7+ only. One
layer of indirection removed, and one less dependency.
2019-09-15 00:18:56 -07:00
Greg Taylor
41622d4527
Remove unneeded __futures__ imports
...
No longer needed with Python 2 support dropped.
2019-09-15 00:17:39 -07:00
Kovitikus
4646da4135
Fixed string conversions.
2019-09-10 15:17:56 -04:00
Kovitikus
8dcd1bb286
Fixed string conversions.
2019-09-10 15:17:21 -04:00
Kovitikus
ced0bfea59
Converions to string types.
2019-09-10 14:42:01 -04:00
Kovitikus
c376fb5b57
Updated tests.py with f-strings.
2019-09-10 13:29:21 -04:00
Kovitikus
02397aca0b
Updated models.py with f-strings.
2019-09-10 13:24:16 -04:00
Kovitikus
37912417dc
Updated manager.py with f-strings.
2019-09-10 13:22:05 -04:00
Kovitikus
d70eb388f1
Updated bots.py to fstrings.
2019-09-10 12:47:03 -04:00
Kovitikus
e343576292
Fixed a trailing whitespace.
2019-09-10 11:22:43 -04:00
Kovitikus
c0a5156c70
Updated to fstrings.
2019-09-10 10:31:49 -04:00
Griatch
ea07a81696
Fix ANSI->HTML conversion in webclient; Resolve #1792
2019-09-08 18:26:23 +02:00
Griatch
ad2e0ce0be
Make search_account also search by account alias. Resolve #1910
2019-09-04 20:57:44 +02:00
Griatch
7f3c6dd918
Change tutorial typeclass to Tutorial Readable and TutorialClimbable. Improve error report for failed typeclass import.
2019-08-24 16:55:46 +02:00
Griatch
8a6ec779da
Make grapevine connect and work
2019-06-23 18:59:45 +02:00
Griatch
59bc475708
Starting to implement grapewine support
2019-06-23 09:22:20 +02:00
Griatch
005b3f4530
Handle websocket autoconnect and remove session duplicates. Resolves #1851 . Resolves #1562 .
2019-06-15 22:24:32 +02:00
Griatch
e742227a2c
Correct reverse() calls for typeclassed entities. Resolve #1743
2019-06-10 07:46:09 +02:00
Griatch
d242537d80
Minor cleanup
2019-05-18 13:20:45 +02:00
Griatch
43bf2da79c
Resolve merge conflicts
2019-05-01 19:20:19 +02:00
Griatch
a630ccd51c
Fix edge case with multiple superusers
2019-05-01 19:10:44 +02:00
Griatch
9e366b757f
Merge branch 'add_signals' of https://github.com/volundmush/evennia into volundmush-add_signals
2019-04-14 22:19:36 +02:00
Griatch
10b3657ffb
Rework options/optionhandler to use custom save/load functions
2019-04-14 20:29:21 +02:00
Griatch
6ddc98a947
Refactor containers for inheritance and delayed loading
2019-04-14 15:37:34 +02:00
Griatch
d1baab7c0b
Resolve merge conflicts, some cleanup
2019-04-14 12:18:15 +02:00
Griatch
098af3caba
Move globalhandler into utils.containers, make settings format more flexible, default to base typeclass, add helper functions and some more lenient error handling
2019-04-14 11:24:45 +02:00
Andrew Bastien
72faf039cf
Refactored signals with better names and more of them. Put them after hook calls.
2019-04-13 18:05:15 -04:00