Powered by OpenBSD

CVS log for todotxt/Text-Todo/lib/Text/Todo.pm

[BACK] Up to [local] / todotxt / Text-Todo / lib / Text

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Tue Feb 16 01:13:12 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Roll to 0.2.0

Revision 1.26 / (download) - annotate - [select for diffs], Sun Feb 14 06:08:07 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.25: +47 -25 lines
Diff to previous 1.25 (colored)

add handling of tags to Text/Todo.pm for the entire list.
This way "works", but could be slower than optimal.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Feb 13 23:26:44 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.24: +51 -4 lines
Diff to previous 1.24 (colored)

let the list know what tags are available

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 22 18:15:06 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

s/todo_txt/todotxt/

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 22 01:30:45 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Roll to 0.1.1

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 19 18:53:36 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_0
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

Roll to 0.1.0

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 19 18:45:53 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (colored)

oops, destroy needs to return

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 18 03:04:48 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.19: +16 -5 lines
Diff to previous 1.19 (colored)

Cleanup attributes

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 18 02:46:48 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.18: +20 -9 lines
Diff to previous 1.18 (colored)

Revert to yesterday because Class::Std seems too heavy for what I want.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 18 00:19:55 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.17: +11 -22 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Tue Jan 12 20:09:02 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.16: +7 -7 lines
Diff to previous 1.16 (colored)

make perlcritic happy, perltidy and some string interpolation

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 12 19:40:52 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.15: +26 -7 lines
Diff to previous 1.15 (colored)

a bit more docmentation, especially metion additional methods listtag and listcon

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 11 19:52:06 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

more notes as to our goals in todo.pl
fixup the CVS tag I am using

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 10 22:39:26 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_0_1
Changes since 1.13: +39 -15 lines
Diff to previous 1.13 (colored)

fixup the list{con,proj,pri}. Need more tests for them, but they seem good.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 10 07:07:46 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.12: +3 -4 lines
Diff to previous 1.12 (colored)

invalid options are no longer an error, just ignored quietly

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 10 04:08:59 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.11: +15 -7 lines
Diff to previous 1.11 (colored)

Support blank todo items and test them
read_todo.t also got a perltidy

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 10 01:01:45 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.10: +6 -2 lines
Diff to previous 1.10 (colored)

note some limitations

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 9 20:41:45 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.9: +141 -30 lines
Diff to previous 1.9 (colored)

Add basic documentation.
Not very well documented, but I am not a good writer.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 9 06:54:15 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.8: +60 -3 lines
Diff to previous 1.8 (colored)

final method! archive.  uses other things I wrote to do it, nice!
also fill in the rest of the method names in the pod so I can remember to write the docs.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 9 06:26:43 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.7: +41 -8 lines
Diff to previous 1.7 (colored)

now we can addto and listfile.  w00t!

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 9 05:26:51 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

that's cleaner, I likey

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 9 05:15:20 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.5: +21 -17 lines
Diff to previous 1.5 (colored)

make perlcritic happy with easy changes and a perltidy

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 9 05:00:21 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.4: +195 -28 lines
Diff to previous 1.4 (colored)

Lots more tests and additional functionality!
Now we have listpri, listproj, del and move.
Plus still to come, working with other files: archive, addto and listfile

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 6 20:07:16 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.3: +5 -46 lines
Diff to previous 1.3 (colored)

a little work on some POD. Not sure what I want to do with this yet still

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 6 19:54:56 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.2: +38 -21 lines
Diff to previous 1.2 (colored)

cleanup is really all

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 10 22:26:14 2009 UTC (14 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.1: +99 -8 lines
Diff to previous 1.1 (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

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 9 18:21:34 2009 UTC (15 years ago) by andrew
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>