Up to [local] / todotxt / Text-Todo-REST-API / lib / Text / Todo / REST / API / Representations
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 13 22:29:44 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +4 -7 lines
Diff to previous 1.5 (colored)
minor cleanup
Revision 1.5 / (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.4: +4 -4 lines
Diff to previous 1.4 (colored)
perltidy
Revision 1.4 / (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.3: +13 -6 lines
Diff to previous 1.3 (colored)
redo how some of this is handled to make it more unixy
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 19 03:20:14 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)
wow, guess I had the wrong window focused somehow!
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: +21 -24 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.