This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
Log of /share
Directory Listing
Revision
199 -
Directory Listing
Modified
Tue Jun 9 17:26:36 2009 UTC
(13 years, 11 months ago)
by
dpavlin
fix position of results
Revision
169 -
Directory Listing
Modified
Wed Jul 4 09:58:06 2007 UTC
(15 years, 11 months ago)
by
dpavlin
update rest of code to new created_on and last_update
Revision
166 -
Directory Listing
Modified
Wed Jul 4 08:58:51 2007 UTC
(15 years, 11 months ago)
by
dpavlin
added $feed->home_page_uri which is constructed from feed URI and use it
(less useful for feeds, more useful for scrapers actually :-)
Revision
164 -
Directory Listing
Modified
Mon Jun 11 18:21:00 2007 UTC
(15 years, 11 months ago)
by
dpavlin
added focus
Revision
163 -
Directory Listing
Modified
Mon Jun 11 17:58:37 2007 UTC
(15 years, 11 months ago)
by
dpavlin
auto-focus search box
Revision
161 -
Directory Listing
Modified
Mon Jun 11 10:17:57 2007 UTC
(15 years, 11 months ago)
by
dpavlin
experimental support for numeric key bindings which is broken in current Jifty trunk
Revision
145 -
Directory Listing
Modified
Tue May 8 14:28:14 2007 UTC
(16 years, 1 month ago)
by
dpavlin
delete items from full-text invindex also
Revision
139 -
Directory Listing
Modified
Sun May 6 22:50:09 2007 UTC
(16 years, 1 month ago)
by
dpavlin
remove delete link
Revision
138 -
Directory Listing
Modified
Sun May 6 22:37:32 2007 UTC
(16 years, 1 month ago)
by
dpavlin
Added delete button [X] to results which will remove item from local cache,
fixed html for results so that jump to next result will now always work :-)
Revision
137 -
Directory Listing
Modified
Sun May 6 16:28:20 2007 UTC
(16 years, 1 month ago)
by
dpavlin
always put results in results region, simplify template
Revision
117 -
Directory Listing
Modified
Sun Mar 25 17:14:31 2007 UTC
(16 years, 2 months ago)
by
dpavlin
generate unique anchors (prefixed by utime)
Revision
116 -
Directory Listing
Modified
Sun Mar 25 12:00:46 2007 UTC
(16 years, 2 months ago)
by
dpavlin
return value for q, not form element
Revision
108 -
Directory Listing
Modified
Wed Mar 7 19:43:09 2007 UTC
(16 years, 3 months ago)
by
dpavlin
added bookmarklet
Revision
106 -
Directory Listing
Modified
Tue Mar 6 16:17:19 2007 UTC
(16 years, 3 months ago)
by
dpavlin
r860@mjesec: dpavlin | 2007-03-06 00:11:49 +0100
add front page explaning why we need users to sign in
Revision
97 -
Directory Listing
Modified
Sat Feb 24 12:05:57 2007 UTC
(16 years, 3 months ago)
by
dpavlin
use /fragments/results so that prev/next navigation through results work
Revision
68 -
Directory Listing
Modified
Wed Feb 21 21:51:05 2007 UTC
(16 years, 3 months ago)
by
dpavlin
use Effect.ScrollTo for scrolling, so it now works :-)
Revision
66 -
Directory Listing
Modified
Wed Feb 21 20:56:57 2007 UTC
(16 years, 3 months ago)
by
dpavlin
write label local results
Revision
62 -
Directory Listing
Modified
Wed Feb 21 19:44:23 2007 UTC
(16 years, 3 months ago)
by
dpavlin
show all user feeds
Revision
61 -
Directory Listing
Modified
Wed Feb 21 19:37:46 2007 UTC
(16 years, 3 months ago)
by
dpavlin
redirect users to fetch new results after adding feed
Revision
58 -
Directory Listing
Modified
Wed Feb 21 19:10:20 2007 UTC
(16 years, 3 months ago)
by
dpavlin
Another mish-mash of different changes rolled into one commit: added feed owners,
better support for bootstraping without data (actaully, fixes to be able to do so...)
Revision
56 -
Directory Listing
Modified
Wed Feb 21 17:38:59 2007 UTC
(16 years, 3 months ago)
by
dpavlin
hush
Revision
55 -
Directory Listing
Modified
Wed Feb 21 16:19:31 2007 UTC
(16 years, 3 months ago)
by
dpavlin
added form element to setup number of results
Revision
54 -
Directory Listing
Modified
Wed Feb 21 16:12:17 2007 UTC
(16 years, 3 months ago)
by
dpavlin
make item_fragment work, so Show drop-down isn't dead anymore
Revision
52 -
Directory Listing
Modified
Wed Feb 21 14:41:11 2007 UTC
(16 years, 3 months ago)
by
dpavlin
better position of scroll anchor
Revision
51 -
Directory Listing
Modified
Wed Feb 21 14:19:47 2007 UTC
(16 years, 3 months ago)
by
dpavlin
sprinkle some JavaScript magic to scroll links
Revision
50 -
Directory Listing
Modified
Wed Feb 21 13:29:30 2007 UTC
(16 years, 3 months ago)
by
dpavlin
added skip-to << and >> navigation to long item display
Revision
48 -
Directory Listing
Modified
Wed Feb 21 12:52:41 2007 UTC
(16 years, 3 months ago)
by
dpavlin
don't re-use $i (which amazingly works thanks to scoping, but anyway :-)
Revision
47 -
Directory Listing
Modified
Wed Feb 21 03:04:48 2007 UTC
(16 years, 3 months ago)
by
dpavlin
use real full-text search engine (Lucene in this case) for Search action,
added Grep::Search helper object
Revision
45 -
Directory Listing
Modified
Tue Feb 20 22:12:23 2007 UTC
(16 years, 3 months ago)
by
dpavlin
cleanup design
Revision
44 -
Directory Listing
Modified
Tue Feb 20 21:55:24 2007 UTC
(16 years, 3 months ago)
by
dpavlin
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 -
Directory Listing
Modified
Tue Feb 20 16:26:56 2007 UTC
(16 years, 3 months ago)
by
dpavlin
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 -
Directory Listing
Modified
Tue Feb 20 12:26:14 2007 UTC
(16 years, 3 months ago)
by
dpavlin
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
40 -
Directory Listing
Modified
Tue Feb 20 10:54:47 2007 UTC
(16 years, 3 months ago)
by
dpavlin
Small incremental improvements: trasfer search query into results fragment,
so we can display more informative message, max number of entries to show
for each search (and message about it -- it probably will be converted to
some sort of pager), force_arguments to refresh remote feeds page region
with correct search query
Revision
36 -
Directory Listing
Modified
Tue Feb 20 10:14:28 2007 UTC
(16 years, 3 months ago)
by
dpavlin
a bit of glue to use Login plugin
Revision
35 -
Directory Listing
Modified
Mon Feb 19 21:57:34 2007 UTC
(16 years, 3 months ago)
by
dpavlin
results is not collection, so iterate it
Revision
33 -
Directory Listing
Modified
Mon Feb 19 21:26:30 2007 UTC
(16 years, 3 months ago)
by
dpavlin
report better messages
Revision
32 -
Directory Listing
Modified
Mon Feb 19 20:53:09 2007 UTC
(16 years, 3 months ago)
by
dpavlin
actually use transported message in event, result hits message now include source
Revision
30 -
Directory Listing
Modified
Mon Feb 19 20:07:48 2007 UTC
(16 years, 3 months ago)
by
dpavlin
transfer item_fragment correctly to results, report number of new results or error
(needs source feed info), removed some debugging code
Revision
29 -
Directory Listing
Modified
Mon Feb 19 18:25:12 2007 UTC
(16 years, 3 months ago)
by
dpavlin
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 -
Directory Listing
Modified
Mon Feb 19 16:28:00 2007 UTC
(16 years, 3 months ago)
by
dpavlin
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
27 -
Directory Listing
Modified
Mon Feb 19 11:22:11 2007 UTC
(16 years, 3 months ago)
by
dpavlin
more css tweaks
Revision
26 -
Directory Listing
Modified
Mon Feb 19 10:58:27 2007 UTC
(16 years, 3 months ago)
by
dpavlin
a sprinke of ajax magic and better detection of grep in search URIs
Revision
25 -
Directory Listing
Modified
Sun Feb 18 20:45:59 2007 UTC
(16 years, 3 months ago)
by
dpavlin
implement item_fragment selection in UI, better error message,
warn on empty ATOM feeds instead of die
Revision
24 -
Directory Listing
Modified
Sun Feb 18 20:09:08 2007 UTC
(16 years, 3 months ago)
by
dpavlin
Major re-work of templates, to enable helper local results on the right while fetching
new search resuts from remote feeds.
Revision
23 -
Directory Listing
Modified
Sun Feb 18 16:15:25 2007 UTC
(16 years, 3 months ago)
by
dpavlin
added search of local storage (finally, this is the whole point :-)
Revision
22 -
Directory Listing
Modified
Sun Feb 18 15:44:29 2007 UTC
(16 years, 3 months ago)
by
dpavlin
created separate page for fetching new results
Revision
21 -
Directory Listing
Modified
Sun Feb 18 15:07:03 2007 UTC
(16 years, 3 months ago)
by
dpavlin
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 -
Directory Listing
Modified
Sun Feb 18 12:51:26 2007 UTC
(16 years, 3 months ago)
by
dpavlin
added cookie and search_uri to feed model
Revision
18 -
Directory Listing
Modified
Sun Feb 18 12:49:38 2007 UTC
(16 years, 3 months ago)
by
dpavlin
protect uri delimiters & and ; by encoding them into |!| (yeah, ugly),
transfer current cookie information (to enable single sign-on)
Revision
17 -
Directory Listing
Modified
Sun Feb 18 10:45:47 2007 UTC
(16 years, 3 months ago)
by
dpavlin
bigger input form
Revision
16 -
Directory Listing
Modified
Sun Feb 18 01:07:52 2007 UTC
(16 years, 3 months ago)
by
dpavlin
a bit more css
Revision
15 -
Directory Listing
Modified
Sun Feb 18 00:46:30 2007 UTC
(16 years, 3 months ago)
by
dpavlin
more css
Revision
14 -
Directory Listing
Modified
Sun Feb 18 00:40:53 2007 UTC
(16 years, 3 months ago)
by
dpavlin
helper link >> to skip item
Revision
11 -
Directory Listing
Modified
Sun Feb 18 00:35:31 2007 UTC
(16 years, 3 months ago)
by
dpavlin
design! well, sort of :-)
Revision
10 -
Directory Listing
Modified
Sun Feb 18 00:21:01 2007 UTC
(16 years, 3 months ago)
by
dpavlin
added quick +grep bookmarklet to add feeds
Revision
9 -
Directory Listing
Modified
Sat Feb 17 23:32:33 2007 UTC
(16 years, 3 months ago)
by
dpavlin
huge sweeping changes including: PubSub infrastructure and well results :-)
Revision
1 -
Directory Listing
Added
Sat Feb 17 16:13:56 2007 UTC
(16 years, 3 months ago)
by
dpavlin
empty skeleton