Greg Taylor
|
4bb00013ae
|
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
|
2008-06-15 19:38:39 +00:00 |
|
Greg Taylor
|
ccf078b5c8
|
Getting rid of functions_help in favor of the new manager. Removed an un-needed import from commands/general.
|
2008-06-15 17:30:42 +00:00 |
|
Greg Taylor
|
ed1510c4a7
|
Splitting web stuff off into a separate apps directory. This stuff will end up being replaced/re-written, it's ancient and really badly done.
|
2008-06-15 04:40:14 +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 |
|
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
|
38f8225a37
|
Moving application initial data over to JSON and fixtures. This is much better than using those raw SQL files that might not work with all RDBMs. The Objects app needs to be converted to use fixtures as well, but I've got something bad data in there that's causing some issues (which I'm working on hunting down).
|
2008-02-09 02:49:03 +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
|
f7d58f16ae
|
Possible MySQL fix.
|
2007-05-27 20:45:40 +00:00 |
|
Greg Taylor
|
3292405fcb
|
Adding initial data via Django's syncdb facility. We will no longer distribute a SQLite DB in the near future in favor of this cross-platform alternative. Also in this commit is a crash fix for @dig with SQLite.
|
2007-04-25 14:47:33 +00:00 |
|
Greg Taylor
|
5421ab7f6e
|
Re-organization.
|
2007-04-03 13:42:51 +00:00 |
|