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
37955bf2a6
Added an INSTALL file which holds a record of general and version-specific actions needed to install.
...
- Legacy-Id: 5304
2013-01-20 15:19:31 +00:00
Ole Laursen
3dccf596b2
Fix ordering bug in test code that shows up in MySQL but not in SQLite
...
- Legacy-Id: 5151
2012-12-21 12:44:55 +00:00
Ole Laursen
f22b14a8a4
Fix really weird encoding issue with Python 2.6
...
- Legacy-Id: 5150
2012-12-21 11:46:42 +00:00
Henrik Levkowetz
1fbcd783f3
Merged branch/iola/statesync up to @5118 to trunk.
...
- Legacy-Id: 5147
2012-12-20 20:32:03 +00:00
Ole Laursen
9c571e65ef
Undo actual state when doing an RFC Editor undo, this is only relevant
...
if the removed entry is the latest entry
- Legacy-Id: 5116
2012-12-11 15:10:51 +00:00
Ole Laursen
e29bd99283
Add test of RFC Editor redaction feature
...
- Legacy-Id: 5027
2012-11-07 15:19:45 +00:00
Ole Laursen
85d2cdddc2
Add POST interface for IANA/RFC Editor for triggering updates, add
...
discrepancies report for seeing differences between the
Datatracker/RFC Editor/IANA, add tests of IANA/RFC Editor integration,
add script for weekly discrepancies emails
- Legacy-Id: 4851
2012-09-17 15:57:48 +00:00