Greg Taylor
|
3041684ba3
|
Django admin functionality restored.
|
2008-11-05 18:17:59 +00:00 |
|
Greg Taylor
|
d620f3b1f0
|
The first of many re-arrangements. Eliminated gameconf in favor of using the manager on ConfigValue. Moved some commands while I was at it. There are going to be crash bugs that need to be found and worked out.
|
2008-06-15 17:21:02 +00:00 |
|
Greg Taylor
|
43f0ae6af6
|
Outlining managers. I know some of these managers sub-modules only have one file in them, but let's keep the convention for consistency.
|
2008-06-15 03:01:58 +00:00 |
|
Greg Taylor
|
ffe9a563e0
|
Removing mixins.py, as it's not in use. We now have a separate ConnectScreen model under the config app to store connect screens. ConfigValue's value fields are now CharFields instead of TextFields for the sake of efficiency and sanity. It is strongly recommended that you reset your config app and syncdb to load the fixture.
|
2008-06-14 03:15:41 +00:00 |
|
loki77
|
3fe644ef17
|
Indentation change 3-4 spaces.
Possible files that need to be cleanedup;
commands/info.py:cmd_list
commands/general.py:cmd_who
commands/comsys.py:cmd_who
cmdtable.py
ansi.py
|
2008-06-13 19:52:29 +00:00 |
|
Greg Taylor
|
ea88ace9fa
|
Updating some models to use max_length instead of the deprecated maxlength.
|
2008-02-09 02:35:28 +00:00 |
|
Greg Taylor
|
4d94132c54
|
Moved the connect screen to the connect_screen config directive. Made the conf_value field on the configvalue model a TextField so we're not getting truncated at 255 as with a CharField. This means you'll need to delete your config tables and re-sync.
|
2007-10-27 03:25:42 +00:00 |
|
Greg Taylor
|
5421ab7f6e
|
Re-organization.
|
2007-04-03 13:42:51 +00:00 |
|