Guido van Rossum
|
154c08894b
|
Refactor cmd_view(): move line formatting to a helper method.
|
2002-10-17 21:43:47 +00:00 |
Guido van Rossum
|
9c3848b39b
|
In cmd_create(), use a redirect directive instead of viewing the page;
this avoids resubmitting POST data.
Remove redundant 'Page' from label passed from cmd_new().
|
2002-10-17 21:41:42 +00:00 |
Guido van Rossum
|
3296dcc65d
|
Remove redundant load() call.
|
2002-10-17 19:30:39 +00:00 |
Guido van Rossum
|
c9776bd8dd
|
Use tempfile.gettempdir() to get the temp directory rather than
hardcoding "/tmp".
|
2002-10-17 16:26:45 +00:00 |
Guido van Rossum
|
f66cccf506
|
Restructure: move all wiki code into a separate module.
|
2002-10-17 15:53:02 +00:00 |