diff -r 8cb89c153140 -r f436e2fef076 src/cm/urls.py --- a/src/cm/urls.py Fri Feb 05 18:43:58 2010 +0100 +++ b/src/cm/urls.py Tue Feb 09 22:20:08 2010 +0100 @@ -63,14 +63,16 @@ url(r'^text/(?P\w*)/pre_edit/$', text_pre_edit, name="text-preedit"), url(r'^text/(?P\w*)/settings/$', text_settings, name="text-settings"), url(r'^text/(?P\w*)/history/$', text_history, name="text-history"), - url(r'^text/(?P\w*)/history-version/(?P\d*)/$', text_history, name="text-history-version"), - url(r'^text/(?P\w*)/history/(?P\w*)/(?P\d*)/$', text_history, name="text-history-compare"), - url(r'^text/(?P\w*)/revert/(?P\w*)/$', text_revert, name="text-revert"), + url(r'^text/(?P\w*)/history-version/(?P\w*)/$', text_history_version, name="text-history-version"), + url(r'^text/(?P\w*)/history-compare/(?P\w*)/(?P\w*)/$', text_history_compare, name="text-history-compare"), + url(r'^text/(?P\w*)/history-compare/(?P\w*)/(?P\w*)/(?P\d*)$', text_history_compare, name="text-history-compare2"), + url(r'^text/(?P\w*)/revert/(?P\w*)/$', text_revert, name="text-revert"), url(r'^text/(?P\w*)/attach/(?P\w*)/$', text_attach, name="text-attach"), - url(r'^text/(?P\w*)/delete/$', text_delete, name="text-delete"), + url(r'^text/(?P\w*)/delete/$', text_delete, name="text-delete"), + url(r'^text/(?P\w*)/(?P\w*)/delete/$', text_version_delete, name="text-version-delete"), url(r'^text/(?P\w*)/export/(?P\w*)/(?P\w*)/(?P\w*)/(?P\w*)/$', text_export, name="text-export"), url(r'^text/(?P\w*)/history/$', text_history, name="text-history"), - url(r'^text/(?P\w*)/diff/(?P\w*)/(?P\w*)/$', text_diff, name="text-diff"), + #url(r'^text/(?P\w*)/diff/(?P\w*)/(?P\w*)/$', text_diff, name="text-diff"), # url(r'^text/(?P\w*)/version/(?P\w*)/$', text_version, name="text-version"), # main client frame