Up to [local] / todotxt / Text-Todo / t
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 13 23:06:34 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)
make a way to find out what known tags there are available for an entry
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 15 19:50:15 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_1,
Text-Todo-0_1_0
Changes since 1.12: +6 -4 lines
Diff to previous 1.12 (colored)
Now that it is actually a BEGIN block, intialize $class inside the bock.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 15 19:44:32 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)
BEGIN is a special code block, not a label. Should fix bug 53713 http://rt.cpan.org/Public/Bug/Display.html?id=53713
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 11 19:52:06 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)
more notes as to our goals in todo.pl fixup the CVS tag I am using
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 11 01:30:24 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_0_1
Changes since 1.9: +9 -3 lines
Diff to previous 1.9 (colored)
support completion dates
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 10 22:52:32 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)
test an empty project
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 9 07:07:31 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.7: +15 -16 lines
Diff to previous 1.7 (colored)
yay all (not TEST_AUTHOR) tests successfull s/change/replace/ to better match existing shell script make priority return the priority make pri set the priority (as does depri)
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 8 17:41:56 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)
This isn't the spot for aliases, let the app take care of that. We want standardization. Also, move from complete/completed to do/done
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 8 04:44:54 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.5: +44 -26 lines
Diff to previous 1.5 (colored)
some cleanup of " => ' add tests for setting (and clearing) of priority
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 6 19:54:56 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)
cleanup is really all
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 13 18:05:50 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +14 -7 lines
Diff to previous 1.3 (colored)
support completion status (mark as done)
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 13 17:50:37 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)
email addresses are not contexts. As a bigger thing, only match tags that are tags
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 11 15:58:13 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)
perltidy
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 10 22:26:14 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Get things started with the ability to read in stuff. lots of tests for Text::Todo::Entry, some tests for Text::Todo, but we need more