Config: Removed unused 'dom' configuration settings.

This commit is contained in:
Paul Beckingham 2015-12-27 09:29:37 -05:00
parent 510d2e6377
commit 7d6a7266d3
5 changed files with 2 additions and 7 deletions

View file

@ -37,6 +37,7 @@
- UDA indicator column did not properly default to 'U' (thanks to JDufault). - UDA indicator column did not properly default to 'U' (thanks to JDufault).
- Removed task.fish arguments until TW-1404 is fixed (thanks to Roman - Removed task.fish arguments until TW-1404 is fixed (thanks to Roman
Inflianskas) Inflianskas)
- Removed unused 'dom' and 'shell.prompt' configuration settings.
- Numerous performance improvements. Taskwarrior 2.5.1 is between X% and - Numerous performance improvements. Taskwarrior 2.5.1 is between X% and
Y% faster than 2.5.0 when running various commands. Y% faster than 2.5.0 when running various commands.

1
NEWS
View file

@ -23,6 +23,7 @@ Removed Features in 2.5.1
- The algorithm used to estimate completion on the 'burndown' reports has - The algorithm used to estimate completion on the 'burndown' reports has
been replaced by something less icky. Estimates are now based on the net been replaced by something less icky. Estimates are now based on the net
completion rate after the peak number of pending tasks. completion rate after the peak number of pending tasks.
- The unused 'dom' and 'śhell.prompt' configuration settings were removed.
Known Issues Known Issues

View file

@ -391,11 +391,6 @@ Sets the xterm window title when reports are run. Defaults to off.
Sets a preference for infix expressions (1 + 2) or postfix expressions (1 2 +). Sets a preference for infix expressions (1 + 2) or postfix expressions (1 2 +).
Defaults to infix. Defaults to infix.
.TP
.B dom=on
Enables or disables access to Taskwarrior internals and task metadata on the
command line. Defaults to on.
.TP .TP
.B json.array=on .B json.array=on
Determines whether the export command encloses the JSON output in '[...]' and Determines whether the export command encloses the JSON output in '[...]' and

View file

@ -98,7 +98,6 @@ std::string Config::_defaults =
"regex=yes # Assume all search/filter strings are regexes\n" "regex=yes # Assume all search/filter strings are regexes\n"
"xterm.title=no # Sets xterm title for some commands\n" "xterm.title=no # Sets xterm title for some commands\n"
"expressions=infix # Prefer infix over postfix expressions\n" "expressions=infix # Prefer infix over postfix expressions\n"
"dom=on # Support DOM access\n"
"json.array=on # Enclose JSON output in [ ]\n" "json.array=on # Enclose JSON output in [ ]\n"
"json.depends.array=on # Encode dependencies as a JSON array\n" "json.depends.array=on # Encode dependencies as a JSON array\n"
"abbreviation.minimum=2 # Shortest allowed abbreviation\n" "abbreviation.minimum=2 # Shortest allowed abbreviation\n"

View file

@ -151,7 +151,6 @@ int CmdShow::execute (std::string& output)
" dependency.reminder" " dependency.reminder"
" detection" " detection"
" displayweeknumber" " displayweeknumber"
" dom"
" due" " due"
" editor" " editor"
" exit.on.missing.db" " exit.on.missing.db"