Up to [local] / todotxt / Text-Todo / t
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 18 02:46:48 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_1,
Text-Todo-0_1_0,
HEAD
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)
Revert to yesterday because Class::Std seems too heavy for what I want.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 18 00:19:55 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)
Use Class::Std instead of building my own class with Class::Std::Utils. Seems "easier" and cleans up after me (which is the important part) I have to do some more cleanup to the new BUILD routines tho.
Revision 1.9 / (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.8: +2 -2 lines
Diff to previous 1.8 (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.8 / (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.7: +1 -1 lines
Diff to previous 1.7 (colored)
more notes as to our goals in todo.pl fixup the CVS tag I am using
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 11 01:20:09 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_0_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)
update the test count
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 11 01:08:35 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.5: +7 -1 lines
Diff to previous 1.5 (colored)
done is generally marked by 'x date' so support that.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 10 04:08:59 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.4: +31 -25 lines
Diff to previous 1.4 (colored)
Support blank todo items and test them read_todo.t also got a perltidy
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 8 23:06:09 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.3: +9 -9 lines
Diff to previous 1.3 (colored)
again we move from complete/completed to do/done/
Revision 1.3 / (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.2: +62 -21 lines
Diff to previous 1.2 (colored)
cleanup is really all
Revision 1.2 / (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.1: +7 -2 lines
Diff to previous 1.1 (colored)
email addresses are not contexts. As a bigger thing, only match tags that are tags
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