This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
Log of /lib/Grep/Action/Fetch.pm
Parent Directory
|
Revision Log
Revision
47 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 21 03:04:48 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3704 byte(s)
Diff to
previous 46
use real full-text search engine (Lucene in this case) for Search action,
added Grep::Search helper object
Revision
46 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 20 22:44:59 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3596 byte(s)
Diff to
previous 44
understand messages from load_or_create to count new entries (and produce
nice sentences about results)
Revision
44 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 20 21:55:24 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3354 byte(s)
Diff to
previous 43
refactoring: after testing IPC::PubSub with vairous back-ends, it seems that COMET isn't a
good choice if you want predictible delivery. It also has problems with delay, because it's
a, uh, bus....
However, this refactoring has a good side: code size is reduced and is now easier to handle.
Revision
43 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 20 16:26:56 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 4477 byte(s)
Diff to
previous 42
small refactoring for better debugging messages while exploring Jifty::Event
way of match(ing) events (while my use is more filter-like) and de-crufting code
in places
Revision
42 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 20 12:26:14 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3914 byte(s)
Diff to
previous 34
A bit better messages, Fetch action result now include count as number of results,
remote feeds have now run parametar to, well, run them :-)
Revision
32 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 19 20:53:09 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3851 byte(s)
Diff to
previous 31
actually use transported message in event, result hits message now include source
Revision
31 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 19 20:40:55 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3832 byte(s)
Diff to
previous 30
re-wrote parts of Fetch action to better support it's publish mode
(mostly with error reporting)
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 19 20:07:48 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3468 byte(s)
Diff to
previous 29
transfer item_fragment correctly to results, report number of new results or error
(needs source feed info), removed some debugging code
Revision
29 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 19 18:25:12 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3425 byte(s)
Diff to
previous 28
Fetch action now returns Grep::Model::ItemCollection and new fragment on the right allows
using PubSub refresh of left pane with new results
Revision
28 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 19 16:28:00 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3059 byte(s)
Diff to
previous 25
sweeping changes to include PubSub backend JiftyDBI to make publishing work,
re-organize templates into (hopefully) more meaningful hierarchy,
and a new Search action to drive it all.
Revision
25 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 20:45:59 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 3019 byte(s)
Diff to
previous 21
implement item_fragment selection in UI, better error message,
warn on empty ATOM feeds instead of die
Revision
21 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 15:07:03 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 2814 byte(s)
Diff to
previous 19
Bookmarklet is now designed to work on html results page (to capture cookies so that
Grep will later be able to fetch feeds with user credentials creating single sign-on
scenario :-), and it will automatically (using new requirement Feed::Find) find feed
on that page.
For that to work, new action AddFeed was added.
Revision
19 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 12:51:26 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 2603 byte(s)
Diff to
previous 9
added cookie and search_uri to feed model
Revision
9 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 17 23:32:33 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 2556 byte(s)
Diff to
previous 8
huge sweeping changes including: PubSub infrastructure and well results :-)
Revision
8 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 17 21:24:48 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 2504 byte(s)
Diff to
previous 7
with no results report failure which will keep entered data in form. nice :-)
Revision
7 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 17 21:22:17 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 2438 byte(s)
Diff to
previous 5
support %s in feed URI as placeholder for query string
Revision
5 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 17 18:06:42 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 1933 byte(s)
Diff to
previous 3
store actual content body, not class name :-)
Revision
3 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Feb 17 17:10:27 2007 UTC
(16 years, 9 months ago)
by
dpavlin
File length: 1871 byte(s)
a try at implementing fetch action
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.