Paul Beckingham
222c44b6f1
Project Status
...
- The modify command was calling the wrong onProjectChange variant, which
yielded the wrong status message.
2011-10-21 00:17:35 -04:00
Paul Beckingham
670fe1f3e5
Performance
...
- Added std::vector::reserve calls to reduce allocations and copying.
2011-10-21 00:12:45 -04:00
Paul Beckingham
bc12ac1ee6
DOM
...
- Fixed DOM bug that was performing the lookup '1.due' by locating task
1, then attempting a get of the '1.due' attribute, instead of just 'due'.
2011-10-16 23:33:06 -04:00
Paul Beckingham
c33d67949b
Feedback
...
- Corrected algorithm for detecting task differences. It was mis-
reporting removed attributes as both deleted and changed.
2011-10-16 11:20:28 -04:00
Paul Beckingham
45262be011
Bug #860
...
- Fixed bug #860 , which prevented lower-case priority values from being
accepted (thanks to Michelle Crane).
- Added unit tests.
- Also included ChangeLog updates from other fixes that were misseed.
2011-10-16 00:46:13 -04:00
Paul Beckingham
aaa8c5e950
Confirmation
...
- Modified the 'modify' command so that it only applies changes if
the requested changes made a difference. For example if the command
task 1 mod pri:H
was followed by:
task 1 mod pri:H
then the second command will report 'task not changed'.
2011-10-15 23:07:35 -04:00
Paul Beckingham
3786e6cff3
Confirmation
...
- The 'delete' command now requires confirmation by default, unless
rc.confirmation=off. Implemented properly this time.
2011-10-15 23:06:38 -04:00
Paul Beckingham
27d6407493
Bulk
...
- Modified the meaning of 'rc.bulk'. The old meaning was: the largest number
of tasks that could be modified without confirmation. New meaning is: the
number of tasks that trigger bulk confirmation. Default was 2 (meaning that
2 tasks affected were not in need of confirmation), is now 3 (meaning 3 tasks
now trigger confirmation.
Despite the dog's dinner I made of the preceding statement, the configuration
variable is now easier to understand.
2011-10-15 23:02:01 -04:00
Paul Beckingham
548272fb3a
Confirmation
...
- Removed confirmation override imposed by the 'delete' command. Consistency
prevails.
2011-10-15 19:11:55 -04:00
Paul Beckingham
75571a47de
L10N Cleanup
...
- Removed obsolete strings.
2011-10-14 02:54:41 -04:00
Paul Beckingham
bebd38c6d8
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:53:42 -04:00
Paul Beckingham
a36cd3cbd1
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:46:52 -04:00
Paul Beckingham
af3bbc21d2
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:41:26 -04:00
Paul Beckingham
e73c255612
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:35:24 -04:00
Paul Beckingham
02e7c4f3ce
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:23:22 -04:00
Paul Beckingham
1b54516b45
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:13:18 -04:00
Paul Beckingham
a5961f6847
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:01:36 -04:00
Paul Beckingham
6aee2fc7b9
Permissions
...
- Merged old Permission functionality into Command::permission, and
updated it to handle single vs bulk updates and verbosity tokens.
2011-10-14 01:52:33 -04:00
Paul Beckingham
cd6c681ba5
Feedback
...
- Implemented consistent 'affected' feedback across all write commands.
2011-10-14 01:51:43 -04:00
Paul Beckingham
95ff528e60
Code Cleanup
...
- Removed obsolete Permission object.
2011-10-14 01:50:46 -04:00
Paul Beckingham
6b40b0fb4a
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 01:50:16 -04:00
Paul Beckingham
821c554e41
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 01:49:39 -04:00
Paul Beckingham
8497e86800
Logic Bug
...
- Fixed logic bug in bulk and recurring task modifications.
2011-10-12 01:09:48 -04:00
Paul Beckingham
d11c1bfe51
Logic Bug
...
- Fixed logic bug in bulk and recurring task duplication.
2011-10-12 01:03:28 -04:00
Paul Beckingham
4feb1e2121
Logic Bug
...
- Fixed logic bug with bulk and recurring task denotations.
2011-10-12 00:30:17 -04:00
Paul Beckingham
afe7cbef91
White Space
...
- Removed blank lines.
2011-10-12 00:25:45 -04:00
Paul Beckingham
f4cd733311
Logic Bug
...
- Fixed logic bug with bulk and recurring task annotations.
2011-10-12 00:25:14 -04:00
Paul Beckingham
4d7d0f04f3
Logic Bug
...
- Fixed logic bug with bulk and recurring tasks prepends.
2011-10-12 00:21:49 -04:00
Paul Beckingham
988ab7ada0
Logic Bug
...
- Fixed logic bug dealing wiht bulk updates and recurring tasks.
2011-10-12 00:20:05 -04:00
Paul Beckingham
9a7d631873
Logic Bug
...
- Fixed bug in bulk operation handling for recurring tasks.
2011-10-12 00:12:00 -04:00
Paul Beckingham
887439b914
Logic Bug
...
- Fixed large logic bug in start command for bulk operations and
changes to recurring tasks.
2011-10-11 23:56:25 -04:00
Paul Beckingham
3ec00d9443
Code Cleanup
...
- Removed blank lines.
2011-10-11 23:55:19 -04:00
Paul Beckingham
98c6a94625
Whitespace
...
- Context::footnote and Context::header were accepting and displaying
blank lines, which is silly.
2011-10-11 23:54:42 -04:00
Paul Beckingham
c879eb6811
Code Cleanup
...
- Renamed recur.t to recur.sort.t, because more recur unit tests are on the
way, and this one was a misnomer.
- Minor edits - whitespace.
2011-10-10 22:54:28 -04:00
Paul Beckingham
cc168b137f
Code Cleanup
...
- Removed incorrect comment.
2011-10-10 22:53:39 -04:00
Federico Hernandez
571195b7b0
License
...
- task version output
2011-10-08 11:09:27 +02:00
Federico Hernandez
bdbbade620
License
...
- remaining files in src/Transport* src/Uri*
2011-10-08 10:25:02 +02:00
Federico Hernandez
961a1a9366
License
...
- moving from GPL to MIT license
src/commands
2011-10-08 01:13:30 +02:00
Federico Hernandez
198cf16837
License
...
- moving from GPL to MIT license
src/columns directory
2011-10-08 01:00:51 +02:00
Federico Hernandez
8116c6a103
License
...
- moving task from GPL to MIT license
top level src directory
2011-10-08 00:04:01 +02:00
Paul Beckingham
5c685153dc
Bug #859
...
- Fixed bug #859 , which used only one color for the 'ghistory.*' report
legends (thanks to Uli Martens).
2011-10-06 23:05:23 -04:00
Paul Beckingham
1009af83d0
Bug #862
...
- Fixed bug #862 , which suppressed feedback from the 'denotate' command.
2011-10-06 08:44:16 -04:00
Paul Beckingham
4a98cfa62b
I18N
...
- Minor L10N edits and changes arising from the task-ref.pdf effort.
2011-10-04 01:10:47 -04:00
Paul Beckingham
83081c87bd
I18N
...
- Localized 'calendar' command.
- Localized Date object, somewhat.
2011-10-02 23:08:23 -04:00
Paul Beckingham
6e21cc5b2a
Legacy
...
- Relocated legacy checks from Config.cpp to legacy.cpp.
2011-10-02 18:05:20 -04:00
Paul Beckingham
d62ea4e223
Synch
...
- Added server configuration test to synch command.
2011-10-02 17:33:36 -04:00
Paul Beckingham
148eaa5e58
Task Server
...
- Added 'taskd.server' and 'taskd.credentials' as supported configuration
variables.
- Added the 'taskd.server' values to the 'diagnostics' command output.
- Updated taskrc.5.in to mention the new variables.
2011-10-02 17:20:16 -04:00
Paul Beckingham
4470a5f156
I18N
...
- Localized TDB2.
- Removed old debugging comments.
- Formatting fix in CmdBurndown.
2011-10-02 17:00:40 -04:00
Paul Beckingham
eaecc13cae
Configuration
...
- Removed bizarre entries 'project' and 'column.spacing' from the list
of allowed settings.
- Removed obsolete 'export.ical.class' setting.
2011-10-02 15:12:24 -04:00
Paul Beckingham
fdd660fb75
Configuration
...
- Corrected wording in a comment in the .taksrc defaults.
- Removed obsolete 'export.ical.class' setting.
2011-10-02 15:11:38 -04:00