Griatch
|
115587aa1b
|
Fixed a bug with creating Player from admin. It is hard to add permissions (these are Tags with a special subsetting). This makes the admin not very useful for creating players at the moment.
|
2014-06-30 00:53:30 +02:00 |
|
Kelketek Rritaa
|
ca3f92acd0
|
Admin interface greatly improved. Support for editing Attributes added.
Resolves #503. Resolves #201.
|
2014-06-28 16:30:01 -05:00 |
|
Griatch
|
1ae17bcbe4
|
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
|
2013-11-14 19:31:17 +01:00 |
|
Griatch
|
fd9acd6bf9
|
Fixed website. Fixing references to db_references, not sure how to add the m2m field access to the admin. Fixed wrapper for db_home.
|
2013-09-23 22:08:14 +02:00 |
|
Kelketek
|
5320381060
|
Removed some references to get_profile(), fixed some spelling errors, fixed post_clear signal.
|
2013-07-27 18:59:39 -05:00 |
|
Kelketek
|
3c496af6ad
|
Migrations fixes revealed as necessary by the admin pages, which were also fixed.
|
2013-07-20 13:17:41 -05:00 |
|
Kelketek
|
fbd1b5223b
|
Some refinements to the admin interface for objects and players.
|
2013-07-20 12:42:10 -05:00 |
|
Kelketek
|
90faaf9d01
|
Fixed some issues with the admin interface. These changes may not be the best ones for these datatypes, but they should load now...
|
2013-07-18 08:40:48 -05:00 |
|
Griatch
|
c676c9965f
|
Merged. Still need to update some migrations.
|
2013-07-11 19:11:27 +02:00 |
|
Griatch
|
46d1c48a38
|
Working implementation of User->PlayerDB conversion. Superuser must be created separately. The player-create method was corrected, along with the most obvious places where the user-setup was used. One can log in and look around but it's not heavily debugged yet.
|
2013-07-11 18:03:07 +02:00 |
|
Griatch
|
2b332c3b9a
|
Attribute cache is working, lots of other updates, but still not a cleanly updatable system. It seems the Attribute-migrations are not coming through properly. Fixed a misnamed table in the comm app.
|
2013-07-11 09:51:52 +02:00 |
|
Kelketek
|
005b969425
|
Removed uneccessary test function.
|
2013-05-13 15:56:20 -05:00 |
|
Kelketek
|
e752c2dd64
|
Made username creation/login case insensitive.
|
2013-05-13 12:30:00 -05:00 |
|
Griatch
|
1aff5f1fd1
|
Renamed cmdset_ooc -> cmdset_player and settings.CMDSET_OOC -> settings.CMDSET_PLAYER. Also split most of the player-specific commands to a new module player.
|
2013-04-11 01:02:05 +02:00 |
|
Griatch
|
9a187b48ff
|
Made admin interface not crash with the removal of the direct db_obj field on players.
|
2013-04-09 19:43:27 +02:00 |
|
Griatch
|
a1dc7451ef
|
Some fixes to the way the admin initiates new player objects.
|
2013-02-12 19:54:11 +01:00 |
|
Griatch
|
a60cd9bf1f
|
Fixed User/Player creation in Admin, much more intuitive now. Remains issues with creating attributes since these need to be pickled to/from the database in order to be properly handled.
|
2011-11-13 18:46:14 +01:00 |
|
Griatch
|
1291509d03
|
Added inlines and fixed admin interface to not allow editing User once a Player is created.
|
2011-10-04 21:14:41 +02:00 |
|
Griatch
|
bf72239dc9
|
Admin interface: some more listings.
|
2011-10-02 23:02:43 +02:00 |
|
Griatch
|
bc0195bbaa
|
Worked with admin interface, cleaning up and adding functionality. There are still some strange behaviour that makes e.g. the presence of inlines to auto-create empty database objects for some strange reason. Inlines are turned off at the moment (so there is no convenient way to add attributes from the admin interface at this time). Creating players now work, but one needs to create all three components (User, Player, Character) in one go and tie them together. The User-admin form was changed to also support multi-word usernames (django default didn't allow spaces).
|
2011-10-02 22:37:07 +02:00 |
|
Griatch
|
7f2e6dd4fa
|
Tidying up the admin interface by adding more verbose and helpful names to database fields as well as adding more help texts. The ObjectAdmin still gives tracebacks.
|
2011-10-02 01:21:03 +02:00 |
|
Griatch
|
de9c2ec437
|
Cleaned admin interface, removing misleading fields. It's still broken in a few places however, objects give a traceback here, not sure why.
|
2011-09-15 00:28:26 +02:00 |
|
Griatch
|
399919a8a9
|
Database schema has changed. Run migrations if you use South. Started work on tidying up admin interface.
|
2011-09-14 22:34:10 +02:00 |
|
Griatch
|
bccd84e480
|
Fixed some bugs in the access system. Changed the "owner" default permission to "control" instead to more general. Added a new hook for setting locks for objects (the suspicion was that this would give lots of grief to newbies otherwise, now we have a lockdown policy in the absence of lock definitions).
|
2011-03-17 21:43:18 +00:00 |
|
Griatch
|
f83c2bddf8
|
Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch
|
2010-08-29 18:46:58 +00:00 |
|