Bug #986
- Complete the previous fix: dates in the journal entries are also formatted according to the correct configuration variable. - Add unit tests. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
8b18ee6f50
commit
3440eb0c10
@@ -69,8 +69,8 @@ void dependencyChainOnModify (Task&, Task&);
|
||||
// feedback.cpp
|
||||
bool taskDiff (const Task&, const Task&);
|
||||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&);
|
||||
std::string renderAttribute (const std::string&, const std::string&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&, const std::string&);
|
||||
std::string renderAttribute (const std::string&, const std::string&, const std::string& format = "");
|
||||
void feedback_affected (const std::string&);
|
||||
void feedback_affected (const std::string&, int);
|
||||
void feedback_affected (const std::string&, const Task&);
|
||||
|
||||
Reference in New Issue
Block a user