Up to [local] / todotxt / Text-Todo / bin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Wed May 5 02:01:08 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +20 -3 lines
Diff to previous 1.15 (colored)
add some dropdown menus of the tags we have in order to show them off.
Revision 1.15 / (download) - annotate - [select for diffs], Wed May 5 01:43:03 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)
pretty up some txt output
Revision 1.14 / (download) - annotate - [select for diffs], Sat May 1 21:47:51 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)
Add a few links to be able to move through the project
Revision 1.13 / (download) - annotate - [select for diffs], Sat May 1 21:11:58 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.12: +32 -5 lines
Diff to previous 1.12 (colored)
add tag output
Revision 1.12 / (download) - annotate - [select for diffs], Sat May 1 20:54:56 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.11: +47 -14 lines
Diff to previous 1.11 (colored)
add known tag lists
Revision 1.11 / (download) - annotate - [select for diffs], Sat May 1 20:26:17 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10 (colored)
perltidy and if ! instead of unless
Revision 1.10 / (download) - annotate - [select for diffs], Sat May 1 20:23:19 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.9: +32 -30 lines
Diff to previous 1.9 (colored)
turn todo and get_list into helpers, they are more accessible that way
Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 30 17:30:57 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.8: +18 -2 lines
Diff to previous 1.8 (colored)
add some CSS (will break tests, but looks pretty!)
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 30 17:17:40 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)
copy a newer mojo git export to the root so I can use it. point at /usr/bin/perl instead of /usr/bin/env perl cuZ env doesn't exist in the chroot.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 30 06:23:32 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.6: +7 -12 lines
Diff to previous 1.6 (colored)
some simplification
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 30 06:18:33 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.5: +68 -70 lines
Diff to previous 1.5 (colored)
rearrange stuff to work with the config_json plugin and get json output working!
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 29 04:50:33 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.4: +116 -8 lines
Diff to previous 1.4 (colored)
wow, nearly have it functional! but, I dunno what I want to test really. Probably need to just generate the output and slurp it out of some files to make sure I get the right stuff.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 28 00:50:47 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.3: +102 -0 lines
Diff to previous 1.3 (colored)
add some POD, mostly stolen from todo.pl so likely needs more work.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 26 20:44:30 2010 UTC (14 years, 7 months ago) by andrew
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)
inital testing setup. Now can do some TDD
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 26 20:27:57 2010 UTC (14 years, 7 months ago) by andrew
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1 (colored)
Make it a package so it can be tested. Not quite sure how to do that yet, but it should come.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 26 19:44:15 2010 UTC (14 years, 7 months ago) by andrew
Branch: MAIN
add dudelicious, a mojolicious lite app that should be able to do all the REST api stuff I want much more easily than I ever could.