Henrik Levkowetz
|
1b3e98dd31
|
Added simple tests for help and release pages.
- Legacy-Id: 9413
|
2015-04-05 20:59:51 +00:00 |
|
Henrik Levkowetz
|
1b50432c42
|
Removed debug statements.
- Legacy-Id: 9411
|
2015-04-05 19:38:32 +00:00 |
|
Henrik Levkowetz
|
7488adef5b
|
Fixed a bug in /help/state/ (bad links). Linked additional state labels in the document pages to the state descriptions under /help/state. Renamed a template file to better match its function.
- Legacy-Id: 9410
|
2015-04-05 19:35:31 +00:00 |
|
Henrik Levkowetz
|
e65cb9501b
|
Removed file with dummy tests.
- Legacy-Id: 9408
|
2015-04-05 18:55:37 +00:00 |
|
Henrik Levkowetz
|
02031a01b9
|
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
- Legacy-Id: 7495
|
2014-03-16 07:09:38 +00:00 |
|
Henrik Levkowetz
|
5bef5d11ae
|
Made doc/ pyflakes-clean.
- Legacy-Id: 7462
|
2014-03-15 16:09:47 +00:00 |
|
Ole Laursen
|
cfa0d47ca0
|
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
- Legacy-Id: 6878
|
2013-12-11 16:36:09 +00:00 |
|
Henrik Levkowetz
|
e4f4467725
|
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
- Legacy-Id: 6320
|
2013-09-30 20:36:20 +00:00 |
|
Henrik Levkowetz
|
254d6f70dd
|
Removed some debug statements.
- Legacy-Id: 6290
|
2013-09-27 17:32:35 +00:00 |
|
Henrik Levkowetz
|
85e7af3370
|
Added a development helper page.
- Legacy-Id: 6251
|
2013-09-23 19:27:38 +00:00 |
|
Henrik Levkowetz
|
51284a8871
|
Added an index page at /help/state, listing the document states that
have help information.
- Legacy-Id: 5837
|
2013-07-17 20:55:35 +00:00 |
|
Henrik Levkowetz
|
2f3476690f
|
In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant.
- Legacy-Id: 5486
|
2013-03-05 23:24:41 +00:00 |
|
Henrik Levkowetz
|
fac0d42511
|
Fixed an import statement that could cause grief.
- Legacy-Id: 5474
|
2013-02-28 15:06:28 +00:00 |
|
Henrik Levkowetz
|
fa93d26c01
|
Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/).
- Legacy-Id: 5467
|
2013-02-27 22:01:18 +00:00 |
|