Up to [local] / todotxt / Text-Todo-REST-API / t / formats
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 23 07:04:43 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +25 -48 lines
Diff to previous 1.9 (colored)
redo how some of this is handled to make it more unixy
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 19 03:18:34 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.8: +5 -10 lines
Diff to previous 1.8 (colored)
make Representations not a subclass of the main class use them as a plugin, with a lookup of a handler for what we need to do. When I get the skeleton down it should be simple to add more features
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 18 13:47:53 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)
No longer try to make this module figure out the todo_dir and todo_file. Leave that up to Todo::Text of allow overriding by passing in todo_file and todo_dir.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 18 03:51:40 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored)
Use Module::Pluggable instead of my own silly thing stolen from the Palm::PDB modules.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 17 23:09:21 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)
correct number of tests
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 17 23:08:20 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.4: +16 -2 lines
Diff to previous 1.4 (colored)
check for a files dump
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 17 22:55:59 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.3: +12 -10 lines
Diff to previous 1.3 (colored)
a little cleanup
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 17 21:53:35 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.2: +14 -11 lines
Diff to previous 1.2 (colored)
We know what the action is so don't pass it in
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 17 21:08:55 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.1: +15 -1 lines
Diff to previous 1.1 (colored)
test getting entries with GET not with get_entry
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 17 19:57:16 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
add tests for Text::Todo::REST::API::text