Mercurial > getan
comparison ChangeLog @ 30:fea63a224065
Stop still running projects before getan quits - even if getan crashes.
author | Ingo Weinzierl <ingo_weinzierl@web.de> |
---|---|
date | Mon, 30 Aug 2010 22:21:47 +0200 |
parents | 60c0bcdf01ab |
children | fa5b3b1db867 |
comparison
equal
deleted
inserted
replaced
29:f5426961a380 | 30:fea63a224065 |
---|---|
1 2010-08-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * getan.py: Added __enter__ and __exit__ methods. The exit method is used to | |
4 stop still running projects - even if getan crashes. Therefor it was | |
5 necessary to change the method signature of stop_project() in | |
6 GetanController. The description for the running project is given into the | |
7 method as parameter. If no desc parameter is specified, '-no description-' | |
8 is used as description. This is the case if there are still running | |
9 projects when we reach __exit__(). | |
10 | |
11 * getan/states.py: Added a description when calling stop_project() of | |
12 GetanController. | |
13 | |
1 2010-08-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 14 2010-08-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 15 |
3 * getan/view.py: Bugfix: Unified parameter names in ProjectList - some | 16 * getan/view.py: Bugfix: Unified parameter names in ProjectList - some |
4 changes in rev25 did not fit to the current parameter names (head, foot). | 17 changes in rev25 did not fit to the current parameter names (head, foot). |
5 | 18 |