Paul Beckingham
4cc9e90362
Date Formats
...
- Fixed broken documentation for custom report definitions regarding column
formats.
- Modified date access to use the more efficient Date::get_date method, which
also shrinks the code.
- Added the 'remaining' format for all date columns.
2013-09-07 11:43:57 -04:00
Paul Beckingham
8252095174
L10N
...
- Localized the new _get command.
2013-09-02 15:33:52 -04:00
Paul Beckingham
bc41e7378a
Feature
...
- New virtual tags (WEEK, MONTH, YEAR, PARENT).
2013-08-26 09:25:29 -07:00
Paul Beckingham
3a8a513d17
Date Support
...
- Added Date::week helper method.
2013-08-26 09:15:48 -07:00
Paul Beckingham
6555811ca5
Bug
...
- Fixed bug in DOM access where the attribute name was not being properly used
for UUID-based lookup.
2013-08-26 08:43:02 -07:00
Paul Beckingham
06d905b633
Unit Tests
...
- Corrected two broken DOM unit tests.
2013-08-26 02:47:31 -04:00
Paul Beckingham
166723e632
Feature
...
- New '_get' is a DOM accessor helper command.
2013-08-25 23:35:32 -07:00
Paul Beckingham
b09d928da9
Documentation
...
- Fixed mis-formatted text.
2013-08-19 07:37:00 -04:00
Paul Beckingham
74bbd6cefe
Unicode
...
- The configuration file now supports JSON encoding of Unicode characters, by
specifying \uNNNN.
2013-08-18 00:00:46 -04:00
Paul Beckingham
67f20d96bc
Code Cleanup
...
- Fixed typo, for consistency.
2013-08-04 15:56:17 -04:00
Scott Kostyshak
38bba72001
Documentation
...
- Fix typos (thanks to Ben Armstrong).
2013-08-01 20:29:13 -04:00
Paul Beckingham
4b574c5de4
Build Warning
...
- Fixed FreeBSD build warning.
2013-07-26 19:45:53 -04:00
Martin Natano
4d10afbb08
remove missing imports
...
- time.h was included for random seed
2013-07-21 11:27:41 -04:00
Paul Beckingham
c92631b4b0
Code Cleanup
...
- One less include needed.
2013-07-20 16:45:01 -04:00
Paul Beckingham
bda3674578
Code Cleanup
...
- Removed the rand/random/srand/srandom calls that are no longer used.
2013-07-20 16:07:25 -04:00
Martin Natano
fcfd50bd25
require libuuid
...
- require libuuid at build time and remove insufficiently seeded
replacement for uuid()
2013-07-20 15:52:42 -04:00
Paul Beckingham
779e32540a
Portability
...
- Included the wrong errno.h (thanks to natano).
2013-07-20 09:17:19 -04:00
Paul Beckingham
dd14388b1b
Sync
...
- Implemented (weak) handling for a 310 "Redirect" server response.
2013-07-14 12:25:31 -04:00
Paul Beckingham
a5a38a1137
Bug #1305
...
- Updated ChangeLog.
2013-07-13 21:39:29 -04:00
Ben Boeckel
6a9f6a9c82
Guard COMMIT and commit.h usage behind HAVE_COMMIT
2013-07-13 21:24:43 -04:00
Paul Beckingham
12809fd0bf
Message Format
...
- Relaxed message parsing slightly.
2013-07-07 14:57:02 -04:00
Paul Beckingham
82c4b05fe4
File, Directory Permissions
...
- Added default and override permissions for files and directories.
2013-07-07 13:04:19 -04:00
Paul Beckingham
061bf4882e
Bug #1300
...
- Encode/decode pairing is now properly balanced.
2013-07-07 09:07:10 -04:00
Paul Beckingham
d4fabba8ee
Performance
...
- Now detects whether any sync merging needs to happen, and if not, skips the
loading of all data.
2013-07-06 14:44:55 -04:00
Paul Beckingham
ba1e318d7e
Alpha Docs
...
- Improved instructions for sync setup.
2013-07-05 09:17:17 -04:00
Paul Beckingham
2aadf445bc
Code Cleanup
...
- Removed unused timing from the sync command.
2013-07-05 08:58:05 -04:00
Paul Beckingham
16c5314cfa
Feedback
...
- Restored 'sync needed' feedback for when backlog contains data, and the 'sync'
verbosity token is present (which it is by default).
2013-07-05 08:04:37 -04:00
Paul Beckingham
6aa5e0824d
L10N
...
- Removed '?' from STRING_CMD_SYNC_INIT. Thanks to Fidel Mato.
2013-07-04 23:09:40 -04:00
Fidel Mato
132d6d0c74
L10N
...
- Newly translated strings.
2013-07-04 23:08:45 -04:00
Paul Beckingham
8851bec3fa
Alpha
...
- Preparation for alpha.
2013-06-16 10:23:27 -04:00
Thomas
f39120dd73
Integrated Priority column modification to the ColPriority object, from Task core.
2013-06-14 22:44:49 -04:00
Thomas
55a8b157b1
Migrated core task modification code to the Task object, leaving wrappers behind for legacy usage.
2013-06-10 17:18:33 -04:00
Paul Beckingham
1072852ca8
Bug
...
- #1263 The 'waiting' report properly lists only pending tasks with a wait date
(thanks to Fidel Mato).
2013-06-09 16:09:24 -04:00
Paul Beckingham
11051fbf61
Build
...
- Eliminated build warnings.
2013-06-09 00:55:18 -04:00
Paul Beckingham
19077f76df
Bug
...
- Fixed bug with backlog parsing.
2013-06-09 00:44:59 -04:00
Paul Beckingham
8e5b57954d
TLS
...
- Fixed loop termination bug.
- Chose a better default buffer size.
2013-06-08 23:34:06 -04:00
Paul Beckingham
907862b741
Bug
...
- Shortcut for counting backlog transactions was wrong.
2013-06-08 18:18:03 -04:00
Paul Beckingham
14d3fd00e3
Sync
...
- Adds a new 'initialize' synchronize command argument that uploads all pending
tasks for first-time initialization.
2013-06-08 18:00:50 -04:00
Paul Beckingham
f13208479d
Unit Tests
...
- Modified 'version' to 'client' in the msg.t tests.
2013-06-08 15:56:10 -04:00
Paul Beckingham
d9676aefd4
Task Server
...
- The old 'version' message header is now the 'client' message header.
2013-06-08 15:08:02 -04:00
Paul Beckingham
8c11c6c895
Unit Tests
...
- Added unit test to ensure correct F4 and JSON parse/compose.
2013-06-03 00:44:25 -04:00
Paul Beckingham
58084f6d7a
Sync
...
- Modifed the column 0 task indicator from '[' to '{', for backlog.data lines.
2013-06-02 22:38:20 -04:00
Paul Beckingham
4133d29cca
FF4/JSON Interop
...
- Removed the \n characters from Task::composeFF4 and Task::ComposeJSON.
- Tasks in backlog.data file are now written as JSON.
- Tasks are recognized in FF4 or JSON format.
2013-06-02 20:38:58 -04:00
Paul Beckingham
29e9dbcea6
Convergence
...
- Task.{h,cpp} code is converging on a shared taskwarrior/task server version.
2013-06-02 17:46:34 -04:00
Paul Beckingham
dd0b01e487
Code Sharing
...
- Cleaned up the #ifdef in Task.cpp for sharing with taskd.
(cherry picked from commit af94ac2e12d84fddb735d6931aaf2c46176c794c)
2013-06-02 13:58:21 -04:00
Paul Beckingham
530e9c0118
Unit Tests
...
- Corrected unit tests due to rc.print.empty.columns.
(cherry picked from commit af12285d4585c1274d8d005ba042f31158527e3e)
2013-06-02 13:58:09 -04:00
Paul Beckingham
d03c4cda8a
Build Error
...
- Many files were missing an explicit cmake.h include. Some were not including
it at all. Now it's used almost everywhere.
(cherry picked from commit 82ae86979c497e6d1d0c6b2b5a55aa379ec82c98)
2013-06-02 13:57:36 -04:00
Paul Beckingham
7b89bc92e1
Performance
...
- It it not necessary to make a copy of all configuration variable names, if the
Config::const_iterator is sufficient.
(cherry picked from commit 5708cb90780f1f6c8f58f5b549796c4af612b1ab)
2013-06-02 13:56:00 -04:00
Paul Beckingham
c16a735040
Decoupling
...
- Eliminated some calls to context.config from Task‥cpp, reducing the coupling.
If context can be eliminated from Task.cpp, via statically initialized
variables, then Taskwarrior and the task server can share Task.{ḩ,cpp} which
would be an enormous saving in effort.
(cherry picked from commit 215b03b1a7f47299a0d3e64331c7e3c962b4caf0)
2013-06-02 13:55:45 -04:00
Paul Beckingham
a3f158d399
Diagnostics
...
- Added GC setting to the diagnostics output.
2013-05-24 16:27:55 -04:00