Powered by OpenBSD

CVS log for todotxt/Text-Todo/t/list.t

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 14 06:08:07 2010 UTC (14 years, 3 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +15 -7 lines
Diff to previous 1.15 (colored)

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

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

let the list know what tags are available

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 20 21:15:15 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_1
Changes since 1.13: +26 -12 lines
Diff to previous 1.13 (colored)

Use File::Spec->catfile instead of building my own paths.  "should" make it pass on other OS's

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 18 02:46:48 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_0
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 18 00:19:55 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Fri Jan 15 19:50:15 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.10: +6 -5 lines
Diff to previous 1.10 (colored)

Now that it is actually a BEGIN block, intialize $class inside the bock.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 15 19:44:32 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Mon Jan 11 19:52:06 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

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

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

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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 10 19:29:17 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

older versions of Test::More don't have "done_testing" and I don't need it so
don't use it.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 10 04:28:49 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

add some blank line tests here

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 9 07:02:35 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

set a plan
don't need to initalize the array again, and wasn't even doing that.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 9 06:54:15 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +12 -18 lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Sat Jan 9 06:26:43 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.2: +28 -9 lines
Diff to previous 1.2 (colored)

now we can addto and listfile.  w00t!

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 9 05:00:21 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.1: +93 -27 lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Fri Jan 8 04:38:44 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN

add some tests of list actions.  No actual tests yet, but . . .

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>