Up to [local] / todotxt / Text-Todo / lib / Text / Todo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 16 01:13:12 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.22 (colored)
Roll to 0.2.0
Revision 1.29 / (download) - annotate - [select for diffs], Sun Feb 14 06:08:07 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.28: +3 -5 lines
Diff to previous 1.28 (colored) to selected 1.22 (colored)
add handling of tags to Text/Todo.pm for the entire list. This way "works", but could be slower than optimal.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 14 00:50:56 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.27: +91 -65 lines
Diff to previous 1.27 (colored) to selected 1.22 (colored)
Add the ability to learn tags after creating the object.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Feb 13 23:06:34 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.26: +20 -7 lines
Diff to previous 1.26 (colored) to selected 1.22 (colored)
make a way to find out what known tags there are available for an entry
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 22 01:30:45 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_1
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) to selected 1.22 (colored)
Roll to 0.1.1
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 20 21:53:01 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.24: +6 -4 lines
Diff to previous 1.24 (colored) to selected 1.22 (colored)
Note which version of Test::More we need for tests Don't need List::Util::first when a foreach return 1 works
Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 19 18:53:36 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_0
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.22 (colored)
Roll to 0.1.0
Revision 1.23 / (download) - annotate - [select for diffs], Mon Jan 18 03:04:48 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.22: +17 -7 lines
Diff to previous 1.22 (colored)
Cleanup attributes
Revision 1.22 / (download) - annotate - [selected], Mon Jan 18 02:46:48 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.21: +13 -6 lines
Diff to previous 1.21 (colored)
Revert to yesterday because Class::Std seems too heavy for what I want.
Revision 1.21 / (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.20: +8 -15 lines
Diff to previous 1.20 (colored) to selected 1.22 (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.20 / (download) - annotate - [select for diffs], Tue Jan 12 20:09:02 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.22 (colored)
make perlcritic happy, perltidy and some string interpolation
Revision 1.19 / (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.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.22 (colored)
more notes as to our goals in todo.pl fixup the CVS tag I am using
Revision 1.18 / (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.17: +16 -7 lines
Diff to previous 1.17 (colored) to selected 1.22 (colored)
support completion dates
Revision 1.17 / (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.16: +31 -5 lines
Diff to previous 1.16 (colored) to selected 1.22 (colored)
done is generally marked by 'x date' so support that.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 10 22:49:53 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.22 (colored)
todo.sh recognizes "bare" tags so we will too.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 10 01:45:52 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored) to selected 1.22 (colored)
the completion and priority don't need to have whitespace after them
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 10 01:41:40 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.13: +12 -12 lines
Diff to previous 1.13 (colored) to selected 1.22 (colored)
make perlcritic happy. Fix the multi-line regex instead of an _update_entry sub, just call it what it is 'replace' fix depri sub to be "correct" according to perlcritic
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 10 01:03:02 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.12: +71 -28 lines
Diff to previous 1.12 (colored) to selected 1.22 (colored)
add the ability to specify additional tags to detect.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 10 00:13:14 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.11: +123 -72 lines
Diff to previous 1.11 (colored) to selected 1.22 (colored)
Some intial documentation of stuff. also make depri actually do what it says and ignore passed values.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 9 07:08:45 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.22 (colored)
since _set_priority was the same as pri, just get rid of it.
Revision 1.10 / (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.9: +9 -12 lines
Diff to previous 1.9 (colored) to selected 1.22 (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.9 / (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.8: +14 -20 lines
Diff to previous 1.8 (colored) to selected 1.22 (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.8 / (download) - annotate - [select for diffs], Fri Jan 8 04:50:41 2010 UTC (14 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.7: +58 -17 lines
Diff to previous 1.7 (colored) to selected 1.22 (colored)
Better handling of priority ability to set and clear priorities a bunch of aliased commands
Revision 1.7 / (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.6: +26 -3 lines
Diff to previous 1.6 (colored) to selected 1.22 (colored)
support completion status (mark as done)
Revision 1.6 / (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.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.22 (colored)
email addresses are not contexts. As a bigger thing, only match tags that are tags
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 11 16:02:18 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored) to selected 1.22 (colored)
simplify _is_in
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 11 15:58:50 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +18 -15 lines
Diff to previous 1.3 (colored) to selected 1.22 (colored)
priority is always at the beginning of the line generate accessors for the tags. It is SOO kewl!
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 10 22:52:08 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.2: +31 -29 lines
Diff to previous 1.2 (colored) to selected 1.22 (colored)
more abstraction, seems good so far.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 10 22:28:28 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored) to selected 1.22 (colored)
return references if we want them
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
Diff to selected 1.22 (colored)
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