/[webpac2]/Webpacus/root/search.tt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /Webpacus/root/search.tt

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 403 - (view) (annotate) - [select for diffs]
Modified Sun Feb 19 18:12:57 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 3278 byte(s)
Diff to previous 386
 r469@llin:  dpavlin | 2006-02-19 19:21:34 +0100
 moved from Model::Databases to Model::WebPAC::list_nodes which query Hyper Estraier for
 links instead of reading it from config


Revision 386 - (view) (annotate) - [select for diffs]
Modified Sun Jan 22 12:05:56 2006 UTC (18 years, 3 months ago) by dpavlin
File length: 3293 byte(s)
Diff to previous 358
removed AJAX for search form submit


Revision 358 - (view) (annotate) - [select for diffs]
Modified Sun Jan 8 13:58:19 2006 UTC (18 years, 3 months ago) by dpavlin
File length: 3057 byte(s)
Diff to previous 329
 r384@llin:  dpavlin | 2006-01-08 14:56:52 +0100
 load different templates for different sites (denoted by prefix in URL and
 root/sites/[site_name] directory


Revision 329 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 21:36:42 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3057 byte(s)
Diff to previous 326
 r365@athlon:  dpavlin | 2005-12-27 22:39:14 +0100
 added javascript functions checkbox_toggle and checkbox_single which toggle or select
 just one element from multiple checkboxes (actual implementation is in checkbox_magic).
 Modified Model::Databases to have require_input parametar, to skip empty databases [0.28]


Revision 326 - (view) (annotate) - [select for diffs]
Modified Mon Dec 26 20:10:52 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2952 byte(s)
Diff to previous 325
 r12490@llin:  dpavlin | 2005-12-26 21:13:13 +0100
 - make database filter work in WebPAC.Suggest [0.27]
 - search/suggest has changed it's REST URI to:
   search/suggest?search=FieldName&show=TitleProper&FieldName=query%20string
 - created search/filter_database


Revision 325 - (view) (annotate) - [select for diffs]
Modified Mon Dec 26 00:18:31 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2891 byte(s)
Diff to previous 322
 r12488@llin:  dpavlin | 2005-12-26 01:20:46 +0100
 implemented own reset_form which erase all custom attributes, but
 resets only fields which are in _reset hidden field in form. [0.26]
 pager and search_via_link should now work


Revision 322 - (view) (annotate) - [select for diffs]
Modified Sun Dec 25 23:31:59 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2760 byte(s)
Diff to previous 283
 r12242@llin:  dpavlin | 2005-12-24 13:05:27 +0100
 a try at implementing search links which work by updateing search form
 (not fully usable yet).


Revision 283 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 23:41:10 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2742 byte(s)
Diff to previous 278
 r11772@llin:  dpavlin | 2005-12-18 05:41:37 +0100
 mostly re-organisation and cleanup of code. Split WebPAC class in
 js/webpac.js and search related API (called from templates) into
 js/search.js, fix saving in editor as consequence [0.23]


Revision 278 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 11:53:40 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2800 byte(s)
Diff to previous 277
added checkbox_click(), if search is active, ignore click on checkbox


Revision 277 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 03:43:42 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2811 byte(s)
Diff to previous 276
 r11760@llin:  dpavlin | 2005-12-17 08:43:38 +0100
 added onclick to checkboxes for AJAX submit


Revision 276 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 03:43:37 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2765 byte(s)
Diff to previous 275
 r11759@llin:  dpavlin | 2005-12-17 08:32:33 +0100
 fix visibility of database checkboxes. For some strange reason,
 style="display:none" works, while same declaration in CSS doesn't (FF1.5)


Revision 275 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 03:20:19 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2723 byte(s)
Diff to previous 273
 r11753@llin:  dpavlin | 2005-12-17 08:19:38 +0100
 semi-working version: added filtering by databases (using STRRX Hyper Estraier
 operator because number of attributes when searching is limited to 9),
 added link to search from editor and fixed load_template URI (needs /ajax)


Revision 273 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 03:20:09 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2646 byte(s)
Diff to previous 271
 r11751@llin:  dpavlin | 2005-12-17 07:33:08 +0100
 correct text on hidden link


Revision 271 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 03:19:58 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2645 byte(s)
Diff to previous 270
 r11749@llin:  dpavlin | 2005-12-17 07:22:09 +0100
 VERY broken state: Moved databases to own model (with iconv conversion using
 new config_encoding and moved catalyst_encoding), and a try to add database
 list (which will become checkboxes) to search form.


Revision 270 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 00:37:12 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2369 byte(s)
Diff to previous 231
 r11747@llin:  dpavlin | 2005-12-17 05:37:34 +0100
 make browsers without JavaScript supported, at least for search [0.20]


Revision 231 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 23:24:39 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2267 byte(s)
Diff to previous 205
design


Revision 205 - (view) (annotate) - [select for diffs]
Modified Sat Dec 3 01:56:37 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2281 byte(s)
Diff to previous 203
 r11429@llin:  dpavlin | 2005-12-03 03:00:17 +0100
 a little fun with Object.extend and IE which doesn't won't to do it. [0.13]


Revision 203 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 23:01:25 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2278 byte(s)
Diff to previous 182
 r11427@llin:  dpavlin | 2005-12-02 23:58:03 +0100
 huge update: new upstream HTML::Prototype and handling of Ajax.Autocompleter mode: enter
 now *ALWAYS* trigger search, while accepting suggestions is made using tab.
 Also, list doesn't wrap. [0.12]
 


Revision 182 - (view) (annotate) - [select for diffs]
Modified Sun Nov 27 18:32:24 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2218 byte(s)
Diff to previous 159
 r11200@llin:  dpavlin | 2005-11-27 19:33:44 +0100
 submit must reset page field to 1 [0.06]


Revision 159 - (view) (annotate) - [select for diffs]
Modified Sat Nov 26 16:22:02 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2176 byte(s)
Diff to previous 158
 r11152@llin:  dpavlin | 2005-11-26 15:40:37 +0100
 added primitive pager


Revision 158 - (view) (annotate) - [select for diffs]
Modified Sat Nov 26 16:21:57 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2183 byte(s)
Diff to previous 153
 r11149@llin:  dpavlin | 2005-11-26 14:44:23 +0100
 make html tidy happy (and fix markup errors)


Revision 153 - (view) (annotate) - [select for diffs]
Modified Sat Nov 26 01:54:31 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2249 byte(s)
Diff to previous 138
 r11138@llin:  dpavlin | 2005-11-25 20:38:19 +0100
 removed Controller::Results and moved that to Controller::Search as
 method result. Various other tweaks and added pod.t


Revision 138 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 22:29:44 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2185 byte(s)
Diff to previous 133
 r9112@llin:  dpavlin | 2005-11-24 23:30:01 +0100
 changing of templates again work. with a little more testing this will be
 0.02 version :-)


Revision 133 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 16:30:11 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 1995 byte(s)
Diff to previous 117
 r9103@llin:  dpavlin | 2005-11-24 15:00:27 +0100
 added ability to specify word operator by inserting field which is called
 same as search fields but begins with underscore (_). You can put Hyper
 Estraier operator in there (e.g. AND, OR) to force search engine to
 insert those characters between words entered in that field


Revision 117 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 21:52:25 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 1906 byte(s)
Diff to previous 109
 r9075@llin:  dpavlin | 2005-11-23 22:26:53 +0100
 - added filter to search with search words in ISTRINC on selected field.
 - added new form field to search over all results (with magic name "all"


Revision 109 - (view) (annotate) - [select for diffs]
Added Tue Nov 22 20:26:52 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 1433 byte(s)
 r9057@llin:  dpavlin | 2005-11-22 21:28:28 +0100
 "the great renaming"


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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26