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 |
|