Powered by OpenBSD

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 29 23:04:29 2010 UTC (14 years, 2 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +5 -20 lines
Diff to previous 1.19 (colored)

nifty way to rewrite those subs to be way simpler

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 16 06:12:26 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.18: +15 -15 lines
Diff to previous 1.18 (colored)

make options work now that I am playing with POST, I need them

Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 13 21:48:28 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.17: +17 -8 lines
Diff to previous 1.17 (colored)

do need /file/action/identifier
cuZ I need to get /file/tags and /file/entry

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 31 03:10:39 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.16: +8 -19 lines
Diff to previous 1.16 (colored)

path is now '/todo_file/entry/sub_action'
there are no special file actions so simplify the paths.

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

perltidy

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 26 05:47:30 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.14: +14 -11 lines
Diff to previous 1.14 (colored)

Handle list suffix better.  Not sure I should have the default be ".txt" but someone can pass in "undef" if they really want.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 26 05:05:00 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)

append suffix properly to todo_lists when they aren't passed

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 26 04:30:13 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.12: +11 -81 lines
Diff to previous 1.12 (colored)

Make GET actions a plugin so it can be expanded.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 26 03:51:49 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.11: +14 -17 lines
Diff to previous 1.11 (colored)

add get_entry_done method
Some cleanup of get_entry
pretty much rewrite t/GET/entry.t

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

make get_* not return a list
fix tests to support that

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 24 04:17:39 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.9: +24 -16 lines
Diff to previous 1.9 (colored)

make _handle_action return a Response object

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 23 07:15:40 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.8: +115 -79 lines
Diff to previous 1.8 (colored)

lots of changes to move representations out of the main module.  May have to pull them back to parse the input but we will see.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 19 03:18:34 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.7: +41 -38 lines
Diff to previous 1.7 (colored)

make Representations not a subclass of the main class
use them as a plugin, with a lookup of a handler for what we need to do.
When I get the skeleton down it should be simple to add more features

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 18 13:47:53 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.6: +11 -38 lines
Diff to previous 1.6 (colored)

No longer try to make this module figure out the todo_dir and todo_file. Leave that up to Todo::Text of allow overriding by passing in todo_file and todo_dir.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 18 03:51:40 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.5: +20 -18 lines
Diff to previous 1.5 (colored)

Use Module::Pluggable instead of my own silly thing stolen from the Palm::PDB modules.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 18 03:10:42 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.4: +31 -13 lines
Diff to previous 1.4 (colored)

Again we are using Class::Std::Utils instead.  Now to convert plugins to Module::Pluggable

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 18 00:30:42 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Helper method "content_type"

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 17 23:48:06 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.2: +27 -10 lines
Diff to previous 1.2 (colored)

generic handling of method

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 17 23:15:00 2010 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.1: +237 -10 lines
Diff to previous 1.1 (colored)

they work and pass tests, don't know if the interface is "good" tho.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jan 16 16:01:07 2010 UTC (14 years, 6 months ago) by andrew
Branch: andrew
CVS Tags: andrew_2010-01-16
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

REST API for Text::Todo

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 16 16:01:07 2010 UTC (14 years, 6 months 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>