Up to [local] / todotxt / Text-Todo-REST-API / lib / Text / Todo / REST / API / Representations
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 16 04:10:38 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +15 -2 lines
Diff to previous 1.6 (colored)
tags might be a hash of available tags, not an array of tags that exist
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 13 22:24:15 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.5: +8 -16 lines
Diff to previous 1.5 (colored)
simplify Text::Todo::REST::API::Representations::text
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 13 21:46:59 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)
also support tags (same as files)
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 26 06:03:11 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)
perltidy
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 23 07:04:43 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.2: +18 -9 lines
Diff to previous 1.2 (colored)
redo how some of this is handled to make it more unixy
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 19 03:18:34 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.1: +30 -25 lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Mon Jan 18 03:51:40 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Use Module::Pluggable instead of my own silly thing stolen from the Palm::PDB modules.