Paul Beckingham
|
87d00698db
|
Unit Tests
- Successful hook tests now query the task to make sure processing continued.
Could be better.
|
2015-03-07 16:18:44 -05:00 |
|
Paul Beckingham
|
19674ee339
|
Unit Tests
- Specifically set certain color rules to '' to override default theme.
|
2015-03-07 16:11:38 -05:00 |
|
Paul Beckingham
|
9f654a5c95
|
Unit Tests
- Test was wrong.
|
2015-03-07 16:06:18 -05:00 |
|
Paul Beckingham
|
87e9578666
|
Unit Tests
- Combined all the separate color rule tests into one script, and converted
it to Python.
|
2015-03-07 13:29:59 -05:00 |
|
Paul Beckingham
|
e3ec52f6ca
|
Unit Tests
- Cleaned up color.t.cpp.
|
2015-03-07 12:14:39 -05:00 |
|
Paul Beckingham
|
70c3d9845c
|
Unіt Tests
- Merged width.t.cpp into utf8.t.cpp.
|
2015-03-07 11:59:37 -05:00 |
|
Paul Beckingham
|
9d1c4101c2
|
Unit Tests
- Renamed feature.exit.t to shell.t so that this test script is known to
contain shell-interaction tests.
- Converted to Python.
|
2015-03-07 11:48:42 -05:00 |
|
Paul Beckingham
|
44ed974fa2
|
Unit Tests
- Fixed all the test descriptions.
|
2015-03-07 11:44:44 -05:00 |
|
Paul Beckingham
|
3cf7a701c8
|
Conversion
- Updated script for BSD.
|
2015-03-07 11:38:52 -05:00 |
|
Paul Beckingham
|
d390f99fc5
|
Unit Tests
- Simplified the msg.t.cpp tests.
|
2015-03-07 11:35:48 -05:00 |
|
Paul Beckingham
|
a2cae67644
|
Unit Tests
- Converted filter-prefix.t to Python. Still needs a rename and possible merge
with other tests.
|
2015-03-07 11:11:18 -05:00 |
|
Renato Alves
|
ebd6977480
|
Tests - merge bug.1044 into project.t and convert to python
|
2015-03-06 16:44:28 +00:00 |
|
Renato Alves
|
276050ce0b
|
Tests - rename bug.1043.t to completion.t and convert to python
|
2015-03-06 15:19:04 +00:00 |
|
Renato Alves
|
197815a3a7
|
Tests - convert bug.1036.t to python
|
2015-03-06 15:10:07 +00:00 |
|
Paul Beckingham
|
5e8426f0cc
|
Config
- The 'next' report was not sㄡrted by urgency, which is wrong (thanks
to Adam Coddington).
|
2015-03-05 18:26:43 -05:00 |
|
Wilhelm Schuermann
|
138360b7bc
|
Hooks
- Fixed on-modify hook regression which stopped hooks from modifying
tasks. On a related note, more hooks tests are definitely needed.
|
2015-03-05 07:21:30 -05:00 |
|
Renato Alves
|
7fa3c5ac84
|
Tests - convert bug.1031.t to python
|
2015-03-04 00:54:40 +00:00 |
|
Renato Alves
|
b5da4acab9
|
Tests - run_all script now exports TASKD_USE_PATH=1
|
2015-03-03 01:50:57 +00:00 |
|
Renato Alves
|
180c382de2
|
Tests - Finer control on which binaries to look for on PATH
* It is now possible to control whether taskw and/or taskd are looked up
on the PATH by setting TASK_USE_PATH/TASKD_USE_PATH to "1"
|
2015-03-03 01:46:53 +00:00 |
|
Renato Alves
|
23d4e2b3c9
|
Tests - rename bug.1023.t to feature.default.project.t and convert to python
Also add testcase from TW-1287 and TW-1279 which are part of the same feature
|
2015-03-03 01:25:45 +00:00 |
|
Paul Beckingham
|
96185cbd61
|
Merge branch '2.4.2' of ssh://git.tasktools.org/tm/task into 2.4.2
|
2015-03-02 16:17:09 -05:00 |
|
Paul Beckingham
|
7665d13d42
|
Duration
- Removed legacy duration value mapping, which causes much performance
degradation.
|
2015-03-02 16:16:39 -05:00 |
|
Paul Beckingham
|
a40967a324
|
Unit Tests
- Fixed project.t errors.
|
2015-03-02 11:35:19 -05:00 |
|
Paul Beckingham
|
01feec568b
|
Merge branch '2.4.2' of ssh://git.tasktools.org/tm/task into 2.4.2
|
2015-03-02 09:35:45 -05:00 |
|
Paul Beckingham
|
104aeb3905
|
TDB2
- Commented and reorganized for threading.
|
2015-03-02 09:33:57 -05:00 |
|
Tomas Babej
|
f0cc0151b7
|
TDB2: Explicitly mark updates done as addition to optimize performance
We are able to avoid loading the completed.data in certain scenarios.
|
2015-02-28 16:54:09 -05:00 |
|
Tomas Babej
|
48be6986c2
|
Make tasks affect statistics of super-projects
|
2015-02-28 09:34:10 -05:00 |
|
Tomas Babej
|
ffd6465661
|
CmdProjects: Enforce garbage collector
|
2015-02-28 09:33:36 -05:00 |
|
Paul Beckingham
|
58e62711f3
|
Virtual Tags
- The 'info' command now shows virtual tags.
|
2015-02-26 21:09:50 -05:00 |
|
Tomas Babej
|
3b9d88a87b
|
completion: Add bash completion for contexts
|
2015-02-26 20:51:39 -05:00 |
|
Paul Beckingham
|
aa8cd54142
|
TW-1535
- TW-1535 move default listing-break from list to ls (thanks to David Patrick).
|
2015-02-24 22:57:56 -05:00 |
|
Paul Beckingham
|
651ac3f174
|
Tw-1551
- TW-1551 Unable to get a UDA value from DOM (thanks to Tomas Babej).
|
2015-02-24 22:35:18 -05:00 |
|
Paul Beckingham
|
ea78200ae3
|
TW-1549
- TW-1549 task annotate hangs with specific text pattern (thanks to Alexandre
de Verteuil).
|
2015-02-24 22:04:05 -05:00 |
|
Paul Beckingham
|
ad89a90d12
|
TW-1550
- TW-1550 _contexts helper-command (thanks to David Patrick).
|
2015-02-24 20:43:28 -05:00 |
|
Tomas Babej
|
85d0e1789a
|
CmdContext: Validate context's filter upon definition
|
2015-02-24 16:55:28 -05:00 |
|
Tomas Babej
|
e19c99ce1e
|
CmdContext: Fix incorrect exception handling
|
2015-02-24 16:53:23 -05:00 |
|
Tomas Babej
|
0868ba757c
|
CmdConfig: Do not leave empty line upon variable removal
|
2015-02-24 16:52:55 -05:00 |
|
Tomas Babej
|
bf5f246168
|
man: Fix copy-paste error in task.1
|
2015-02-24 16:51:28 -05:00 |
|
Tomas Babej
|
9748fa2ab1
|
tests: Fix asserted strings in context tests
|
2015-02-24 16:51:20 -05:00 |
|
Tomas Babej
|
1a0f479394
|
CmdContext: Add helpful hint to output when setting context
|
2015-02-24 16:51:05 -05:00 |
|
Wilhelm Schuermann
|
e2f35a1a06
|
Hooks
- onAdd, onExit, onLaunch and onModify hooks now output feedback messages
as footnotes when hooks exit with status 0, as per hooks documentation.
|
2015-02-24 16:45:23 -05:00 |
|
Paul Beckingham
|
394acae790
|
CmdContext
- Trivіal code edits.
|
2015-02-23 20:07:53 -05:00 |
|
Tomas Babej
|
e8d385119a
|
Update NEWS and ChangeLog files with the info about the context
|
2015-02-23 19:25:40 -05:00 |
|
Tomas Babej
|
070fdf60fa
|
localization: Update other locale files
|
2015-02-23 19:22:06 -05:00 |
|
Tomas Babej
|
1278226c16
|
CmdContext: Localize the hardcoded strings
|
2015-02-23 19:22:01 -05:00 |
|
Tomas Babej
|
98410cff42
|
CmdShow: Add context related variables
|
2015-02-23 19:21:57 -05:00 |
|
Tomas Babej
|
ee23a099f2
|
CmdContext: Minor style and message changes
|
2015-02-23 19:21:50 -05:00 |
|
Tomas Babej
|
0ab1dc0c9c
|
man: Update task and taskrc manpages with the information about context
|
2015-02-23 19:21:46 -05:00 |
|
Tomas Babej
|
c2a9bb65e6
|
tests: Add tests for the context feature
|
2015-02-23 19:20:00 -05:00 |
|
Tomas Babej
|
75cf742a55
|
tests: Add taskrc_content property
|
2015-02-23 19:19:55 -05:00 |
|